/* UPDATES 2019  */

@media screen and (max-width: 703px) {
  #masthead #site-search #search-wrap .search-field {
      width: 79% !important;
    }

    .metaslider .caption-wrap {
    font-size: 18px;
  }

  #masthead .site-branding {
    text-align: center !important;
  }

  .main-navigation ul ul ul {
    left: 0 !important;
    top: 0;
  }

  .sub-item {
    width: 100% !important;
  }

  /* #metaslider_850 > ul li img {
    height: 40vh;
    width: auto !important;
  } */

  .metaslider .caption-wrap {
    font-size: 18px !important;
  }

  body .main-navigation a {
    font-size: 0.9em !important;
  }

  .footer-widg {
    width: 100% !important;
    text-align: center !important;
  }

  #social-links-footer {
      text-align: center !important;
  }

  body #colophon #copy-wrap,
  body #colophon #copy-wrap #host {
    height: inherit !important;
    text-align: center !important;
  }

  #masthead #site-search #search-wrap .search-field {
      width: 60% !important;
  }

  #masthead #cm-subscribe {
    display: none;
  }
}

@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
	background: none !important;
  font-size: 14px !important;
  font-family: 'Montserrat', sans-serif;
}

body .main-navigation ul ul ul {
  top: 0 !important;
}

#masthead #site-search {
  display: none !important;
}

.search #masthead #site-search {
  display: block !important;
}

#page {
	box-shadow: none !important;
}

#fp-news {
  display: none !important;
}

.home #main {
    width: 100% !important;
    text-align: center !important;
}
.home #content {
    display: none;
}

#wnew-wrap .new-item h4 {
  line-height: 1.5 !important;
}

#slide-wrap {
  background: #cfd9de !important;
  padding: 0px !important;
}

#slide-wrap:after {
  content: none !important;
}

#masthead #site-search {
  background: #ffffff !important;
}

.entry-header {
  padding-top: 50px;
}

.metaslider .slides img {
    width: 100% !important;
    display: block;
}

.metaslider .caption-wrap {
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  background: none !important;
  opacity: 1 !important;
}

#wnew-wrap .new-item {
  background: none !important;
}

.home .entry-content {
  padding: 0 15% !important;
}
#member-wrap {
  display: none !important;
}


#colophon #footer-wrap {
    background: #ffffff !important;
    border-top: 2px solid #4d9e2d !important;
}

#colophon #copy-wrap {
    background: #4d9e2d  !important;
    color: #ffffff;
    border-bottom: none !important;
    border-top: none !important;
}
#colophon #copy-wrap a {
  color: #ffffff;
}

#colophon #copy-wrap a:hover,
#colophon #copy-wrap a:focus {
    color: #ffffff;
    font-weight: normal;
}

.small-disclaimer {
    font-size: 14px !important;
    text-align: center;
}

#masthead #cm-subscribe #cm-button {
  background: #4d9e2d !important;
  width: auto !important;
}

.main-navigation a {
  padding: 20px 6px 10px !important;
  font-size: 1.3em !important;
  text-transform: capitalize !important;
}

.main-navigation .sub-menu a {
  padding: 6px 6px !important;
  font-size: 1.0em !important;
}

.main-navigation ul ul {
  top: inherit !important;
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
  border: none !important;
  border-bottom: 2px solid #4d9e2d !important;
}

.widget_recent_entries h2, .widget_archive h2, .widget_categories h2, .widget_nav_menu h2,
.ana-event h3,
.motif,
.event-wrapper h3 {
  color: #ffffff !important;
  background: #4d9e2d !important;
}

#colophon #footer-wrap .site-info #footer-4 {
    min-height: 120px !important;
}

#colophon #footer-wrap .site-info #footer-4 #social-links-footer {
  bottom: inherit !important;
}

#colophon #copy-wrap #copy p, #colophon #copy-wrap #host p {
      line-height: 30px !important;
}

#colophon #copy-wrap {
      height: 60px !important;
}

#social-links-footer {
  text-align: right;
}



.footer-button {
  color: #ffffff !important;
  background: #4d9e2d  !important;
}

/* END UPDATES 2019  */

/*!
Theme Name: ANA
Theme URI: http://underscores.me/
Author: Jessica Christini
Author URI: http://creativem.co.nz
Description: Theme for ANA for their website refresh
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anacmnz
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ANA is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import "https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700";
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/




html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

a { background-color: transparent; }

a:active, a:hover { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: 0.67em 0; }

mark { background: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }

hr { box-sizing: content-box; height: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea { color: #404040; font-family: sans-serif; font-size: 16px; font-size: 1rem; line-height: 1.5; }

h1, h2, h3, h4, h5, h6 { clear: both; }

p { margin-bottom: 1.5em; }

dfn, cite, em, i { font-style: italic; }

blockquote { margin: 0 1.5em; }

address { margin: 0 0 1.5em; }

pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }

code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; }

abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }

mark, ins { background: #fff9c0; text-decoration: none; }

big { font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html { box-sizing: border-box; }

*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; }

body { background: #fff; /* Fallback for when there is no custom background color defined. */ }

blockquote, q { quotes: "" ""; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }

hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }

ul, ol { margin: 0 0 1.5em 3em; }

ul { list-style: disc; }

ol { list-style: decimal; }

li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; }

dt { font-weight: bold; }

dd { margin: 0 1.5em 1.5em; }

img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ }

