/* Less Variables */
/*!
/*
Theme Name: Ministry and Mission 
Description: Bespoke Theme for Ministry and Mission 
Author: Jordan Gillman
Author URI: http://jordesign.com
Version: 1.0
*/
/*

/* Import Less Mixins */
/* Grid HTML Classes - based on Foundation */
.row {
  clear: both;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container.collapse .column,
.container.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.container .container {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.container .container:before,
.container .container:after {
  content: " ";
  display: table;
}
.container .container:after {
  clear: both;
}
.container .container.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.container .container.collapse:before,
.container .container.collapse:after {
  content: " ";
  display: table;
}
.container .container.collapse:after {
  clear: both;
}
.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .small-1 {
    position: relative;
    width: 8.33333%;
  }
  .small-2 {
    position: relative;
    width: 16.66667%;
  }
  .small-3 {
    position: relative;
    width: 25%;
  }
  .small-4 {
    position: relative;
    width: 33.33333%;
  }
  .small-5 {
    position: relative;
    width: 41.66667%;
  }
  .small-6 {
    position: relative;
    width: 50%;
  }
  .small-7 {
    position: relative;
    width: 58.33333%;
  }
  .small-8 {
    position: relative;
    width: 66.66667%;
  }
  .small-9 {
    position: relative;
    width: 75%;
  }
  .small-10 {
    position: relative;
    width: 83.33333%;
  }
  .small-11 {
    position: relative;
    width: 91.66667%;
  }
  .small-12 {
    position: relative;
    width: 100%;
  }
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  [class*="column"] + [class*="column"].end {
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 760px; */
@media only screen and (min-width: 760px) {
  .large-1 {
    position: relative;
    width: 8.33333%;
  }
  .large-2 {
    position: relative;
    width: 16.66667%;
  }
  .large-3 {
    position: relative;
    width: 25%;
  }
  .large-4 {
    position: relative;
    width: 33.33333%;
  }
  .large-5 {
    position: relative;
    width: 41.66667%;
  }
  .large-6 {
    position: relative;
    width: 50%;
  }
  .large-7 {
    position: relative;
    width: 58.33333%;
  }
  .large-8 {
    position: relative;
    width: 66.66667%;
  }
  .large-9 {
    position: relative;
    width: 75%;
  }
  .large-10 {
    position: relative;
    width: 83.33333%;
  }
  .large-11 {
    position: relative;
    width: 91.66667%;
  }
  .large-12 {
    position: relative;
    width: 100%;
  }
  .container .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  .container .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  .container .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  .container .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .container .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  .container .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  .container .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .container .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  .container .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  .container .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .container .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  .container .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Main Menu */body {
  overflow-x: hidden;
}
#wrapper {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 auto;
}
#wrapper.active {
  left: 90%;
}
.menu-link:link,
.menu-link:visited,
a.menu-link:hover {
  position: absolute;
  top: 38px;
  right: 20px;
  padding: 6px 10px 6px 35px;
  border-radius: 5px;
  background: #115a8d;
  color: #dddddd;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #0e4b76;
  font-weight: normal;
}
a.menu-link:before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: .7em;
  width: .85em;
  height: 0.125em;
  border-top: 0.375em double #dddddd;
  border-bottom: 0.125em solid #dddddd;
  font-size: 18px;
}
#close-menu {
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  background: #111111 url(images/close.png) no-repeat 50% 50%;
  height: 30px;
  color: #111;
  z-index: 20;
  display: none;
  text-indent: -999em;
}
#mainNav {
  background: #13475c;
  clear: both;
  position: relative;
  z-index: 10;
  padding: 0;
}
.js #mainNav.slide-in {
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -90%;
}
.js #mainNav.slide-down {
  display: none;
}
#mainNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mainNav li {
  border-bottom: 1px solid #0f3747;
  background: #13475c;
  position: relative;
}
#mainNav li i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  background: #103d4f;
  height: 40px;
  cursor: pointer;
  color: #dddddd;
}
#mainNav li a {
  padding: 12px 15px ;
  color: #dddddd;
  font-size: 16px;
  line-height: 16px;
  display: block;
  text-decoration: none;
}
#mainNav li li {
  background: #103d4f;
  border-bottom: 1px solid #0e3343;
}
#mainNav li li:last-child {
  border-bottom: none;
}
#mainNav li li a {
  padding: 10px;
  text-decoration: none;
}
#mainNav ul ul {
  -webkit-transition: max-height 0.4s ease;
  max-height: 0;
  overflow: hidden;
}
#mainNav ul ul.expand {
  max-height: 500px;
}
@media only screen and (min-width: 620px) {
  #wrapper.active {
    left: 40%;
  }
  .js #mainNav.slide-in {
    width: 40%;
    left: -40%;
  }
}
/*/mediaquery*/
@media only screen and (min-width: 760px) {
  /* Menu */a.menu-link {
    display: none;
  }
  #wrapper #mainNav.slide-in,
  #wrapper #mainNav.slide-up {
    max-width: none;
    position: relative;
    left: 0;
    width: 66.66667%;
    height: auto;
    float: right;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    clear: none;
    -webkit-transition: none !important;
    background: none;
    padding-top: 6.8%;
  }
  #mainNav ul ul,
  #mainNav ul i {
    display: none;
  }
  #mainNav li {
    border: none;
    background: none;
    display: inline-block;
    position: relative;
    width: auto;
  }
  #mainNav li a:link,
  #mainNav li a:visited {
    color: #13475c;
    font-size: 14px;
    line-height: 14px;
    display: block;
    text-decoration: none;
    margin: 0;
    font-weight: bold;
    padding: 10px 7px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
  }
  #mainNav li a:hover,
  #mainNav li:hover a {
    background: #d1e0eb;
  }
  #mainNav ul ul {
    position: absolute;
    top: 32px;
    left: 0;
    background: #dddddd;
    max-height: 1000px;
    width: 160px;
  }
  #mainNav ul ul li {
    background: none;
    display: block;
    border: none;
  }
  #mainNav ul ul li a:link,
  #mainNav ul ul li a:visited {
    padding: 10px 10px !important;
    border-bottom: 1px solid #bcd1e1;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #115a8d;
  }
  #mainNav ul ul li a:hover,
  #mainNav li.has-subnav:hover li a:hover {
    background: #bcd1e1;
  }
  #mainNav ul li:hover ul {
    display: block;
  }
}
/*/mediaquery*/
@media only screen and (min-width: 840px) {
  #mainNav li a:link,
  #mainNav li a:visited {
    font-size: 16px;
  }
  #mainNav li li a:link,
  #mainNav li li a:visited {
    font-size: 14px;
  }
}
/*/mediaquery*/
@media only screen and (min-width: 940px) {
  #mainNav li a:link,
  #mainNav li a:visited {
    font-size: 17px;
  }
  #mainNav li a:link,
  #mainNav li a:visited {
    margin-right: 8px;
    padding: 10px 12px;
  }
}
/*/mediaquery*//* styles for Event Organiser plugin */
/* Event Widget */
.eo-events-widget {
  margin: 0 0 20px 0;
  padding-left: 0px;
  list-style: none;
}
.eo-events-widget li {
  margin-bottom: 10px;
  font-size: 13px;
  color: #999;
}
.eo-events-widget li a {
  display: block;
  font-size: 16px;
  margin-bottom: -3px;
}
/* ---------------------------------------------------------------------------------------------------------- 
01 Typography & Images -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
input,
textarea {
  /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */
}
body,
button,
input,
select,
textarea {
  font-family: Proxima Nova, 'Proxima Nova', Arial, sans-serif;
}
h2 {
  font-size: 24px;
  color: #115a8d;
  margin: 30px 0 10px 0;
  line-height: 22px;
}
h3 {
  font-size: 22px;
  color: #13475c;
  margin: 16px 0;
  line-height: 26px;
}
h4 {
  font-size: 20px;
  color: #13475c;
  margin: 16px 0 0 0;
  line-height: 25px;
  font-weight: bold;
}
h5 {
  font-size: 20px;
  color: #115a8d;
  margin: 16px 0 0 0;
  line-height: 25px;
  font-weight: bold;
}
h6 {
  font-size: 18px;
  color: #115a8d;
  margin: 16px 0 0 0;
  line-height: 25px;
  font-weight: bold;
}
p,
td,
li {
  font-size: 15px;
  line-height: 23px;
  color: #777777;
}
p {
  margin: 0 0 16px 0;
  font-family: arial, verdana, sans-serif;
}
a:link,
a:visited {
  color: #115a8d;
  text-decoration: none;
  -webkit-transition: color .4s ease;
}
a:hover {
  color: #777777;
  text-decoration: underline;
}
img,
object,
embed,
iframe {
  max-width: 100%;
  height: auto !important;
}
a.button:link,
a.button:visited,
input.button {
  height: 32px;
  display: inline-block;
  border-radius: 4px;
  background: #3b4d75 ;
  text-align: center;
  padding: 0 15px;
  color: #fff !important;
  font-size: 17px;
  -webkit-transition: all .4s ease;
  line-height: 32px;
  margin-right: 10px;
}
a.button.fade {
  opacity: .8;
}
input.button {
  border: none;
}
a.button:hover,
input.button:hover,
a.button.fade:hover {
  color: #fff !important;
  background-color: #1d2a47;
  text-decoration: none;
  opacity: 1;
}
#main img {
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.45);
  box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.45);
}
#content img.attachment-post-thumbnail {
  max-width: 100%;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: -10px 0 -5px;
}
img.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
img.alignleft {
  float: left;
  margin: 0 20px 10px;
}
/* ---------------------------------------------------------------------------------------------------------- 
02 Cornerstone Base Layout Stuff  ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
body {
  background: #115a8d;
}
.header {
  padding: 5px 0;
  background: #fff;
}
.header h1,
.header h5 {
  margin: 0 0;
  font-size: 16px;
  max-width: 125px !important;
  padding-left: 15px !important;
  float: left;
}
.wrapper {
  margin: 10px;
  background: #f6f6f6;
}
.slider {
  background: #f7f7f7;
}
.slider .columns {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.slider h2 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38%;
  margin: 0;
}
.slider h3 {
  padding: 0 10px;
  text-align: center;
  color: #115a8d;
}
.pathways {
  background: #f7f7f7;
  padding-top: 10px;
}
.pathways .columns {
  margin-bottom: 20px;
}
.pathways i {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  background: url(images/icons.png) no-repeat 0 0;
  background-size: cover;
}
.pathways h3 {
  font-size: 21px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 0 40px;
  -webkit-font-smoothing: antialiased;
  transition: color .4s ease;
}
.pathways a:hover h3 {
  color: #111;
  text-decoration: none;
}
.pathways p {
  font-size: 16px;
  margin: 0 0 0 40px;
}
.pathways a p {
  color: #999;
  transition: color .4s ease;
}
.pathways a:hover p,
.pathways a:hover {
  color: #111;
  text-decoration: none;
}
.pathways .places i {
  background-position: 0 -38px;
}
.pathways .projects i {
  background-position: 0 -75px;
}
.pathways .procedures i {
  background-position: 0 -113px;
}
.pathways .resources i {
  background-position: 0 -150x;
}
.homesecondary {
  background: #eaeef1;
  padding-top: 20px;
  padding-bottom: 10px;
}
.homesecondary .columns {
  margin-bottom: 30px;
}
.homesecondary h4 {
  color: #a1acb2;
  font-size: 21px;
  line-height: 1;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.homesecondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.homesecondary li {
  margin-bottom: 15px;
  padding-left: 30px;
  background: url(images/icons.png) no-repeat 0 -369px;
}
.homesecondary .popularForms li {
  background-position: 0 -428px;
  padding-left: 22px;
}
.homesecondary .latestResources li {
  background-position: 0 -489px;
  padding-left: 26px;
}
.homesecondary h5,
.homesecondary h5 a {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}
.homesecondary p {
  font-size: 13px;
  line-height: 1;
  margin: 0;
  color: #6f6f6f;
}
.main {
  padding-top: 15px;
  position: relative;
  background: #fff;
}
.main .breadcrumb {
  padding-left: 25px;
  background: url(images/icons.png) no-repeat 0 -534px;
  color: #88acc6;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.main .About {
  padding-left: 0;
  background: none;
}
.main .Planting {
  background-position: 0 -567px;
}
.main .Programmes {
  background-position: 0 -599px;
}
.main .Procedures {
  background-position: 0 -632px;
}
.main .Resources {
  background-position: 0 -665px;
}
.main .event {
  background-position: 0 -930px;
}
.main .document {
  background-position: 0 -963px;
}
.main .resource {
  background-position: 0 -996px;
}
.main .breadcrumb a {
  color: #88acc6;
}
.main h1.pageTitle {
  font-size: 36px;
  line-height: 0.9;
  color: #13475c;
  margin: 0 0 25px 0;
}
.post-edit-link {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 18px;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #888;
}
.sidebar {
  background: #f7f9fa;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: #edf3f7;
}
.sidebarCircle {
  display: none;
}
.sidebar > div {
  margin-bottom: 30px;
}
.sidebar h4 {
  font-size: 16PX;
  color: #115a8d;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar li {
  margin-bottom: 15px;
  padding-left: 30px;
  background: url(images/icons.png) no-repeat 0 -700px;
}
.sidebar .sidebarDocuments li {
  background-position: 0 -774px;
  padding-left: 22px;
}
.sidebar .sidebarResources li {
  background-position: 0 -838px;
  padding-left: 26px;
}
.sidebarEvents h5,
.sidebarEvents h5 a {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 2px 0;
  font-weight: normal;
  color: #13475c;
}
.sidebarDocuments h5,
.sidebarDocuments h5 a,
.sidebarResources h5,
.sidebarResources h5 a {
  font-size: 15px;
  line-height: 18px;
  color: #6f6f6f;
  font-family: arial, verdana, sans-serif;
  font-weight: normal;
}
.sidebar p {
  font-size: 13px;
  line-height: 1;
  margin: 0;
  color: #6f6f6f;
}
#searchform {
  position: relative;
  height: 31px;
  margin-bottom: 10px;
}
#searchform .field {
  display: block;
  margin-right: 40px;
  border: 1px solid #b5cddf;
  line-height: 31px;
  padding: 0;
  text-indent: 10px;
  border-radius: 5px;
  color: #666;
  font-size: 16px;
  width: 80%;
}
#searchform .submit {
  position: absolute;
  top: 0;
  left: 84%;
}
.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #dddddd;
}
.footer .large-8 {
  display: none;
}
.footer .large-4 {
  text-align: center;
}
.footer .large-4 a {
  font-size: 13px;
}
.copyright {
  font-size: 12px;
  background: #dddddd;
  text-align: center;
}
/* Events */
.single-event .main .pageTitle {
  margin-bottom: 0;
}
.single-event .meta {
  font-size: 14px;
  color: #88acc6;
  margin: 0 0 20px 0;
}
.single-event .content img {
  float: left;
  background: #fff;
  padding: 3px;
  border: 1px solid #eee;
  margin: 0 15px 10px 0;
}
.single-event .eventLocation {
  border-radius: 5px;
  background: #f6f9fb;
  padding: 10px;
}
.single-event h5 {
  margin: 0 0 10px 0;
}
.single-event .eo-venue-map {
  margin-bottom: 10px;
}
.single-event .eventLocation p {
  margin: 0;
}
.eventList {
  float: left;
  width: 100%;
  padding: 25px 0 10px 0;
  border-bottom: 1px solid #eee;
}
.eventList img {
  max-width: 72px;
  width: auto;
  padding: 3px;
  background: #fff;
  border: 1px solid #eee;
  margin: 0 10px 10px 0;
}
.eventList .meta {
  font-size: 14px;
  color: #88acc6;
  margin: 0 0 10px 0;
}
.eventList h2 {
  margin: 0;
}
/* Documents */
.single-document .main .pageTitle {
  margin-bottom: 0;
}
.single-document .meta {
  font-size: 14px;
  color: #88acc6;
  margin: 0 0 10px 0;
}
.single-document .meta a {
  color: #88acc6;
}
.single-document #documentDownload {
  display: inline-block;
  margin-bottom: 20px;
}
.post-type-archive-document .meta,
.tax-document_category .meta,
.post-type-archive-document .meta a,
.tax-document_category .meta a {
  font-size: 14px;
  color: #88acc6;
  margin: 0;
}
.post-type-archive-document .entry-title,
.tax-document_category .entry-title {
  margin: 0 130px 0 0;
  font-size: 21px;
}
.documentList {
  padding: 15px 10px ;
  clear: both;
}
.documentList:nth-child(2n) {
  background: #f6f9fb;
}
.documentList #documentDownload {
  display: inline-block;
  margin-top: 5px;
}
/* Resources */
.single-resource .main .pageTitle {
  margin-bottom: 0;
}
.single-resource .meta {
  font-size: 14px;
  color: #88acc6;
  margin: 0 0 10px 0;
}
.single-resource .meta a {
  color: #88acc6;
}
.single-resource .meta span {
  margin-right: 15px;
}
.single-resource .content img {
  max-width: 100px;
  float: left;
  margin: 0 15px 10px 0;
}
.single-resource .resourceSpeaker,
.single-resource .resourceAuthor {
  margin-bottom: 0px;
}
.single-resource .resourceAvailbility {
  position: absolute;
  top: 34px;
  right: 10px;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
}
.resourceList .resourceAvailbility {
  position: absolute;
  top: 26px;
  right: 20px;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
}
.resourceAvailbility.unavailable {
  background: #f53c3c;
  color: #fff;
}
.resourceAvailbility.available {
  background: #1baa0c;
  color: #fff;
}
.post-type-archive-resource .meta,
.tax-resource_category .meta,
.tax-resource_type .meta {
  font-size: 14px;
  color: #88acc6;
  margin: 0;
}
.post-type-archive-resource .meta a,
.tax-resource_category .meta a,
.tax-resource_type .meta a {
  color: #88acc6;
}
.post-type-archive-resource .entry-title,
.tax-resource_category .entry-title,
.tax-resource_type .entry-title {
  margin: 0;
}
.resourceList {
  padding: 15px 10px ;
  position: relative;
  clear: both;
}
.resourceList:nth-child(2n) {
  background: #f6f9fb;
}
.resourceList .meta span {
  margin-right: 15px;
}
/* Taxonom y Sorting */
.taxSorting {
  padding: 10px;
  background: #d6e5ef;
  border-radius: 5px;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.taxSorting h3 {
  margin: 0 0 5px 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #115a8d;
  line-height: 1;
}
.taxSorting .resourceTypes h3 {
  padding-top: 15px;
  clear: both;
}
.taxSorting ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
}
.taxSorting li {
  width: 50%;
  font-size: 15px;
  float: left;
  margin-bottom: 10px;
}
.taxSorting a {
  color: #666;
  font-size: 15px !important;
}
/***************** 760px *****************/
@media only screen and (min-width: 760px) {
  body {
    background: #f6f6f6 url(images/bg.jpg) repeat-x 50% 0;
  }
  .wrapper {
    background: #fff;
    margin: 0 20px;
    max-width: 960px;
    -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
  }
  .header {
    height: 113px;
    padding: 0;
    margin-bottom: 40px;
  }
  .header h1,
  .header h5 {
    padding-top: 10px;
    width: 20%;
    max-width: 150px !important;
  }
  #wrapper #mainNav.slide-in,
  #wrapper #mainNav.slide-up {
    width: 80%;
    padding-top: 67px;
    padding-left: 0;
  }
  .slider h2 {
    width: 32%;
    right: 4.5%;
    top: 5.5%;
  }
  .slider h3 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 30px;
    width: 376px;
    background: url(images/slideTitle.png) no-repeat 0 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .pathways .fifth {
    width: 20%;
    float: left;
  }
  .pathways i {
    width: 58px;
    height: 58px;
    float: none;
    margin: 10px auto;
  }
  .pathways .places i {
    background-position: 0 -68px;
  }
  .pathways .projects i {
    background-position: 0 -136px;
  }
  .pathways .procedures i {
    background-position: 0 -204px;
  }
  .pathways .resources i {
    background-position: 0 -272px;
  }
  .pathways h3 {
    margin-left: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .pathways p {
    margin-left: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .main {
    background: url(images/content.png) repeat-y 73.6% 0;
  }
  .main .sidebar {
    padding-left: 0;
    background: none;
  }
  .sidebarCircle {
    display: block;
    text-align: center;
  }
  .footer {
    height: 88px;
    background: #115a8d;
  }
  .footer .large-8 {
    display: block;
    background: url(images/footerLogo.png) no-repeat 0 0;
    height: 78px;
  }
  .footer .large-8 p {
    color: #115a8d;
    font-size: 1px;
  }
  #credit {
    margin: 24px 10px 0 0;
    float: right;
    width: 110px;
    height: 39px;
    background: url(images/jordesign.png) no-repeat 0 0;
    opacity: 0.5;
    -webkit-transition: opacity .4s ease;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  #credit:hover {
    opacity: 1;
  }
  body .copyright {
    height: 0px;
    margin-bottom: 10px;
    padding: 0;
    max-width: 960px;
  }
  .copyright .columns {
    padding: 0;
  }
  .copyright p {
    padding: 10px 0;
    text-align: left;
    background: none;
    margin-bottom: 20px;
  }
  .documentList {
    position: relative;
  }
  .documentList #documentDownload {
    position: absolute;
    top: 17px;
    right: 10px;
    font-size: 13px;
    width: 70px;
    text-align: center;
  }
  .taxSorting li {
    width: 33%;
  }
}
/*/mediaquery*/
/***************** 1000px *****************/
@media only screen and (min-width: 1000px) {
  .wrapper {
    margin: 0 auto;
  }
}
/*/mediaquery*/
/* ---------------------------------------------------------------------------------------------------------- 
03 Customising the theme styles  ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
04 Include extra Styles  ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* Admin Bar Styles */
/* Admin Bar */
html.wp-toolbar {
  padding-top: 40px !important;
}
body #wpadminbar {
  background: #ffeed1 url(images/cornerstone_sml.png) no-repeat 0 0;
  height: 40px;
  border-bottom: 1px solid #f5e1c0;
}
#wpadminbar #wp-toolbar {
  margin-left: 150px;
  height: 40px;
}
body #wpadminbar .quicklinks > ul > li {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #f5d6a3 ;
}
body #wpadminbar .quicklinks a,
body #wpadminbar .quicklinks .ab-empty-item,
body #wpadminbar .quicklinks a .ab-label {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-right: none !important;
  color: #555;
  text-shadow: none;
}
#wpadminbar #wp-admin-bar-site-name a {
  padding: 0 20px !important;
}
body #wpadminbar .ab-icon {
  position: relative;
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 12px;
}
body #wpadminbar .ab-top-menu > li:hover > .ab-item,
body #wpadminbar .ab-top-menu > li.hover > .ab-item,
body #wpadminbar .ab-top-menu > li > .ab-item:focus,
body #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus {
  background: none;
  color: #555;
}
body #wpadminbar .quicklinks .menupop ul li a,
body #wpadminbar .quicklinks .menupop ul li a strong,
body #wpadminbar .quicklinks .menupop.hover ul li a,
body #wpadminbar.nojs .quicklinks .menupop:hover ul li a {
  color: #e79f2c;
  font-size: 14px;
  padding: 3px 12px;
}
body #wpadminbar .quicklinks .menupop ul li a:hover,
body #wpadminbar .quicklinks .menupop.hover ul li a:hover,
body #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover {
  background: #fff5e4;
}
body #wpadminbar .ab-top-secondary {
  background: #e79f2c;
}
body #wpadminbar .quicklinks .ab-top-secondary > li {
  border-left: 1px solid #f5d6a3;
}
body #wpadminbar .quicklinks .ab-top-secondary > li > a,
body #wpadminbar .quicklinks .ab-top-secondary > li > a:hover,
body #wpadminbar .quicklinks .ab-top-secondary > li > .ab-empty-item {
  border-left: none;
  color: #fff;
}
#wpadminbar #wp-admin-bar-my-account {
  min-width: 210px;
  text-align: center;
}
/* ---------------------------------------------------------------------------------------------------------- 
05 Include Styles from Plugins  ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
