/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
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; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

small, .small {
  font-size: 75%; }

ul, ol {
  padding: 0;
  list-style-type: none; }

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

/******************************************************************
Site Name: Framework
Author: Tone

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

@font-face {
  font-family: 'aleolightitalic';
  src: url("../fonts/Aleo-LightItalic-webfont.eot");
  src: url("../fonts/Aleo-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Aleo-LightItalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'aleolight';
  src: url("../fonts/Aleo-Light-webfont.eot");
  src: url("../fonts/Aleo-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Aleo-Light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'aleoitalic';
  src: url("../fonts/Aleo-Italic-webfont.eot");
  src: url("../fonts/Aleo-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Aleo-Italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'aleoregular';
  src: url("../fonts/Aleo-Regular-webfont.eot");
  src: url("../fonts/Aleo-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Aleo-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'aleobolditalic';
  src: url("../fonts/Aleo-BoldItalic-webfont.eot");
  src: url("../fonts/Aleo-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Aleo-BoldItalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'aleobold';
  src: url("../fonts/Aleo-Bold-webfont.eot");
  src: url("../fonts/Aleo-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Aleo-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name: Framework
Author: Tone

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #5F667A;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale; }
  body.menu-open {
    background: #359BD0; }
  body a:link {
    -webkit-tap-highlight-color: transparent; }

div p:first-of-type {
  padding-top: 0;
  margin-top: 0; }

.spacer {
  display: inline-block;
  padding: 0;
  margin: 0 6px; }

/*.menu-item:hover {
	.mega-menu {
		display: block;
	}
}*/
.nav-holder .nav li a.tonebutton {
  background: #359BD0;
  color: #fff;
  border-bottom: 5px solid #287eaa;
  display: inline-block;
  margin-top: 10px;
  padding: 18px 15px 15px 15px;
  letter-spacing: 3px;
  font-weight: normal;
  text-shadow: none;
  font-size: 16px; }
  .nav-holder .nav li a.tonebutton:hover {
    background: #F3DD36;
    color: #4164AB;
    border-bottom: 5px solid #dfc60d; }

.mega-menu.open {
  display: block !important; }

.mega-menu {
  display: none;
  line-height: 20px;
  padding: 0;
  min-width: 0; }
  .mega-menu .subnav {
    width: 100%; }
  .mega-menu .subinfo {
    display: none; }
  .mega-menu .nav.top-nav li {
    display: block;
    text-align: left;
    height: auto;
    padding: 0; }
    .mega-menu .nav.top-nav li a {
      padding: 15px 0;
      color: #fff;
      font-weight: normal;
      text-align: left;
      display: block;
      font-size: 1em;
      padding-left: 20px; }
      .mega-menu .nav.top-nav li a:hover {
        border-bottom: 1px dotted #F3DD36;
        color: #F3DD36; }

.tonebutton, .tonebutton:visited {
  display: block;
  text-align: center;
  font-family: "aleobold";
  margin-top: 25px;
  text-shadow: none;
  text-decoration: none;
  padding: 18px 15px 15px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  background: #359BD0;
  color: #fff;
  border-bottom: 5px solid #287eaa; }
  .tonebutton:hover, .tonebutton:visited:hover {
    background: #4164AB;
    color: #fff;
    border-bottom: 5px solid #334e86; }

.linkcol {
  text-align: center; }
  .linkcol.margintop40 {
    margin-top: 40px; }

.mobify {
  display: block; }

.portrait-y {
  display: none; }

.tabify {
  display: none; }

a:focus {
  outline: none; }

a.caps {
  text-transform: uppercase;
  display: inline-block;
  font-family: "aleobold";
  text-decoration: none;
  letter-spacing: 3px;
  -webkit-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease; }
  a.caps::after {
    height: 1px;
    width: 99%;
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
    content: "";
    display: block;
    margin-top: 5px;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease; }
  a.caps:hover {
    color: #334e86; }
    a.caps:hover::after {
      border-top: 1px dotted #4164AB;
      border-bottom: 1px dotted #4164AB; }
  a.caps:hover {
    text-transform: uppercase;
    display: inline-block;
    font-family: "aleobold";
    text-decoration: none;
    letter-spacing: 3px;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease; }
    a.caps:hover::after {
      height: 1px;
      width: 99%;
      border-top: 1px dotted #aaa;
      border-bottom: 1px dotted #aaa;
      content: "";
      display: block;
      margin-top: 5px;
      -webkit-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease; }
    a.caps:hover:hover {
      color: #334e86; }
      a.caps:hover:hover::after {
        border-top: 1px dotted #4164AB;
        border-bottom: 1px dotted #4164AB; }

ul {
  margin: 0;
  padding: 0; }

html.menu-open, body.menu-open {
  overflow: hidden; }

strong {
  font-weight: bold; }

img {
  display: block;
  height: auto;
  max-width: 100%; }
  img.bordered {
    border-radius: 4px; }

input:focus {
  outline: none; }

#container {
  background: white;
  display: block;
  position: relative;
  z-index: 2;
  transition: 500ms transform ease;
  -webkit-transition: 500ms -webkit-transform ease;
  -moz-transition: 500ms -moz-transform ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  #container.menu-open {
    -webkit-transform: translate3d(-75%, 0, 0);
    -moz-transform: translate3d(-75%, 0, 0);
    transform: translate3d(-75%, 0, 0);
    box-shadow: 3px 0px 6px 1px rgba(0, 0, 0, 0.15); }

/*
  Accordion
*/
.faq-holder {
  max-width: 960px;
  margin: 0 auto; }

.accordion {
  position: relative; }
  .accordion .linkcol {
    margin-top: 0; }
  .accordion:last-of-type {
    margin-bottom: 0; }
  .accordion .faq-holder .ac-title {
    border-radius: 3px;
    background: #F1F5FA;
    color: #4A5F85;
    padding: 10px;
    padding-right: 50px;
    cursor: pointer;
    margin-bottom: 10px;
    font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif;
    position: relative;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease; }
    .accordion .faq-holder .ac-title:hover {
      background: #359BD0;
      color: #fff; }
      .accordion .faq-holder .ac-title:hover .icon svg path {
        fill: #fff; }
    .accordion .faq-holder .ac-title .icon {
      position: absolute;
      color: #FFF;
      top: 35%;
      top: calc(50% - 11px);
      width: 22px;
      height: 22px;
      right: 15px;
      cursor: pointer; }
      .accordion .faq-holder .ac-title .icon svg {
        width: 22px;
        height: 22px; }
        .accordion .faq-holder .ac-title .icon svg path {
          opacity: 1;
          fill: #359BD0;
          -webkit-transition: all 500ms ease;
          -ms-transition: all 500ms ease;
          -o-transition: all 500ms ease;
          -moz-transition: all 500ms ease;
          transition: all 500ms ease; }
  .accordion .faq-holder .ac-content {
    display: none; }
    .accordion .faq-holder .ac-content p:first-of-type {
      padding-top: 10px; }
    .accordion .faq-holder .ac-content p:last-of-type {
      padding-bottom: 15px; }
  .accordion .faq-holder.open .ac-title {
    background: #4A5F85;
    color: #fff; }
    .accordion .faq-holder.open .ac-title .icon svg path {
      fill: #fff; }
      .accordion .faq-holder.open .ac-title .icon svg path#v {
        opacity: 0; }
    .accordion .faq-holder.open .ac-title:hover {
      background: #384864; }

/*
  Search
*/
.search-wrap {
  background: #E7E9EA;
  float: none;
  margin-top: -8px;
  margin-bottom: -8px;
  max-height: 35px;
  display: block;
  position: relative;
  z-index: 2; }
  .search-wrap .form-wrap {
    float: right;
    overflow: hidden;
    width: 100%;
    max-width: 0px;
    -webkit-transition: 300ms 250ms ease;
    -ms-transition: 300ms 250ms ease;
    -o-transition: 300ms 250ms ease;
    -moz-transition: 300ms 250ms ease;
    transition: 300ms 250ms ease; }
    .search-wrap .form-wrap .inside {
      width: 220px; }
    .search-wrap .form-wrap.opened {
      max-width: 220px; }
    .search-wrap .form-wrap form {
      padding-right: 8px;
      padding-top: 5px; }
    .search-wrap .form-wrap input[type="text"] {
      -webkit-appearance: none;
      background: none;
      vertical-align: middle;
      border: 0px;
      color: #5F767F;
      font-size: 1em;
      font-family: 'Gesta', Arial, Sans-Serif;
      padding-left: 0px;
      font-weight: 200; }
    .search-wrap .form-wrap input[type="submit"] {
      font-size: 13px;
      border: 0;
      background: white;
      color: #5F767F;
      border-radius: 2px;
      margin-top: 2px;
      vertical-align: -1px;
      -webkit-transition: 200ms 250ms ease;
      -ms-transition: 200ms 250ms ease;
      -o-transition: 200ms 250ms ease;
      -moz-transition: 200ms 250ms ease;
      transition: 200ms 250ms ease; }
      .search-wrap .form-wrap input[type="submit"]:hover {
        background: #3F6D80;
        color: white; }
    .search-wrap .form-wrap ::-webkit-input-placeholder {
      color: #5F767F;
      font-size: 1.1em;
      font-style: italic;
      font-weight: 200; }
    .search-wrap .form-wrap :-moz-placeholder {
      /* Firefox 18- */
      color: #5F767F;
      font-size: 1.1em;
      font-style: italic;
      font-weight: 200; }
    .search-wrap .form-wrap ::-moz-placeholder {
      /* Firefox 19+ */
      color: #5F767F;
      font-size: 1.1em;
      font-style: italic;
      font-weight: 200; }
    .search-wrap .form-wrap :-ms-input-placeholder {
      color: #5F767F;
      font-size: 1.1em;
      font-style: italic;
      font-weight: 200; }
  .search-wrap .open {
    display: block;
    width: 38px;
    height: 35px;
    float: left;
    background: url("../images/i-search.png") no-repeat center; }

.bands {
  padding: 35px 0; }
  .bands.topics {
    padding: 25px 0; }

.intro-copy {
  padding: 20px 0 18px 0;
  text-align: center; }
  .intro-copy h1 {
    font-size: 1.1em;
    color: #4A5F85;
    font-family: "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .intro-copy h1 strong {
      font-weight: 600; }

.leaflet-popup-content {
  background: #3FA5BB;
  padding: 0 !important;
  border: none;
  max-width: 200px; }

.leaflet-popup-content-wrapper {
  border: none !important;
  padding: 0 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif !important;
  text-shadow: none !important;
  color: white !important;
  text-align: center;
  max-width: 200px; }

.leaflet-popup-content-wrapper .markertitle {
  font-size: 18px;
  text-align: center !important;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  width: 200px; }

.leaflet-popup-content-wrapper .markersubtitle {
  text-align: center;
  display: block;
  font-size: 14px;
  width: 100%;
  padding-bottom: 15px;
  font-family: Arial, Sans-Serif; }

.leaflet-popup-tip {
  border-top: 10px solid #3FA5BB !important; }

.leaflet-popup-content-wrapper a {
  color: white !important; }

.mlogo {
  background: white;
  text-align: center;
  line-height: 0;
  padding-top: 15px;
  padding-bottom: 15px; }

.mlogo img {
  display: inline-block;
  width: 100px; }

.intro-band h3,
.mini-news h3,
.home-goals h3,
.members-map h3,
.latest-reports h3,
.latest-topic-reports h3,
.our-leadership h3,
.our-approach h3,
.problems-and-goals h3,
.topics h3,
.current-vacancies h3,
.members-block h3,
.secretariat-bar h3,
.service-goals h3,
.map-overlay h3,
.faqs h3,
.browse-resources h3 {
  font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 1.8em; }

.featured-member h4 {
  font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 1.8em; }
.featured-member h3 {
  font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 1.8em; }

.mini-news h3,
.home-goals h3,
.members-map h3,
.latest-reports h3,
.latest-topic-reports h3,
.our-leadership h3,
.map-overlay h3,
.service-goals h3,
.current-vacancies h3,
.secretariat-bar h3,
.faqs h3,
.topics h3,
.our-approach h3,
.problems-and-goals h3,
.browse-resources h3 {
  text-align: center; }

.secretariat-bar h3 {
  margin-bottom: 20px;
  color: #4A5F85; }

body.home .bands.intro-band {
  margin-top: 0; }
.bands.intro-band .intro-image {
  margin-bottom: 25px;
  display: none; }
.bands.intro-band .first-image {
  margin-bottom: 20px; }
.page-template-page-who-we-are-php .bands.intro-band .wrap {
  position: relative; }
  .page-template-page-who-we-are-php .bands.intro-band .wrap::before {
    display: none;
    position: absolute;
    bottom: -80px;
    right: -30px;
    content: "";
    width: 195px;
    height: 270px;
    background: url("../images/man-and-shadow.png");
    background-size: cover;
    pointer-events: none;
    z-index: 98; }
.bands.intro-band h3.after::after {
  margin-top: 25px;
  margin-bottom: 30px; }
.bands.intro-band p:first-of-type {
  font-size: 1.2em;
  line-height: 1.5; }
.bands.intro-band .quick-quote {
  padding: 30px 0;
  border-top: 1px dotted #dddddd;
  margin-top: 20px;
  border-bottom: 1px dotted #dddddd; }
  .bands.intro-band .quick-quote h4 {
    color: #3FA5BB;
    margin-bottom: 20px;
    font-size: 1.4em; }
  .bands.intro-band .quick-quote p {
    margin: 0;
    font-size: 1rem; }
  .bands.intro-band .quick-quote .quotepic {
    margin-bottom: 20px; }
    .bands.intro-band .quick-quote .quotepic img {
      display: block;
      margin: 0 auto;
      border-radius: 100%;
      max-width: 160px; }
  .bands.intro-band .quick-quote .quoteholder {
    margin: 0;
    text-align: center; }

.problems-and-goals {
  background: url("../images/bg-news-texture.jpg"); }
  .problems-and-goals h3 {
    text-shadow: 0px 1px 1px #fff;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); }

.featured-member {
  background: url("../images/bg-news-texture.jpg"); }
  .featured-member h3 {
    text-shadow: 0px 1px 1px #fff;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); }

.mini-news {
  position: relative;
  background: url("../images/bg-news-texture.jpg"); }
  .mini-news img {
    display: block; }
  .mini-news h3 {
    text-shadow: 0px 1px 1px #fff;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); }
  .mini-news h4 {
    font-family: "aleobold";
    font-size: 1.4em; }
    .mini-news h4 a {
      color: #3FA5BB; }
      .mini-news h4 a:hover {
        color: #359BD0; }
  .mini-news .fourcol.last .metro-news:last-of-type {
    margin-bottom: 0px; }
  .mini-news .fourcol.last p.excerpt {
    display: none; }
  .mini-news .metro-news {
    background: #fff;
    position: relative;
    margin-bottom: 20px; }
    .mini-news .metro-news p.date {
      font-size: 0.9em;
      font-family: 'aleoitalic';
      margin-bottom: 7px; }
    .mini-news .metro-news p.excerpt {
      display: none; }
    .mini-news .metro-news p:last-of-type {
      margin-bottom: 0; }
    .mini-news .metro-news .sixcol.first {
      background-size: cover;
      min-height: 250px; }
  .mini-news .sixcol {
    margin: 0;
    background-position: center center; }

.knowledgemain h4 {
  font-family: "aleobold";
  font-size: 1.8em;
  margin-top: 15px;
  margin-bottom: 15px; }
  .knowledgemain h4 a {
    color: #3FA5BB; }
    .knowledgemain h4 a:hover {
      color: #359BD0; }
.knowledgemain .spacer {
  opacity: 0.33; }
.knowledgemain img {
  width: 100%; }
.knowledgemain article {
  margin-bottom: 30px;
  background: #fff;
  position: relative; }
  .knowledgemain article p {
    margin-top: 10px; }
    .knowledgemain article p.date {
      margin-top: 0; }
  .knowledgemain article a.caps::after {
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa; }
  .knowledgemain article a.caps:hover {
    color: #359BD0; }
    .knowledgemain article a.caps:hover::after {
      border-top: 1px dotted #359BD0;
      border-bottom: 1px dotted #359BD0; }
  .knowledgemain article p.date {
    font-size: 0.7em;
    margin-bottom: 0;
    font-family: 'aleobold'; }
  .knowledgemain article p:last-of-type {
    margin-bottom: 0; }
  .knowledgemain article.featured {
    position: relative;
    background: #4164AB;
    color: #fff;
    position: relative; }
    .knowledgemain article.featured a.caps::after {
      border-top: 1px dotted #aaa;
      border-bottom: 1px dotted #aaa; }
    .knowledgemain article.featured a.caps:hover::after {
      border-top: 1px dotted #F3DD36;
      border-bottom: 1px dotted #F3DD36; }
    .knowledgemain article.featured .last {
      position: relative; }
      .knowledgemain article.featured .last::after {
        position: absolute;
        top: -8px;
        right: -8px;
        width: 92px;
        height: 92px;
        background-image: url(../images/featured.png);
        background-size: cover;
        content: "";
        pointer-events: none;
        display: none; }
    .knowledgemain article.featured a {
      color: #fff; }
      .knowledgemain article.featured a:hover {
        color: #F3DD36; }
    .knowledgemain article.featured a.caps {
      color: #fff; }
      .knowledgemain article.featured a.caps:hover {
        color: #F3DD36; }

.report-single-pic {
  padding: 0 10px;
  padding-right: 0; }
  .report-single-pic .reportpic {
    margin-bottom: 40px; }
    .report-single-pic .reportpic img {
      width: 100%;
      border: 12px solid #fff; }

.knowledgemain .imageholder, .report-single-pic .imageholder {
  position: relative; }
  .knowledgemain .imageholder::before, .report-single-pic .imageholder::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.35);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  .knowledgemain .imageholder:hover .report-overview, .report-single-pic .imageholder:hover .report-overview {
    opacity: 1; }
.knowledgemain img, .report-single-pic img {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.35);
  display: block;
  position: relative;
  border: 12px solid #fff; }

.main-news h4 {
  font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 1.4em; }
  .main-news h4 a {
    color: #3FA5BB; }
    .main-news h4 a:hover {
      color: #359BD0; }
.main-news article {
  background: #fff;
  position: relative;
  margin-bottom: 30px; }
  .main-news article p.date {
    font-size: 0.8em;
    font-family: 'aleoitalic';
    margin-bottom: 10px; }
  .main-news article p.excerpt {
    display: none; }
  .main-news article p:last-of-type {
    margin-bottom: 0; }
.main-news .sixcol {
  margin: 0; }

.prev-next {
  background: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 10px; }
  .prev-next .sixcol {
    margin: 0;
    margin-bottom: 20px;
    float: left;
    padding: 0;
    text-align: left;
    background: #F1F5FA; }
    .prev-next .sixcol.last {
      float: right; }
    .prev-next .sixcol .title {
      color: #3FA5BB;
      font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
      -webkit-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease; }
    .prev-next .sixcol .status {
      font-weight: 500;
      font-size: 0.9em;
      display: block;
      margin-bottom: 5px;
      font-size: 0.9em;
      font-family: 'aleoitalic'; }
    .prev-next .sixcol img {
      width: 100%;
      display: block; }
    .prev-next .sixcol:hover {
      background: #359BD0;
      color: #fff; }
      .prev-next .sixcol:hover .title {
        color: #fff; }
    .prev-next .sixcol .postcopy {
      padding: 0;
      padding: 20px;
      display: block; }
    .prev-next .sixcol .featurepic {
      background-size: cover !important; }

.animate-stats {
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
  border-bottom: 1px dotted #dddddd; }
  .animate-stats.memberstat {
    background: #F1F5FA;
    border-radius: 5px;
    padding: 20px !important;
    margin-top: 20px !important;
    padding-bottom: 20px !important; }
    .animate-stats.memberstat .stat-number {
      color: #4164AB; }
  .animate-stats:last-of-type {
    border: none;
    margin: 0;
    padding: 0; }
  .animate-stats .last {
    font-size: 1.1em;
    font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
    color: #858ca0; }
  .animate-stats .stat-icon img {
    width: auto !important;
    max-width: 100%;
    max-height: 55px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0 !important; }
  .animate-stats .stat-number {
    font-size: 62px;
    line-height: 50px;
    color: #3FA5BB;
    font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
    margin-bottom: 15px; }
  .animate-stats:nth-of-type(2) .stat-number {
    color: #359BD0; }
  .animate-stats:nth-of-type(3) .stat-number {
    color: #5C80CC; }

.no-vacancies {
  text-align: center;
  background: #fff; }

.current-vacancies {
  position: relative;
  background: url("../images/bg-news-texture.jpg"); }
  .current-vacancies h3 {
    text-shadow: 0px 1px 1px #fff;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); }
  .current-vacancies h4 {
    font-family: "aleobold";
    font-size: 1em; }
    .current-vacancies h4 a {
      color: #3FA5BB; }
      .current-vacancies h4 a:hover {
        color: #359BD0; }
  .current-vacancies .job-box {
    background: #fff;
    position: relative; }
    .current-vacancies .job-box p.date {
      font-size: 0.9em;
      font-family: 'aleoitalic'; }
    .current-vacancies .job-box p.excerpt {
      display: none; }
    .current-vacancies .job-box h4 {
      font-size: 1.8em;
      color: #4164AB; }
    .current-vacancies .job-box h5 {
      font-size: 1em;
      font-weight: 500;
      font-family: "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #359BD0; }
    .current-vacancies .job-box p:last-of-type {
      margin-bottom: 0; }
    .current-vacancies .job-box:last-of-type {
      margin-bottom: 0; }
  .current-vacancies .sixcol {
    margin: 0;
    margin-bottom: 30px; }

.topics {
  position: relative;
  background: url("../images/bg-news-texture.jpg"); }
  .topics h3 {
    text-shadow: 0px 1px 1px #fff;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); }
  .topics h4 {
    font-family: "aleobold";
    text-align: center;
    font-size: 1.4em; }
    .topics h4 a {
      color: #3FA5BB; }
      .topics h4 a:hover {
        color: #359BD0; }
  .topics .topic-block {
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: 1px dotted #dddddd;
    font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif; }
    .topics .topic-block.first {
      clear: both; }
    .topics .topic-block h4 {
      padding-bottom: 15px;
      text-shadow: 0px 1px 1px #fff;
      text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); }
    .topics .topic-block a {
      display: block; }
      .topics .topic-block a .imagemargin {
        display: block;
        border-radius: 5px;
        border: 3px solid #929CAC;
        margin-bottom: 15px;
        -webkit-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        transition: all 250ms ease; }
      .topics .topic-block a img {
        display: block;
        border-radius: 5px;
        border: 10px solid transparent; }
      .topics .topic-block a:hover {
        color: #359BD0; }
        .topics .topic-block a:hover .imagemargin {
          border: 3px solid #359BD0; }

.our-approach {
  position: relative; }
  .our-approach h3 {
    text-shadow: 0px 1px 1px #fff;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); }
  .our-approach h4 {
    font-family: "aleobold";
    font-size: 1.5em;
    margin-bottom: 20px; }
    .our-approach h4 a {
      color: #3FA5BB; }
      .our-approach h4 a:hover {
        color: #359BD0; }
  .our-approach .metro-news {
    background: #F1F5FA;
    position: relative;
    margin-bottom: 30px; }
    .our-approach .metro-news p:last-of-type {
      margin-bottom: 0; }
  .our-approach .sixcol {
    margin: 0;
    background-position: center center; }
    .our-approach .sixcol.first {
      clear: both; }
    .our-approach .sixcol:last-of-type .metro-news {
      margin-bottom: 0; }

.inner-padding {
  padding: 20px; }

.home-goals {
  text-align: center; }
  .home-goals img {
    width: 100%; }
  .home-goals a {
    margin-top: 20px; }
  .home-goals .goal-block {
    border-top: 3px solid #3FA5BB;
    background: #EDF6F9;
    margin-bottom: 20px; }
    .home-goals .goal-block h4 {
      color: #3FA5BB;
      font-size: 1.4em;
      font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif;
      text-shadow: 0px 1px 1px #fff;
      text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); }
    .home-goals .goal-block:nth-of-type(2) {
      background: #EEF5FC;
      border-top: 3px solid #359BD0; }
      .home-goals .goal-block:nth-of-type(2) h4 {
        color: #359BD0; }
    .home-goals .goal-block:nth-of-type(3) {
      background: #F0F2FA;
      border-top: 3px solid #5C80CC; }
      .home-goals .goal-block:nth-of-type(3) h4 {
        color: #5C80CC; }
    .home-goals .goal-block:nth-of-type(4) {
      background: #F0F2F5;
      border-top: 3px solid #4A5F85; }
      .home-goals .goal-block:nth-of-type(4) h4 {
        color: #4A5F85; }

.service-goals {
  text-align: center;
  background: #F1F5FA; }
  .service-goals img {
    width: 100%; }
  .service-goals a {
    margin-top: 20px; }
  .service-goals .goal-block {
    border-top: 3px solid #3FA5BB;
    background: #fff;
    margin-bottom: 30px; }
    .service-goals .goal-block h4 {
      color: #3FA5BB;
      font-size: 1.4em;
      font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif;
      text-shadow: 0px 1px 1px #fff;
      text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); }
    .service-goals .goal-block:nth-of-type(2) {
      border-top: 3px solid #359BD0; }
      .service-goals .goal-block:nth-of-type(2) h4 {
        color: #359BD0; }
    .service-goals .goal-block:nth-of-type(3) {
      border-top: 3px solid #5C80CC; }
      .service-goals .goal-block:nth-of-type(3) h4 {
        color: #5C80CC; }
    .service-goals .goal-block:last-of-type {
      margin-bottom: 0; }

.our-leadership {
  text-align: center; }
  .our-leadership img {
    width: 100%; }
  .our-leadership a {
    margin-top: 10px; }
  .our-leadership .goal-block {
    margin-bottom: 30px; }
    .our-leadership .goal-block .discholder {
      border: 2px solid #3FA5BB;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto;
      display: inline-block;
      position: relative; }
      .our-leadership .goal-block .discholder::before {
        position: absolute;
        border-radius: 50%;
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        background: #3FA5BB;
        content: ""; }
      .our-leadership .goal-block .discholder img {
        display: block;
        position: relative;
        z-index: 1;
        height: auto;
        width: 100%;
        border: 10px solid #fff;
        max-width: 280px;
        border-radius: 50%; }
    .our-leadership .goal-block h4 {
      color: #3FA5BB;
      font-size: 1.4em;
      font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif;
      margin: 12px 0;
      text-shadow: 0px 1px 1px #fff;
      text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); }
    .our-leadership .goal-block:nth-of-type(2) h4 {
      color: #359BD0; }
    .our-leadership .goal-block:nth-of-type(2) .discholder {
      border: 2px solid #359BD0; }
      .our-leadership .goal-block:nth-of-type(2) .discholder::before {
        background: #359BD0; }
    .our-leadership .goal-block:nth-of-type(3) h4 {
      color: #5C80CC; }
    .our-leadership .goal-block:nth-of-type(3) .discholder {
      border: 2px solid #5C80CC; }
      .our-leadership .goal-block:nth-of-type(3) .discholder::before {
        background: #5C80CC; }

.secretariat-bar {
  background-image: url("../images/bg-sec.jpg");
  background-size: cover;
  text-align: center; }
  .secretariat-bar h3.aftercenter::after {
    margin: 15px auto; }
  .secretariat-bar a.about {
    background: #4164AB;
    color: #fff;
    border-bottom: 5px solid #334e86; }
    .secretariat-bar a.about:hover {
      background: #359BD0;
      color: #fff;
      border-bottom: 5px solid #287eaa; }
  .secretariat-bar a.contact {
    background: #3FA5BB;
    color: #fff;
    border-bottom: 5px solid #328395; }
    .secretariat-bar a.contact:hover {
      background: #359BD0;
      color: #fff;
      border-bottom: 5px solid #287eaa; }

.mailing-list {
  background: #333;
  background-image: url("../images/bg-mailing-list.jpg");
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative; }
  .mailing-list h4 {
    font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
    font-size: 1.6em;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff; }
  .mailing-list .wrap {
    position: relative;
    z-index: 10; }
  .mailing-list form {
    font-size: 0;
    padding-bottom: 15px; }
    .mailing-list form input {
      font-size: 16px;
      height: 50px;
      border: none;
      outline: none;
      margin: 0;
      padding: 0; }
      .mailing-list form input[type="email"] {
        width: 100%;
        font-family: 'aleobold';
        padding-left: 15px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background-color: #fff;
        background-image: url("../images/email-icon.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 44px;
        padding-left: 55px; }
      .mailing-list form input[type="submit"] {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        background: #F3DD36;
        color: #4164AB; }
        .mailing-list form input[type="submit"]:hover, .mailing-list form input[type="submit"]:focus {
          background: #359BD0;
          border: none;
          color: #fff; }
  .mailing-list::after {
    position: absolute;
    content: "";
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(35, 61, 82, 0.75); }

.map-overlay {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 10;
  background: #4164AB; }

.map-overlay {
  background-image: url("../images/bg-member-block.png");
  background-size: cover; }

.members-map {
  background: #4164AB;
  color: #fff;
  text-align: center;
  position: relative; }
  .members-map #membersmap {
    display: none;
    height: 420px;
    margin-top: 150px;
    background: #4164AB; }
  .members-map .mapbox-logo-true {
    display: none; }
  .members-map .leaflet-top.leaflet-left {
    bottom: 70px;
    left: 10px;
    top: auto; }
  .members-map .leaflet-control-attribution.leaflet-control {
    display: none; }

body.home .members-map .leaflet-top.leaflet-left {
  bottom: 20px; }

.members-block {
  background-color: #4164AB;
  background-image: url("../images/bg-member-block.png");
  background-size: cover;
  color: #fff; }
  .members-block p:first-of-type {
    font-size: 1.4em;
    line-height: 1.5; }
  .members-block h3 {
    color: #fff !important; }

.member-info {
  background-color: #4164AB;
  color: #fff;
  text-align: center;
  font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 0.9em;
  margin-bottom: 0; }
  .member-info .spacer {
    margin: 8px 10px;
    display: block; }
  .member-info .smallicon {
    display: inline-block;
    opacity: 0.5;
    height: 20px;
    width: 20px;
    margin-right: 6px;
    vertical-align: -5px; }
  .member-info a {
    color: #fff; }
    .member-info a:hover {
      color: #F3DD36; }
  .member-info strong {
    font-weight: normal;
    font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif; }
  .member-info .wrap {
    position: relative;
    padding: 16px 0 18px 0; }
  .member-info .member-logo {
    position: absolute;
    left: 0;
    z-index: 49;
    top: -45px;
    border: 3px solid #ddd;
    border-radius: 5px;
    height: 150px;
    width: 150px;
    background: #fff; }
    .member-info .member-logo img {
      padding: 10px; }

.member-logo.mobify {
  border: 3px solid #ddd;
  border-radius: 5px;
  height: 150px;
  width: 150px;
  background: #fff;
  margin: 0 auto;
  margin-top: 20px; }
  .member-logo.mobify img {
    padding: 10px;
    display: block; }

erg {
  background: url(../images/map-bottom.png) no-repeat center top; }

.members-jump-long.bands {
  background: url(../images/map-bottom.png) no-repeat center top;
  background-size: 2000px;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0;
  margin-top: -50px; }
  .members-jump-long.bands .member-jump {
    padding: 0;
    background: transparent;
    margin: 50px;
    max-width: 400px; }
    .members-jump-long.bands .member-jump label {
      font-size: 1.8em; }
    .members-jump-long.bands .member-jump .selector span {
      text-align: left;
      padding-left: 55px;
      padding-right: 55px; }

.twelvecol.bands.first.members-map {
  margin-top: 0 !important; }

.members-jump-long.bands {
  margin-top: 0;
  background: #3e5ea1; }
  .members-jump-long.bands .member-jump {
    padding: 0;
    background: transparent;
    margin: 20px 0;
    max-width: 400px; }
    .members-jump-long.bands .member-jump label {
      font-size: 1.4em; }

.member-jump {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 4px;
  max-width: 440px;
  width: 100%;
  margin-top: 20px;
  display: inline-block; }
  .member-jump label {
    font-size: 1.2em;
    font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif; }
  .member-jump .selector {
    width: 100% !important;
    display: block;
    margin-top: 20px;
    height: 55px;
    background: #fff;
    color: #5F667A;
    border-radius: 5px; }
    .member-jump .selector select {
      width: 100% !important;
      height: 55px;
      font-size: 16px; }
    .member-jump .selector span {
      width: 100% !important;
      padding-left: 50px;
      display: block;
      height: 55px;
      line-height: 56px;
      font-size: 1.2em;
      font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
      cursor: pointer;
      position: relative; }
      .member-jump .selector span::after {
        position: absolute;
        right: 15px;
        top: 24px;
        width: 18px;
        height: 10px;
        background: red;
        content: "";
        background: url(../images/select-drop.png); }
      .member-jump .selector span::before {
        position: absolute;
        left: 15px;
        top: 14px;
        width: 25px;
        height: 28px;
        background: red;
        content: "";
        background: url(../images/icon-globe.gif); }

.member-video {
  position: relative;
  padding: 150px 0;
  background: url("../images/video-cover.jpg") no-repeat center;
  background-size: cover;
  color: white;
  overflow: hidden; }
  .member-video .wrap {
    position: relative;
    z-index: 1; }
  .member-video img {
    max-width: 80px;
    margin-top: 10px; }
  .member-video::before {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 800px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(37, 51, 62, 0.25); }
  .member-video h3 {
    font-size: 3em; }
  .member-video .subtitle {
    color: white;
    margin-top: 10px; }
  .member-video .play-button {
    margin-top: 15px;
    max-width: 50px;
    opacity: 0.8;
    cursor: pointer;
    -webkit-transition: 250ms 250ms ease;
    -ms-transition: 250ms 250ms ease;
    -o-transition: 250ms 250ms ease;
    -moz-transition: 250ms 250ms ease;
    transition: 250ms 250ms ease; }
    .member-video .play-button:hover {
      opacity: 0.99; }
  .member-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.quote-bar {
  font-size: 1.4em;
  text-align: center;
  font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif; }
  .quote-bar p {
    margin: 0;
    padding: 0; }
  .quote-bar p.quote {
    position: relative; }
  .quote-bar p.quoteby {
    font-family: "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    margin-top: 20px;
    color: #3FA5BB; }
  .quote-bar .discholder {
    border: 3px solid #3FA5BB;
    border-radius: 50%;
    width: auto;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 20px;
    position: relative; }
    .quote-bar .discholder::before {
      position: absolute;
      border-radius: 50%;
      top: 2px;
      left: 2px;
      right: 2px;
      bottom: 2px;
      background: #fff;
      content: ""; }
    .quote-bar .discholder img {
      display: block;
      position: relative;
      z-index: 1;
      height: auto;
      width: 100%;
      border: 10px solid #fff;
      max-width: 280px;
      border-radius: 50%; }

.latest-topic-reports {
  padding: 30px 0; }
  .latest-topic-reports .linkcol.margintop40 {
    margin-top: 10px; }
  .latest-topic-reports .report-holder {
    margin-bottom: 30px;
    background: #F1F5FA;
    border-radius: 5px; }
    .latest-topic-reports .report-holder:nth-of-type(2) {
      margin-bottom: 0; }
    .latest-topic-reports .report-holder p {
      font-size: 0.9em; }
    .latest-topic-reports .report-holder h4 {
      font-family: "aleobold";
      font-size: 1.4em;
      margin-bottom: 20px; }
      .latest-topic-reports .report-holder h4 a {
        color: #3FA5BB; }
        .latest-topic-reports .report-holder h4 a:hover {
          color: #4164AB; }
    .latest-topic-reports .report-holder a.caps {
      margin-top: 10px;
      font-size: 1rem; }
  .latest-topic-reports .reportpic {
    margin-bottom: 0; }

.latest-reports {
  overflow: hidden;
  background: url(../images/mobilewood.jpg);
  background-repeat: repeat; }
  .latest-reports h3 {
    text-shadow: 0px 1px 1px #fff;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); }
  .latest-reports .report-holder:nth-of-type(2) .imageholder::before {
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .latest-reports .report-holder:nth-of-type(3) {
    display: none; }
    .latest-reports .report-holder:nth-of-type(3) .imageholder::before {
      -moz-transform: rotate(2deg);
      -o-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
      -webkit-transform: rotate(2deg);
      transform: rotate(2deg); }
  .latest-reports .report-holder:nth-of-type(4) {
    display: none; }
    .latest-reports .report-holder:nth-of-type(4) .imageholder::before {
      -moz-transform: rotate(-4deg);
      -o-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
      -webkit-transform: rotate(-4deg);
      transform: rotate(-4deg); }
  .latest-reports .imageholder {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative; }
    .latest-reports .imageholder::before {
      position: absolute;
      content: "";
      bottom: 0;
      right: 0;
      left: 0;
      top: 0;
      background: #fff;
      box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.45);
      -moz-transform: rotate(3deg);
      -o-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg); }
    .latest-reports .imageholder img {
      border: 16px solid #fff; }
    .latest-reports .imageholder:hover .report-overview {
      opacity: 1; }
    .latest-reports .imageholder.active .report-overview {
      opacity: 1; }
  .latest-reports .report-overview {
    display: none;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    position: absolute;
    z-index: 10;
    background-color: #359BD0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#359bd0), to(#3ea4bc));
    background-image: -webkit-linear-gradient(top, #359bd0, #3ea4bc);
    background-image: -moz-linear-gradient(top, #359bd0, #3ea4bc);
    background-image: -o-linear-gradient(top, #359bd0, #3ea4bc);
    background-image: -ms-linear-gradient(top, #359bd0, #3ea4bc);
    background-image: linear-gradient(top, #359bd0, #3ea4bc);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#359bd0', EndColorStr='#3ea4bc');
    color: #fff;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    padding: 20px; }
    .latest-reports .report-overview h4 {
      font-size: 1.4em; }
      .latest-reports .report-overview h4::after {
        margin-top: 15px;
        margin-bottom: 15px; }
    .latest-reports .report-overview a {
      border: none;
      width: 100%;
      text-align: center;
      margin-top: 0;
      background: #fff;
      color: #4164AB; }
      .latest-reports .report-overview a:hover {
        background: #F3DD36;
        color: #4164AB;
        border-bottom: 5px solid #dfc60d;
        border: none; }
  .latest-reports img {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.45);
    display: block;
    position: relative;
    width: 100%; }

.page-template-page-knowledge-php .browse-resources {
  background: white;
  margin-top: 40px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  text-align: left;
  position: relative;
  z-index: 1;
  padding: 0; }
  .page-template-page-knowledge-php .browse-resources .wrap {
    padding-top: 0 !important; }
  .page-template-page-knowledge-php .browse-resources img.resicon {
    display: none; }
  .page-template-page-knowledge-php .browse-resources h3 {
    display: none; }
  .page-template-page-knowledge-php .browse-resources::after {
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
    right: 0; }
  .page-template-page-knowledge-php .browse-resources form {
    padding: 30px 0;
    max-width: 1960px; }
    .page-template-page-knowledge-php .browse-resources form input[type="text"] {
      background: #fff;
      text-align: center;
      height: 50px; }

.browse-resources h3 {
  color: #4164AB; }
.browse-resources img.resicon {
  max-width: 75px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px; }
.browse-resources form {
  max-width: 960px;
  display: block;
  margin: 0 auto; }
  .browse-resources form .twelvecol.searchholder {
    margin-bottom: 30px; }
  .browse-resources form .twelvecol.morelink {
    margin-bottom: 15px;
    font-size: 0.75em;
    text-align: right; }
    .browse-resources form .twelvecol.morelink a::before {
      content: "+ "; }
    .browse-resources form .twelvecol.morelink a.added {
      color: #3FA5BB; }
      .browse-resources form .twelvecol.morelink a.added::before {
        content: "- "; }
  .browse-resources form .more-search-options {
    display: none; }
    .browse-resources form .more-search-options .dropdowncol {
      margin-bottom: 30px; }
  .browse-resources form .dropdowncol {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px; }
    .browse-resources form .dropdowncol label {
      color: #ABABAB;
      margin-top: 10px;
      display: block;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase; }
    .browse-resources form .dropdowncol select {
      height: 50px;
      font-size: 20px;
      -webkit-appearance: none;
      border: none;
      width: 100%;
      background: #fff;
      font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
      color: #5F667A;
      -webkit-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease; }
      .browse-resources form .dropdowncol select:focus, .browse-resources form .dropdowncol select:hover {
        outline: none;
        color: #359BD0; }
  .browse-resources form input {
    font-size: 16px;
    outline: none; }
    .browse-resources form input[type="text"] {
      width: 100%;
      font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
      padding-left: 15px;
      background: #f7f7f7;
      border-radius: 5px;
      border: 1px solid rgba(0, 0, 0, 0.05);
      height: 70px;
      font-size: 16px;
      box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
      color: #4164AB;
      -webkit-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease; }
      .browse-resources form input[type="text"]:focus {
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25); }
    .browse-resources form input[type="submit"] {
      border-top: none;
      border-left: none;
      border-right: none;
      margin: 0;
      width: 100%; }
    .browse-resources form input.date-picker {
      width: 100%;
      font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
      padding-left: 35px;
      border: none;
      border: none;
      height: 50px;
      font-size: 19px;
      color: #5F667A;
      -webkit-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease; }

.browse-resources .select-country div.selector span::before {
  background: url(../images/icon-globe.png);
  background-size: cover; }
.browse-resources .select-member div.selector span::before {
  background: url(../images/icon-members.png);
  background-size: cover; }
.browse-resources .select-topic div.selector span::before {
  background: url(../images/icon-topic.png);
  background-size: cover; }
.browse-resources .select-series div.selector span::before {
  background: url(../images/icon-series.png);
  background-size: cover; }
.browse-resources .select-language div.selector span::before {
  background: url(../images/icon-language.png);
  background-size: cover; }
.browse-resources .select-date {
  position: relative; }
  .browse-resources .select-date::before {
    position: absolute;
    left: 0;
    top: 35px;
    width: 25px;
    height: 28px;
    content: "";
    background: url(../images/icon-date.png);
    background-size: cover; }
.browse-resources div.selector {
  background-position: 0 -130px;
  line-height: 50px;
  height: 50px;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100% !important; }
  .browse-resources div.selector:focus span, .browse-resources div.selector:hover span, .browse-resources div.selector.hover span {
    color: #359BD0; }
  .browse-resources div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right 0;
    height: 50px;
    line-height: 50px;
    padding-left: 35px;
    padding-right: 35px;
    cursor: pointer;
    width: 100% !important;
    display: block;
    height: 50px;
    font-size: 16px;
    -webkit-appearance: none;
    border: none;
    background: #fff;
    font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
    color: #5F667A;
    position: relative;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease; }
    .browse-resources div.selector span::after {
      position: absolute;
      right: 0;
      top: 18px;
      width: 18px;
      height: 10px;
      background: red;
      content: "";
      background: url(../images/select-drop.png); }
    .browse-resources div.selector span::before {
      position: absolute;
      left: 0;
      top: 12px;
      width: 25px;
      height: 28px;
      content: "";
      background: url(../images/icon-globe.gif); }

body .sidebar .browse-resources div.selector {
  height: 50px; }
  body .sidebar .browse-resources div.selector span {
    background: transparent;
    padding-left: 36px;
    height: 50px;
    line-height: 50px; }

body .sidebar select {
  height: 40px; }
body .sidebar div.selector {
  background-position: 0 -130px;
  line-height: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100% !important;
  border-radius: 3px; }
  body .sidebar div.selector select {
    height: 40px; }
  body .sidebar div.selector:focus span, body .sidebar div.selector:hover span, body .sidebar div.selector.hover span {
    color: #359BD0; }
  body .sidebar div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right 0;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    cursor: pointer;
    width: 100% !important;
    display: block;
    height: 40px;
    font-size: 16px;
    -webkit-appearance: none;
    border: none;
    background: rgba(0, 0, 0, 0.06);
    font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
    color: #4A5F85;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    position: relative;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease; }
    body .sidebar div.selector span::after {
      position: absolute;
      right: 15px;
      top: 17px;
      width: 18px;
      height: 10px;
      background: red;
      content: "";
      background: url(../images/select-drop.png); }

.tab_content .linkcol {
  margin-top: 20px; }

.sidebar .browse-resources h3 {
  color: #359BD0;
  text-align: left;
  font-size: 1.4em;
  margin-bottom: 25px; }
.sidebar .browse-resources .linkcol {
  margin-top: 10px; }
.sidebar .browse-resources a.show-more-search-options {
  margin-top: 15px;
  display: inline-block; }
.sidebar .browse-resources form {
  padding: 20px;
  background: #fff; }
  .sidebar .browse-resources form .twelvecol.searchholder {
    margin-bottom: 30px; }
  .sidebar .browse-resources form .twelvecol.morelink {
    margin-bottom: 15px;
    font-size: 0.75em;
    text-align: left; }
  .sidebar .browse-resources form .more-search-options {
    display: none; }
    .sidebar .browse-resources form .more-search-options .dropdowncol {
      width: 100%;
      margin-left: 0;
      margin-bottom: 0; }
  .sidebar .browse-resources form .dropdowncol {
    border-bottom: none;
    border-top: 1px dotted #ccc;
    margin-bottom: 0;
    font-size: 0; }
    .sidebar .browse-resources form .dropdowncol.third {
      border-bottom: 1px dotted #ccc; }
    .sidebar .browse-resources form .dropdowncol label {
      margin-top: 10px;
      display: block;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase; }
    .sidebar .browse-resources form .dropdowncol select {
      height: 50px;
      font-size: 20px;
      -webkit-appearance: none;
      border: none;
      width: 100%;
      background: #fff;
      font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
      color: #5F667A;
      -webkit-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease; }
      .sidebar .browse-resources form .dropdowncol select:focus, .sidebar .browse-resources form .dropdowncol select:hover {
        outline: none;
        color: #359BD0; }
  .sidebar .browse-resources form input {
    font-size: 16px;
    outline: none; }
    .sidebar .browse-resources form input[type="text"] {
      width: 100%;
      font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
      padding-left: 15px;
      background: #f7f7f7;
      border-radius: 5px;
      border: 1px solid rgba(0, 0, 0, 0.05);
      height: 60px;
      font-size: 16px;
      box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
      color: #4164AB;
      -webkit-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease; }
      .sidebar .browse-resources form input[type="text"]:focus {
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25); }
    .sidebar .browse-resources form input[type="submit"] {
      border-top: none;
      border-left: none;
      border-right: none;
      margin: 0;
      width: 100%; }

.breadcrumb li {
  display: inline;
  margin-right: 3px;
  padding-right: 3px; }
  .breadcrumb li:after {
    content: " >"; }
.breadcrumb a {
  display: inline; }

.blogpost ul {
  padding-left: 20px;
  list-style-type: disc; }
.blogpost ol {
  padding-left: 20px;
  list-style-type: decimal; }
.blogpost li {
  margin-bottom: 5px; }

.entry-content .authorpic {
  margin: 20px 0; }
  .entry-content .authorpic img {
    width: auto;
    max-width: 50px;
    margin: 0;
    display: inline-block;
    float: left; }
  .entry-content .authorpic p {
    float: left;
    margin-left: 20px; }

.evenheight {
  z-index: 89;
  position: relative; }

.imagecredit {
	position: relative;
}
.imagecredit .watermark.tabify, .watermark.tabify  {
	color: #fff;
	z-index:1;
}

.watermark.tabify {
  pointer-events: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  opacity: 0.8;
  z-index: 99;
  font-size: 0.9em;
  font-weight: 400; }

.page-banner {
  text-align: center;
  color: #fff; }
  .page-banner .wrap {
    padding: 30px 0; }
  .page-banner .imageholder {
    /* Fallback for sad browsers */
    background-color: #4561BD;
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(#359BD0, #4561BD);
    /* Opera */
    background-image: -o-linear-gradient(#359BD0, #4561BD);
    /* WebKit (Safari 4+, Chrome 1+) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #359BD0), color-stop(1, #4561BD));
    /* WebKit (Chrome 11+) */
    background-image: -webkit-linear-gradient(#359BD0, #4561BD);
    /* IE10 */
    background-image: -ms-linear-gradient(#359BD0, #4561BD);
    /* W3C */
    background-image: linear-gradient(#359BD0, #4561BD);
    position: relative;
    background-size: cover; }
    .page-banner .imageholder::after {
      background: url(../images/banner-fade.png) repeat-x;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: ""; }
    .page-banner .imageholder::before {
      background: url(../images/banner-fade.png) repeat-x;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: "";
      opacity: 0.5; }
  .page-banner .slide-info {
    position: relative;
    z-index: 1; }
  .page-banner h1 {
    font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif;
    font-size: 2.2em; }
  .page-banner h2 {
    font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
    font-size: 1.4em; }
  .page-banner h3 {
    max-width: 700px;
    margin: 0 auto; }
  .page-banner a.tonebutton {
    background: #F3DD36;
    color: #4164AB;
    border-bottom: 5px solid #dfc60d; }
    .page-banner a.tonebutton:hover {
      background: #359BD0;
      color: #fff;
      border-bottom: 5px solid #287eaa; }
  .page-banner.smaller .imageholder {
    height: auto;
    padding: 0; }
  .page-banner.smaller .wrap {
    height: auto;
    padding: 40px 0;
    position: relative;
    z-index: 10; }
  .page-banner.knowledge h1 {
    margin-top: 10px; }
  .page-banner.knowledge .wrap {
    padding-bottom: 0; }

body.single-report .page-banner.smaller h1 {
  font-size: 1.8em;
  line-height: 1.2em; }
body.single-report .page-banner.smaller .imageholder {
  height: auto;
  padding: 0; }
body.single-report .page-banner.smaller .wrap {
  height: auto;
  padding: 15px 0 20px 0;
  position: relative;
  z-index: 10; }

p.contact-details {
  font-size: 1.2em; }
  p.contact-details a {
    color: #fff; }
    p.contact-details a:hover {
      color: #F3DD36; }

.contact-icon {
  display: inline-block;
  width: auto;
  vertical-align: -6px;
  margin-right: 10px; }
  .contact-icon.email {
    margin-left: 30px;
    vertical-align: -7px; }
  .contact-icon img {
    height: 30px; }

.didyouknow {
  text-align: center;
  background: #222B41;
  color: #fff; }
  .didyouknow h3 {
    color: #3FA5BB;
    margin-top: 20px; }
  .didyouknow p {
    margin: 0; }
  .didyouknow .wrap {
    max-width: 960px; }
  .didyouknow .first {
    width: calc(80px);
    margin: 0 auto; }
    .didyouknow .first svg {
      width: 80px;
      height: 80px;
      display: block;
      margin-bottom: 10px; }
  .didyouknow .last {
    margin: 0; }

.page-banner-service {
  position: relative; }
  .page-banner-service h2.after::after {
    margin-top: 20px;
    margin-bottom: 20px; }
  .page-banner-service .wrap {
    width: 100%;
    padding: 20px 0; }
  .page-banner-service .imageholder-right {
    width: 100%;
    background-size: cover; }
  .page-banner-service h2 {
    font-size: 1.4em; }
  .page-banner-service h1 {
    font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif;
    font-size: 2.2em;
    line-height: 1.1em;
    margin-bottom: 10px; }
  .page-banner-service .left-copy {
    color: #fff;
    padding: 0 5%;
    background: #333;
    width: 100%;
    position: relative;
    /* Fallback for sad browsers */
    background-color: #4561BD;
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(#359BD0, #4561BD);
    /* Opera */
    background-image: -o-linear-gradient(#359BD0, #4561BD);
    /* WebKit (Safari 4+, Chrome 1+) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #359BD0), color-stop(1, #4561BD));
    /* WebKit (Chrome 11+) */
    background-image: -webkit-linear-gradient(#359BD0, #4561BD);
    /* IE10 */
    background-image: -ms-linear-gradient(#359BD0, #4561BD);
    /* W3C */
    background-image: linear-gradient(#359BD0, #4561BD); }

.imageholder.plain {
  background-color: #3fa5bb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3fa5bb), to(#369bd1));
  background-image: -webkit-linear-gradient(top, #3fa5bb, #369bd1);
  background-image: -moz-linear-gradient(top, #3fa5bb, #369bd1);
  background-image: -o-linear-gradient(top, #3fa5bb, #369bd1);
  background-image: -ms-linear-gradient(top, #3fa5bb, #369bd1);
  background-image: linear-gradient(top, #3fa5bb, #369bd1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3fa5bb', EndColorStr='#369bd1'); }
  .imageholder.plain::after {
    display: none; }

/* end snide carousel */
.hide {
  display: none; }

.tabcontent {
  display: none; }

.testimonial .flexslider {
  background: transparent; }

.flex-control-nav {
  display: none; }

.carousel-indicators {
  display: none; }

.testimonial .flexslider:hover .flex-prev,
.testimonial .flexslider .flex-prev {
  left: 0; }

.testimonial .flexslider:hover .flex-next,
.testimonial .flexslider .flex-next {
  right: 0; }

.sidebar {
  margin-bottom: 30px;
  margin-top: 30px; }
  .sidebar h4 {
    color: #359BD0;
    border-bottom: 1px dotted #dddddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 1.4em;
    font-weight: 500; }
  .sidebar h5 {
    color: #4A5F85;
    font-size: 1em;
    font-weight: 600; }
  .sidebar p {
    color: #858ca0; }
  body.single-report .sidebar {
    background: #fff; }
  body.blog .sidebar {
    margin: 0;
    margin-bottom: 40px; }
  body.page-template-page-resourcesearch .sidebar {
    margin-top: 0px;
    margin-bottom: 0; }
  .sidebar form {
    position: relative;
    margin-bottom: 30px; }
    .sidebar form input#s {
      width: 100%;
      font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
      padding-left: 15px;
      background: #f7f7f7;
      border-radius: 5px;
      border: 1px solid rgba(0, 0, 0, 0.05);
      height: 60px;
      font-size: 16px;
      box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15); }
    .sidebar form #searchsubmit {
      position: absolute;
      top: 10px;
      top: calc(50% - 10px);
      right: 15px;
      width: 20px;
      height: 20px;
      background: red;
      border: none;
      outline: none;
      background: url(../images/search.svg);
      background-size: 20px;
      text-indent: 200%;
      overflow: hidden;
      white-space: nowrap;
      opacity: 0.3;
      padding: 0;
      -webkit-transition: opacity 250ms ease;
      -ms-transition: opacity 250ms ease;
      -o-transition: opacity 250ms ease;
      -moz-transition: opacity 250ms ease;
      transition: opacity 250ms ease; }
      .sidebar form #searchsubmit:hover {
        opacity: 0.6; }
  .sidebar .widget select {
    width: 100%; }
  .sidebar .widget label {
    display: none; }

.page-template-page-contact .sidebar {
  margin-top: 20px; }
  .page-template-page-contact .sidebar .contact-widget {
    margin-bottom: 20px; }
  .page-template-page-contact .sidebar .linkwidget {
    margin: 0;
    margin-bottom: 20px; }

.useful-documents {
  background-color: #379cd2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#379cd2), to(#3e64a2));
  background-image: -webkit-linear-gradient(top, #379cd2, #3e64a2);
  background-image: -moz-linear-gradient(top, #379cd2, #3e64a2);
  background-image: -o-linear-gradient(top, #379cd2, #3e64a2);
  background-image: -ms-linear-gradient(top, #379cd2, #3e64a2);
  background-image: linear-gradient(top, #379cd2, #3e64a2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#379cd2', EndColorStr='#3e64a2');
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 40px;
  color: #fff; }
  .useful-documents h4 {
    color: #fff;
    border-bottom: 1px dotted #dddddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 1.4em;
    font-weight: 500; }
  .useful-documents ul {
    font-size: 0.9em;
    padding-left: 0 !important; }
    .useful-documents ul li {
      list-style-type: none;
      margin-bottom: 10px; }
      .useful-documents ul li a {
        padding: 12px 15px;
        color: #fff;
        display: block;
        text-decoration: none;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.1); }
        .useful-documents ul li a:hover {
          background: rgba(255, 255, 255, 0.99);
          color: #4164AB; }
        .useful-documents ul li a .pdf {
          width: 21px;
          height: 22px;
          display: inline-block;
          vertical-align: -5px;
          margin-right: 10px;
          background-image: url(../images/icon-pdf.png);
          background-size: cover; }
        .useful-documents ul li a:hover .pdf {
          background-image: url(../images/icon-pdf-hover.png);
          background-size: cover; }
          .useful-documents ul li a .word {
          width: 21px;
          height: 22px;
          display: inline-block;
          vertical-align: -5px;
          margin-right: 10px;
          background-image: url(../images/wordicon2.png);
          background-size: cover; }
        .useful-documents ul li a:hover .word {
          background-image: url(../images/wordicon.png);
          background-size: cover; }
          .useful-documents ul li a .excel {
          width: 21px;
          height: 22px;
          display: inline-block;
          vertical-align: -5px;
          margin-right: 10px;
          background-image: url(../images/excel.png);
          background-size: cover; }
        .useful-documents ul li a:hover .excel {
          background-image: url(../images/e.png);
          background-size: cover; }
  .useful-documents .gform_wrapper form {
    padding: 0;
    border: none;
    margin-top: 20px;
    margin-bottom: 0; }
    .useful-documents .gform_wrapper form label {
      display: none !important; }
    .useful-documents .gform_wrapper form input.medium {
      width: 100%;
      padding: 15px;
      height: 50px;
      font-size: 16px;
      box-shadow: none; }
    .useful-documents .gform_wrapper form .gfield_description {
      font-size: 1.2em;
      font-family: aleoregular;
      margin-top: 10px; }
    .useful-documents .gform_wrapper form .gform_button {
      width: 100%;
      background: #F3DD36;
      color: #4164AB;
      border-bottom: 5px solid #dfc60d;
      border: none;
      border-radius: 3px;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-family: "aleobold";
      -webkit-transition: 250ms all ease;
      -ms-transition: 250ms all ease;
      -o-transition: 250ms all ease;
      -moz-transition: 250ms all ease;
      transition: 250ms all ease; }
      .useful-documents .gform_wrapper form .gform_button:hover {
        background: #3FA5BB;
        color: #fff;
        border-bottom: 5px solid #328395;
        border: none;
        border-radius: 3px;
        letter-spacing: 3px;
        text-transform: uppercase;
        font-family: "aleobold";
        color: #fff; }

.archive-news {
  margin-top: 40px; }

body.archive .sidebar {
  margin-top: 39px; }

.blogmain,
.pagemain {
  padding: 20px;
  background: #FFF; }
  body.page-template-page-news .blogmain, body.page-template-page-news
  .pagemain {
    padding: 0;
    background: transparent; }
  body.archive .blogmain, body.archive
  .pagemain {
    padding: 0;
    background: transparent; }
  body.single-report .blogmain, body.single-report
  .pagemain {
    padding: 0;
    padding-top: 30px;
    background: transparent; }
  body.single-post .blogmain, body.single-post
  .pagemain {
    background: #FFF; }
  body.single-news .blogmain, body.single-news
  .pagemain {
    background: #FFF; }
  .blogmain .blogtitle h2,
  .pagemain .blogtitle h2 {
    color: #4164AB;
    padding: 15px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
    font-size: 1.6em; }
  .blogmain .jobtitle h2,
  .pagemain .jobtitle h2 {
    color: #4164AB;
    padding: 0;
    margin-bottom: 0;
    font-size: 2.5em; }
  .blogmain .jobtitle h3,
  .pagemain .jobtitle h3 {
    color: #359BD0;
    font-family: "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 0 20px 0;
    border-bottom: 1px dotted #dddddd;
    margin-bottom: 20px;
    font-size: 1.6em; }
  .blogmain .blogmeta,
  .pagemain .blogmeta {
    margin-bottom: 15px; }
    .blogmain .blogmeta p,
    .pagemain .blogmeta p {
      font-size: 0.8em;
      font-family: 'aleoitalic';
      margin: 0; }
    .blogmain .blogmeta .addthis_sharing_toolbox,
    .pagemain .blogmeta .addthis_sharing_toolbox {
      margin-top: 10px; }
      .blogmain .blogmeta .addthis_sharing_toolbox::before,
      .pagemain .blogmeta .addthis_sharing_toolbox::before {
        margin-right: 10px; }
    .blogmain .blogmeta #atstbx,
    .pagemain .blogmeta #atstbx {
      display: inline !important;
      position: relative;
      top: 1px; }
  .blogmain ul.article-switch,
  .pagemain ul.article-switch {
    margin-bottom: 30px;
    font-size: 0; }
    .blogmain ul.article-switch li,
    .pagemain ul.article-switch li {
      display: inline-block;
      font-size: 1rem;
      margin-right: 12px;
      font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif; }
      .blogmain ul.article-switch li a,
      .pagemain ul.article-switch li a {
        background: #fff;
        display: block;
        color: #4164AB;
        line-height: 40px;
        height: 40px;
        padding: 0 15px; }
        .blogmain ul.article-switch li a:hover,
        .pagemain ul.article-switch li a:hover {
          background: #359BD0;
          color: #fff; }
      .blogmain ul.article-switch li.active a,
      .pagemain ul.article-switch li.active a {
        background: #5F667A;
        color: #fff; }

.pagemain {
  padding: 20px;
  background: #FFF; }

.job-overview {
  margin-bottom: 40px;
  border-bottom: 1px dotted #dddddd; }
  .job-overview .job-specs {
    /*padding-bottom:20px;*/
    margin-bottom: 20px; }

.addthis {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1); }
  .addthis p {
    font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif;
    margin-bottom: 10px; }

.formatted-copy {
	overflow:hidden;
}

.single .formatted-copy.sidetext {
	margin-top:30px;
}

.formatted-copy.sidetext {
	background: #fff;
	padding:25px;
	margin-top: 15px;
	border-radius:5px;
}
.formatted-copy.sidetext h2,
.formatted-copy.sidetext h3,
.formatted-copy.sidetext h4,
.formatted-copy.sidetext h5,
.formatted-copy.sidetext h6 {
	margin-bottom:20px;
}
.formatted-copy.sidetext p:first-of-type {
  font-size: 1em;
  margin-top:0;
  line-height: 1.5; }
  .formatted-copy p:first-of-type {
  font-size: 1.2em;
  line-height: 1.5; }
.formatted-copy a {
  text-decoration: underline; }
.formatted-copy img {
  display: block;
  margin: 25px 0; }
.formatted-copy ol {
	list-style: outside disc;
    margin-left: 0;
  list-style-type: decimal;
  padding-left: 20px; }
  .formatted-copy ol li {
    margin-bottom: 10px; }
.formatted-copy ul {
  list-style-type: disc;
  list-style: outside disc;
    margin-left: 0;
  }
  .formatted-copy ul li {
	 margin-bottom: 5px;
    position: relative;
    left: 1em;
    padding-right: 0;
    margin-bottom: 10px; }
.formatted-copy h3 {
  color: #359BD0;
  font-size:2em; }
  .formatted-copy h4 {
  color: #359BD0;
  font-size:1.7em; }
  .formatted-copy h5 {
  color: #359BD0;
  font-size:1.4em; }
  .formatted-copy h6 {
  color: #359BD0;
  font-size:1.2em; }
.formatted-copy blockquote {
  color: #3FA5BB;
  font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
  padding: 0;
  margin: 30px 0;
  border-left: 1px solid #dddddd;
  margin-left: 20px;
  padding-left: 20px; }

.formatted-copy.blogcopy img {
  display: block;
  margin: 15px 0;
  margin-right: 0;
  max-width: 100%;
  width: auto;
  border: 3px solid #eee; }

.sidebar .linkwidget {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 5px; }
  .sidebar .linkwidget a {
    display: block;
    color: #fff; }
  .sidebar .linkwidget.featured-report {
    text-align: center;
    background-color: #499ed2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#499ed2), to(#4061b8));
    background-image: -webkit-linear-gradient(top, #499ed2, #4061b8);
    background-image: -moz-linear-gradient(top, #499ed2, #4061b8);
    background-image: -o-linear-gradient(top, #499ed2, #4061b8);
    background-image: -ms-linear-gradient(top, #499ed2, #4061b8);
    background-image: linear-gradient(top, #499ed2, #4061b8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#499ed2', EndColorStr='#4061b8'); }
    .sidebar .linkwidget.featured-report h4 {
      color: #fff;
      border: none;
      text-align: center;
      padding-bottom: 10px; }
  .sidebar .linkwidget.knowledge-center h4 {
    color: #fff; }
  .sidebar .linkwidget.center {
    text-align: center; }
    .sidebar .linkwidget.center:hover h4 {
      color: #F3DD36; }
    .sidebar .linkwidget.center h4 {
      border: none;
      margin: 0;
      padding: 0;
      -webkit-transition: 250ms all ease;
      -ms-transition: 250ms all ease;
      -o-transition: 250ms all ease;
      -moz-transition: 250ms all ease;
      transition: 250ms all ease; }
    .sidebar .linkwidget.center img {
      margin: 0 auto;
      margin-bottom: 20px;
      height: 100px; }

.sidebar .linkwidget {
  color: #fff;
  text-transform: uppercase; }
  .sidebar .linkwidget a {
    color: #fff; }
  .sidebar .linkwidget p {
    color: #fff;
    margin-bottom: 0;
    font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
    letter-spacing: 1px; }
  .sidebar .linkwidget h4 {
    color: #fff;
    font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif;
    font-size: 1.4em; }
  .sidebar .linkwidget.members-network a {
    background-color: #499ed2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#499ed2), to(#4061b8));
    background-image: -webkit-linear-gradient(top, #499ed2, #4061b8);
    background-image: -moz-linear-gradient(top, #499ed2, #4061b8);
    background-image: -o-linear-gradient(top, #499ed2, #4061b8);
    background-image: -ms-linear-gradient(top, #499ed2, #4061b8);
    background-image: linear-gradient(top, #499ed2, #4061b8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#499ed2', EndColorStr='#4061b8'); }
  .sidebar .linkwidget.knowledge-center a {
    background-color: #3ea1b7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3ea1b7), to(#3598c9));
    background-image: -webkit-linear-gradient(top, #3ea1b7, #3598c9);
    background-image: -moz-linear-gradient(top, #3ea1b7, #3598c9);
    background-image: -o-linear-gradient(top, #3ea1b7, #3598c9);
    background-image: -ms-linear-gradient(top, #3ea1b7, #3598c9);
    background-image: linear-gradient(top, #3ea1b7, #3598c9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3ea1b7', EndColorStr='#3598c9'); }
  .sidebar .linkwidget.link-our-secretariat a {
    background-color: #3ea1b7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3ea1b7), to(#3598c9));
    background-image: -webkit-linear-gradient(top, #3ea1b7, #3598c9);
    background-image: -moz-linear-gradient(top, #3ea1b7, #3598c9);
    background-image: -o-linear-gradient(top, #3ea1b7, #3598c9);
    background-image: -ms-linear-gradient(top, #3ea1b7, #3598c9);
    background-image: linear-gradient(top, #3ea1b7, #3598c9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3ea1b7', EndColorStr='#3598c9'); }
  .sidebar .linkwidget.contact-us a {
    background-color: #499ed2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#499ed2), to(#4061b8));
    background-image: -webkit-linear-gradient(top, #499ed2, #4061b8);
    background-image: -moz-linear-gradient(top, #499ed2, #4061b8);
    background-image: -o-linear-gradient(top, #499ed2, #4061b8);
    background-image: -ms-linear-gradient(top, #499ed2, #4061b8);
    background-image: linear-gradient(top, #499ed2, #4061b8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#499ed2', EndColorStr='#4061b8'); }

.page-template-default .sidebar .linkwidget {
  display: block; }
  .page-template-default .sidebar .linkwidget.link-our-secretariat {
    display: none; }
  .page-template-default .sidebar .linkwidget.featured-report {
    display: none; }

#body-donors.page-template-default .sidebar {
  margin-top: 45px; }
  #body-donors.page-template-default .sidebar .linkwidget {
    display: none;
    margin: 0;
    margin-bottom: 30px; }
    #body-donors.page-template-default .sidebar .linkwidget.knowledge-center {
      display: block; }
    #body-donors.page-template-default .sidebar .linkwidget.featured-report {
      display: block; }

#body-meet-the-team.page-template-default .sidebar {
  margin-top: 45px; }
  #body-meet-the-team.page-template-default .sidebar .linkwidget {
    display: none;
    margin: 0;
    margin-bottom: 30px; }
    #body-meet-the-team.page-template-default .sidebar .linkwidget.contact-us {
      display: block; }
    #body-meet-the-team.page-template-default .sidebar .linkwidget.knowledge-center {
      display: block; }

#disqus_thread {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #dddddd;
  position: relative; }

.how-to-apply {
  background: #F1F5FA;
  margin-top: 20px;
  border-radius: 5px;
  text-align: center; }
  .how-to-apply h4 {
    margin-bottom: 10px; }
  .how-to-apply p {
    font-size: 0.9em; }
  .how-to-apply p:last-of-type {
    margin-bottom: 0; }
  .how-to-apply h4 {
    font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif;
    font-size: 1.8em; }
  .how-to-apply svg {
    padding-top: 5px; }
    .how-to-apply svg path {
      fill: #359BD0; }
  .how-to-apply img {
    margin: 0 auto;
    width: 100%;
    max-width: 100px;
    margin-bottom: 15px; }

body .ui-widget {
  font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
  z-index: 10 !important; }
  body .ui-widget .ui-widget-header {
    background: #3FA5BB;
    color: #fff;
    font-weight: bold;
    border: none; }
  body .ui-widget .ui-datepicker table {
    width: 100%;
    font-size: 0.8em;
    color: #5F667A !important;
    border-collapse: collapse;
    margin: 0 0 .4em; }
    body .ui-widget .ui-datepicker table th {
      font-weight: normal; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 92%;
  margin: 0 auto; }

/*********************
LINK STYLES
*********************/
a {
  color: #3F6D7F;
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease; }
  a:hover, a:focus {
    outline: none; }
  a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  padding: 0;
  margin: 0;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.4em;
  font-family: "aleoregular"; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }
  h1.after.white::after, .h1.after.white::after, h2.after.white::after, .h2.after.white::after, h3.after.white::after, .h3.after.white::after, h4.after.white::after, .h4.after.white::after, h5.after.white::after, .h5.after.white::after {
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff; }
  h1.after::after, .h1.after::after, h2.after::after, .h2.after::after, h3.after::after, .h3.after::after, h4.after::after, .h4.after::after, h5.after::after, .h5.after::after {
    width: 61px;
    height: 1px;
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
    background: transparent;
    content: "";
    display: block;
    margin-top: 20px;
    margin-bottom: 20px; }
  h1.aftercenter.white::after, .h1.aftercenter.white::after, h2.aftercenter.white::after, .h2.aftercenter.white::after, h3.aftercenter.white::after, .h3.aftercenter.white::after, h4.aftercenter.white::after, .h4.aftercenter.white::after, h5.aftercenter.white::after, .h5.aftercenter.white::after {
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff; }
  h1.aftercenter::after, .h1.aftercenter::after, h2.aftercenter::after, .h2.aftercenter::after, h3.aftercenter::after, .h3.aftercenter::after, h4.aftercenter::after, .h4.aftercenter::after, h5.aftercenter::after, .h5.aftercenter::after {
    width: 61px;
    height: 1px;
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
    content: "";
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px; }

.social-svg {
  margin-top: 50px; }
  .social-svg .search-icon.active svg path {
    fill: #4164AB; }
  .social-svg .search-icon.active svg:hover path {
    fill: #359BD0; }
  .social-svg .search-icon {
    height: 28px;
    display: block;
    float: right;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #dddddd; }
    .social-svg .search-icon svg {
      cursor: pointer; }
      .social-svg .search-icon svg path {
        fill: #5F667A;
        -webkit-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        transition: all 250ms ease; }
      .social-svg .search-icon svg:hover path {
        fill: #359BD0; }
  .social-svg ul {
    float: right;
    font-size: 0; }
  .social-svg li {
    display: inline-block;
    margin-left: 10px;
    border-radius: 0; }
    .social-svg li a {
      width: 27px;
      padding: 5px;
      height: 27px;
      display: block;
      overflow: hidden;
      background: #919BB0;
      border-radius: 50%;
      -webkit-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
      -o-transition: all 400ms ease;
      -moz-transition: all 400ms ease;
      transition: all 400ms ease; }
      .social-svg li a svg {
        width: 17px;
        height: 17px; }
      .social-svg li a path {
        fill: #fff;
        -webkit-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        transition: all 250ms ease; }
      .social-svg li a:hover {
        background: #4164AB; }
        .social-svg li a:hover path {
          fill: #fff; }

.repeater-holder {
  margin-top: 30px;
  border-top: 1px solid #dddddd; }
  .repeater-holder img {
    margin: 0; }
  .repeater-holder .repeat-bar {
    padding: 30px 0 10px 0;
    border-bottom: 1px dotted #dddddd; }
    .repeater-holder .repeat-bar:last-of-type {
      padding: 30px 0 0 0;
      border-bottom: none; }
    .repeater-holder .repeat-bar a {
      color: #3FA5BB; }
      .repeater-holder .repeat-bar a:hover {
        color: #359BD0; }
    .repeater-holder .repeat-bar img {
      width: 100%;
      border-radius: 5px;
      border: 3px solid #F1F5FA;
      margin-bottom: 20px; }
    .repeater-holder .repeat-bar h3 {
      color: #4164AB;
      font-size: 1.4em;
      font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif; }
    .repeater-holder .repeat-bar h4 {
      color: #359BD0;
      font-size: 1.1em;
      font-weight: 500;
      font-family: "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/*********************
HEADER STYLES
*********************/
.header {
  background: #F2F9FA; }
  .header #inner-header {
    padding: 20px 0 20px 0;
    width: 100%;
    position: relative; }
    .header #inner-header .social-svg {
      display: none; }
    .header #inner-header #lang {
      position: absolute;
      display: none;
      top: 0;
      right: 0;
      left: 0;
      color: #7B87A7;
      background: #fff;
      padding: 3px 10px 4px 10px;
      font-size: 0.7em;
      font-weight: 600;
      border-bottom: 1px solid #DBDFE7;
      box-shadow: 0 1px 1px #fff;
      cursor: pointer;
      text-align: center;
      -webkit-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease; }
      .header #inner-header #lang:hover {
        border: 1px solid #DBDFE7;
        color: #4164AB;
        border-top: none; }
        .header #inner-header #lang:hover .currentlang::after {
          border-color: #61687d transparent transparent transparent; }
        .header #inner-header #lang:hover #langdd {
          display: block; }
      .header #inner-header #lang.active {
        border: 1px solid #5F667A;
        color: #fff;
        background: #5F667A;
        border-top: none; }
        .header #inner-header #lang.active .currentlang {
          color: #F3DD36; }
          .header #inner-header #lang.active .currentlang::after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 4px 6px 4px;
            border-color: transparent transparent #b0b5c2 transparent; }
        .header #inner-header #lang.active #langdd {
          display: block; }
      .header #inner-header #lang .currentlang {
        color: #4164AB;
        font-weight: 700; }
        .header #inner-header #lang .currentlang::after {
          display: inline-block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6px 4px 0 4px;
          border-color: #b0b5c2 transparent transparent transparent;
          margin-left: 5px;
          vertical-align: 1px;
          content: "";
          -webkit-transition: all 250ms ease;
          -ms-transition: all 250ms ease;
          -o-transition: all 250ms ease;
          -moz-transition: all 250ms ease;
          transition: all 250ms ease; }

#langdd {
  display: none;
  position: relative;
  z-index: 120;
  padding: 10px 0 10px 0;
  background: #5F667A; }
  #langdd li {
    width: 46%;
    float: left;
    margin: 2%;
    display: block;
    text-transform: uppercase;
    font-family: "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.7em;
    margin-top: 10px; }
    #langdd li img {
      width: 22px;
      display: inline-block;
      margin-right: 10px;
      height: 15px;
      vertical-align: -2px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 0px rgba(255, 255, 255, 0.2); }
    #langdd li a {
      color: #F1F5FA;
      padding-bottom: 5px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      display: block; }
      #langdd li a:hover {
        color: #F3DD36;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.family-search {
  display: none;
  padding: 30px 0;
  background: #4164AB; }
  .family-search input#s-long {
    width: calc(100% - 170px);
    font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
    padding: 25px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    border: none;
    height: 60px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.1);
    color: #fff;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease; }
    .family-search input#s-long::-webkit-input-placeholder {
      color: #ccc;
      -webkit-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease; }
    .family-search input#s-long:-moz-placeholder {
      /* Firefox 18- */
      color: #ccc;
      -webkit-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease; }
    .family-search input#s-long::-moz-placeholder {
      /* Firefox 19+ */
      color: #ccc;
      -webkit-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease; }
    .family-search input#s-long:-ms-input-placeholder {
      color: #ccc;
      -webkit-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease; }
    .family-search input#s-long:focus {
      color: #fff; }
      .family-search input#s-long:focus::-webkit-input-placeholder {
        color: #fff; }
      .family-search input#s-long:focus:-moz-placeholder {
        /* Firefox 18- */
        color: #fff; }
      .family-search input#s-long:focus::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff; }
      .family-search input#s-long:focus:-ms-input-placeholder {
        color: #fff; }
  .family-search input#searchsubmit {
    border: none;
    width: 140px;
    height: 60px;
    float: right;
    margin: 0;
    background: #fff;
    color: #4164AB;
    border: none; }
    .family-search input#searchsubmit:hover, .family-search input#searchsubmit:focus {
      background: #F3DD36;
      color: #4164AB;
      border-bottom: 5px solid #dfc60d;
      border: none; }

#logo {
  padding: 0px;
  margin-left: 5%; }
  #logo img {
    max-width: 160px;
    margin-top: 20px;
    display: block;
    float: left; }

/*********************
NAVIGATION STYLES
*********************/
.mobile-menu-toggle {
  display: block;
  height: 32px;
  width: 32px;
  border-top: 0;
  margin-top: 36px;
  max-width: 40px;
  z-index: 100;
  float: right;
  margin-right: 5%;
  position: relative; }
  .mobile-menu-toggle.open span {
    background: #4164AB; }
    .mobile-menu-toggle.open span::after, .mobile-menu-toggle.open span::before {
      background: #4164AB; }
  .mobile-menu-toggle span {
    font-size: 0;
    -webkit-transition: background 250ms ease;
    -ms-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    -moz-transition: background 250ms ease;
    transition: background 250ms ease;
    display: block;
    height: 3px;
    width: 100%;
    background: #359BD0;
    position: absolute;
    top: 0; }
    .mobile-menu-toggle span::after, .mobile-menu-toggle span::before {
      -webkit-transition: background 250ms ease;
      -ms-transition: background 250ms ease;
      -o-transition: background 250ms ease;
      -moz-transition: background 250ms ease;
      transition: background 250ms ease;
      background: #359BD0;
      display: block;
      height: 3px;
      width: 100%;
      content: ""; }
    .mobile-menu-toggle span::after {
      margin-top: 9px; }
    .mobile-menu-toggle span::before {
      margin-top: 12px; }

.mobile-navigation {
  background: #359BD0;
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  z-index: 1;
  padding: 20px;
  padding-top: 25px;
  visibility: visible;
  -webkit-transition-delay: 500ms;
  box-shadow: 4px -1px 22px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 4px -1px 22px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px -1px 22px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 4px -1px 22px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .mobile-navigation.open {
    -webkit-transition-delay: 0;
    visibility: visible; }
  .mobile-navigation .sub-menu {
    display: none; }
  .mobile-navigation ul.mobile-menu {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .mobile-navigation ul.mobile-menu > li {
      display: block;
      width: 100%;
      position: relative;
      font-weight: 600; }
      .mobile-navigation ul.mobile-menu > li a {
        text-decoration: none;
        font-size: 1.2em;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        display: block;
        color: #fff; }
        .mobile-navigation ul.mobile-menu > li a:hover {
          color: #F3DD36;
          border-bottom: 1px solid #F3DD36; }
      .mobile-navigation ul.mobile-menu > li.current-menu-item > a {
        color: #F3DD36;
        border-bottom: 1px solid #F3DD36; }
      .mobile-navigation ul.mobile-menu > li#menu-item-105::after, .mobile-navigation ul.mobile-menu > li#menu-item-106::after {
        content: "";
        right: 0;
        height: 20px;
        width: 20px;
        position: absolute;
        right: 0;
        top: 15px;
        background: url(../images/arrow.png);
        background-size: cover;
        -webkit-transition: all 500ms ease-out;
        -ms-transition: all 500ms ease-in;
        -o-transition: all 500ms ease-in;
        -moz-transition: all 500ms ease-in;
        transition: all 500ms ease-out; }
      .mobile-navigation ul.mobile-menu > li#menu-item-105.active::after, .mobile-navigation ul.mobile-menu > li#menu-item-106.active::after {
        -o-transform: rotate(180deg);
        /* IE 9 */
        -moz-transform: rotate(180deg);
        /* IE 9 */
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -webkit-transform: rotate(180deg);
        /* Chrome, Safari, Opera */
        transform: rotate(180deg); }
  .mobile-navigation input {
    font-size: 16px;
    outline: none;
    margin-bottom: 20px; }
    .mobile-navigation input[type="text"] {
      width: 100%;
      font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
      padding-left: 10px;
      background: #fff;
      border-radius: 5px;
      border: 1px solid rgba(0, 0, 0, 0.15);
      height: 45px;
      font-size: 16px;
      box-shadow: none;
      color: #4164AB;
      -webkit-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease; }
      .mobile-navigation input[type="text"]:focus {
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: none; }
    .mobile-navigation input[type="button"] {
      border-top: none;
      border-left: none;
      border-right: none;
      margin: 0; }
  .mobile-navigation .social-svg {
    margin-top: 20px; }
    .mobile-navigation .social-svg ul {
      float: none; }
    .mobile-navigation .social-svg li {
      width: auto;
      display: inline-block;
      margin-left: 0;
      margin-right: 10px; }
      .mobile-navigation .social-svg li a {
        background: #fff; }
        .mobile-navigation .social-svg li a path {
          fill: #359BD0; }

.nav-holder {
  display: none; }

.footer-fade-logo {
  position: absolute;
  max-width: 580px;
  bottom: 0;
  left: 0;
  pointer-events: none; }
  .footer-fade-logo img {
    max-width: 100%;
    display: block; }

footer {
  color: #fff;
  padding-top: 50px;
  background-color: #3ea4bc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3ea4bc), to(#359bd0));
  background-image: -webkit-linear-gradient(top, #3ea4bc, #359bd0);
  background-image: -moz-linear-gradient(top, #3ea4bc, #359bd0);
  background-image: -o-linear-gradient(top, #3ea4bc, #359bd0);
  background-image: -ms-linear-gradient(top, #3ea4bc, #359bd0);
  background-image: linear-gradient(top, #3ea4bc, #359bd0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3ea4bc', EndColorStr='#359bd0');
  position: relative; }
  footer .nav {
    display: block;
    text-align: right;
    position: static;
    width: 100%;
    /*
    li {
    	display:inline;
    	margin-left:10px;
    	padding-left:10px;
    	border-left:1px solid rgba(255,255,255,0.2);
    	&:first-of-type {
    		border:none;
    	}
    }
    */ }
    footer .nav ul.children {
      display: none; }
    footer .nav li {
      display: block;
      padding-right: 10px;
      padding-left: 10px;
      padding: 10px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    footer .nav a {
      color: #fff;
      text-decoration: none; }
      footer .nav a:hover {
        color: #F3DD36; }
  footer .tweet {
    text-align: center;
    font-family: "aleoregular";
    padding: 0 5%; }
    footer .tweet p:first-of-type {
      font-size: 1.4em; }
      footer .tweet p:first-of-type::before {
        width: 61px;
        height: 1px;
        border-top: 1px dotted #fff;
        border-bottom: 1px dotted #fff;
        content: "";
        margin: 0 auto;
        display: block;
        margin-top: 15px;
        margin-bottom: 20px; }
    footer .tweet p a {
      color: #fff;
      font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif; }
  footer .social-svg {
    margin-top: 20px;
    padding-top: 20px; }
    footer .social-svg ul {
      float: none; }
    footer .social-svg li {
      display: inline-block;
      margin-left: 10px;
      border-radius: 0; }
      footer .social-svg li:first-of-type {
        margin-left: 0; }
      footer .social-svg li a {
        width: 27px;
        padding: 5px;
        height: 27px;
        background: #fff; }
        footer .social-svg li a path {
          fill: #359BD0; }
        footer .social-svg li a:hover {
          background: #F3DD36; }
          footer .social-svg li a:hover path {
            fill: #359BD0; }
  footer .lastfoot {
    padding: 30px 0;
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.05);
    font-size: 0.9em;
    text-align: center; }
    footer .lastfoot .spacer {
      display: block;
      visibility: hidden;
      overflow: hidden;
      height: 3px;
      width: 0;
      padding: 0;
      margin: 0; }
  footer ul#menu-footer-menu {
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    text-align: center; }
    footer ul#menu-footer-menu li:first-of-type {
      margin-left: 0;
      padding-left: 0; }

#inner-content {
  padding: 0; }
  #inner-content.blog-overview-inner-content {
    margin-top: 30px; }

.sort-bar {
  padding: 20px 0;
  font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif; }
  .sort-bar p {
    margin: 0;
    line-height: 1.4em;
    color: #4A5F85;
    font-size: 1.6em;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75); }
    .sort-bar p strong {
      font-weight: normal;
      font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif; }
  .sort-bar .last {
    text-align: right; }
  .sort-bar .sortit {
    margin-top: 6px; }
    .sort-bar .sortit select {
      margin-left: 5px;
      height: 25px;
      -webkit-appearance: none;
      height: 28px;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 15px;
      font-family: aleoregular;
      color: #666;
      border: 1px solid #dddddd; }
      .sort-bar .sortit select:focus {
        outline: none; }

#inner-footer.wrap {
  width: 100%;
  text-align: center; }

.lastpic {
  margin-top: 30px; }

body .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  text-align: left;
  border-radius: 0;
  width: 100%;
  border-top: 1px solid #ddd; }
  body .pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both; }
    body .pagination ul li {
      padding: 0;
      margin: 0;
      float: left;
      display: inline;
      font-weight: 600; }
      body .pagination ul li a, body .pagination ul li span {
        margin: 0;
        padding: 10px 15px;
        display: block;
        border-top: 3px solid transparent; }
      body .pagination ul li span.current {
        border-top: 3px solid #359BD0;
        color: #359BD0; }
      body .pagination ul li a:hover, body .pagination ul li a:focus {
        border-top: 3px solid rgba(0, 0, 0, 0.1);
        color: #4164AB; }

/*********************
FORM STYLES
*********************/
wfe {
  background-color: #fbfbfe; }

.gform_wrapper .gform_validation_container {
  display: none; }
.gform_wrapper ::-webkit-input-placeholder {
  color: #cdd0d8; }
.gform_wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #cdd0d8; }
.gform_wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #cdd0d8; }
.gform_wrapper :-ms-input-placeholder {
  color: #cdd0d8; }
.gform_wrapper form {
  padding: 20px;
  border: 3px solid #eee;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 30px; }
.gform_wrapper li {
  margin-bottom: 20px; }
  .gform_wrapper li.half {
    width: 100%; }
  .gform_wrapper li.halfright {
    width: 100%; }
.gform_wrapper input.medium {
  width: 100%;
  border: none;
  outline: none;
  padding: 15px;
  color: #949aab;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 50px;
  font-size: 16px;
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  background-color: #fbfbfe;
  -webkit-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .gform_wrapper input.medium:focus {
    color: #6a7288; }
.gform_wrapper label {
  display: block !important;
  margin-bottom: 10px;
  font-size: 0.9em; }
.gform_wrapper textarea {
  width: 100%;
  border: none;
  outline: none;
  padding: 15px;
  color: #949aab;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 140px;
  font-size: 16px;
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  background-color: #fbfbfe;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease; }
  .gform_wrapper textarea:focus {
    color: #6a7288; }
.gform_wrapper select {
  width: 100%;
  border: none;
  outline: none;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 50px;
  font-size: 16px;
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  background-color: #fbfbfe;
  -webkit-appearance: none;
  color: #949aab;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease; }
  .gform_wrapper select:focus {
    color: #6a7288; }
  .gform_wrapper select::-moz-focusring, .gform_wrapper select:-moz-focusring, .gform_wrapper select ::-moz-focusring, .gform_wrapper select :-moz-focusring {
    outline: none; }
.gform_wrapper .gform_button {
  width: auto;
  background: #F3DD36;
  color: #4164AB;
  border-bottom: 5px solid #dfc60d;
  border: none;
  border-radius: 3px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "aleobold";
  -webkit-transition: 250ms all ease;
  -ms-transition: 250ms all ease;
  -o-transition: 250ms all ease;
  -moz-transition: 250ms all ease;
  transition: 250ms all ease; }
  .gform_wrapper .gform_button:hover {
    background: #3FA5BB;
    color: #fff;
    border-bottom: 5px solid #328395;
    border: none;
    border-radius: 3px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "aleobold";
    color: #fff; }

/*********************
POSTS & CONTENT STYLES
*********************/
body.page-template-page-news-php .blogmain,
body.archive .blogmain {
  background: transparent; }

body.page-template-page-news-php #content {
  background: url("../images/bg-news-texture.jpg"); }
body.archive #content {
  background: url("../images/bg-news-texture.jpg"); }
body.search #content {
  background: url("../images/bg-news-texture.jpg"); }
body.page-template-page-contact-php #content {
  background: url("../images/bg-news-texture.jpg"); }
body.single-report #content {
  overflow: hidden;
  background-color: #f1f5fa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f5fa), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f1f5fa, #ffffff);
  background-image: -moz-linear-gradient(top, #f1f5fa, #ffffff);
  background-image: -o-linear-gradient(top, #f1f5fa, #ffffff);
  background-image: -ms-linear-gradient(top, #f1f5fa, #ffffff);
  background-image: linear-gradient(top, #f1f5fa, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f1f5fa', EndColorStr='#ffffff'); }
body.single-vacancy #content {
  background: url("../images/bg-news-texture.jpg"); }
body.page-template-default #content {
  background: url("../images/bg-news-texture.jpg"); }
  body.page-template-page-general #content {
  background: url("../images/bg-news-texture.jpg"); }
body.page-template-page-resourcesearch-php #content {
  background: url("../images/bg-news-texture.jpg"); }
body.single-post #content {
  background: url("../images/bg-news-texture.jpg"); }
body.single-news #content {
  background: url("../images/bg-news-texture.jpg"); }

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999; }

/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.wp-pagenavi,
.wp-prev-next {
  margin: 1.1em 0 2.2em; }

body .wp-pagenavi {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  text-align: left;
  border-radius: 0;
  width: 100%;
  border-top: 1px solid #bbb;
  white-space: nowrap;
  padding: 0;
  clear: both; }
  body .wp-pagenavi a, body .wp-pagenavi span {
    margin: 0;
    padding: 10px 10px;
    display: block;
    border-top: 3px solid transparent;
    margin: 0;
    float: left;
    display: inline;
    font-weight: normal;
    font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif; }
  body .wp-pagenavi span.current {
    border-top: 3px solid #359BD0;
    color: #359BD0; }
  body .wp-pagenavi span.pages {
    padding-left: 0; }
  body .wp-pagenavi a:hover, body .wp-pagenavi a:focus {
    border-top: 3px solid rgba(0, 0, 0, 0.1);
    color: #4164AB; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both; }

ul.tabs {
  display: none;
  margin: 0;
  float: left;
  width: 30%;
  font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif; }
  ul.tabs li {
    display: block;
    color: #5F667A;
    cursor: pointer;
    padding: 20px;
    border-left: 3px solid #359BD0;
    position: relative;
    background: #fff;
    margin-bottom: 3px;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
    width: calc(100% - 30px);
    position: relative; }
    ul.tabs li::after {
      position: absolute;
      right: -12px;
      top: 40%;
      top: calc(50% - 12px);
      background: transparent;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 0 12px 12px;
      border-color: transparent transparent transparent transparent;
      -webkit-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease; }
    ul.tabs li:hover {
      background: #4164AB;
      color: #fff; }
      ul.tabs li:hover::after {
        border-color: transparent transparent transparent #4164AB; }
    ul.tabs li.active {
      background: #359BD0;
      color: #fff; }
      ul.tabs li.active::after {
        border-color: transparent transparent transparent #359BD0; }

.tab_container {
  background: #fff;
  float: left;
  width: 100%; }
  .tab_container .tab_content {
    padding: 20px;
    display: none; }
    .tab_container .tab_content p:first-of-type {
      margin-top: 0; }
  .tab_container h2 {
    padding: 20px 0; }
  .tab_container h4 {
    color: #359BD0; }
  .tab_container img {
    width: 100%;
    display: block;
    padding: 0;
    padding-bottom: 15px;
    margin: 0;
    padding-top: 5px;
    padding-left: 0;
    float: left; }
  .tab_container .formatted-copy p, .tab_container .formatted-copy p:first-of-type {
    margin: 1em 0;
    font-size: 1em;
    line-height: 1.6; }

h3.tab_drawer_heading {
  position: relative;
  background-color: #5F667A;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 12px 50px 12px 20px;
  display: block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #eee;
  text-shadow: none;
  font-size: 1.4em;
  font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif; }
  h3.tab_drawer_heading::after {
    display: none; }
  h3.tab_drawer_heading.d_active {
    background-color: #359BD0;
    color: #fff; }
    h3.tab_drawer_heading.d_active .icon svg path {
      fill: #fff; }
      h3.tab_drawer_heading.d_active .icon svg path#v {
        opacity: 0; }
  h3.tab_drawer_heading .icon {
    position: absolute;
    color: #FFF;
    top: 35%;
    top: calc(50% - 11px);
    width: 22px;
    height: 22px;
    right: 15px;
    cursor: pointer; }
    h3.tab_drawer_heading .icon svg {
      width: 22px;
      height: 22px; }
      h3.tab_drawer_heading .icon svg path {
        opacity: 1;
        fill: #fff;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        transition: all 500ms ease; }

.resourcetabs ul.tabs {
  display: none;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 0; }
  .resourcetabs ul.tabs li {
    display: inline-block;
    border-left: none;
    background: rgba(80, 95, 139, 0.1);
    margin-bottom: 1px;
    margin-right: 1px;
    width: auto;
    min-width: 200px;
    font-size: 1.4em;
    font-size: 1.2rem; }
    .resourcetabs ul.tabs li::after {
      display: none; }
    .resourcetabs ul.tabs li:hover {
      background: #4164AB;
      color: #fff; }
      .resourcetabs ul.tabs li:hover::after {
        border-color: transparent transparent transparent #4164AB; }
    .resourcetabs ul.tabs li.active {
      background: #fff;
      color: #359BD0; }
      .resourcetabs ul.tabs li.active::after {
        border-color: transparent transparent transparent #359BD0; }

.resourcetabs .tab_container {
  background: #fff;
  float: left;
  width: 100%; }
  .resourcetabs .tab_container .tab_content {
    padding: 20px;
    display: none; }
    .resourcetabs .tab_container .tab_content p:first-of-type {
      margin-top: 0; }
  .resourcetabs .tab_container h2 {
    padding: 20px 0; }
  .resourcetabs .tab_container img {
    width: 100%;
    display: block; }
  .resourcetabs .tab_container h4 {
    font-size: 1.1em;
    font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif;
    margin-bottom: 20px; }
    .resourcetabs .tab_container h4 a {
      color: #3FA5BB; }
      .resourcetabs .tab_container h4 a:hover {
        color: #359BD0; }
  .resourcetabs .tab_container .metro-news {
    background: #F1F5FA;
    margin-bottom: 20px; }
    .resourcetabs .tab_container .metro-news .sized-pic {
      height: 200px;
      background-size: cover;
      background-position: center center; }
    .resourcetabs .tab_container .metro-news p:last-of-type {
      margin-bottom: 0;
      font-size: 0.9em; }
    .resourcetabs .tab_container .metro-news p.date {
      font-size: 0.8em;
      font-family: 'aleoitalic';
      margin-bottom: 10px; }
  .resourcetabs .tab_container .report-single-pic {
    padding: 0; }
    .resourcetabs .tab_container .report-single-pic .reportpic {
      margin-bottom: 0; }
      .resourcetabs .tab_container .report-single-pic .reportpic img {
        padding: 0; }

.resourcetabs h3.tab_drawer_heading {
  margin: 0;
  border-bottom: 1px solid #eee; }

.slider.tabify .carousel-inner {
  height: 655px; }
  .slider.tabify .carousel-inner .item {
    height: 655px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    background-size: cover; }
    .slider.tabify .carousel-inner .item .imageholder {
      height: 530px;
      position: relative;
      background-size: cover; }
      .slider.tabify .carousel-inner .item .imageholder::after {
        background: url(../images/banner-fade.png) repeat-x;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: ""; }
    .slider.tabify .carousel-inner .item .imageflip {
      display: none;
      -moz-transform: scale(1, -1);
      -webkit-transform: scale(1, -1);
      -o-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
      transform: scale(1, -1);
      opacity: 0.1;
      height: 125px !important;
      position: relative;
      -webkit-filter: grayscale(50%);
      -moz-filter: grayscale(50%);
      -ms-filter: grayscale(50%);
      -o-filter: grayscale(50%);
      filter: url(grayscale.svg);
      filter: gray;
      background-size: cover;
      -webkit-filter: blur(1px);
      -moz-filter: blur(1px);
      -o-filter: blur(1px);
      -ms-filter: blur(1px);
      filter: blur(1px); }
      .slider.tabify .carousel-inner .item .imageflip::after {
        background: url(../images/flipfade.png) repeat-x;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: ""; }
    .slider.tabify .carousel-inner .item .carousel-caption {
      width: 100%;
      opacity: 0.01;
      text-shadow: none;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      height: 530px;
      -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease; }
      .slider.tabify .carousel-inner .item .carousel-caption .slide-info {
        width: 100%;
        text-align: center;
        display: inline-block; }
        .slider.tabify .carousel-inner .item .carousel-caption .slide-info h2 {
          font-size: 2.5em;
          font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif; }
        .slider.tabify .carousel-inner .item .carousel-caption .slide-info h3 {
          font-family: "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 300;
          font-size: 1.6em;
          margin-bottom: 17px; }
        .slider.tabify .carousel-inner .item .carousel-caption .slide-info h4 {
          font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif;
          font-size: 1em;
          letter-spacing: 3px;
          text-transform: uppercase; }
          .slider.tabify .carousel-inner .item .carousel-caption .slide-info h4::after {
            margin-top: 17px;
            margin-bottom: 5px; }
        .slider.tabify .carousel-inner .item .carousel-caption .slide-info a {
          display: block;
          background: #F3DD36;
          color: #4164AB;
          border-bottom: 5px solid #dfc60d; }
          .slider.tabify .carousel-inner .item .carousel-caption .slide-info a:hover {
            background: #359BD0;
            color: #fff;
            border-bottom: 5px solid #287eaa; }
    .slider.tabify .carousel-inner .item.active .carousel-caption {
      opacity: 1; }
.slider.tabify .carousel-control {
  z-index: 99;
  bottom: 125px;
  width: 28px;
  height: 51px;
  top: calc(50% - 90px); }
  .slider.tabify .carousel-control svg {
    width: 28px;
    height: 51px; }
    .slider.tabify .carousel-control svg path {
      stroke: #fff; }
    .slider.tabify .carousel-control svg:hover path {
      stroke: #F3DD36;
      opacity: 0.99; }
  .slider.tabify .carousel-control.left {
    background-image: none;
    background-repeat: none;
    filter: none;
    bottom: 125px;
    left: 30px; }
  .slider.tabify .carousel-control.right {
    right: 30px;
    left: auto;
    background-image: none;
    background-repeat: none;
    filter: none;
    bottom: 125px; }

.page-template-page-who-we-are .quote-bar {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F1F5FA));
  background-image: -webkit-linear-gradient(top, #ffffff, #F1F5FA);
  background-image: -moz-linear-gradient(top, #ffffff, #F1F5FA);
  background-image: -o-linear-gradient(top, #ffffff, #F1F5FA);
  background-image: -ms-linear-gradient(top, #ffffff, #F1F5FA);
  background-image: linear-gradient(top, #ffffff, #F1F5FA);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#F1F5FA'); }

body.home .quote-bar {
  background-color: #3fa5bb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3fa5bb), to(#369bd1));
  background-image: -webkit-linear-gradient(top, #3fa5bb, #369bd1);
  background-image: -moz-linear-gradient(top, #3fa5bb, #369bd1);
  background-image: -o-linear-gradient(top, #3fa5bb, #369bd1);
  background-image: -ms-linear-gradient(top, #3fa5bb, #369bd1);
  background-image: linear-gradient(top, #3fa5bb, #369bd1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3fa5bb', EndColorStr='#369bd1');
  color: #fff; }
  body.home .quote-bar p.quote {
    margin-top: 0;
    width: 100%; }
  body.home .quote-bar p.quoteby {
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px; }
  body.home .quote-bar .discholder {
    border: 3px solid #fff; }
    body.home .quote-bar .discholder::before {
      background: transparent; }
    body.home .quote-bar .discholder img {
      border: 10px solid transparent; }

.slider.tabify .carousel-inner {
  height: 655px; }
  .slider.tabify .carousel-inner .item {
    height: 655px; }
    .slider.tabify .carousel-inner .item .carousel-caption {
      height: 530px; }
    .slider.tabify .carousel-inner .item .imageholder {
      height: 530px; }
    .slider.tabify .carousel-inner .item .imageflip {
      height: 125px; }

.slider.mobify .carousel-control {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  width: auto;
  height: 51px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 1;
  background: none; }
  .slider.mobify .carousel-control.left {
    left: 10px; }
  .slider.mobify .carousel-control.right {
    right: 10px;
    left: auto; }
.slider.mobify #mobile-slider {
  position: relative; }
  .slider.mobify #mobile-slider .carousel-inner .item {
    background: #4164AB; }
    .slider.mobify #mobile-slider .carousel-inner .item .carousel-caption {
      position: relative;
      right: 0%;
      bottom: 0;
      left: 0;
      height: auto;
      background-color: #379cd2;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#379cd2), to(#3e64a2));
      background-image: -webkit-linear-gradient(top, #379cd2, #3e64a2);
      background-image: -moz-linear-gradient(top, #379cd2, #3e64a2);
      background-image: -o-linear-gradient(top, #379cd2, #3e64a2);
      background-image: -ms-linear-gradient(top, #379cd2, #3e64a2);
      background-image: linear-gradient(top, #379cd2, #3e64a2);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#379cd2', EndColorStr='#3e64a2');
      min-height: 290px; }
      .slider.mobify #mobile-slider .carousel-inner .item .carousel-caption .slide-info {
        text-shadow: none !important; }
        .slider.mobify #mobile-slider .carousel-inner .item .carousel-caption .slide-info a {
          background: #F3DD36;
          color: #4164AB;
          border-bottom: 5px solid #dfc60d; }
          .slider.mobify #mobile-slider .carousel-inner .item .carousel-caption .slide-info a:hover {
            background: #359BD0;
            color: #fff;
            border-bottom: 5px solid #287eaa; }
        .slider.mobify #mobile-slider .carousel-inner .item .carousel-caption .slide-info h4 {
          font-size: 0.9em;
          letter-spacing: 2px;
          text-transform: uppercase; }
          .slider.mobify #mobile-slider .carousel-inner .item .carousel-caption .slide-info h4.aftercenter::after {
            margin-top: 12px;
            margin-bottom: 12px; }
        .slider.mobify #mobile-slider .carousel-inner .item .carousel-caption .slide-info h2 {
          font-size: 1.2em;
          font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif;
          font-size: 1.8em;
          margin-bottom: 10px; }
        .slider.mobify #mobile-slider .carousel-inner .item .carousel-caption .slide-info h3 {
          font-family: "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 1.1em; }
    .slider.mobify #mobile-slider .carousel-inner .item .imageholder {
      height: 160px;
      background-size: cover;
      position: relative; }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }
.carousel-fade .carousel-inner .active {
  opacity: 1; }
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.carousel-fade .carousel-control {
  z-index: 2; }

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }
        .menu ul li a {
          /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */ }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */ }
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  .onecol {
    width: 4.66666666667%; }

  .twocol {
    width: 13.3333333333%; }

  .threecol {
    width: 22.0%; }

  .fourcol {
    width: 30.6666666667%; }

  .fivecol {
    width: 39.3333333333%; }

  .sixcol {
    width: 48.0%; }

  .sevencol {
    width: 56.6666666667%; }

  .eightcol {
    width: 65.3333333333%; }

  .ninecol {
    width: 74.0%; }

  .tencol {
    width: 82.6666666667%; }

  .elevencol {
    width: 91.3333333333%; }

  .twelvecol {
    margin-left: 0;
    width: 100%; }

  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, .fifthcol {
    position: relative;
    float: left;
    margin-left: 4%; }

  .first {
    margin-left: 0; }

  .last {
    float: right; }

  /******************************************************************
  Site Name: Framework
  Author: Tone
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  body {
    font-family: "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    overflow-x: auto; }
    
    .formatted-copy.blogcopy img {
    display: inline-block;
    margin: 5px 0;
    margin-right: 20px;
    float: left;
    max-width: 50%;
    border: 3px solid #eee;
    width: auto;
}

  h1.after::after, .h1.after::after, h2.after::after, .h2.after::after, h3.after::after, .h3.after::after, h4.after::after, .h4.after::after, h5.after::after, .h5.after::after {
    margin-top: 30px;
    margin-bottom: 35px; }
  h1.aftercenter::after, .h1.aftercenter::after, h2.aftercenter::after, .h2.aftercenter::after, h3.aftercenter::after, .h3.aftercenter::after, h4.aftercenter::after, .h4.aftercenter::after, h5.aftercenter::after, .h5.aftercenter::after {
    margin-top: 30px;
    margin-bottom: 35px; }

  .mobify {
    display: none; }

  .tabify {
    display: block; }

  .inner-padding {
    padding: 24px; }

  .tonebutton, .tonebutton:visited {
    display: inline-block;
    margin-top: 15px;
    padding: 18px 25px 15px 25px;
    letter-spacing: 3px; }

  body.home .bands.intro-band {
    margin-top: -100px; }
  .bands.intro-band .first-image {
    margin-bottom: 0; }
  .bands.intro-band p:first-of-type {
    font-size: 1.25em;
    line-height: 1.5; }
  .bands.intro-band .intro-image {
    display: block; }
  .bands.intro-band .quick-quote {
    padding: 25px 0;
    margin-bottom: 0;
    border-top: 1px dotted #dddddd;
    margin-top: 20px;
    border-bottom: 1px dotted #dddddd; }
    .bands.intro-band .quick-quote h4 {
      color: #3FA5BB;
      margin-bottom: 20px;
      font-size: 1.4em; }
    .bands.intro-band .quick-quote p {
      margin: 0;
      font-size: 1rem; }
    .bands.intro-band .quick-quote .quotepic {
      width: calc(95px); }
      .bands.intro-band .quick-quote .quotepic img {
        max-width: 100%; }
    .bands.intro-band .quick-quote .quoteholder {
      margin: 0;
      text-align: left;
      width: calc(100% - 125px); }

  .bands.intro-band .quick-quote.tabify {
    display: none; }
  .bands.intro-band .quick-quote.mobify {
    display: block; }

  .intro-band h3 {
    text-align: left; }
  .intro-band .last img {
    float: right;
    max-width: 95%;
    width: 100%;
    padding-left: 0; }

  .intro-band h3,
  .mini-news h3,
  .home-goals h3,
  .members-map h3,
  .latest-reports h3,
  .latest-topic-reports h3,
  .our-leadership h3,
  .our-approach h3,
  .secretariat-bar h3,
  .map-overlay h3,
  .problems-and-goals h3,
  .current-vacancies h3,
  .members-block h3,
  .topics h3,
  .faqs h3,
  .service-goals h3,
  .browse-resources h3 {
    font-size: 2.2em; }

  .featured-member h4 {
    font-size: 2.2em; }
  .featured-member h3 {
    font-size: 2.2em; }
    .featured-member h3.after::after {
      margin-top: 20px;
      margin-bottom: 25px; }

  #container {
    margin-left: 0;
    position: relative;
    z-index: 2;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transition-delay: 0;
    /* Safari */
    transition-delay: 0; }
    #container.menu-open {
      -webkit-transform: translate3d(-300px, 0, 0);
      -moz-transform: translate3d(-300px, 0, 0);
      transform: translate3d(-300px, 0, 0);
      -webkit-transition-delay: 0;
      /* Safari */
      transition-delay: 0; }

  .mobile-navigation {
    display: block;
    width: 300px;
    -webkit-transition-delay: 0;
    /* Safari */
    transition-delay: 0; }

  .bands {
    padding: 50px 0; }

  .intro-copy {
    padding: 30px 0 26px 0; }
    .intro-copy h1 {
      font-size: 1.7em; }

  .home-gallery {
    width: 48%;
    margin-bottom: 40px; }
    .home-gallery:nth-of-type(3) {
      margin-left: 0; }

  .formatted-copy p:first-of-type {
    font-size: 1.25em;
    line-height: 1.5; }

  .cta-band {
    text-align: left; }
    .cta-band a {
      float: right; }

  .topbar {
    display: block;
    padding: 10px 0; }
    .topbar.mobile {
      display: none; }
    .topbar p {
      display: block;
      padding: 5px 0 0 0; }
    .topbar form {
      float: right; }
      .topbar form input {
        float: left;
        width: auto; }
        .topbar form input#searchsubmit {
          width: 40px;
          display: inline-block;
          background: url(../images/search-icon.png) no-repeat #666;
          background-size: 16px;
          background-position: center;
          overflow: hidden;
          text-indent: -5000px; }
          .topbar form input#searchsubmit:hover {
            background-color: #000; }

  .search-wrap {
    background: #E7E9EA;
    float: right;
    margin-top: -8px;
    margin-bottom: -8px; }

  .flex-control-nav {
    display: block; }

  .carousel-indicators {
    display: block; }

  .topics h4 {
    font-size: 1em;
    text-align: left; }

  .page-template-page-knowledge-php .browse-resources {
    background: white;
    margin-top: 80px; }
    .page-template-page-knowledge-php .browse-resources form {
      padding: 40px 0; }
      .page-template-page-knowledge-php .browse-resources form input[type="text"] {
        height: 70px; }

  .sort-bar {
    padding: 30px 0; }
    .sort-bar p {
      line-height: 1.4em;
      font-size: 1.4em; }
    .sort-bar .last {
      text-align: right; }

  .slider.tabify .carousel-inner {
    padding-bottom: 0;
    overflow: hidden; }
    .slider.tabify .carousel-inner .item {
      position: absolute;
      background-size: cover; }
      .slider.tabify .carousel-inner .item .imageflip {
        display: block; }
      .slider.tabify .carousel-inner .item .carousel-caption {
        padding: 0; }
        .slider.tabify .carousel-inner .item .carousel-caption .slide-info {
          padding: 0 5%;
          width: 100%; }
          .slider.tabify .carousel-inner .item .carousel-caption .slide-info h2 {
            font-size: 4em;
            line-height: 1.25em; }
          .slider.tabify .carousel-inner .item .carousel-caption .slide-info h3 {
            font-size: 1.6em;
            margin-bottom: 17px; }
          .slider.tabify .carousel-inner .item .carousel-caption .slide-info h4 {
            font-size: 1em;
            letter-spacing: 3px; }
            .slider.tabify .carousel-inner .item .carousel-caption .slide-info h4::after {
              margin-top: 17px;
              margin-bottom: 5px; }
          .slider.tabify .carousel-inner .item .carousel-caption .slide-info a {
            display: inline-block;
            margin-top: 15px;
            padding: 14px 25px 11px 25px; }
      .slider.tabify .carousel-inner .item.active .carousel-caption {
        opacity: 1; }

  .slider.tabify .carousel-inner {
    height: 655px; }
    .slider.tabify .carousel-inner .item {
      height: 655px; }
      .slider.tabify .carousel-inner .item .carousel-caption {
        height: 530px; }
      .slider.tabify .carousel-inner .item .imageholder {
        height: 530px; }
      .slider.tabify .carousel-inner .item .imageflip {
        height: 125px; }

  .intro-band .slider .carousel-control {
    z-index: 99;
    bottom: 125px;
    width: 28px;
    height: 51px;
    top: calc(50% - 25px);
    margin: 0 20px;
    background-image: none; }
  .intro-band .slider #member-slider .carousel-indicators {
    bottom: 10px; }
  .intro-band .slider #member-slider .carousel-inner {
    height: 500px; }
    .intro-band .slider #member-slider .carousel-inner .wrap {
      bottom: 50px;
      position: absolute;
      width: 100%; }
      .intro-band .slider #member-slider .carousel-inner .wrap p {
        margin: 0;
        padding: 0; }
        .intro-band .slider #member-slider .carousel-inner .wrap p strong {
          font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif;
          font-weight: normal; }
        .intro-band .slider #member-slider .carousel-inner .wrap p.country::after {
          border-bottom: 1px dotted #fff;
          display: block;
          margin: 0 auto;
          width: 100px;
          padding-top: 10px;
          content: ""; }
    .intro-band .slider #member-slider .carousel-inner .item {
      width: 100%;
      height: 500px; }
      .intro-band .slider #member-slider .carousel-inner .item .carousel-caption {
        height: 500px; }
        .intro-band .slider #member-slider .carousel-inner .item .carousel-caption .slide-info a {
          background: none;
          margin: 0;
          padding: 0;
          color: #fff;
          border: none; }
          .intro-band .slider #member-slider .carousel-inner .item .carousel-caption .slide-info a:hover {
            color: #F3DD36; }
      .intro-band .slider #member-slider .carousel-inner .item .imageholder {
        height: 500px;
        background-size: cover; }
        .intro-band .slider #member-slider .carousel-inner .item .imageholder::after {
          background: url(../images/banner-fade.png) repeat-x;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          opacity: 0.8;
          content: ""; }

  .slider.tabify .carousel-caption .wrap {
    background: transparent;
    text-align: left; }

  .prev-next {
    margin-top: 20px; }
    .prev-next .sixcol {
      display: block;
      width: 100%;
      text-align: right;
      min-height: 140px;
      position: relative; }
      .prev-next .sixcol.first {
        text-align: left; }
        .prev-next .sixcol.first .postcopy {
          float: left;
          margin-left: 180px;
          margin-right: 0; }
        .prev-next .sixcol.first .featurepic {
          float: left;
          left: 0; }
      .prev-next .sixcol.last {
        border-left: none; }
      .prev-next .sixcol .title {
        font-size: 1.2em;
        line-height: 1em; }
      .prev-next .sixcol .status {
        font-size: 0.9em;
        margin-bottom: 10px; }
      .prev-next .sixcol img {
        max-width: 120px;
        max-height: 75px;
        display: block; }
      .prev-next .sixcol .featurepic {
        width: 180px;
        float: right;
        margin-bottom: 0;
        display: inline;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background: #eee; }
      .prev-next .sixcol .postcopy {
        width: 100%;
        width: calc(100% - 180px);
        max-width: 350px;
        margin-right: 180px;
        float: right;
        padding: 20px; }

  .evenheight {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 89; }

  .page-banner {
    text-align: center;
    color: #fff; }
    .page-banner .wrap {
      padding: 0; }
    .page-banner .imageholder::before {
      opacity: 0; }
    .page-banner .imageholder, .page-banner .wrap {
      height: 430px; }
    .page-banner h1 {
      font-size: 4em;
      line-height: 1.2em; }
    .page-banner h2 {
      font-size: 1.6em; }
      .page-banner h2.aftercenter::after {
        margin-top: 20px;
        margin-bottom: 20px; }
    .page-banner.smaller .imageholder {
      height: auto;
      padding: 0; }
    .page-banner.smaller .wrap {
      height: auto;
      padding: 60px 0;
      position: relative;
      z-index: 10; }
    .page-banner.knowledge h1 {
      margin-top: 0; }
    .page-banner.knowledge .imageholder {
      height: auto;
      padding: 0; }
    .page-banner.knowledge .wrap {
      height: auto;
      padding: 80px 0;
      padding-bottom: 0;
      position: relative;
      z-index: 10; }

  .page-banner.knowledge .imageholder {
    background-size: 110% !important;
    background-position: top center !important; }

  .page-banner-service {
    position: relative; }
    .page-banner-service h2.after::after {
      margin-top: 20px;
      margin-bottom: 15px; }
    .page-banner-service .wrap {
      width: 100%;
      height: 560px;
      padding: 0; }
    .page-banner-service .innercopy {
      max-width: 45%; }
    .page-banner-service .imageholder-right {
      min-height: 560px;
      width: 50%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 50%;
      background-size: cover; }
    .page-banner-service h1 {
      font-size: 2.5em;
      word-break: break-all;
      line-height: 1.1em;
      margin-bottom: 10px; }
    .page-banner-service .left-copy {
      min-height: 560px;
      padding: 0 6%;
      float: left;
      width: 100%;
      position: relative; }

  .animate-stats {
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: left;
    margin-top: 0; }
    .animate-stats .last {
      font-size: 1em; }
    .animate-stats.memberstat {
      margin-top: 30px !important; }
      .animate-stats.memberstat last {
        font-size: 1.1em; }
    .animate-stats .stat-icon img {
      width: auto !important;
      max-width: 100%;
      max-height: 50px;
      display: block;
      margin: 0 auto;
      margin-bottom: 0;
      padding: 0 !important; }
    .animate-stats .stat-number {
      font-size: 48px;
      line-height: 54px;
      margin-left: 3%;
      margin-bottom: 0; }

  .report-single-pic {
    padding: 0;
    padding-right: 15px; }
    .sidebar .report-single-pic {
      padding-right: 0px; }

  .latest-topic-reports {
    padding: 30px; }
    .latest-topic-reports .linkcol.margintop40 {
      margin-top: 40px; }
    .latest-topic-reports .report-holder {
      margin: 0; }
      .latest-topic-reports .report-holder p {
        font-size: 0.9em; }
      .latest-topic-reports .report-holder h4 {
        font-size: 1.4em;
        margin-bottom: 20px; }
      .latest-topic-reports .report-holder a.caps {
        margin-top: 10px; }
    .latest-topic-reports .reportpic {
      margin-bottom: 0; }

  body.single-report .page-banner.smaller h1 {
    font-size: 2.5em; }
  body.single-report .page-banner.smaller .imageholder {
    height: auto;
    padding: 0; }
  body.single-report .page-banner.smaller .wrap {
    height: auto;
    padding: 30px 0;
    position: relative;
    z-index: 10; }

  .home-goals .goal-block {
    margin-bottom: 0;
    min-height: 500px; }
    .home-goals .goal-block .inner-padding:nth-of-type(1) {
      padding: 25px 15px; }

  /*
  body.home .home-goals {
  	.goal-block {
  		width:$sixcol;
  		 min-height: 505px;
  		.inner-padding {
   			padding: 25px 22px;
   			font-size:0.9em;
  		}
  		&:nth-of-type(3) {
  			clear:both;
  			margin-left:0;
  		}
  		&:nth-of-type(1),&:nth-of-type(2) {
  			margin-bottom:40px;
  		}
  	}
  }
  */
  .mini-news .eightcol.first {
    width: 100%;
    margin-bottom: 40px; }
  .mini-news .fourcol.last {
    margin: 0;
    width: 100%; }
    .mini-news .fourcol.last .metro-news {
      width: 48%;
      min-height: 195px;
      float: left; }
    .mini-news .fourcol.last .metro-news:nth-of-type(2) {
      float: right; }
  .mini-news img {
    display: none; }
  .mini-news::after {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 195px;
    height: 270px;
    background: url("../images/man-and-shadow.png");
    background-size: cover;
    pointer-events: none; }
  .mini-news h4.aftercenter::after {
    margin-top: 20px;
    margin-bottom: 35px; }
  .mini-news .metro-news {
    margin-bottom: 40px; }
    .mini-news .metro-news h4 {
      font-size: 1em; }
    .mini-news .metro-news.large {
      /*min-height: 446px;*/
      margin-bottom: 0; }
      .mini-news .metro-news.large h4 {
        font-size: 1.8em;
        line-height: 1.3em; }
      .mini-news .metro-news.large p.excerpt {
        display: block; }
    .mini-news .metro-news .sixcol {
      width: 50%; }
    .mini-news .metro-news .sixcol.first {
      min-height: 0; }
    .mini-news .metro-news .sixcol.first {
      position: absolute;
      top: 0;
      bottom: 0;
      background-size: cover; }

  .main-news img {
    display: none; }
  .main-news article {
    margin-bottom: 40px; }
    .main-news article .sixcol {
      width: 67%; }
    .main-news article .sixcol.first {
      width: 33%;
      position: absolute;
      top: 0;
      bottom: 0;
      background-size: cover; }
    .main-news article p.date {
      font-size: 0.9em; }
  .main-news h4 {
    font-size: 1.6em; }

  .quote-bar {
    text-align: left;
    font-size: 1.8em;
    font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif; }
    .quote-bar p.quote::after {
      position: absolute;
      width: 20px;
      top: -20px;
      left: -30px;
      height: 20px;
      content: "";
      background: url("../images/quotemarks.png");
      background-size: cover; }
    .quote-bar p.quote::before {
      position: absolute;
      width: 20px;
      bottom: -5px;
      right: -20px;
      height: 20px;
      content: "";
      background: red;
      background: url("../images/quotemarks-flip.png");
      background-size: cover; }
    .quote-bar p.quoteby {
      font-size: 1rem;
      margin-top: 20px; }
    .quote-bar .wrap.fullwrap {
      padding-left: 40px;
      padding-right: 20px; }
    .quote-bar .discholder {
      border: 3px solid #3FA5BB;
      margin: 0 auto;
      display: inline-block;
      position: relative;
      width: 100%;
      max-width: 85%; }
      .quote-bar .discholder::before {
        position: absolute;
        border-radius: 50%;
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        background: #fff;
        content: ""; }
      .quote-bar .discholder img {
        display: block;
        position: relative;
        z-index: 1;
        height: auto;
        width: 100%;
        border: 10px solid #fff;
        max-width: 280px;
        border-radius: 50%; }

  body.home .quote-bar p.quote {
    margin-top: 40px;
    width: 95%; }
    body.home .quote-bar p.quote::after {
      position: absolute;
      width: 20px;
      top: -20px;
      left: -30px;
      height: 20px;
      content: "";
      background: url("../images/quotemarks-white.png");
      background-size: cover; }
    body.home .quote-bar p.quote::before {
      position: absolute;
      width: 20px;
      bottom: -5px;
      right: -20px;
      height: 20px;
      content: "";
      background: red;
      background: url("../images/quotemarks-flip-white.png");
      background-size: cover; }
  body.home .quote-bar p.quoteby {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0; }
  body.home .quote-bar .discholder {
    border: 3px solid #fff; }
    body.home .quote-bar .discholder::before {
      background: transparent; }
    body.home .quote-bar .discholder img {
      border: 10px solid transparent; }

  .members-map #membersmap {
    display: block;
    height: 600px;
    margin-top: 0px; }
  body.home .members-map {
    margin-top: -100px; }

  .twelvecol.bands.first.members-map {
    margin-top: -100px !important; }

  .members-jump-long.bands {
    margin-top: -50px;
    background: url(../images/map-bottom.png) no-repeat center top;
    background-size: 2000px; }
    .members-jump-long.bands .member-jump {
      padding: 0;
      background: transparent;
      margin: 50px;
      max-width: 400px; }
      .members-jump-long.bands .member-jump label {
        font-size: 1.6em; }

  .member-logo.mobify {
    display: block; }

  .member-logo.tabify {
    display: none; }

  .map-overlay {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 10;
    background: url(../images/mapgrad.png) repeat-x center bottom;
    padding-bottom: 0; }

  .member-info {
    margin-bottom: 20px; }
    .member-info .spacer {
      margin: 0 10px;
      display: inline-block; }

  .latest-reports {
    background: url("../images/bg-wood.jpg");
    background-size: cover; }
    .latest-reports .imageholder {
      width: 100%;
      margin: 0; }
    .latest-reports .report-holder {
      width: 30.6666666667%; }
      .latest-reports .report-holder:nth-of-type(3) {
        display: block; }
      .latest-reports .report-holder:nth-of-type(4) {
        display: none; }
    .latest-reports h3.aftercenter::after {
      margin-top: 20px;
      margin-bottom: 25px; }

  .how-to-apply {
    text-align: left; }

  .current-vacancies .sixcol {
    margin: 0;
    margin-bottom: 50px; }
    .current-vacancies .sixcol.first {
      clear: both; }

  .knowledgemain {
    width: -webkit-calc(100% - 15em );
    width: -moz-calc(100% - 15em );
    width: -o-calc(100% - 15em );
    width: -ms-calc(100% - 15em );
    width: calc(100% - 15em ); }
    .knowledgemain article {
      margin-bottom: 40px; }
      .knowledgemain article .ninecol .inner-padding {
        padding-left: 10px; }
      .knowledgemain article .reportpic .inner-padding {
        padding-right: 0; }
      .knowledgemain article.featured .last::after {
        display: block; }
    .knowledgemain h4 {
      font-family: "aleobold";
      font-size: 1.8em;
      line-height: 1.2em; }

  .knowledgemain {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: -o-calc(100% - 340px);
    width: -ms-calc(100% - 340px);
    width: calc(100% - 340px);
    margin: 0;
    float: right;
    overflow: hidden; }

  .sidebar.knowledge {
    width: -webkit-calc(280px);
    width: -moz-calc(280px);
    width: -o-calc(280px);
    width: -ms-calc(280px);
    width: calc(280px);
    margin: 0;
    float: left;
    overflow: hidden; }

  .sidebar .browse-resources form {
    padding: 30px; }

  .browse-resources form .twelvecol.searchholder {
    margin-bottom: 30px; }
  .browse-resources form .twelvecol.morelink {
    margin-bottom: 15px;
    font-size: 0.75em;
    text-align: right; }
  .browse-resources form .more-search-options .dropdowncol {
    margin-bottom: 30px; }
  .browse-resources form .dropdowncol {
    margin-bottom: 15px; }
    .browse-resources form .dropdowncol label {
      margin-top: 10px;
      font-size: 10px;
      font-weight: 700; }
    .browse-resources form .dropdowncol select {
      height: 50px;
      font-size: 20px;
      width: 100%; }
  .browse-resources form input {
    font-size: 16px; }
    .browse-resources form input[type="text"] {
      width: 100%;
      padding-left: 15px;
      height: 70px;
      font-size: 20px; }
    .browse-resources form input[type="submit"] {
      border-top: none;
      border-left: none;
      border-right: none;
      margin: 0;
      width: auto; }

  .our-approach img {
    display: none; }
  .our-approach .approachblock {
    clear: both;
    width: 100%;
    margin: 0;
    margin-bottom: 0; }
  .our-approach .metro-news {
    margin-bottom: 50px; }
    .our-approach .metro-news:nth-of-type(2) {
      margin-bottom: 0; }
    .our-approach .metro-news.large {
      min-height: 446px;
      margin-bottom: 0; }
      .our-approach .metro-news.large h4 {
        font-size: 1.6em; }
    .our-approach .metro-news .sixcol {
      width: 50%; }
    .our-approach .metro-news .sixcol.first {
      position: absolute;
      top: 0;
      bottom: 0;
      background-size: cover; }

  .our-leadership .goal-block {
    margin-bottom: 0; }
    .our-leadership .goal-block h4 {
      margin: 20px 0; }

  .accordion .linkcol {
    margin-top: 20px; }
  .accordion .faq-holder .ac-title {
    padding: 20px;
    padding-right: 60px; }

  .mailing-list h4 {
    font-size: 2.2em;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 25px; }
  .mailing-list form {
    font-size: 0;
    padding-bottom: 35px; }
    .mailing-list form input {
      font-size: 16px;
      height: 50px; }
      .mailing-list form input[type="email"] {
        width: 330px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .mailing-list form input[type="submit"] {
        width: auto;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; }
  .mailing-list::after {
    bottom: 50px;
    top: 50px;
    left: 50px;
    right: 50px;
    background: rgba(35, 61, 82, 0.75); }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    width: 92%;
    max-width: 1300px; }

  /*********************
  HEADER STYLES
  *********************/
  .header {
    padding-bottom: 0;
    z-index: 101;
    position: relative; }
    .header #inner-header {
      padding: 0;
      width: 94%; }
      .header #inner-header .social-svg {
        display: block; }
      .header #inner-header #lang {
        top: -1px;
        right: 0;
        left: auto;
        padding: 3px 10px 4px 10px;
        font-size: 0.7em;
        border: 1px solid #DBDFE7;
        border-top: none;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px; }

  .social-svg {
    margin-top: 52px; }
    .social-svg .search-icon {
      height: 28px;
      margin-left: 14px;
      padding-left: 14px; }
    .social-svg li {
      margin-left: 10px; }
      .social-svg li a {
        width: 27px;
        padding: 5px;
        height: 27px; }
        .social-svg li a svg {
          width: 17px;
          height: 17px; }

  #langdd {
    padding: 20px 0 30px 0; }
    #langdd li {
      width: 22%;
      float: left;
      margin: 0;
      margin-left: 4%;
      font-size: 0.8em;
      margin-top: 10px; }
      #langdd li:first-of-type {
        margin-left: 0; }
      #langdd li:nth-of-type(5) {
        clear: both;
        margin-left: 0; }
      #langdd li img {
        width: 22px;
        margin-right: 10px;
        height: 15px;
        vertical-align: -2px; }

  .header-contact {
    display: block; }
    .header-contact span {
      display: inline; }
      .header-contact span.divider {
        display: inline; }
    .header-contact p {
      text-align: right;
      padding-top: 30px; }

  #logo {
    margin-left: 0%;
    padding: 30px 0px; }
    #logo img {
      margin: 0;
      max-width: 600px;
      width: auto;
      display: block; }

  /*********************
  NAVIGATION STYLES
  *********************/
  .mobile-menu-toggle {
    display: none; }

  .mobile-navigation {
    display: block; }

  #menu-footer-menu {
    float: right; }

  .nav-holder {
    display: block; }

  .nav-holder .nav {
    display: block;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    border: 0;
    text-align: center; }
    .nav-holder .nav a {
      transition: none;
      -webkit-transition: none;
      -moz-transition: none; }
    .nav-holder .nav ul {
      margin-top: 0;
      text-align: center;
      font-size: 0; }
    .nav-holder .nav li {
      display: inline-block;
      padding: 0 12px;
      font-size: 15px;
      height: 130px;
      line-height: 130px;
      border-bottom: none;
      -webkit-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease;
      /* showing sub-menus */ }
      .nav-holder .nav li.current_page_item > a {
        color: #5F667A; }
      .nav-holder .nav li:hover {
        background: #fff; }
      .nav-holder .nav li:hover > a {
        color: #4164AB; }
      .nav-holder .nav li a {
        text-shadow: 0px 1px 1px #fff;
        border: none;
        background: transparent;
        color: #929CAC;
        padding: 0;
        font-weight: 600;
        display: inline;
        text-decoration: none;
        -webkit-transition: color 400ms ease;
        -ms-transition: color 400ms ease;
        -o-transition: color 400ms ease;
        -moz-transition: color 400ms ease;
        transition: color 400ms ease; }
        .nav-holder .nav li a:hover, .nav-holder .nav li a:focus {
          color: #4164AB;
          background: transparent; }
      .nav-holder .nav li ul.sub-menu,
      .nav-holder .nav li ul.children {
        margin-top: 0;
        margin-left: -20px;
        position: absolute;
        overflow: hidden;
        text-align: left;
        visibility: hidden;
        z-index: 8999;
        opacity: 0;
        -webkit-transition: opacity 0.25s ease;
        -ms-transition: opacity 0.25s ease;
        -o-transition: opacity 0.25s ease;
        -moz-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease; }
        .nav-holder .nav li ul.sub-menu li,
        .nav-holder .nav li ul.children li {
          display: block;
          text-align: left;
          height: auto;
          background: #fff;
          line-height: 1rem; }
          .nav-holder .nav li ul.sub-menu li a,
          .nav-holder .nav li ul.children li a {
            padding: 20px 0;
            text-align: left;
            display: block;
            border-bottom: 1px solid #ccc; }
      .nav-holder .nav li:hover ul {
        top: auto;
        overflow: visible;
        visibility: visible;
        opacity: 1; }

  footer .copyright {
    float: left;
    margin: 0; }
  footer .nav {
    display: block;
    position: static;
    width: 100%; }
    footer .nav ul#menu-footer-menu {
      margin: 0; }
    footer .nav li {
      display: inline;
      padding: 0;
      margin-left: 10px;
      padding-left: 10px;
      border: none;
      border-left: 1px solid rgba(255, 255, 255, 0.2); }
      footer .nav li:first-of-type {
        border: none;
        margin-left: 0;
        padding-left: 0; }
    footer .nav a {
      border-bottom: none;
      display: inline-block;
      text-decoration: none;
      padding: 0; }
  footer .tweet {
    padding: 0 10%; }
    footer .tweet p:first-of-type {
      font-size: 1.6em; }
  footer .lastfoot {
    padding: 40px 0;
    margin-top: 50px;
    font-size: 0.8em;
    text-align: left;
   /*
  .fivecol {
  	width: $fourcol;
  	margin: 0;
  	float: none;
  }
  .sevencol {
  	width: $eightcol;
  	margin: 0;
  	float: left;
  }*/ }
    footer .lastfoot .wrap {
      width: 87%; }
    footer .lastfoot .spacer {
      display: inline-block;
      visibility: visible;
      overflow: visible;
      height: auto;
      width: auto;
      padding: 0;
      margin: 0 6px; }
    footer .lastfoot .fivecol {
      width: 100%;
      margin: 0;
      float: none;
      text-align: center; }
    footer .lastfoot .sevencol {
      width: 100%;
      margin: 0;
      text-align: center;
      float: none; }
  footer ul#menu-footer-menu {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-bottom: 15px; }

  .lastpic {
    margin-top: 0; }

  .service-goals .goal-block {
    min-height: 500px;
    margin-bottom: 0; }

  .didyouknow {
    text-align: left; }
    .didyouknow .first {
      width: calc(110px); }
      .didyouknow .first svg {
        width: 110px;
        height: 110px;
        margin-bottom: 0; }
    .didyouknow .last {
      margin: 0;
      width: calc(100% - 170px); }

  .repeater-holder {
    margin-top: 30px;
    border-top: 1px solid #dddddd; }
    .repeater-holder img {
      margin: 0; }
    .repeater-holder .repeat-bar {
      padding: 30px 0; }
      .repeater-holder .repeat-bar:last-of-type {
        padding: 30px 0 0 0;
        border-bottom: none; }
      .repeater-holder .repeat-bar a {
        color: #3FA5BB; }
        .repeater-holder .repeat-bar a:hover {
          color: #359BD0; }
      .repeater-holder .repeat-bar img {
        width: 100%;
        border-radius: 5px;
        border: 3px solid #F1F5FA;
        margin-bottom: 20px; }
      .repeater-holder .repeat-bar h3 {
        color: #4164AB;
        font-size: 1.4em;
        font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif; }
      .repeater-holder .repeat-bar h4 {
        color: #359BD0;
        font-size: 1.1em;
        font-weight: 500;
        font-family: "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

  .secretariat-bar a {
    margin-right: 10px;
    margin-left: 10px; }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  body.page-template-page-news .blogmain {
    padding: 0; }
  body.page-template-page-news .sidebar {
    margin-top: 0; }

  body.single-post .sidebar {
    margin-top: 25px; }

  .blogmain,
  .pagemain {
    width: -webkit-calc(100% - 17em );
    width: -moz-calc(100% - 17em );
    width: -o-calc(100% - 17em );
    width: -ms-calc(100% - 15em );
    width: calc(100% - 17em );
    padding: 24px;
    background: #FFF; }
    body.blog .blogmain, body.blog
    .pagemain {
      padding: 0;
      background: transparent; }
    body.archive .blogmain, body.archive
    .pagemain {
      padding: 0;
      background: transparent; }
    body.single-report .blogmain, body.single-report
    .pagemain {
      padding: 40px;
      padding-left: 0;
      padding-right: 20px; }
    .blogmain .blogtitle h2,
    .pagemain .blogtitle h2 {
      font-size: 2.2em;
      color: #4164AB;
      padding: 15px 0;
      border-top: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd;
      margin-bottom: 25px; }
    .blogmain .blogmeta,
    .pagemain .blogmeta {
      margin-bottom: 25px; }
      .blogmain .blogmeta p,
      .pagemain .blogmeta p {
        float: left;
        font-size: 0.9em;
        margin: 0; }
      .blogmain .blogmeta .addthis_sharing_toolbox,
      .pagemain .blogmeta .addthis_sharing_toolbox {
        margin-top: 0px;
        float: right; }
        .blogmain .blogmeta .addthis_sharing_toolbox::before,
        .pagemain .blogmeta .addthis_sharing_toolbox::before {
          margin-right: 10px; }
      .blogmain .blogmeta #atstbx,
      .pagemain .blogmeta #atstbx {
        display: inline !important;
        position: relative;
        top: 1px; }
    .blogmain.twelvecol,
    .pagemain.twelvecol {
      width: 100%;
      width: -webkit-calc(100%);
      width: -moz-calc(100%);
      width: -o-calc(100%);
      width: -ms-calc(100%);
      width: calc(100%); }
    .blogmain ul.article-switch,
    .pagemain ul.article-switch {
      margin-bottom: 30px;
      font-size: 0; }
      .blogmain ul.article-switch li,
      .pagemain ul.article-switch li {
        display: inline-block;
        font-size: 1.2rem;
        margin-right: 20px; }
        .blogmain ul.article-switch li a,
        .pagemain ul.article-switch li a {
          line-height: 50px;
          height: 50px;
          padding: 0 20px; }

  .archive-news {
    margin-top: 40px; }

  body.archive .sidebar {
    margin-top: 39px; }

  .sidebar {
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    width: -webkit-calc(14.5em );
    width: -moz-calc(14.5em );
    width: -o-calc(14.5em );
    width: -ms-calc(14.5em );
    width: calc(14.5em );
    float: right; }
    .sidebar.knowledge {
      float: left; }
    body.single-report .sidebar {
      background: #fff; }
      body.single-report .sidebar .blogmeta {
        position: relative;
        z-index: 1; }
      body.single-report .sidebar::before {
        width: 1000px;
        background: #fff;
        position: absolute;
        top: -40px;
        left: -40px;
        bottom: 0;
        right: 0;
        content: "";
        height: 4000px; }

  .page-template-page-contact .sidebar {
    margin-top: 24px; }
    .page-template-page-contact .sidebar .contact-widget {
      margin-bottom: 30px; }
    .page-template-page-contact .sidebar .linkwidget {
      margin: 0;
      margin-bottom: 30px; }

  body.single-report .sidebar {
    margin-top: 40px; }

  .pagemain {
    padding: 24px;
    background: #FFF; }

  .addthis {
    margin-bottom: 35px; }

  #searchform label {
    display: none; }

  .widget {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin: 1px 0;
    padding: 20px 0; }
    .widget h4.widgettitle {
      text-shadow: 0px 1px 1px #fff;
      text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
      margin-bottom: 0;
      border: none;
      padding-bottom: 10px; }
    .widget ul li {
      margin-bottom: 0.75em;
      /* deep nesting */ }
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; }

  /*********************
  FOOTER STYLES
  *********************/
  #inner-footer.wrap {
    width: 92%;
    text-align: left; }

  .tab_container {
    width: 70%; }
    .tab_container .tab_content {
      padding: 40px; }
    .tab_container h2 {
      padding: 20px 0; }

  .tab_drawer_heading {
    display: none !important; }

  ul.tabs {
    display: block; }

  .resourcetabs .tab_container {
    width: 100%; }
    .resourcetabs .tab_container .tab_content {
      padding: 30px; }
    .resourcetabs .tab_container .threecol {
      width: 30.6666666667%; }
      .resourcetabs .tab_container .threecol:nth-of-type(4) {
        display: none; }
    .resourcetabs .tab_container h2 {
      padding: 20px 0; }
    .resourcetabs .tab_container .metro-news {
      min-height: 440px;
      margin-bottom: 0; }

  .resourcetabs .tab_drawer_heading {
    display: none !important; }

  .resourcetabs ul.tabs {
    display: block; }

  .header #inner-header .social-svg {
    margin-right: 55px;
    width: 50%; }
    .header #inner-header .social-svg .search-icon {
      height: 28px;
      display: block;
      float: right;
      margin-left: 20px;
      padding-left: 20px;
      margin-right: 20px;
      padding-right: 20px;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd; }

  .nav-holder {
    display: none; }

  .mobile-menu-toggle {
    display: block;
    margin-top: 52px;
    margin-right: 0; }
    .mobile-menu-toggle::before {
      content: "MENU";
      position: relative;
      left: -175%;
      color: #929CAC;
      padding: 0;
      font-weight: 600;
      letter-spacing: 1px; }

  #menu-footer-menu {
    float: right; }

  .gform_wrapper ::-webkit-input-placeholder {
    color: #cdd0d8; }
  .gform_wrapper :-moz-placeholder {
    /* Firefox 18- */
    color: #cdd0d8; }
  .gform_wrapper ::-moz-placeholder {
    /* Firefox 19+ */
    color: #cdd0d8; }
  .gform_wrapper :-ms-input-placeholder {
    color: #cdd0d8; }
  .gform_wrapper form {
    padding: 30px;
    margin-top: 30px; }
  .gform_wrapper li {
    margin-bottom: 20px; }
    .gform_wrapper li.half {
      float: left;
      width: 48%;
      width: calc(50% - 15px); }
    .gform_wrapper li.halfright {
      float: right;
      width: 48%;
      width: calc(50% - 15px); }
  .gform_wrapper input.medium {
    width: 100%;
    padding: 15px;
    height: 50px;
    font-size: 16px; }
  .gform_wrapper label {
    margin-bottom: 10px;
    font-size: 0.9em; }
  .gform_wrapper textarea {
    width: 100%;
    padding: 15px;
    height: 160px;
    font-size: 16px; }
  .gform_wrapper select {
    width: 100%;
    padding: 15px;
    height: 50px;
    font-size: 16px; }
  .gform_wrapper .gform_button {
    padding: 20px;
    border: none;
    display: inline-block;
    width: auto;
    background: #4164AB;
    color: #fff;
    border-bottom: 5px solid #334e86; }

  .carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    position: absolute; }
  .carousel-fade .carousel-inner .active {
    opacity: 1;
    position: absolute; }
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1; }
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  .carousel-fade .carousel-control {
    z-index: 2; }

  .page-template-page-vacancies .animate-stats {
    padding-bottom: 15px;
    margin-bottom: 22px;
    text-align: left;
    margin-top: 0; }
    .page-template-page-vacancies .animate-stats .stat-number {
      font-size: 38px;
      line-height: 35px;
      margin-left: 4%;
      text-align: right; }
    .page-template-page-vacancies .animate-stats .stat-copy.eightcol.last {
      width: 62%;
      font-size: 24px;
      font-family: aleolight; } }
/*
TABLET Portrait
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) and (orientation: portrait) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  .onecol {
    width: 4.66666666667%; }

  .twocol {
    width: 13.3333333333%; }

  .threecol {
    width: 22.0%; }

  .fourcol {
    width: 30.6666666667%; }

  .fivecol {
    width: 39.3333333333%; }

  .sixcol {
    width: 48.0%; }

  .sevencol {
    width: 56.6666666667%; }

  .eightcol {
    width: 65.3333333333%; }

  .ninecol {
    width: 74.0%; }

  .tencol {
    width: 82.6666666667%; }

  .elevencol {
    width: 91.3333333333%; }

  .twelvecol {
    margin-left: 0;
    width: 100%; }

  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, .fifthcol {
    position: relative;
    float: left;
    margin-left: 4%; }

  .first {
    margin-left: 0; }

  .last {
    float: right; }

  /******************************************************************
  Site Name: Framework
  Author: Tone
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  body {
    overflow-x: auto; }

  .portrait-y {
    display: block; }

  .inner-padding {
    padding: 24px; }

  .bands {
    padding: 40px 0; }

  .header #inner-header .social-svg {
    margin-right: 55px;
    width: 50%; }
    .header #inner-header .social-svg .search-icon {
      height: 28px;
      display: block;
      float: right;
      margin-left: 20px;
      padding-left: 20px;
      margin-right: 20px;
      padding-right: 20px;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd; }

  .slider.tabify .carousel-inner .item .carousel-caption .slide-info {
    padding: 0 10%; }

  ul.tabs li {
    padding: 12px; }

  .our-approach .metro-news {
    margin-bottom: 40px; }
  .our-approach .approachblock {
    clear: both;
    width: 100%;
    margin: 0;
    margin-bottom: 0; }

  .tab_container .tab_content {
    padding: 30px; }

  .home-goals .goal-block .inner-padding:nth-of-type(1) {
    padding: 15px 30px; }

  #container {
    background: white;
    display: block;
    position: relative;
    z-index: 2;
    transition: 500ms transform ease;
    -webkit-transition: 500ms -webkit-transform ease;
    -moz-transition: 500ms -moz-transform ease;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    #container.menu-open {
      -webkit-transform: translate3d(-300px, 0, 0);
      -moz-transform: translate3d(-300px, 0, 0);
      transform: translate3d(-300px, 0, 0);
      box-shadow: 3px 0px 6px 1px rgba(0, 0, 0, 0.15); }

  .mobile-navigation {
    display: block;
    width: 300px; }

  .search-wrap {
    background: #E7E9EA;
    float: right;
    margin-top: -8px;
    margin-bottom: -8px; }

  .flex-control-nav {
    display: block; }

  .carousel-indicators {
    display: block; }

  .mini-news img {
    display: none; }
  .mini-news .metro-news {
    min-height: 240px;
    margin-bottom: 40px; }
    .mini-news .metro-news.large {
      margin-bottom: 0; }
      .mini-news .metro-news.large h4 {
        font-size: 1.6em; }
      .mini-news .metro-news.large p.excerpt {
        display: block; }
  .mini-news .fourcol.last .metro-news {
    min-height: 250px; }
  .mini-news .sixcol {
    width: 50%; }
  .mini-news .sixcol.first {
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: cover; }

  .mailing-list form {
    font-size: 0; }
    .mailing-list form input {
      font-size: 16px;
      height: 50px;
      border: none;
      outline: none;
      margin: 0;
      padding: 0; }
      .mailing-list form input[type="email"] {
        width: 330px;
        font-family: 'aleobold';
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        background-color: #fff;
        background-image: url("../images/email-icon.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 44px;
        padding-left: 55px; }
      .mailing-list form input[type="submit"] {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        font-family: 'aleobold';
        border-radius: 0;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        background: #F3DD36;
        color: #4164AB; }
        .mailing-list form input[type="submit"]:hover {
          background: #359BD0;
          border: none;
          color: #fff; }
  .mailing-list::after {
    position: absolute;
    content: "";
    bottom: 20px;
    top: 20px;
    left: 20px;
    right: 20px;
    background: rgba(35, 61, 82, 0.75); }

  .intro-band .last img {
    padding-left: 0; }

  .intro-copy {
    padding: 25px 0 21px 0; }
    .intro-copy h1 {
      font-size: 1.8em; }

  .mini-news .eightcol, .mini-news .fourcol {
    width: 100%; }
  .mini-news .eightcol {
    margin-bottom: 40px; }
  .mini-news .fourcol {
    margin-bottom: 20px; }
  .mini-news .metro-news p.excerpt {
    display: block; }
  .mini-news::after {
    display: none; }

  .latest-reports {
    background: url("../images/bg-wood.jpg");
    background-size: 100%; }
    .latest-reports .imageholder {
      width: 100%;
      margin: 0; }
    .latest-reports .report-holder {
      width: 46%; }
      .latest-reports .report-holder:nth-of-type(1) {
        margin-bottom: 40px;
        float: left; }
      .latest-reports .report-holder:nth-of-type(2) {
        margin-bottom: 40px;
        float: right; }
      .latest-reports .report-holder:nth-of-type(3) {
        float: left;
        margin-bottom: 20px;
        margin-left: 0; }
      .latest-reports .report-holder:nth-of-type(4) {
        float: right;
        margin-bottom: 20px;
        display: block; }

  .quote-bar .wrap {
    width: 88%; }
  .quote-bar .first {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    text-align: center; }
    .quote-bar .first .discholder {
      border: 3px solid #3FA5BB;
      margin: 0 auto;
      display: inline-block;
      position: relative;
      max-width: 200px;
      width: auto; }
  .quote-bar .last {
    width: 100%;
    margin: 0;
    text-align: center; }
    .quote-bar .last p.quote::after {
      left: -20px;
      top: 0; }

  .our-leadership .goal-block {
    margin-bottom: 0;
    width: 30.6666666667%; }
    .our-leadership .goal-block:nth-of-type(1) {
      margin-bottom: 30px; }
    .our-leadership .goal-block:nth-of-type(2) {
      margin-bottom: 30px; }
    .our-leadership .goal-block h4 {
      margin: 20px 0; }

  .latest-topic-reports {
    padding: 30px; }
    .latest-topic-reports .linkcol.margintop40 {
      margin-top: 20px; }
    .latest-topic-reports .report-holder {
      width: 100%;
      margin: 0;
      margin-bottom: 30px; }
      .latest-topic-reports .report-holder .report-holder {
        margin-bottom: 10px; }
      .latest-topic-reports .report-holder p {
        font-size: 1em; }
      .latest-topic-reports .report-holder h4 {
        font-size: 1.4em;
        margin-bottom: 20px; }

  .page-banner-service {
    position: relative; }
    .page-banner-service h2.after::after {
      margin-top: 20px;
      margin-bottom: 15px; }
    .page-banner-service .wrap {
      width: 100%;
      height: auto;
      padding: 0; }
    .page-banner-service .innercopy {
      max-width: 100%; }
    .page-banner-service .imageholder-right {
      height: 300px;
      min-height: 300px;
      width: 100%;
      position: static;
      background-size: cover;
      display: none; }
    .page-banner-service h1 {
      font-size: 2.5em;
      word-break: break-all;
      line-height: 1.1em;
      margin-bottom: 10px; }
    .page-banner-service h1.after::after, .page-banner-service .h1.after::after {
      margin-top: 20px;
      margin-bottom: 20px; }
    .page-banner-service .left-copy {
      min-height: 100px;
      padding: 30px 5%;
      float: none;
      width: 100%;
      position: relative; }
      .page-banner-service .left-copy p:last-of-type {
        margin-bottom: 0; }
    .page-banner-service .evenheight {
      position: static;
      top: 50%;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      z-index: 89; }
    .page-banner-service .footer-fade-logo {
      opacity: 0.5; }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1240px; }

  /*********************
  HEADER STYLES
  *********************/
  .nav-holder {
    display: none; }

  .header-contact {
    display: block; }
    .header-contact span {
      display: inline; }
      .header-contact span.divider {
        display: inline; }
    .header-contact p {
      text-align: right;
      padding-top: 30px; }

  #logo {
    padding: 30px 0px; }
    #logo img {
      margin: 0;
      max-width: 600px;
      width: auto;
      display: block; }

  .topics {
    padding-bottom: 0; }
    .topics .topic-block {
      width: 30.6666666667%;
      float: left; }
      .topics .topic-block.first {
        clear: none;
        margin-left: 4%; }
      .topics .topic-block.last {
        float: left; }
      .topics .topic-block:nth-of-type(3n+1) {
        clear: both;
        margin-left: 0; }

  /*********************
  NAVIGATION STYLES
  *********************/
  .mobile-menu-toggle {
    display: block;
    margin-top: 52px;
    margin-right: 0; }
    .mobile-menu-toggle::before {
      content: "MENU";
      position: relative;
      left: -175%;
      color: #929CAC;
      padding: 0;
      font-weight: 600;
      letter-spacing: 1px; }

  #menu-footer-menu {
    float: right; }

  footer .copyright {
    float: left;
    margin: 0; }
  footer nav {
    display: block;
    position: static;
    width: 100%; }
    footer nav ul#menu-footer-menu {
      margin: 0; }
    footer nav li {
      display: inline;
      margin-right: 20px; }
    footer nav a {
      border-bottom: none;
      display: inline-block;
      text-decoration: none;
      padding: 0; }
  footer .lastfoot {
    width: 100%;
    padding: 30px 0;
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.05);
    font-size: 0.9em;
    text-align: center; }
    footer .lastfoot .spacer {
      display: block;
      visibility: hidden;
      overflow: hidden;
      height: 3px;
      width: 0;
      padding: 0;
      margin: 0; }
    footer .lastfoot .fivecol, footer .lastfoot .sevencol {
      width: 100%;
      margin: 0; }
  footer ul#menu-footer-menu {
    display: block;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    text-align: center; }
    footer ul#menu-footer-menu li:first-of-type {
      margin-left: 0;
      padding-left: 0; }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  .blogmain,
  .pagemain {
    width: -webkit-calc(100% - 16.5em );
    width: -moz-calc(100% - 16.5em );
    width: -o-calc(100% - 16.5em );
    width: -ms-calc(100% - 16.5em );
    width: calc(100% - 16.5em ); }

  .sidebar {
    width: -webkit-calc(14.5em );
    width: -moz-calc(14.5em );
    width: -o-calc(14.5em );
    width: -ms-calc(14.5em );
    width: calc(14.5em );
    float: right;
    margin: 0;
    margin-bottom: 30px; }

  body.single .sidebar {
    margin-top: 30px; }

  #body-meet-the-team.page-template-default .sidebar {
    margin-top: 35px; }

  .single-vacancy .sidebar {
    margin-top: 30px; }

  #searchform label {
    display: none; }

  .widget {
    padding: 10px 0; }

  .how-to-apply {
    background: #F1F5FA;
    margin-top: 20px;
    border-radius: 5px;
    text-align: center; }
    .how-to-apply img {
      margin: 0 auto;
      width: 100%;
      max-width: 80px;
      margin-bottom: 15px; }
    .how-to-apply .tencol, .how-to-apply .twocol {
      width: 100%;
      margin: 0; }

  .gform_wrapper ::-webkit-input-placeholder {
    color: #cdd0d8; }
  .gform_wrapper :-moz-placeholder {
    /* Firefox 18- */
    color: #cdd0d8; }
  .gform_wrapper ::-moz-placeholder {
    /* Firefox 19+ */
    color: #cdd0d8; }
  .gform_wrapper :-ms-input-placeholder {
    color: #cdd0d8; }
  .gform_wrapper form {
    padding: 24px;
    margin-top: 24px; }
  .gform_wrapper li {
    margin-bottom: 20px; }
    .gform_wrapper li.half {
      float: none;
      width: 100%;
      width: calc(100%); }
    .gform_wrapper li.halfright {
      float: none;
      width: 100%;
      width: calc(100%); }

  body.single-report .blogmain .fourcol.first.report-single-pic {
    display: none; }
  body.single-report .blogmain .report-text {
    width: 100%;
    margin: 0; }

  body.page-template-page-members .intro-band .sixcol {
    width: 100%;
    margin: 0; }
    body.page-template-page-members .intro-band .sixcol.first {
      margin-bottom: 40px; }

  body.page-template-page-resourcesearch div#sidebar1 {
    width: 100%; }

  body.page-template-page-resourcesearch div#sidebar2 {
    width: 100%;
    display: block; }

  body.page-template-page-resourcesearch div#main {
    margin: 0;
    width: 100%; }

  .animate-stats {
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: left;
    margin-top: 0; }
    .animate-stats .last {
      font-size: 1em; }
    .animate-stats.memberstat {
      padding: 20px !important;
      padding-bottom: 0px !important;
      margin-top: 30px !important; }
    .animate-stats .stat-icon img {
      width: auto !important;
      max-width: 100%;
      max-height: 50px;
      display: block;
      margin: 0 auto;
      margin-bottom: 0;
      padding: 0 !important; }
    .animate-stats .stat-number {
      font-size: 48px;
      line-height: 46px;
      margin-left: 4%;
      margin-bottom: 0;
      width: 82.6666666667%; }
    .animate-stats .stat-copy {
      margin: 0;
      margin-top: 10px;
      width: 100%; }

  body.page-template-page-members .animate-stats.memberstat {
    padding: 20px !important; }
  body.page-template-page-members .animate-stats .stat-number {
    width: 10%;
    margin-left: 0;
    font-size: 52px;
    line-height: 50px; }
  body.page-template-page-members .animate-stats .stat-copy {
    margin: 0;
    margin-top: 10px;
    width: 75%;
    font-size: 1.4em; }

  .browse-resources form .more-search-options .threecol {
    width: 48%; }
    .browse-resources form .more-search-options .threecol:nth-of-type(3) {
      margin-left: 0; }

  /*********************
  FOOTER STYLES
  *********************/
  #inner-footer.wrap {
    width: 90%;
    text-align: left; } }
/*
TABLET Landscape
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  .onecol {
    width: 4.66666666667%; }

  .twocol {
    width: 13.3333333333%; }

  .threecol {
    width: 22.0%; }

  .fourcol {
    width: 30.6666666667%; }

  .fivecol {
    width: 39.3333333333%; }

  .sixcol {
    width: 48.0%; }

  .sevencol {
    width: 56.6666666667%; }

  .eightcol {
    width: 65.3333333333%; }

  .ninecol {
    width: 74.0%; }

  .tencol {
    width: 82.6666666667%; }

  .elevencol {
    width: 91.3333333333%; }

  .twelvecol {
    margin-left: 0;
    width: 100%; }

  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, .fifthcol {
    position: relative;
    float: left;
    margin-left: 4%; }

  .first {
    margin-left: 0; }

  .last {
    float: right; }

  .latest-reports {
    background: url("../images/bg-wood.jpg");
    background-size: cover; }
    .latest-reports .imageholder {
      width: 100%;
      margin: 0; }
    .latest-reports .report-holder {
      width: 30.6666666667%; }
      .latest-reports .report-holder:nth-of-type(3) {
        display: block; }
      .latest-reports .report-holder:nth-of-type(4) {
        display: none; }

  .addthis {
    padding: 10px; }

  .latest-topic-reports .report-holder {
    width: 100%;
    margin-bottom: 30px; }
    .latest-topic-reports .report-holder h4 {
      font-size: 1.8em; }
    .latest-topic-reports .report-holder .report-single-pic {
      width: 22%; }
      .latest-topic-reports .report-holder .report-single-pic .report-holder {
        margin-bottom: 0; }
    .latest-topic-reports .report-holder .sixcol.last {
      width: 74%; }
  .latest-topic-reports .reportpic {
    margin-bottom: 0; }

  footer .lastfoot .fivecol {
    width: 30.6666666667%;
    margin: 0;
    float: right; }
  footer .lastfoot .sevencol {
    width: 65.3333333333%;
    margin: 0;
    float: left; }

  .didyouknow h3 {
    margin-top: 20px; }

  .topics {
    padding-bottom: 0; }
    .topics .topic-block {
      width: 30.6666666667%;
      float: left; }
      .topics .topic-block.first {
        clear: none;
        margin-left: 4%; }
      .topics .topic-block.last {
        float: left; }
      .topics .topic-block:nth-of-type(3n+1) {
        clear: both;
        margin-left: 0; }

  .page-template-page-vacancies .animate-stats {
    padding-bottom: 15px;
    margin-bottom: 22px;
    text-align: left;
    margin-top: 0; }
    .page-template-page-vacancies .animate-stats .stat-number {
      font-size: 48px;
      line-height: 46px;
      margin-left: 4%;
      text-align: right; }
    .page-template-page-vacancies .animate-stats .stat-copy.eightcol.last {
      width: 62%;
      font-size: 30px;
      font-family: aleolight; } }
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: Framework
  Author: Tone
  
  Stylesheet: Desktop Stylsheet
  
  ******************************************************************/
  .home-gallery {
    width: 22%; }
    .home-gallery:nth-of-type(3) {
      margin-left: 4%; }

  #overlay {
    display: none;
    position: absolute;
    z-index: 99;
    top: 120px;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    /*background-color: #28344a;*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#28344a), to(rgba(40, 52, 74, 0)));
    background-image: -webkit-linear-gradient(top, #28344a, rgba(40, 52, 74, 0));
    background-image: -moz-linear-gradient(top, #28344a, rgba(40, 52, 74, 0));
    background-image: -o-linear-gradient(top, #28344a, rgba(40, 52, 74, 0));
    background-image: -ms-linear-gradient(top, #28344a, rgba(40, 52, 74, 0));
    background-image: linear-gradient(top, #28344a, rgba(40, 52, 74, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#28344a', EndColorStr='#28344a'); }

  .inner-padding {
    padding: 30px; }

  .mini-news .linkcol {
    margin-top: 30px; }
  .mini-news .fourcol.last .inner-padding {
    padding: 25px; }

  .intro-band h3,
  .mini-news h3,
  .home-goals h3,
  .members-map h3,
  .latest-reports h3,
  .latest-topic-reports h3,
  .our-leadership h3,
  .our-approach h3,
  .problems-and-goals h3,
  .members-block h3,
  .current-vacancies h3,
  .secretariat-bar h3,
  .map-overlay h3,
  .topics h3,
  .faqs h3,
  .service-goals h3,
  .browse-resources h3 {
    font-size: 2.5em; }

  .home-goals .goal-block {
    width: 30.6666666667%;
    min-height: 480px; }
    .home-goals .goal-block .inner-padding {
      padding: 25px 22px;
      font-size: 0.9em; }

  /*
  body.home .home-goals {
  	.goal-block {
  		width:$sixcol;
  		 min-height: 505px;
  		.inner-padding {
   			padding: 25px 22px;
   			font-size:0.9em;
  		}
  		&:nth-of-type(3) {
  			clear:both;
  			margin-left:0;
  		}
  		&:nth-of-type(1),&:nth-of-type(2) {
  			margin-bottom:40px;
  		}
  	}
  }
  */
  .featured-member h4 {
    font-size: 2.5em; }
  .featured-member h3 {
    font-size: 2.5em; }

  .map-overlay p {
    padding: 0 10%; }

  .blogmain,
  .pagemain {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: -o-calc(100% - 300px);
    width: -ms-calc(100% - 300px);
    width: calc(100% - 300px);
    padding: 30px; }

  .knowledgemain {
    margin: 0;
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: -o-calc(100% - 340px);
    width: -ms-calc(100% - 340px);
    width: calc(100% - 340px); }

  .sidebar {
    width: -webkit-calc(250px);
    width: -moz-calc(250px);
    width: -o-calc(250px);
    width: -ms-calc(250px);
    width: calc(250px); }
    .sidebar.knowledge {
      width: -webkit-calc(300px);
      width: -moz-calc(300px);
      width: -o-calc(300px);
      width: -ms-calc(300px);
      width: calc(300px); }
    .sidebar h4 {
      font-size: 1.6em; }

  .sort-bar {
    padding: 30px 0; }
    .sort-bar p {
      line-height: 1.4em;
      font-size: 1.8em; }
    .sort-bar .last {
      text-align: right; }

  body.single-report .sidebar {
    margin-top: 40px; }

  body .sidebar select {
    height: 50px; }
  body .sidebar div.selector {
    line-height: 50px;
    height: 50px; }
    body .sidebar div.selector select {
      height: 50px; }
    body .sidebar div.selector span {
      height: 50px;
      line-height: 50px;
      height: 50px;
      font-size: 18px; }
      body .sidebar div.selector span::after {
        position: absolute;
        right: 15px;
        top: 20px;
        width: 18px;
        height: 10px;
        background: red;
        content: "";
        background: url(../images/select-drop.png); }

  .page-template-page-contact .sidebar {
    margin-top: 30px; }
    .page-template-page-contact .sidebar .contact-widget {
      margin-bottom: 30px; }
    .page-template-page-contact .sidebar .linkwidget {
      margin: 0;
      margin-bottom: 30px; }

  #container {
    position: static; }

  #container.menu-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .bands {
    padding: 60px 0; }
    .bands.topics {
      padding: 40px 0; }

  .latest-reports .report-holder {
    padding: 20px;
    width: 30.6666666667%; }
    .latest-reports .report-holder:nth-of-type(3) {
      display: block; }
    .latest-reports .report-holder:nth-of-type(4) {
      display: none; }
    .latest-reports .report-holder .report-overview {
      display: block; }

  .slider.tabify .carousel-inner .item {
    height: 655px;
    background-size: cover; }
    .slider.tabify .carousel-inner .item .carousel-caption .slide-info h2 {
      font-size: 4.4em;
      padding: 0 5%;
      line-height: 1.2em;
      margin-bottom: 10px; }
      .slider.tabify .carousel-inner .item .carousel-caption .slide-info h2 span {
        display: block; }
    .slider.tabify .carousel-inner .item .carousel-caption .slide-info h3 {
      font-size: 1.4em;
      margin-bottom: 17px; }
    .slider.tabify .carousel-inner .item .carousel-caption .slide-info h4 {
      font-size: 1em;
      letter-spacing: 3px; }
      .slider.tabify .carousel-inner .item .carousel-caption .slide-info h4::after {
        margin-top: 17px;
        margin-bottom: 5px; }
    .slider.tabify .carousel-inner .item .carousel-caption .slide-info a {
      margin-top: 15px; }

  .slider.tabify .carousel-inner {
    height: 585px; }
    .slider.tabify .carousel-inner .item {
      height: 585px; }
      .slider.tabify .carousel-inner .item .carousel-caption {
        height: 460px; }
      .slider.tabify .carousel-inner .item .imageholder {
        height: 460px; }
      .slider.tabify .carousel-inner .item .imageflip {
        height: 125px; }

  body.home .quote-bar p.quote {
    margin-top: 40px; }

  body.home .quote-bar .ninecol.first {
    padding-left: 30px; }

  .quote-bar {
    font-size: 2.2em;
    line-height: 1.4em; }
    .quote-bar p.quote::after {
      width: 30px;
      top: -20px;
      left: -40px;
      height: 30px; }
    .quote-bar p.quote::before {
      width: 30px;
      bottom: -5px;
      right: -20px;
      height: 30px; }

  body.home .quote-bar p.quote {
    width: 95%; }
    body.home .quote-bar p.quote::after {
      width: 30px;
      top: -20px;
      left: -40px;
      height: 30px; }
    body.home .quote-bar p.quote::before {
      width: 30px;
      bottom: -5px;
      right: -20px;
      height: 30px; }

  .secretariat-bar p {
    padding: 0 10%; }

  .mailing-list h4 {
    font-size: 2.5em;
    padding-top: 20px; }

  .intro-copy {
    padding: 21px 0 18px 0; }

  .header #inner-header .social-svg {
    margin-right: 0;
    width: 22%; }
    .header #inner-header .social-svg .search-icon {
      margin-left: 15px;
      padding-left: 15px;
      margin-right: 0;
      padding-right: 0;
      border-left: 1px solid #ddd;
      border-right: none; }

  .nav-holder {
    display: block; }

  li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-5.current_page_item.menu-item-21 {
    display: none; }

  .page-banner-service h1 {
    font-size: 3em; }

  .mobile-menu-toggle,
  .mobile-navigation {
    display: none; }

  #logo {
    padding: 25px 0px 20px 0; }

  .nav-holder .nav {
    display: block;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    border: 0; }
    .nav-holder .nav li#menu-item-1350, .nav-holder .nav li#menu-item-1349 {
      display: none; }
    .nav-holder .nav a {
      transition: none;
      -webkit-transition: none;
      -moz-transition: none; }
    .nav-holder .nav ul {
      margin-top: 0;
      text-align: center;
      font-size: 0; }
    .nav-holder .nav li {
      display: inline-block;
      padding: 0 12px;
      font-size: 15px;
      height: 120px;
      line-height: 120px;
      border-bottom: none;
      position: relative;
      -webkit-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease; }
      .nav-holder .nav li.current_page_item > a {
        color: #5F667A; }
      .nav-holder .nav li.current-page-ancestor > a {
        color: #5F667A; }
      .nav-holder .nav li:hover {
        background: #fff; }
      .nav-holder .nav li:hover > a {
        color: #4164AB; }
      .nav-holder .nav li a {
        text-shadow: 0px 1px 1px #fff;
        border: none;
        background: transparent;
        color: #929CAC;
        padding: 0;
        font-weight: 600;
        display: inline;
        text-decoration: none;
        -webkit-transition: color 400ms ease;
        -ms-transition: color 400ms ease;
        -o-transition: color 400ms ease;
        -moz-transition: color 400ms ease;
        transition: color 400ms ease; }
        .nav-holder .nav li a:hover, .nav-holder .nav li a:focus {
          color: #4164AB;
          background: transparent; }

  .formatted-copy.blogcopy img {
    display: inline-block;
    margin: 5px 0;
    margin-right: 20px;
    float: left;
    max-width: 50%;
    border: 3px solid #eee;
    width: auto; }

  .social-svg {
    margin-top: 50px; }
    .social-svg .search-icon {
      height: 28px;
      margin-left: 14px;
      padding-left: 14px; }
    .social-svg li {
      margin-left: 10px; }
      .social-svg li a {
        width: 27px;
        padding: 5px;
        height: 27px; }
        .social-svg li a svg {
          width: 17px;
          height: 17px; }

  .animate-stats {
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: left;
    margin-top: 0; }
    .animate-stats .last {
      font-size: 1em; }
    .animate-stats .stat-icon img {
      width: auto !important;
      max-width: 100%;
      max-height: 50px;
      display: block;
      margin: 0 auto;
      margin-bottom: 0;
      padding: 0 !important; }
    .animate-stats .stat-number {
      font-size: 48px;
      line-height: 54px;
      margin-left: 3%;
      margin-bottom: 0; }

  footer .lastfoot .wrap {
    width: 88%; }

  .menu-item:hover .mega-menu {
    display: block; }

  .mega-menu {
    display: none;
    line-height: 20px;
    background: white;
    padding: 35px 25px;
    position: absolute;
    top: 100%;
    z-index: 99;
    min-width: 760px;
    left: -100%;
    left: calc(-100% - 14px); }
    .mega-menu .report-single-pic {
      padding-right: 0;
      padding-left: 15px; }
      .mega-menu .report-single-pic .reportpic {
        margin-bottom: 0; }
        .mega-menu .report-single-pic .reportpic img {
          border: 12px solid #fff; }
    .mega-menu .subnav {
      width: 30.6666666667%; }
    .mega-menu .subinfo {
      display: block;
      text-align: left; }
      .mega-menu .subinfo .sixcol.first {
        padding-right: 6px;
        padding-left: 25px;
        border-left: 1px dotted #dddddd; }
      .mega-menu .subinfo p, .mega-menu .subinfo p:first-of-type {
        font-size: 14px;
        line-height: 1.6em; }
      .mega-menu .subinfo h4 {
        color: #359BD0;
        font-size: 1.3em;
        margin-bottom: 20px;
        font-family: "aleobold", "Georgia", Cambria, Times New Roman, Times, serif; }
    .mega-menu .nav.top-nav {
      margin-top: -12px; }
      .mega-menu .nav.top-nav li {
        display: block;
        text-align: left;
        height: auto;
        background: #fff;
        line-height: 1.4em;
        padding: 0; }
        .mega-menu .nav.top-nav li a {
          padding: 15px 0;
          color: #4A5F85;
          font-family: "aleoregular", "Georgia", Cambria, Times New Roman, Times, serif;
          font-weight: normal;
          text-align: left;
          display: block;
          border-bottom: 1px dotted #dddddd; }
          .mega-menu .nav.top-nav li a:hover {
            border-bottom: 1px dotted #359BD0;
            color: #359BD0; }

  .latest-topic-reports .report-holder {
    width: 100%;
    margin-bottom: 30px; }
    .latest-topic-reports .report-holder p {
      font-size: 1em; }
    .latest-topic-reports .report-holder h4 {
      font-size: 1.8em; }
    .latest-topic-reports .report-holder .report-single-pic {
      width: 22%; }
      .latest-topic-reports .report-holder .report-single-pic .report-holder {
        margin-bottom: 0; }
    .latest-topic-reports .report-holder .sixcol.last {
      width: 74%; }
  .latest-topic-reports .reportpic {
    margin-bottom: 0; }

  .page-template-page-vacancies .animate-stats {
    padding-bottom: 15px;
    margin-bottom: 22px;
    text-align: left;
    margin-top: 0; }
    .page-template-page-vacancies .animate-stats .stat-number {
      font-size: 48px;
      line-height: 46px;
      margin-left: 4%;
      text-align: right; }
    .page-template-page-vacancies .animate-stats .stat-copy.eightcol.last {
      width: 62%;
      font-size: 30px;
      font-family: aleolight; } }
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  body {
    font-family: "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    overflow-x: auto; }

  .bands {
    padding: 70px 0; }

  .map-overlay p {
    padding: 0 13%;
    margin: 0; }

  .page-template-page-vacancies .animate-stats {
    padding-bottom: 15px;
    margin-bottom: 22px;
    text-align: left;
    margin-top: 0; }
    .page-template-page-vacancies .animate-stats .stat-number {
      font-size: 60px;
      line-height: 60px;
      margin-left: 4%;
      text-align: right; }
    .page-template-page-vacancies .animate-stats .stat-copy.eightcol.last {
      width: 62%;
      font-size: 37px;
      font-family: aleolight; }

  .animate-stats {
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: left;
    margin-top: 0; }
    .animate-stats .last {
      font-size: 1.1em; }
    .animate-stats.memberstat {
      padding: 20px !important; }
      .animate-stats.memberstat .stat-icon img {
        width: auto !important;
        max-width: 100%;
        max-height: 65px;
        display: block;
        float: left;
        margin: 0 auto;
        margin-bottom: 0;
        padding: 0 !important; }
      .animate-stats.memberstat .stat-number {
        text-align: center;
        font-size: 4.5em;
        line-height: 70px;
        color: #4164AB; }
      .animate-stats.memberstat .stat-copy.last {
        font-size: 1.5em;
        float: left;
        margin-left: 4%;
        line-height: 1.4em; }
    .animate-stats .stat-icon img {
      width: auto !important;
      max-width: 100%;
      max-height: 55px;
      display: block;
      margin: 0 auto;
      margin-bottom: 0;
      padding: 0 !important; }
    .animate-stats .stat-number {
      font-size: 60px;
      line-height: 60px;
      margin-left: 2%;
      margin-bottom: 0; }

  .blogmain,
  .pagemain {
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: -o-calc(100% - 350px);
    width: -ms-calc(100% - 350px);
    width: calc(100% - 350px);
    padding: 40px; }
    .blogmain .blogtitle h2,
    .pagemain .blogtitle h2 {
      font-size: 2.5em;
      padding: 20px 0;
      margin-bottom: 30px; }

  .prev-next {
    margin-top: 20px; }
    .prev-next .sixcol {
      display: block;
      text-align: right;
      min-height: 175px;
      position: relative;
      width: 48%; }
      .prev-next .sixcol.first {
        text-align: left; }
        .prev-next .sixcol.first .postcopy {
          float: left;
          margin-left: 180px;
          margin-right: 0; }
        .prev-next .sixcol.first .featurepic {
          float: left;
          left: 0; }
      .prev-next .sixcol.last {
        border-left: none; }
      .prev-next .sixcol .title {
        font-size: 1.1em;
        line-height: 1em; }
      .prev-next .sixcol .status {
        font-size: 0.9em;
        margin-bottom: 10px; }
      .prev-next .sixcol img {
        max-width: 120px;
        max-height: 75px;
        display: block; }
      .prev-next .sixcol .featurepic {
        width: 180px;
        float: right;
        margin-bottom: 0;
        display: inline;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background: #eee; }
      .prev-next .sixcol .postcopy {
        width: 100%;
        width: calc(100% - 180px);
        max-width: 350px;
        margin-right: 180px;
        float: right;
        padding: 20px; }

  .knowledgemain {
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: -o-calc(100% - 400px);
    width: -ms-calc(100% - 400px);
    width: calc(100% - 400px);
    margin: 0; }
    .knowledgemain h4 {
      font-size: 2.2em;
      line-height: 1.2em; }

  .sidebar {
    width: -webkit-calc(300px);
    width: -moz-calc(300px);
    width: -o-calc(300px);
    width: -ms-calc(300px);
    width: calc(300px); }
    .sidebar.knowledge {
      width: -webkit-calc(360px);
      width: -moz-calc(360px);
      width: -o-calc(360px);
      width: -ms-calc(360px);
      width: calc(360px); }

  .page-template-page-contact .sidebar {
    margin-top: 40px; }
    .page-template-page-contact .sidebar .contact-widget {
      margin-bottom: 40px; }
    .page-template-page-contact .sidebar .linkwidget {
      margin: 0;
      margin-bottom: 40px; }

  body.search .sidebar {
    margin-top: 40px; }

  .members-map #membersmap {
    height: 620px; }

  .resourcetabs .tab_container .tab_content {
    padding: 40px; }
  .resourcetabs .tab_container .threecol {
    width: 22%; }
    .resourcetabs .tab_container .threecol:nth-of-type(4) {
      display: block; }

  .page-banner .imageholder, .page-banner .wrap {
    height: 530px; }

  .page-banner-service {
    position: relative; }
    .page-banner-service h2.after::after {
      margin-top: 30px;
      margin-bottom: 25px; }
    .page-banner-service .wrap {
      width: 100%;
      height: 560px;
      padding: 0; }
    .page-banner-service .innercopy {
      max-width: 40%; }
    .page-banner-service .imageholder-right {
      min-height: 560px;
      width: 50%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 50%;
      background-size: cover; }
    .page-banner-service h1 {
      font-size: 3em;
      word-break: break-word;
      line-height: 1.1em;
      margin-bottom: 18px; }
    .page-banner-service .left-copy {
      min-height: 560px;
      padding: 0 10%;
      float: left;
      width: 100%;
      position: relative; }

  .mini-news .eightcol.first {
    width: 65.3333333333%;
    margin-bottom: 0; }
    .mini-news .eightcol.first .metro-news.large {
      min-height: 470px; }
  .mini-news .fourcol.last {
    margin: 0;
    width: 30.6666666667%; }
    .mini-news .fourcol.last .metro-news {
      width: 100%;
      float: none;
      min-height: 215px; }
    .mini-news .fourcol.last .metro-news:nth-of-type(2) {
      float: none; }
  .mini-news img {
    display: none; }

  .slider.tabify .carousel-inner .item .carousel-caption .slide-info {
    padding: 0 2%; }

  .intro-copy h1 {
    font-size: 1.7em;
    padding: 0 5%; }
  .intro-copy .wrap {
    max-width: 1240px; }

  .header #inner-header .social-svg .search-icon {
    margin-left: 20px;
    padding-left: 20px; }

  .social-svg {
    margin-top: 47px; }
    .social-svg .search-icon {
      height: 28px;
      margin-left: 20px;
      padding-left: 20px; }
    .social-svg li {
      margin-left: 10px; }
      .social-svg li a {
        width: 27px;
        padding: 5px;
        height: 27px; }
        .social-svg li a svg {
          width: 17px;
          height: 17px; }

  .nav-holder .nav li {
    padding: 0 16px; }
  .nav-holder .nav li {
    padding: 0 16px;
    font-size: 16px; }

  li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-5.current_page_item.menu-item-21 {
    display: inline-block; }

  footer .lastfoot {
    font-size: 0.9em; }
    footer .lastfoot .wrap {
      width: 92%; }

  .home-goals .goal-block {
    min-height: 510px; }

  /*
  body.home .home-goals {
  	.goal-block {
  		width:$threecol;
  		 min-height: 490px;
  		.inner-padding {
   			padding: 25px 22px;
  		}
  		&:nth-of-type(3) {
  			clear: none;
  			margin-left:$colmargin;
  		}
  		&:nth-of-type(1),&:nth-of-type(2) {
  			margin-bottom:0;
  		}
  	}
  }
  */
  .page-banner h1 {
    font-size: 4.5em;
    line-height: 1.2em; }
  .page-banner h2 {
    padding-left: 16%;
    padding-right: 16%; }

  .bands.intro-band .quick-quote {
    padding: 30px 0;
    margin-bottom: 0;
    margin-top: 20px; }
    .bands.intro-band .quick-quote h4 {
      margin-bottom: 20px;
      font-size: 1.4em; }

  .bands.intro-band .quick-quote.tabify {
    display: block; }
  .bands.intro-band .quick-quote.mobify {
    display: none; }

  .gform_wrapper ::-webkit-input-placeholder {
    color: #cdd0d8; }
  .gform_wrapper :-moz-placeholder {
    /* Firefox 18- */
    color: #cdd0d8; }
  .gform_wrapper ::-moz-placeholder {
    /* Firefox 19+ */
    color: #cdd0d8; }
  .gform_wrapper :-ms-input-placeholder {
    color: #cdd0d8; }
  .gform_wrapper form {
    padding: 30px;
    margin-top: 30px; }
  .gform_wrapper li {
    margin-bottom: 20px; }
    .gform_wrapper li.half {
      float: left;
      width: 48%;
      width: calc(50% - 15px); }
    .gform_wrapper li.halfright {
      float: right;
      width: 48%;
      width: calc(50% - 15px); }
  .gform_wrapper input.medium {
    width: 100%;
    padding: 15px;
    height: 60px;
    font-size: 16px; }
  .gform_wrapper label {
    margin-bottom: 10px;
    font-size: 0.9em; }
  .gform_wrapper textarea {
    width: 100%;
    padding: 15px;
    height: 160px;
    font-size: 16px; }
  .gform_wrapper select {
    width: 100%;
    padding: 15px;
    height: 60px;
    font-size: 16px; }

  .useful-documents h4 {
    font-size: 1.6em; }
  .useful-documents ul {
    font-size: 0.9em; }

  body.single-report .page-banner.smaller h1 {
    font-size: 3em; }
  body.single-report .page-banner.smaller .wrap {
    padding: 40px 0; }

  .member-logo.mobify {
    display: none; }

  .member-logo.tabify {
    display: block; }

  .latest-reports h3.aftercenter::after {
    margin-top: 20px;
    margin-bottom: 25px; }

  .latest-topic-reports .report-holder {
    width: 48%;
    margin-bottom: 30px; }
    .latest-topic-reports .report-holder .report-holder {
      width: 100%; }
    .latest-topic-reports .report-holder p {
      font-size: 0.9em; }
    .latest-topic-reports .report-holder h4 {
      font-size: 1.6em; }
    .latest-topic-reports .report-holder .report-single-pic {
      width: 48%; }
      .latest-topic-reports .report-holder .report-single-pic .report-holder {
        margin-bottom: 0; }
    .latest-topic-reports .report-holder .sixcol.last {
      width: 48%; }
  .latest-topic-reports .reportpic {
    margin-bottom: 0; }

  .browse-resources div.selector {
    line-height: 50px;
    height: 50px; }
    .browse-resources div.selector span {
      height: 50px;
      line-height: 50px;
      height: 50px;
      font-size: 18px; }

  .page-banner .slide-info.left {
    text-align: left;
    max-width: 40%; }
    .page-banner .slide-info.left h1.aftercenter::after {
      margin-left: 0; }
    .page-banner .slide-info.left h2 {
      padding: 0; } }
/*
LARGER VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1400px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  .intro-copy h1 {
    font-size: 2em;
    padding: 0; }

  .intro-copy {
    padding: 30px 0 26px 0; }

  .nav-holder .nav li {
    padding: 0 16px;
    font-size: 18px;
    height: 130px;
    line-height: 130px; }

  .social-svg {
    margin-top: 50px; }

  #logo {
    margin-left: 0%;
    padding: 30px 0px 30px 0; }

  .slider.tabify .carousel-inner {
    height: 700px; }
    .slider.tabify .carousel-inner .item {
      height: 700px; }
      .slider.tabify .carousel-inner .item .carousel-caption {
        height: 575px; }
      .slider.tabify .carousel-inner .item .imageholder {
        height: 575px; }
      .slider.tabify .carousel-inner .item .imageflip {
        height: 125px; }

  .our-approach .approachblock {
    clear: none;
    width: 48%;
    margin: 0;
    margin-bottom: 0; }
    .our-approach .approachblock:nth-of-type(3) {
      clear: both; }
    .our-approach .approachblock p {
      font-size: 0.9em; }

  .latest-reports .report-holder {
    padding: 0;
    width: 22%; }
    .latest-reports .report-holder:nth-of-type(4) {
      display: block; }
  .latest-reports .report-overview p {
    font-size: 0.9em; }

  .latest-reports h3.aftercenter::after {
    margin-top: 20px;
    margin-bottom: 45px; }

  .browse-resources div.selector span {
    font-size: 19px; }

  .mega-menu {
    /*min-width: 760px;
    left:0;*/ }

  .page-template-page-who-we-are .quote-bar .ninecol {
    margin-top: 35px; } }
@media only screen and (min-width: 1600px) {
  .mini-news::after {
    display: block; }

  .page-template-page-who-we-are-php .bands.intro-band .wrap::before {
    display: block;
    position: absolute;
    bottom: -80px;
    right: -170px;
    content: "";
    width: 195px;
    height: 270px;
    background: url("../images/man-and-shadow.png");
    background-size: cover;
    pointer-events: none;
    z-index: 98; } }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
  body {
    font-weight: 300; }

  .page-banner h2 {
    font-family: "aleolight", "Georgia", Cambria, Times New Roman, Times, serif; }
  .page-banner .slide-info {
    opacity: 0.9; }

  footer .tweet {
    font-family: "aleolight", "Georgia", Cambria, Times New Roman, Times, serif; } }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