table { margin: 0 0 1.5em; width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] { border: 2px solid; border-color: #4d9e2d ; border-radius: 0; background: #fff; box-shadow: none; color: rgba(0, 0, 0, 0.8); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: .6em 1em .4em; text-shadow: none; text-transform: uppercase; font-weight: bold; }
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { background: url("img/bg-tabs.png") top left repeat; }
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus { background: url("img/bg-tabs.png") top left repeat; color: #183F39; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; padding: 3px; }
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #111; }

select { border: 1px solid #ccc; }

textarea { width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a { color: royalblue; }
a:visited { color: purple; }
a:hover, a:focus, a:active { color: midnightblue; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation { clear: both; display: block; float: left; width: 100%; }
.main-navigation li { float: left; position: relative; }
.main-navigation a { display: block; text-decoration: none; text-transform: uppercase; color: #394b53; padding: 3px 6px; font-size: 0.9em; margin: 0 1em 0 1em; font-weight: bold; border-bottom: none; border: 1px solid #fff; }
.main-navigation li:first-child > a { margin-left: 0; }
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a { border: 1px solid #4d9e2d ; }
.main-navigation .menu-item-has-children > a:after { font-family: "FontAwesome"; content: "\f107"; color: #4d9e2d ; font-weight: bold; margin-left: 3px; }
.main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; }
.main-navigation ul ul { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); background: #fff; float: left; position: absolute; top: 30px; left: -999em; z-index: 99999; }
.main-navigation ul ul ul { left: -999em; top: 0; }
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { left: 100%; }
.main-navigation ul ul a { width: 248px; margin: 0; border: 1px solid #fff; }
.main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a { color: #4d9e2d ; border: 1px solid #4d9e2d ; }
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus { color: #4d9e2d ; border: 1px solid #4d9e2d ; }
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; }

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul { display: block; }

@media screen and (min-width: 824px) { .menu-toggle { display: none; }
  .main-navigation ul { display: block; } }
@media screen and (max-width: 824px) { .main-navigation li { float: none; }
  .main-navigation ul ul { float: none; position: inherit; box-shadow: none; top: 0; left: 0; }
  .main-navigation ul ul a { padding-left: 10px; width: auto; } }
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; }

.widget_nav_menu ul { padding: 0; margin: 0; list-style: none; }
.widget_nav_menu ul a { display: block; padding: 5px 8px; text-transform: uppercase; font-weight: bold; border-bottom: none; border: 1px solid #fff; }
.widget_nav_menu ul li:hover > a, .widget_nav_menu ul li:focus > a, .widget_nav_menu ul .current_page_item > a, .widget_nav_menu ul .current-menu-item > a, .widget_nav_menu ul .current_page_ancestor > a, .widget_nav_menu ul .current-menu-ancestor > a { border: 1px solid #4d9e2d ; color: #4d9e2d ; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus { outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft { display: inline; float: left; margin-right: 1.5em; }

.alignright { display: inline; float: right; margin-left: 1.5em; }

.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget { margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */ }
.widget select { max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky { display: block; }

.hentry { margin: 0 0 1.5em; }

.byline, .updated:not(.published) { display: none; }

.single .byline, .group-blog .byline { display: inline; }

.page-links { clear: both; margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer { display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object { max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption { margin-bottom: 1.5em; max-width: 100%; }
.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }

.wp-caption-text { text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery { margin-bottom: 1.5em; }

.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption { display: block; }

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
/* -- Globals -- */
body { background: url("img/bg-hatch.png") top left repeat; font-family: 'Montserrat', sans-serif; color: #394b53; }

#page { width: 100%; max-width: 1170px; margin: 0 auto; -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5); }

#masthead, #content, #colophon, #wnew-wrap { background: #fff; }

#header-wrap, #site-search, #footer-wrap, #copy-wrap, #member-wrap, #slide-wrap, #wnew-wrap { padding: 15px; }

#content { padding: 30px 20px; }

a { text-decoration: none; border-bottom: 1px solid #4d9e2d ; color: #183F39; }
a:active, a:visited { color: #183F39; }
a:hover, a:focus { color: #183F39; font-weight: bold; }

h1, h2, h3, h4, h5, h6, p { margin: 0; margin-bottom: .5em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { border-bottom: none; }

h1 { font-size: 1.6em; margin-bottom: 0; border: 2px solid #4d9e2d ; border-bottom: 0; padding: .2em .6em; display: inline-block; }

h2 { font-size: 1.2em; border-bottom: 1px solid #4d9e2d ; padding-bottom: 5px; margin-bottom: 1em; }

p { line-height: 1.3; }

ul { margin: 0 0 .5em 1em; padding-left: 1em; }

/* -- Header -- */
#masthead { position: relative; }
#masthead .site-branding { margin-bottom: .5em; }
#masthead .site-branding a { border-bottom: none; }
#masthead #cm-subscribe { position: absolute; top: 0; right: 0; }
#masthead #cm-subscribe #cm-button { width: 234px; height: 35px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#183f39+0,477038+50,91bc36+100 */ background: #183f39; /* Old browsers */ background: -moz-linear-gradient(left, #183f39 0%, #477038 50%, #91bc36 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #183f39 0%, #477038 50%, #91bc36 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #183f39 0%, #477038 50%, #91bc36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183f39', endColorstr='#91bc36',GradientType=1 ); /* IE6-9 */ padding: .5em 1em; padding: 12px 14px 12px 17px; font-size: 15px; line-height: .8; border-radius: 0 0 5px 5px; float: right; margin: 0 15px; }
#masthead #cm-subscribe #cm-button a { text-decoration: none; text-transform: uppercase; color: #fff; font-weight: bold; }
#masthead #cm-subscribe .social-header { float: left; }
#masthead #cm-subscribe .social-header > div { float: left; display: block; margin: 4px .5em 0; }
#masthead #cm-subscribe a { border-bottom: none; }
#masthead #site-search { background: #4d9e2d  url("img/bg-tabs.png") top left repeat; height: 64px; }
#masthead #site-search #search-wrap { width: 100%; max-width: 940px; margin: 0 auto; }
#masthead #site-search #search-wrap .search-field { width: 90%; border: 1px solid #394b53; border-radius: 15px 0 0 15px; background: #fff url("img/search.png") 6px center no-repeat; padding-left: 35px; }
#masthead #site-search #search-wrap .search-submit { width: 10%; margin-left: -5px; height: 32px; border: none; background: #394b53; font-weight: bold; box-shadow: none; color: #fff; text-shadow: none; text-transform: uppercase; border-radius: 0 15px 15px 0; }
#masthead #site-search:after { content: url("img/shadow.png"); position: absolute; bottom: -23px; left: 0; }

/* -- Home Page -- */
.home h1 { font-size: 1.7em; margin-bottom: .3em; border: none; padding: 0; }

.home #site-search:after { display: none; }

.home .entry-content { border: none !important; }

#slide-wrap { background: #4d9e2d  url("img/bg-tabs.png") top left repeat; position: relative; padding-bottom: 2em; }
#slide-wrap .metaslider { margin: 0 auto; }
#slide-wrap:after { content: url("img/shadow.png"); position: absolute; left: 0; bottom: -23px; }

.flex-direction-nav .flex-prev { background: url("img/arrow-left.png") center center no-repeat; }

.flex-direction-nav .flex-next { background: url("img/arrow-right.png") center center no-repeat; }

.flexslider:hover .flex-prev, .flex-direction-nav .flex-prev { left: -55px !important; }

.flexslider:hover .flex-next, .flex-direction-nav .flex-next { right: -55px !important; }

.flex-direction-nav a { -webkit-transition: none !important; transition: none !important; opacity: 1 !important; border-bottom: none; }

#wnew-wrap .new-item { background: url("img/bg-tabs.png") top left repeat; width: 30%; display: inline-block; vertical-align: top; border: 2px solid #4d9e2d ; position: relative; margin: 0 1.5%; }
#wnew-wrap .new-item img { float: left; margin-right: 0.5em; }
#wnew-wrap .new-item h4 { background: #fff; height: 80px; border-bottom: 2px solid #4d9e2d ; margin-bottom: 0; padding: 10px 10px 5px; font-size: 1.18em; line-height: 1; }
#wnew-wrap .new-item .new-info { padding: 8px 10px; height: 195px; }
#wnew-wrap .new-item .square-button { position: absolute; bottom: 10px; right: 10px; }

#member-wrap { background: #cfd9de; }
#member-wrap h2 { color: #394b53; text-align: center; }
#member-wrap #members { position: relative; }
#member-wrap .slick-list { margin: 0 40px; }
#member-wrap .slick-arrow { width: 30px; height: 30px; text-indent: -9999px; border: none; border-radius: 0; box-shadow: none; padding: 0; position: absolute; top: 55px; }
#member-wrap .slick-next { background: url("img/arrow-right.png") center center no-repeat; right: 0; }
#member-wrap .slick-prev { background: url("img/arrow-left.png") center center no-repeat; left: 0; }
#member-wrap .slick-slide { background: #fff; margin: 0 .5em; display: flex; align-items: center; justify-content: center; padding: .5em; height: 150px; }
#member-wrap .slick-slide a { border-bottom: none; }
#member-wrap .slick-slide a img { display: block; margin: auto; }

#fp-news { width: 48%; display: inline-block; margin-left: 1%; vertical-align: top; border-radius: 10px; }
#fp-news #news-wrap { padding: 5px 20px 8px; }
#fp-news #news-wrap .new-item { background: #fff url("img/bg-tabs.png") top left repeat; border: 2px solid #4d9e2d ; position: relative; }
#fp-news #news-wrap .new-item img { float: left; margin-right: 0.5em; }
#fp-news #news-wrap .new-item h3 { background: #fff; color: #394b53; border-bottom: 2px solid #4d9e2d ; margin-bottom: 0; padding: 10px 10px 5px; font-size: 1.18em; line-height: 1.5; }
#fp-news #news-wrap .new-item .new-info { padding: 8px 10px; height: 195px; }
#fp-news #news-wrap .new-item .square-button { position: absolute; bottom: 10px; right: 10px; }
#fp-news .fpn { width: 46%; margin: 0 1.3%; display: inline-block; vertical-align: top; font-size: 0.9em; }
#fp-news .fp-news-item { margin-left: 0; }
#fp-news .fp-newsletter { width: 33%; padding: 0 2%; border-left: 1px solid #fff; border-right: 1px solid #fff; }
#fp-news .fp-newsletter a { border-bottom: none; }
#fp-news .square-button { margin-top: .5em; }

#fp-news .fpn.nomessage { width: 100%; margin: 0; }
#fp-news .fpn.nomessage ul { overflow: hidden; margin: 0; padding: 0 0 0 1em; }
#fp-news .fpn.nomessage ul li { position: relative; display: none; }
#fp-news .fpn.nomessage ul li:nth-child(-n+4) { display: list-item; }

.home #content { background: #cfd9de url("img/koru-20.png") center left no-repeat; }

.home #main { width: 48%; display: inline-block; margin-right: 1%; vertical-align: top; padding-left: 15px; }

.home h2 { border-bottom: none; font-size: 1.4em; }

/* -- Content -- */
.square-button { background: #fff; border: 2px solid #4d9e2d ; padding: 4px 10px; text-transform: uppercase; color: #394b53; font-weight: bold; display: inline-block; }

.no-caps { text-transform: none; }

.motif { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#183f39+0,477038+50,91bc36+100 */ background: #183f39; /* Old browsers */ background: -moz-linear-gradient(left, #183f39 0%, #477038 50%, #91bc36 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #183f39 0%, #477038 50%, #91bc36 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #183f39 0%, #477038 50%, #91bc36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183f39', endColorstr='#91bc36',GradientType=1 ); /* IE6-9 */ padding: .5em 1em; color: #4d9e2d ; }

#content { padding-top: 1em; }
#content .entry-content { padding: 15px; border: 2px solid #4d9e2d ; }

/* -- Knowledge Translation -- */
.kt-section { margin-bottom: 1em; }
.kt-section .kt-info { width: 32%; display: inline-block; vertical-align: top; margin-right: 1%; }
.kt-section .kt-snaps { width: 66%; display: inline-block; vertical-align: top; }

.snapshot { width: 16%; margin-right: 4%; display: inline-block; vertical-align: top; }
.snapshot a { border-bottom: none; }

/* -- Resources -- */
#resource-cats-filter, #resource-filters-filter { font-size: 0.9em; text-transform: uppercase; padding: 5px 0; }
#resource-cats-filter a, #resource-filters-filter a { border: 1px solid #4d9e2d ; color: #394b53; margin-left: -4px; padding: 2px 8px; cursor: pointer; display: inline-block; margin-bottom: 5px; }
#resource-cats-filter a:first-child, #resource-filters-filter a:first-child { margin-left: 1em; }
#resource-cats-filter a.activeFilter, #resource-filters-filter a.activeFilter { background: #4d9e2d ; }

#resource-cats-filter a:first-child { margin-left: 2.7em; }

#resource-filters-filter { margin-bottom: 1em; }

.resource-cat { margin-bottom: 1em; }
.resource-cat h3 a { color: #fff; border-bottom: none; }
.resource-cat .tabs { padding: 0; margin: 0; list-style: none; }
.resource-cat .tabs li { display: block; float: left; border-top: 1px solid #b3bec4; border-right: 1px solid #b3bec4; font-weight: bold; color: #b3bec4; background: #edeff0; padding: 5px 10px; cursor: pointer; }
.resource-cat .tabs li.active-tab { background: #fff; color: #394b53; border-top: 1px solid #4d9e2d ; border-right: 1px solid #4d9e2d ; }
.resource-cat .rm-button { padding: 3px 10px; border: 1px solid #4d9e2d ; margin-top: 10px; display: inline-block; }
.resource-cat .rm-button a { border-bottom: none; }
.resource-cat .info-content { border: 1px solid #4d9e2d ; padding: 15px 10px; }
.resource-cat .info-content .resource { width: 30%; display: inline-block; margin-bottom: 1em; margin-right: 2%; vertical-align: top; position: relative; }
.resource-cat .info-content .resource .res-tags { font-size: 0.8em; }
.resource-cat .info-content .resource .resource-media { border-bottom: 1px solid #4d9e2d ; }
.resource-cat .info-content .resource a.resource-btn { float: right; padding: 3px 10px; border-left: 1px solid #4d9e2d ; border-top: 1px solid #4d9e2d ; border-bottom: none; font-weight: bold; text-transform: uppercase; font-size: 0.9em; }
.resource-cat .info-content .resource a.resource-btn:first-child { border-right: 1px solid #4d9e2d ; }

.single-resource .resource-media { border-bottom: 1px solid #4d9e2d ; margin-top: .5em; }
.single-resource .resource-media a { float: left; padding: 3px 10px; border-right: 1px solid #4d9e2d ; border-top: 1px solid #4d9e2d ; border-bottom: none; font-weight: bold; text-transform: uppercase; font-size: 0.9em; }
.single-resource .resource-media a:first-child { border-left: 1px solid #4d9e2d ; }

/* -- Events -- */
#events-tab-list ul { margin: 0; padding: 0; list-style: none; }
#events-tab-list li { font-size: 1.6em; margin-bottom: 0; border-top: 2px solid #b3bec4; border-right: 2px solid #b3bec4; padding: .2em .6em; display: inline-block; color: #b3bec4; background: #edeff0; margin-left: -5px; cursor: pointer; font-weight: bold; }
#events-tab-list li.active-tab { background: #fff; border-top: 2px solid #4d9e2d ; border-right: 2px solid #4d9e2d ; color: #394b53; }
#events-tab-list li:first-child { margin-left: 0; border-left: 2px solid #4d9e2d ; }

.event-intro { padding: 15px; margin: -15px; margin-bottom: 15px; border-bottom: 2px solid #4d9e2d ; background: url("img/bg-tabs.png") top left repeat; }

#events-cats { font-size: 0.9em; text-transform: uppercase; padding: 5px 0; margin-bottom: 1em; }
#events-cats a:visited, #events-cats a:active, #events-cats a:hover { border: 1px solid #4d9e2d ; border-left: none; color: #394b53; margin-left: -4px; padding: 2px 8px; cursor: pointer; }
#events-cats a:visited:first-child, #events-cats a:active:first-child, #events-cats a:hover:first-child { border-left: 1px solid #4d9e2d ; margin-left: 1em; }
#events-cats a:visited.activeFilter, #events-cats a:active.activeFilter, #events-cats a:hover.activeFilter { background: #4d9e2d ; }

.event-wrapper { margin-bottom: 1.5em; }
.event-wrapper .train, .event-wrapper .event { display: inline-block; vertical-align: top; width: 46%; margin-right: 3%; margin-bottom: 1em; }
.event-wrapper .train p, .event-wrapper .event p { font-size: 0.9em; }
.event-wrapper .rm-wrap { border-bottom: 1px solid #4d9e2d ; position: relative; margin-top: .5em; }
.event-wrapper .rm-wrap .read-more { border: 1px solid #4d9e2d ; border-bottom: none; text-transform: uppercase; padding: 4px 10px; font-size: .9em; float: right; font-weight: bold; }
.event-wrapper .rm-wrap .event-cats { font-weight: bold; font-size: 0.8em; margin-bottom: 0.5em; }
.event-wrapper h3 { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#183f39+0,477038+50,91bc36+100 */ background: #183f39; /* Old browsers */ background: -moz-linear-gradient(left, #183f39 0%, #477038 50%, #91bc36 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #183f39 0%, #477038 50%, #91bc36 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #183f39 0%, #477038 50%, #91bc36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183f39', endColorstr='#91bc36',GradientType=1 ); /* IE6-9 */ padding: .5em 1em; color: #fff; padding: .5em 1em; }
.event-wrapper h3 a:active, .event-wrapper h3 a:visited, .event-wrapper h3 a:hover, .event-wrapper h3 a { color: #fff; }

.ana-event h3 { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#183f39+0,477038+50,91bc36+100 */ background: #183f39; /* Old browsers */ background: -moz-linear-gradient(left, #183f39 0%, #477038 50%, #91bc36 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #183f39 0%, #477038 50%, #91bc36 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #183f39 0%, #477038 50%, #91bc36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183f39', endColorstr='#91bc36',GradientType=1 ); /* IE6-9 */ padding: .5em 1em; }

#event-passed { background: #fb5151; padding: 4px; margin-bottom: 1em; }

.single-event #breadcrumbs { font-size: 0.8em; margin-bottom: 1em; }
.single-event .wp-post-image { display: inline-block; margin-right: .5em; }
.single-event #event-content { display: inline-block; vertical-align: top; }
.single-event #event-detail-container { margin-top: 1em; }
.single-event #event-detail-container #event-detail-location, .single-event #event-detail-container #event-resources { display: inline-block; vertical-align: top; }
.single-event #event-detail-container #event-detail-location { width: 32%; margin-right: 1.5%; }
.single-event #event-detail-container #event-resources { width: 66%; }
.single-event #event-detail-container #event-resources .event-resource { display: inline-block; vertical-align: top; margin-right: 1%; margin-bottom: .5em; }
.single-event #event-detail-container #event-resources .event-resource .event-resource-link { border-bottom: 1px solid #4d9e2d ; }
.single-event #event-detail-container #event-resources .event-resource .event-resource-link a.resource-btn { float: right; padding: 3px 10px; border-left: 1px solid #4d9e2d ; border-top: 1px solid #4d9e2d ; border-bottom: none; font-weight: bold; text-transform: uppercase; font-size: 0.9em; }
.single-event #event-detail-container #event-resources .event-resource .event-resource-link a.resource-btn:first-child { border-right: 1px solid #4d9e2d ; }
.single-event #event-detail-container #event-resources.future .event-resource { width: 48%; }
.single-event #event-detail-container #event-resources.past { width: 100%; }
.single-event #event-detail-container #event-resources.past .event-resource { width: 31%; }

/* -- News -- */
.va-link { font-size: 0.7em; text-transform: uppercase; }
.va-link a { color: #fff; border-bottom: none; }

.news-item, .quart-item, .eupdate-item { width: 22%; margin-right: 2%; display: inline-block; vertical-align: top; }

.eupdate-item { width: 46%; }
.eupdate-item a:hover { font-weight: normal; }
.eupdate-item .eupdate-img, .eupdate-item .eupdate-topics { display: inline-block; vertical-align: top; }
.eupdate-item .eupdate-img { width: 150px; margin-right: 10px; }
.eupdate-item .eupdate-topics { width: 185px; }
.eupdate-item ul { padding: 0 0 0 1em; margin: 0; }
.eupdate-item ul li { display: none; position: relative; }
.eupdate-item ul li:nth-child(-n+4) { display: list-item; }
.eupdate-item a { border-bottom: none !important; }

.single-e-newsletter .eupdate-img, .single-e-newsletter .eupdate-topics { display: inline-block; vertical-align: top; }
.single-e-newsletter .eupdate-img { width: 20%; margin-right: 10px; }
.single-e-newsletter .eupdate-topics { width: 75%; }
.single-e-newsletter .eupdate-topics ul { padding: 0 0 0 1em; margin: 0; }
.single-e-newsletter .eupdate-topics ul li { display: none; position: relative; }
.single-e-newsletter .eupdate-topics ul li:nth-child(-n+4) { display: list-item; }

.news-item { border: 2px solid #4d9e2d ; background: url("img/bg-tabs.png") top left repeat; }
.news-item h4 { border-bottom: 2px solid #4d9e2d ; background: #fff; padding: 5px; }
.news-item p { padding: 0 5px; }
.news-item .rm-wrap .rm-link { border: 2px solid #4d9e2d ; text-transform: uppercase; padding: 4px 10px; font-size: .9em; float: right; font-weight: bold; background: #fff; margin: 0 5px 5px 0; }

.quart-item { text-align: center; }
.quart-item a { border-bottom: none; }
.quart-item a p { display: inline-block; padding: 4px 10px; font-weight: bold; border: 1px solid #4d9e2d ; text-transform: uppercase; }

.eupdate-item { padding: 4px 10px; border-left: 1px solid #4d9e2d ; }
.eupdate-item:first-child { border-left: none; }

#news-sum, #quart-sum, #eupdate-sum { margin-bottom: 1em; }

.blog #primary, .single-post #primary, .archive #primary, .multi #primary, .single-job_listing #primary, .single-submission-article #primary { width: 75%; float: left; }

.single-event #primary { width: 100%; }

.blog article.post, .archive article.post { width: 48%; display: inline-block; vertical-align: top; margin-right: 1%; }
.blog article.post h2, .archive article.post h2 { border: 2px solid #4d9e2d ; border-bottom: 0; padding: .2em .6em; display: inline-block; margin-bottom: 0; }
.blog article.post h2 a, .archive article.post h2 a { border-bottom: none; }
.blog article.post .entry-content, .archive article.post .entry-content { background: url("img/bg-tabs.png") top left repeat; }
.blog article.post .entry-meta, .archive article.post .entry-meta { margin-bottom: 0.5em; }
.blog article.post .posted-on, .archive article.post .posted-on { font-size: 0.8em; text-transform: uppercase; }
.blog article.post .rm-link, .archive article.post .rm-link { background: #fff; border: 2px solid #4d9e2d ; padding: 4px 10px; font-weight: bold; text-transform: uppercase; float: right; }

.widget_recent_entries h2, .widget_archive h2, .widget_categories h2, .widget_nav_menu h2 { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#183f39+0,477038+50,91bc36+100 */ background: #183f39; /* Old browsers */ background: -moz-linear-gradient(left, #183f39 0%, #477038 50%, #91bc36 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #183f39 0%, #477038 50%, #91bc36 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #183f39 0%, #477038 50%, #91bc36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183f39', endColorstr='#91bc36',GradientType=1 ); /* IE6-9 */ padding: .5em 1em; color: #4d9e2d ; border-bottom: none; }

.page-id-779 .eupdate-item { border-left: none; padding-bottom: 1em; margin-bottom: 1em; }

/* -- People -- */
.person { display: inline-block; width: 48%; margin-right: 1%; vertical-align: top; margin-bottom: 1em; }
.person .left, .person .right { display: inline-block; vertical-align: top; }
.person .left { line-height: 1; margin-right: 5px; width: 150px; }
.person .left h3 { margin-bottom: 0; }
.person .right { width: 230px; font-size: 0.9em; }

.member { display: inline-block; vertical-align: top; width: 30%; margin-right: 2%; margin-bottom: 1em; }
.member .member-logo { width: 100%; max-width: 250px; height: 150px; }
.member a { border-bottom: none; }

/* -- Resources -- */
#accords h3 { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#183f39+0,477038+50,91bc36+100 */ background: #183f39; /* Old browsers */ background: -moz-linear-gradient(left, #183f39 0%, #477038 50%, #91bc36 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #183f39 0%, #477038 50%, #91bc36 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #183f39 0%, #477038 50%, #91bc36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183f39', endColorstr='#91bc36',GradientType=1 ); /* IE6-9 */ padding: .5em 1em; color: #4d9e2d ; cursor: pointer; margin-bottom: 0; position: relative; }
#accords .ui-accordion-content { border: 1px solid #4d9e2d ; border-top: none; padding: 15px; }
#accords .ui-icon { width: 25px; height: 25px; display: block; position: absolute; right: 15px; }
#accords .ui-icon.iconPlus { background: url("img/plus.png") center center no-repeat; }
#accords .ui-icon.iconMinus { background: url("img/minus.png") center center no-repeat; }

.member-resource, .board-resource { width: 47%; margin-right: 2%; display: inline-block; vertical-align: top; }
.member-resource .link-wrap, .board-resource .link-wrap { border-bottom: 1px solid #4d9e2d ; }
.member-resource .link-wrap a, .board-resource .link-wrap a { display: block; float: right; border: 1px solid #4d9e2d ; border-bottom: none; padding: 4px 10px; font-weight: bold; text-transform: uppercase; }

/* -- What's New Date --*/
.new-tag { border-bottom: 1px solid #4d9e2d ; text-align: left; }
.new-tag p { margin-bottom: 0; display: inline-block; background: #fff; padding: 4px 10px; border: 1px solid #4d9e2d ; border-bottom: none; }

/* -- Subscribe popup -- */
#TB_window { border-radius: 0 15px 15px; }

#TB_title { background: #183f39 !important; /* Old browsers */ background: -moz-linear-gradient(left, #183f39 0%, #477038 50%, #91bc36 100%) !important; /* FF3.6-15 */ background: -webkit-linear-gradient(left, #183f39 0%, #477038 50%, #91bc36 100%) !important; /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #183f39 0%, #477038 50%, #91bc36 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183f39', endColorstr='#91bc36',GradientType=1 ) !important; /* IE6-9 */ }

.tb-close-icon { color: #fff !important; }

#TB_ajaxContent { width: auto !important; }
#TB_ajaxContent button[type=submit] { background: #183F39 !important; color: #4d9e2d  !important; border: none !important; padding: 10px 20px !important; float: right; }
#TB_ajaxContent h2 { border-bottom: none; }
#TB_ajaxContent p { display: inline-block; width: 45%; margin-right: 3%; }
#TB_ajaxContent p label { font-weight: bold; display: inline-block; width: 30%; }
#TB_ajaxContent p input { display: inline-block; width: 68%; }

.req { color: #FF0000; }

/* -- Contact page -- */
#staff-contact .person-contact { margin-bottom: 1em; width: 48%; margin-right: 1%; display: inline-block; vertical-align: top; }
#staff-contact .person-contact h3 { margin-bottom: 4px; }

#ana-details { width: 48%; display: inline-block; margin-right: 2%; vertical-align: top; }

#contact-form { display: inline-block; vertical-align: top; width: 49%; }

ul.job_listings li.job_listing { border-bottom: 1px solid #4d9e2d ; }
ul.job_listings li.job_listing a { padding: 1em; }
ul.job_listings li.job_listing a img.company_logo { display: none; }
ul.job_listings li.job_listing a div.position { padding: 0; }
ul.job_listings li.job_listing a div.position, ul.job_listings li.job_listing a div.position .company, ul.job_listings li.job_listing a div.location, ul.job_listings li.job_listing a .meta { color: #000; }
ul.job_listings li.job_listing a .meta li.date { display: none; }

.single_job_listing .company { box-shadow: none; border: 1px solid #4d9e2d ; }
.single_job_listing .company img { display: none; }
.single_job_listing .company .name { margin: 0; }

/* -- Sidebar -- */
#secondary { width: 23%; float: right; }

/* -- Footer -- */
#colophon #footer-wrap { background: #fff url("img/bg-tabs.png") top left repeat; border-top: 1px solid #cfd9de; }
#colophon #footer-wrap .site-info { margin-top: 1em; }
#colophon #footer-wrap .site-info .footer-widg { width: 23.7%; margin-right: 1%; display: inline-block; vertical-align: top; }
#colophon #footer-wrap .site-info #footer-1 { text-align: center; }
#colophon #footer-wrap .site-info #footer-2 { padding-left: 3%; border-left: 1px solid #4d9e2d ; }
#colophon #footer-wrap .site-info #footer-3 ul { margin: 0; padding: 0; list-style: none; }
#colophon #footer-wrap .site-info #footer-3 li { padding: 1px 0 0; }
#colophon #footer-wrap .site-info #footer-3 a { color: #394b53; font-weight: bold; border-bottom: 0; }
#colophon #footer-wrap .site-info #footer-4 { position: relative; min-height: 210px; }
#colophon #footer-wrap .site-info #footer-4 #cm-secure a { text-transform: uppercase; font-weight: bold; color: #394b53; padding: .5em 1em; border: 1px solid #4d9e2d ; background: #fff; margin-bottom: .5em; display: inline-block; }
#colophon #footer-wrap .site-info #footer-4 #social-links-footer { position: absolute; bottom: 0; left: 0; }
#colophon #footer-wrap .site-info #footer-4 #social-links-footer .fb, #colophon #footer-wrap .site-info #footer-4 #social-links-footer .twitter, #colophon #footer-wrap .site-info #footer-4 #social-links-footer .yt { display: block; float: left; margin: 0 .5em; }
#colophon #footer-wrap .site-info #footer-4 #social-links-footer a { border-bottom: none; }
#colophon #copy-wrap { background: #fff url("img/footer-repeat-fade.jpg") top left repeat-x; border-bottom: 1px solid #4d9e2d ; border-top: 1px solid #4d9e2d ; height: 80px; }
#colophon #copy-wrap #copy, #colophon #copy-wrap #host { width: 49%; display: inline-block; text-transform: uppercase; font-size: 0.9em; }
#colophon #copy-wrap #copy p, #colophon #copy-wrap #host p { line-height: 50px; }
#colophon #copy-wrap #host { text-align: right; }

.small-disclaimer { font-size: 0.8em; }

ul.job_listings li.job_listing a .meta { text-align: left; }

a.ss-button-facebook, a.ss-button-googleplus, a.ss-button-twitter, a.ss-button-linkedin, a.ss-button-pinterest, a.ss-button-xing { background-image: url("img/socialshare-cm.png") !important; width: 20px !important; height: 20px !important; }

a.ss-button-facebook { background-position: -40px -20px !important; }
a.ss-button-facebook:hover { background-position: -40px 0 !important; }

a.ss-button-twitter { background-position: 0px -20px !important; }
a.ss-button-twitter:hover { background-position: 0px 0px !important; }

a.ss-button-googleplus { background-position: -20px -20px !important; }
a.ss-button-googleplus:hover { background-position: -20px 0px !important; }

a.ss-button-linkedin { background-position: -60px -20px !important; }
a.ss-button-linkedin:hover { background-position: -60px 0px !important; }

a.ss-button-pinterest { background-position: -80px -20px !important; }
a.ss-button-pinterest:hover { background-position: -80px 0px !important; }

a.ss-button-xing { background-position: -100px -20px !important; }
a.ss-button-xing:hover { background-position: -100px 0px !important; }

#training-cats a { cursor: pointer; }

#phonelink { text-decoration: none; pointer-events: none; cursor: default; }

#submissions-table { border-collapse: collapse; }
#submissions-table, #submissions-table td, #submissions-table th, #submissions-table tr { border: 1px solid #4d9e2d ; }
#submissions-table th { text-align: left; padding: 2px 4px; }
#submissions-table td { padding: 2px 4px 30px; position: relative; }
#submissions-table .rm-link { text-transform: uppercase; padding: 2px 8px; border: 1px solid #4d9e2d ; font-weight: bold; position: absolute; right: -1px; bottom: -1px; }

.sub-item { width: 30%; display: inline-block; vertical-align: top; border: 2px solid #4d9e2d ; position: relative; margin: 0 1.4% 1em; }
.sub-item img { float: left; margin-right: 0.5em; }
.sub-item h4 { background: #fff; height: 80px; border-bottom: 2px solid #4d9e2d ; margin-bottom: 0; padding: 10px 10px 5px; font-size: 1.18em; line-height: 1; }
.sub-item .sub-info { padding: 8px 10px; height: 195px; }
.sub-item .square-button { position: absolute; bottom: 10px; right: 10px; border: none; font-weight: normal; text-transform: capitalize; border-bottom: 2px solid #4d9e2d ; }

/* CSS Document */
@media screen and (max-width: 1171px) { .main-navigation a { margin: 0 1em; }
  #slide-wrap:after, #site-search:after { display: none; }
  .flexslider:hover .flex-prev, .flex-direction-nav .flex-prev { left: 10px !important; }
  .flexslider:hover .flex-next, .flex-direction-nav .flex-next { right: 10px !important; } }
@media screen and (max-width: 1088px) { #colophon #footer-wrap .site-info .footer-widg { width: 22.7%; }
  .person .left { width: 38%; }
  .person .right { width: 59%; } }
@media screen and (max-width: 1056px) { .main-navigation a { margin: 0 .5em; } }
@media screen and (max-width: 953px) { #wnew-wrap .new-item { width: 98%; margin-bottom: 1em; }
  #wnew-wrap .new-item h4 { height: 55px; }
  .news-item, .quart-item, .eupdate-item { width: 47%; margin-bottom: 1em; }
  .eupdate-item { border-left: none; }
  .quart-item a p { display: block; }
  .blog #primary, .single-post #primary, .archive #primary, .multi #primary { width: 100%; }
  #secondary { width: auto; float: none; }
  #phonelink { text-decoration: initial; pointer-events: initial; cursor: initial; } }
@media screen and (max-width: 930px) { .main-navigation a { margin: 0; }
  .home #main, #fp-news { width: 100%; } }
@media screen and (max-width: 901px) { #colophon #footer-wrap .site-info .footer-widg { width: 48%; margin-bottom: 1em; }
  .kt-section .kt-snaps .snapshot { width: 21%; margin-bottom: 1em; } }
@media screen and (max-width: 770px) { .resource-cat .info-content .resource { width: 48%; }
  .resource-cat .tabs li { float: none; }
  #events-div-list .event-wrapper .train, #events-div-list .event-wrapper .event { width: 100%; }
  .person .left, .person .right { width: 100%; }
  .single-event #event-detail-container #event-resources, .single-event #event-detail-container #event-detail-location { width: 100%; }
  .single-event #event-detail-container #event-resources.past .event-resource { width: 48%; } }
@media screen and (max-width: 703px) { #masthead #cm-subscribe .social-header { float: none; }
  #masthead #cm-subscribe .social-header > div { float: right; }
  #masthead #site-search #search-wrap .search-field { width: 80%; }
  #masthead #site-search #search-wrap .search-submit { width: auto; }
  #colophon #copy-wrap #copy, #colophon #copy-wrap #host { width: 100%; }
  #colophon #copy-wrap #copy p, #colophon #copy-wrap #host p { line-height: 25px; }
  #colophon #copy-wrap #host { text-align: left; }
  .kt-section .kt-snaps .snapshot { width: 28%; }
  #resource-cats-filter a, #resource-filters-filter a { border: 1px solid #4d9e2d ; display: inline-block; margin-left: auto; margin-bottom: 0.5em; } }
@media screen and (max-width: 650px) { .person { width: 100%; } }
@media screen and (max-width: 577px) { .single-event #event-detail-container #event-resources.future .event-resource, .single-event #event-detail-container #event-resources.past .event-resource { width: 100%; } }
@media screen and (max-width: 550px) { #masthead #cm-subscribe { position: inherit; }
  #fp-news .fpn { width: 100%; margin-bottom: 1em; text-align: center; }
  #fp-news .fp-newsletter { border: none; }
  .kt-section .kt-info { width: 100%; margin-bottom: 1em; }
  .kt-section .kt-snaps { width: 100%; }
  .resource-cat .info-content .resource { width: 100%; } }
@media screen and (max-width: 441px) { #colophon #footer-wrap .site-info .footer-widg { width: 98%; }
  #colophon #footer-wrap .site-info #footer-2 { border-left: none; }
  #colophon #footer-wrap .site-info #footer-4 { min-height: 0; }
  #colophon #footer-wrap .site-info #footer-4 #social-links-footer { position: inherit; margin-top: 1em; } }
@media screen and (max-width: 434px) { #masthead #cm-subscribe #cm-button { float: none; } }
@media screen and (max-width: 427px) { #wnew-wrap .new-item h4 { height: 80px; } }
@media screen and (max-width: 406px) { #masthead #site-search #search-wrap .search-field { width: auto; }
  .snapshot { width: 100%; } }
.nocolour thead th { background-color: transparent !important; }

.green-border { border-collapse: collapse; }
.green-border, .green-border tr, .green-border td { border: 1px solid #4d9e2d ; }
.green-border td { padding: 4px 6px; }

/*# sourceMappingURL=style.css.map */
