/*
Theme Name:   total-plus child theme
Description:  Write here a brief description about your child-theme
Author:       qfab_admin
Author URL:   Write here the author's blog or website url
Template:     total-plus
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  total-plus-child
*/

/* Write here your own personal stylesheet */


.ninja-forms-form-wrap {
	margin-top: 15px !important;
}


div.cat_specific_rss ul {
    padding: 0 !important;
    -webkit-padding-start: 0 !important;
}

div.rss_div {
    margin-top: 48px;
}
.topbar {
	
	background: #f7931e !important;
	display: inline-block;
	width: 100%;
	padding: 0 20px;
}

/* ==========================================================================
   Job manager related definitions
   ========================================================================== */

ul.job_listings li.job_listing {
    background-image: none !important;
}
li.job_listing li.date {
    background-image: none !important;
}

#content .job-listing-meta.meta li.date-posted time {
    margin: 0 !important;
}

#content ul.job-listing-meta.meta {
    list-style-type: none;
    list-style: none;
}

#content .single_job_listing .meta {
    margin: 0;
}

#content ul.job-listing-meta.meta li {
    list-style-type: none;
    list-style: none;
    background: none;
    background-image: none;
}

#agta-job-disclaimer p {
font-size: small;
font-style: italic;
color: #9E9E9E;
}

#content article time {
    margin: 20px 0 0 0 !important;
}

body .copy h1, body .copy h2, body .copy h3, body .copy h4, body .copy h5, body .copy h6 {
    margin: 20px 0 0 0 !important;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
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.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/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. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve 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 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
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],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and 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;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve 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;
}
/* LESS variables, mixins */
/* ==========================================================================

   LESS variables and mixins for all other LESS files

   ==========================================================================


    CONTENTS:

    1.0 - Grid
      1.1 - Size
      1.2 - Mixins
    2.0 - Document
      2.1 - Colours    
    3.0 - Typography
      3.1 - Sizes   
      3.2 - Colours / attributes 
      3.3 - @font-faces
      3.4 - Mixins / default fonts 
      


    ==========================================================================
    1.0 - Grid 
    ========================================================================== */
/*  =========================
        1.1 - Size                                               
        ========================= */
/*  Maximum grid width  */
/*  Gutters  */
/*  Baseline  */
/*  =========================
        1.2 - Mixins                                                
        ========================= */
/*  ==========================================================================
    2.0 - Document
    ========================================================================== */
/*  =========================
        2.1 - Colours                                               
        ========================= */
/* Theme Colours */
/* Background Colours */
/*  ==========================================================================
    3.0 - Typography 
    ========================================================================== */
/*  =========================
        3.1 - Sizes                                                
        ========================= */
/*  Headings  */
/*  Copy  */
/*  =========================
        3.2 - Colours / attributes                                            
        ========================= */
/*  Copy  */
/*  Headings  */
/*  Default Weight  */
/*  Selection Highlighting */
/*  =========================
        3.3 - @font-faces                                                
        ========================= */
@font-face {
  font-family: 'FONT_NAME';
  src: url('PATH_TO_FONT.eot');
  src: url('PATH_TO_FONT.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('PATH_TO_FONT.woff') format('woff'), /* Modern Browsers */ url('PATH_TO_FONT.ttf') format('truetype'), /* Safari, Android, iOS */ url('PATH_TO_FONT.svg#svgFontName') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/*  =========================
        3.4 - Mixins / default fonts
        ========================= */
/* ED's 12 column grid */
/*  ==========================================================================

    Grid CSS

    For mobile device grid CSS see "grid-mobile-devices.less"

    ==========================================================================


	CONTENTS:

	1.0 - Blocks / rows 
	2.0 - Columns
	3.0 - Clearing
	4.0 - Debug Colours   


    ==========================================================================
    1.0 - Blocks / rows                                           
    ========================================================================== */
.block {
  width: 100%;
  min-width: 100%;
}
.block .row {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 0;
  /*width: @maxWidth;		/* Un-comment to disabled responsivness	*/
}
.block .row.full {
  max-width: 100%;
  padding: 0;
}
.block.full .row {
  max-width: 100%;
  padding: 0;
}
.block.level .row:last-child .column {
  padding-bottom: 0;
}
.block.overflowed {
  overflow: hidden;
}
/*  ==========================================================================
    2.0 - Columns                                        
    ========================================================================== */
.column,
.columns {
  float: left;
  max-width: 100%;
  padding: 0 10px 0;
  position: relative;
  width: 100%;
}
.column.level,
.columns.level {
  padding-bottom: 0;
}
.column.nest,
.columns.nest {
  padding: 0;
}
.panel {
  width: 100%;
  height: 100%;
}
/* Column Widths/insets Loop */
/* Loop Through Columns */
.twelve {
  width: 100%;
}
.inset-twelve-left {
  margin-left: 100%;
}
.inset-twelve-right {
  margin-right: 100%;
}
.eleven {
  width: 91.66666667%;
}
.inset-eleven-left {
  margin-left: 91.66666667%;
}
.inset-eleven-right {
  margin-right: 91.66666667%;
}
.ten {
  width: 83.33333333%;
}
.inset-ten-left {
  margin-left: 83.33333333%;
}
.inset-ten-right {
  margin-right: 83.33333333%;
}
.nine {
  width: 75%;
}
.inset-nine-left {
  margin-left: 75%;
}
.inset-nine-right {
  margin-right: 75%;
}
.eight {
  width: 66.66666667%;
}
.inset-eight-left {
  margin-left: 66.66666667%;
}
.inset-eight-right {
  margin-right: 66.66666667%;
}
.seven {
  width: 58.33333333%;
}
.inset-seven-left {
  margin-left: 58.33333333%;
}
.inset-seven-right {
  margin-right: 58.33333333%;
}
.six {
  width: 50%;
}
.inset-six-left {
  margin-left: 50%;
}
.inset-six-right {
  margin-right: 50%;
}
.five {
  width: 41.66666667%;
}
.inset-five-left {
  margin-left: 41.66666667%;
}
.inset-five-right {
  margin-right: 41.66666667%;
}
.four {
  width: 33.33333333%;
}
.inset-four-left {
  margin-left: 33.33333333%;
}
.inset-four-right {
  margin-right: 33.33333333%;
}
.three {
  width: 25%;
}
.inset-three-left {
  margin-left: 25%;
}
.inset-three-right {
  margin-right: 25%;
}
.two {
  width: 16.66666667%;
}
.inset-two-left {
  margin-left: 16.66666667%;
}
.inset-two-right {
  margin-right: 16.66666667%;
}
.one {
  width: 8.33333333%;
}
.inset-one-left {
  margin-left: 8.33333333%;
}
.inset-one-right {
  margin-right: 8.33333333%;
}
/*  ==========================================================================
    3.0 - Nesting                                        
    ========================================================================== */
/* Loop Through Nesting Columns */
.columns.nest.twelve .one,
.column.nest.twelve .one {
  width: 8.33333333%;
}
.columns.nest.twelve .inset-one-left,
.column.nest.twelve .inset-one-left {
  margin-left: 8.33333333%;
}
.columns.nest.twelve .inset-one-right,
.column.nest.twelve .inset-one-right {
  margin-right: 8.33333333%;
}
.columns.nest.twelve .two,
.column.nest.twelve .two {
  width: 16.66666667%;
}
.columns.nest.twelve .inset-two-left,
.column.nest.twelve .inset-two-left {
  margin-left: 16.66666667%;
}
.columns.nest.twelve .inset-two-right,
.column.nest.twelve .inset-two-right {
  margin-right: 16.66666667%;
}
.columns.nest.twelve .three,
.column.nest.twelve .three {
  width: 25%;
}
.columns.nest.twelve .inset-three-left,
.column.nest.twelve .inset-three-left {
  margin-left: 25%;
}
.columns.nest.twelve .inset-three-right,
.column.nest.twelve .inset-three-right {
  margin-right: 25%;
}
.columns.nest.twelve .four,
.column.nest.twelve .four {
  width: 33.33333333%;
}
.columns.nest.twelve .inset-four-left,
.column.nest.twelve .inset-four-left {
  margin-left: 33.33333333%;
}
.columns.nest.twelve .inset-four-right,
.column.nest.twelve .inset-four-right {
  margin-right: 33.33333333%;
}
.columns.nest.twelve .five,
.column.nest.twelve .five {
  width: 41.66666667%;
}
.columns.nest.twelve .inset-five-left,
.column.nest.twelve .inset-five-left {
  margin-left: 41.66666667%;
}
.columns.nest.twelve .inset-five-right,
.column.nest.twelve .inset-five-right {
  margin-right: 41.66666667%;
}
.columns.nest.twelve .six,
.column.nest.twelve .six {
  width: 50%;
}
.columns.nest.twelve .inset-six-left,
.column.nest.twelve .inset-six-left {
  margin-left: 50%;
}
.columns.nest.twelve .inset-six-right,
.column.nest.twelve .inset-six-right {
  margin-right: 50%;
}
.columns.nest.twelve .seven,
.column.nest.twelve .seven {
  width: 58.33333333%;
}
.columns.nest.twelve .inset-seven-left,
.column.nest.twelve .inset-seven-left {
  margin-left: 58.33333333%;
}
.columns.nest.twelve .inset-seven-right,
.column.nest.twelve .inset-seven-right {
  margin-right: 58.33333333%;
}
.columns.nest.twelve .eight,
.column.nest.twelve .eight {
  width: 66.66666667%;
}
.columns.nest.twelve .inset-eight-left,
.column.nest.twelve .inset-eight-left {
  margin-left: 66.66666667%;
}
.columns.nest.twelve .inset-eight-right,
.column.nest.twelve .inset-eight-right {
  margin-right: 66.66666667%;
}
.columns.nest.twelve .nine,
.column.nest.twelve .nine {
  width: 75%;
}
.columns.nest.twelve .inset-nine-left,
.column.nest.twelve .inset-nine-left {
  margin-left: 75%;
}
.columns.nest.twelve .inset-nine-right,
.column.nest.twelve .inset-nine-right {
  margin-right: 75%;
}
.columns.nest.twelve .ten,
.column.nest.twelve .ten {
  width: 83.33333333%;
}
.columns.nest.twelve .inset-ten-left,
.column.nest.twelve .inset-ten-left {
  margin-left: 83.33333333%;
}
.columns.nest.twelve .inset-ten-right,
.column.nest.twelve .inset-ten-right {
  margin-right: 83.33333333%;
}
.columns.nest.twelve .eleven,
.column.nest.twelve .eleven {
  width: 91.66666667%;
}
.columns.nest.twelve .inset-eleven-left,
.column.nest.twelve .inset-eleven-left {
  margin-left: 91.66666667%;
}
.columns.nest.twelve .inset-eleven-right,
.column.nest.twelve .inset-eleven-right {
  margin-right: 91.66666667%;
}
.columns.nest.twelve .twelve,
.column.nest.twelve .twelve {
  width: 100%;
}
.columns.nest.twelve .inset-twelve-left,
.column.nest.twelve .inset-twelve-left {
  margin-left: 100%;
}
.columns.nest.twelve .inset-twelve-right,
.column.nest.twelve .inset-twelve-right {
  margin-right: 100%;
}
.columns.nest.eleven .one,
.column.nest.eleven .one {
  width: 9.09090909%;
}
.columns.nest.eleven .inset-one-left,
.column.nest.eleven .inset-one-left {
  margin-left: 9.09090909%;
}
.columns.nest.eleven .inset-one-right,
.column.nest.eleven .inset-one-right {
  margin-right: 9.09090909%;
}
.columns.nest.eleven .two,
.column.nest.eleven .two {
  width: 18.18181818%;
}
.columns.nest.eleven .inset-two-left,
.column.nest.eleven .inset-two-left {
  margin-left: 18.18181818%;
}
.columns.nest.eleven .inset-two-right,
.column.nest.eleven .inset-two-right {
  margin-right: 18.18181818%;
}
.columns.nest.eleven .three,
.column.nest.eleven .three {
  width: 27.27272727%;
}
.columns.nest.eleven .inset-three-left,
.column.nest.eleven .inset-three-left {
  margin-left: 27.27272727%;
}
.columns.nest.eleven .inset-three-right,
.column.nest.eleven .inset-three-right {
  margin-right: 27.27272727%;
}
.columns.nest.eleven .four,
.column.nest.eleven .four {
  width: 36.36363636%;
}
.columns.nest.eleven .inset-four-left,
.column.nest.eleven .inset-four-left {
  margin-left: 36.36363636%;
}
.columns.nest.eleven .inset-four-right,
.column.nest.eleven .inset-four-right {
  margin-right: 36.36363636%;
}
.columns.nest.eleven .five,
.column.nest.eleven .five {
  width: 45.45454545%;
}
.columns.nest.eleven .inset-five-left,
.column.nest.eleven .inset-five-left {
  margin-left: 45.45454545%;
}
.columns.nest.eleven .inset-five-right,
.column.nest.eleven .inset-five-right {
  margin-right: 45.45454545%;
}
.columns.nest.eleven .six,
.column.nest.eleven .six {
  width: 54.54545455%;
}
.columns.nest.eleven .inset-six-left,
.column.nest.eleven .inset-six-left {
  margin-left: 54.54545455%;
}
.columns.nest.eleven .inset-six-right,
.column.nest.eleven .inset-six-right {
  margin-right: 54.54545455%;
}
.columns.nest.eleven .seven,
.column.nest.eleven .seven {
  width: 63.63636364%;
}
.columns.nest.eleven .inset-seven-left,
.column.nest.eleven .inset-seven-left {
  margin-left: 63.63636364%;
}
.columns.nest.eleven .inset-seven-right,
.column.nest.eleven .inset-seven-right {
  margin-right: 63.63636364%;
}
.columns.nest.eleven .eight,
.column.nest.eleven .eight {
  width: 72.72727273%;
}
.columns.nest.eleven .inset-eight-left,
.column.nest.eleven .inset-eight-left {
  margin-left: 72.72727273%;
}
.columns.nest.eleven .inset-eight-right,
.column.nest.eleven .inset-eight-right {
  margin-right: 72.72727273%;
}
.columns.nest.eleven .nine,
.column.nest.eleven .nine {
  width: 81.81818182%;
}
.columns.nest.eleven .inset-nine-left,
.column.nest.eleven .inset-nine-left {
  margin-left: 81.81818182%;
}
.columns.nest.eleven .inset-nine-right,
.column.nest.eleven .inset-nine-right {
  margin-right: 81.81818182%;
}
.columns.nest.eleven .ten,
.column.nest.eleven .ten {
  width: 90.90909091%;
}
.columns.nest.eleven .inset-ten-left,
.column.nest.eleven .inset-ten-left {
  margin-left: 90.90909091%;
}
.columns.nest.eleven .inset-ten-right,
.column.nest.eleven .inset-ten-right {
  margin-right: 90.90909091%;
}
.columns.nest.eleven .eleven,
.column.nest.eleven .eleven {
  width: 100%;
}
.columns.nest.eleven .inset-eleven-left,
.column.nest.eleven .inset-eleven-left {
  margin-left: 100%;
}
.columns.nest.eleven .inset-eleven-right,
.column.nest.eleven .inset-eleven-right {
  margin-right: 100%;
}
.columns.nest.eleven .twelve,
.column.nest.eleven .twelve {
  width: 100%;
}
.columns.nest.eleven .inset-twelve-left,
.column.nest.eleven .inset-twelve-left {
  margin-left: 109.09090909%;
}
.columns.nest.eleven .inset-twelve-right,
.column.nest.eleven .inset-twelve-right {
  margin-right: 109.09090909%;
}
.columns.nest.ten .one,
.column.nest.ten .one {
  width: 10%;
}
.columns.nest.ten .inset-one-left,
.column.nest.ten .inset-one-left {
  margin-left: 10%;
}
.columns.nest.ten .inset-one-right,
.column.nest.ten .inset-one-right {
  margin-right: 10%;
}
.columns.nest.ten .two,
.column.nest.ten .two {
  width: 20%;
}
.columns.nest.ten .inset-two-left,
.column.nest.ten .inset-two-left {
  margin-left: 20%;
}
.columns.nest.ten .inset-two-right,
.column.nest.ten .inset-two-right {
  margin-right: 20%;
}
.columns.nest.ten .three,
.column.nest.ten .three {
  width: 30%;
}
.columns.nest.ten .inset-three-left,
.column.nest.ten .inset-three-left {
  margin-left: 30%;
}
.columns.nest.ten .inset-three-right,
.column.nest.ten .inset-three-right {
  margin-right: 30%;
}
.columns.nest.ten .four,
.column.nest.ten .four {
  width: 40%;
}
.columns.nest.ten .inset-four-left,
.column.nest.ten .inset-four-left {
  margin-left: 40%;
}
.columns.nest.ten .inset-four-right,
.column.nest.ten .inset-four-right {
  margin-right: 40%;
}
.columns.nest.ten .five,
.column.nest.ten .five {
  width: 50%;
}
.columns.nest.ten .inset-five-left,
.column.nest.ten .inset-five-left {
  margin-left: 50%;
}
.columns.nest.ten .inset-five-right,
.column.nest.ten .inset-five-right {
  margin-right: 50%;
}
.columns.nest.ten .six,
.column.nest.ten .six {
  width: 60%;
}
.columns.nest.ten .inset-six-left,
.column.nest.ten .inset-six-left {
  margin-left: 60%;
}
.columns.nest.ten .inset-six-right,
.column.nest.ten .inset-six-right {
  margin-right: 60%;
}
.columns.nest.ten .seven,
.column.nest.ten .seven {
  width: 70%;
}
.columns.nest.ten .inset-seven-left,
.column.nest.ten .inset-seven-left {
  margin-left: 70%;
}
.columns.nest.ten .inset-seven-right,
.column.nest.ten .inset-seven-right {
  margin-right: 70%;
}
.columns.nest.ten .eight,
.column.nest.ten .eight {
  width: 80%;
}
.columns.nest.ten .inset-eight-left,
.column.nest.ten .inset-eight-left {
  margin-left: 80%;
}
.columns.nest.ten .inset-eight-right,
.column.nest.ten .inset-eight-right {
  margin-right: 80%;
}
.columns.nest.ten .nine,
.column.nest.ten .nine {
  width: 90%;
}
.columns.nest.ten .inset-nine-left,
.column.nest.ten .inset-nine-left {
  margin-left: 90%;
}
.columns.nest.ten .inset-nine-right,
.column.nest.ten .inset-nine-right {
  margin-right: 90%;
}
.columns.nest.ten .ten,
.column.nest.ten .ten {
  width: 100%;
}
.columns.nest.ten .inset-ten-left,
.column.nest.ten .inset-ten-left {
  margin-left: 100%;
}
.columns.nest.ten .inset-ten-right,
.column.nest.ten .inset-ten-right {
  margin-right: 100%;
}
.columns.nest.ten .eleven,
.column.nest.ten .eleven {
  width: 100%;
}
.columns.nest.ten .inset-eleven-left,
.column.nest.ten .inset-eleven-left {
  margin-left: 110%;
}
.columns.nest.ten .inset-eleven-right,
.column.nest.ten .inset-eleven-right {
  margin-right: 110%;
}
.columns.nest.ten .twelve,
.column.nest.ten .twelve {
  width: 100%;
}
.columns.nest.ten .inset-twelve-left,
.column.nest.ten .inset-twelve-left {
  margin-left: 120%;
}
.columns.nest.ten .inset-twelve-right,
.column.nest.ten .inset-twelve-right {
  margin-right: 120%;
}
.columns.nest.nine .one,
.column.nest.nine .one {
  width: 11.11111111%;
}
.columns.nest.nine .inset-one-left,
.column.nest.nine .inset-one-left {
  margin-left: 11.11111111%;
}
.columns.nest.nine .inset-one-right,
.column.nest.nine .inset-one-right {
  margin-right: 11.11111111%;
}
.columns.nest.nine .two,
.column.nest.nine .two {
  width: 22.22222222%;
}
.columns.nest.nine .inset-two-left,
.column.nest.nine .inset-two-left {
  margin-left: 22.22222222%;
}
.columns.nest.nine .inset-two-right,
.column.nest.nine .inset-two-right {
  margin-right: 22.22222222%;
}
.columns.nest.nine .three,
.column.nest.nine .three {
  width: 33.33333333%;
}
.columns.nest.nine .inset-three-left,
.column.nest.nine .inset-three-left {
  margin-left: 33.33333333%;
}
.columns.nest.nine .inset-three-right,
.column.nest.nine .inset-three-right {
  margin-right: 33.33333333%;
}
.columns.nest.nine .four,
.column.nest.nine .four {
  width: 44.44444444%;
}
.columns.nest.nine .inset-four-left,
.column.nest.nine .inset-four-left {
  margin-left: 44.44444444%;
}
.columns.nest.nine .inset-four-right,
.column.nest.nine .inset-four-right {
  margin-right: 44.44444444%;
}
.columns.nest.nine .five,
.column.nest.nine .five {
  width: 55.55555556%;
}
.columns.nest.nine .inset-five-left,
.column.nest.nine .inset-five-left {
  margin-left: 55.55555556%;
}
.columns.nest.nine .inset-five-right,
.column.nest.nine .inset-five-right {
  margin-right: 55.55555556%;
}
.columns.nest.nine .six,
.column.nest.nine .six {
  width: 66.66666667%;
}
.columns.nest.nine .inset-six-left,
.column.nest.nine .inset-six-left {
  margin-left: 66.66666667%;
}
.columns.nest.nine .inset-six-right,
.column.nest.nine .inset-six-right {
  margin-right: 66.66666667%;
}
.columns.nest.nine .seven,
.column.nest.nine .seven {
  width: 77.77777778%;
}
.columns.nest.nine .inset-seven-left,
.column.nest.nine .inset-seven-left {
  margin-left: 77.77777778%;
}
.columns.nest.nine .inset-seven-right,
.column.nest.nine .inset-seven-right {
  margin-right: 77.77777778%;
}
.columns.nest.nine .eight,
.column.nest.nine .eight {
  width: 88.88888889%;
}
.columns.nest.nine .inset-eight-left,
.column.nest.nine .inset-eight-left {
  margin-left: 88.88888889%;
}
.columns.nest.nine .inset-eight-right,
.column.nest.nine .inset-eight-right {
  margin-right: 88.88888889%;
}
.columns.nest.nine .nine,
.column.nest.nine .nine {
  width: 100%;
}
.columns.nest.nine .inset-nine-left,
.column.nest.nine .inset-nine-left {
  margin-left: 100%;
}
.columns.nest.nine .inset-nine-right,
.column.nest.nine .inset-nine-right {
  margin-right: 100%;
}
.columns.nest.nine .ten,
.column.nest.nine .ten {
  width: 100%;
}
.columns.nest.nine .inset-ten-left,
.column.nest.nine .inset-ten-left {
  margin-left: 111.11111111%;
}
.columns.nest.nine .inset-ten-right,
.column.nest.nine .inset-ten-right {
  margin-right: 111.11111111%;
}
.columns.nest.nine .eleven,
.column.nest.nine .eleven {
  width: 100%;
}
.columns.nest.nine .inset-eleven-left,
.column.nest.nine .inset-eleven-left {
  margin-left: 122.22222222%;
}
.columns.nest.nine .inset-eleven-right,
.column.nest.nine .inset-eleven-right {
  margin-right: 122.22222222%;
}
.columns.nest.nine .twelve,
.column.nest.nine .twelve {
  width: 100%;
}
.columns.nest.nine .inset-twelve-left,
.column.nest.nine .inset-twelve-left {
  margin-left: 133.33333333%;
}
.columns.nest.nine .inset-twelve-right,
.column.nest.nine .inset-twelve-right {
  margin-right: 133.33333333%;
}
.columns.nest.eight .one,
.column.nest.eight .one {
  width: 12.5%;
}
.columns.nest.eight .inset-one-left,
.column.nest.eight .inset-one-left {
  margin-left: 12.5%;
}
.columns.nest.eight .inset-one-right,
.column.nest.eight .inset-one-right {
  margin-right: 12.5%;
}
.columns.nest.eight .two,
.column.nest.eight .two {
  width: 25%;
}
.columns.nest.eight .inset-two-left,
.column.nest.eight .inset-two-left {
  margin-left: 25%;
}
.columns.nest.eight .inset-two-right,
.column.nest.eight .inset-two-right {
  margin-right: 25%;
}
.columns.nest.eight .three,
.column.nest.eight .three {
  width: 37.5%;
}
.columns.nest.eight .inset-three-left,
.column.nest.eight .inset-three-left {
  margin-left: 37.5%;
}
.columns.nest.eight .inset-three-right,
.column.nest.eight .inset-three-right {
  margin-right: 37.5%;
}
.columns.nest.eight .four,
.column.nest.eight .four {
  width: 50%;
}
.columns.nest.eight .inset-four-left,
.column.nest.eight .inset-four-left {
  margin-left: 50%;
}
.columns.nest.eight .inset-four-right,
.column.nest.eight .inset-four-right {
  margin-right: 50%;
}
.columns.nest.eight .five,
.column.nest.eight .five {
  width: 62.5%;
}
.columns.nest.eight .inset-five-left,
.column.nest.eight .inset-five-left {
  margin-left: 62.5%;
}
.columns.nest.eight .inset-five-right,
.column.nest.eight .inset-five-right {
  margin-right: 62.5%;
}
.columns.nest.eight .six,
.column.nest.eight .six {
  width: 75%;
}
.columns.nest.eight .inset-six-left,
.column.nest.eight .inset-six-left {
  margin-left: 75%;
}
.columns.nest.eight .inset-six-right,
.column.nest.eight .inset-six-right {
  margin-right: 75%;
}
.columns.nest.eight .seven,
.column.nest.eight .seven {
  width: 87.5%;
}
.columns.nest.eight .inset-seven-left,
.column.nest.eight .inset-seven-left {
  margin-left: 87.5%;
}
.columns.nest.eight .inset-seven-right,
.column.nest.eight .inset-seven-right {
  margin-right: 87.5%;
}
.columns.nest.eight .eight,
.column.nest.eight .eight {
  width: 100%;
}
.columns.nest.eight .inset-eight-left,
.column.nest.eight .inset-eight-left {
  margin-left: 100%;
}
.columns.nest.eight .inset-eight-right,
.column.nest.eight .inset-eight-right {
  margin-right: 100%;
}
.columns.nest.eight .nine,
.column.nest.eight .nine {
  width: 100%;
}
.columns.nest.eight .inset-nine-left,
.column.nest.eight .inset-nine-left {
  margin-left: 112.5%;
}
.columns.nest.eight .inset-nine-right,
.column.nest.eight .inset-nine-right {
  margin-right: 112.5%;
}
.columns.nest.eight .ten,
.column.nest.eight .ten {
  width: 100%;
}
.columns.nest.eight .inset-ten-left,
.column.nest.eight .inset-ten-left {
  margin-left: 125%;
}
.columns.nest.eight .inset-ten-right,
.column.nest.eight .inset-ten-right {
  margin-right: 125%;
}
.columns.nest.eight .eleven,
.column.nest.eight .eleven {
  width: 100%;
}
.columns.nest.eight .inset-eleven-left,
.column.nest.eight .inset-eleven-left {
  margin-left: 137.5%;
}
.columns.nest.eight .inset-eleven-right,
.column.nest.eight .inset-eleven-right {
  margin-right: 137.5%;
}
.columns.nest.eight .twelve,
.column.nest.eight .twelve {
  width: 100%;
}
.columns.nest.eight .inset-twelve-left,
.column.nest.eight .inset-twelve-left {
  margin-left: 150%;
}
.columns.nest.eight .inset-twelve-right,
.column.nest.eight .inset-twelve-right {
  margin-right: 150%;
}
.columns.nest.seven .one,
.column.nest.seven .one {
  width: 14.28571429%;
}
.columns.nest.seven .inset-one-left,
.column.nest.seven .inset-one-left {
  margin-left: 14.28571429%;
}
.columns.nest.seven .inset-one-right,
.column.nest.seven .inset-one-right {
  margin-right: 14.28571429%;
}
.columns.nest.seven .two,
.column.nest.seven .two {
  width: 28.57142857%;
}
.columns.nest.seven .inset-two-left,
.column.nest.seven .inset-two-left {
  margin-left: 28.57142857%;
}
.columns.nest.seven .inset-two-right,
.column.nest.seven .inset-two-right {
  margin-right: 28.57142857%;
}
.columns.nest.seven .three,
.column.nest.seven .three {
  width: 42.85714286%;
}
.columns.nest.seven .inset-three-left,
.column.nest.seven .inset-three-left {
  margin-left: 42.85714286%;
}
.columns.nest.seven .inset-three-right,
.column.nest.seven .inset-three-right {
  margin-right: 42.85714286%;
}
.columns.nest.seven .four,
.column.nest.seven .four {
  width: 57.14285714%;
}
.columns.nest.seven .inset-four-left,
.column.nest.seven .inset-four-left {
  margin-left: 57.14285714%;
}
.columns.nest.seven .inset-four-right,
.column.nest.seven .inset-four-right {
  margin-right: 57.14285714%;
}
.columns.nest.seven .five,
.column.nest.seven .five {
  width: 71.42857143%;
}
.columns.nest.seven .inset-five-left,
.column.nest.seven .inset-five-left {
  margin-left: 71.42857143%;
}
.columns.nest.seven .inset-five-right,
.column.nest.seven .inset-five-right {
  margin-right: 71.42857143%;
}
.columns.nest.seven .six,
.column.nest.seven .six {
  width: 85.71428571%;
}
.columns.nest.seven .inset-six-left,
.column.nest.seven .inset-six-left {
  margin-left: 85.71428571%;
}
.columns.nest.seven .inset-six-right,
.column.nest.seven .inset-six-right {
  margin-right: 85.71428571%;
}
.columns.nest.seven .seven,
.column.nest.seven .seven {
  width: 100%;
}
.columns.nest.seven .inset-seven-left,
.column.nest.seven .inset-seven-left {
  margin-left: 100%;
}
.columns.nest.seven .inset-seven-right,
.column.nest.seven .inset-seven-right {
  margin-right: 100%;
}
.columns.nest.seven .eight,
.column.nest.seven .eight {
  width: 100%;
}
.columns.nest.seven .inset-eight-left,
.column.nest.seven .inset-eight-left {
  margin-left: 114.28571429%;
}
.columns.nest.seven .inset-eight-right,
.column.nest.seven .inset-eight-right {
  margin-right: 114.28571429%;
}
.columns.nest.seven .nine,
.column.nest.seven .nine {
  width: 100%;
}
.columns.nest.seven .inset-nine-left,
.column.nest.seven .inset-nine-left {
  margin-left: 128.57142857%;
}
.columns.nest.seven .inset-nine-right,
.column.nest.seven .inset-nine-right {
  margin-right: 128.57142857%;
}
.columns.nest.seven .ten,
.column.nest.seven .ten {
  width: 100%;
}
.columns.nest.seven .inset-ten-left,
.column.nest.seven .inset-ten-left {
  margin-left: 142.85714286%;
}
.columns.nest.seven .inset-ten-right,
.column.nest.seven .inset-ten-right {
  margin-right: 142.85714286%;
}
.columns.nest.seven .eleven,
.column.nest.seven .eleven {
  width: 100%;
}
.columns.nest.seven .inset-eleven-left,
.column.nest.seven .inset-eleven-left {
  margin-left: 157.14285714%;
}
.columns.nest.seven .inset-eleven-right,
.column.nest.seven .inset-eleven-right {
  margin-right: 157.14285714%;
}
.columns.nest.seven .twelve,
.column.nest.seven .twelve {
  width: 100%;
}
.columns.nest.seven .inset-twelve-left,
.column.nest.seven .inset-twelve-left {
  margin-left: 171.42857143%;
}
.columns.nest.seven .inset-twelve-right,
.column.nest.seven .inset-twelve-right {
  margin-right: 171.42857143%;
}
.columns.nest.six .one,
.column.nest.six .one {
  width: 16.66666667%;
}
.columns.nest.six .inset-one-left,
.column.nest.six .inset-one-left {
  margin-left: 16.66666667%;
}
.columns.nest.six .inset-one-right,
.column.nest.six .inset-one-right {
  margin-right: 16.66666667%;
}
.columns.nest.six .two,
.column.nest.six .two {
  width: 33.33333333%;
}
.columns.nest.six .inset-two-left,
.column.nest.six .inset-two-left {
  margin-left: 33.33333333%;
}
.columns.nest.six .inset-two-right,
.column.nest.six .inset-two-right {
  margin-right: 33.33333333%;
}
.columns.nest.six .three,
.column.nest.six .three {
  width: 50%;
}
.columns.nest.six .inset-three-left,
.column.nest.six .inset-three-left {
  margin-left: 50%;
}
.columns.nest.six .inset-three-right,
.column.nest.six .inset-three-right {
  margin-right: 50%;
}
.columns.nest.six .four,
.column.nest.six .four {
  width: 66.66666667%;
}
.columns.nest.six .inset-four-left,
.column.nest.six .inset-four-left {
  margin-left: 66.66666667%;
}
.columns.nest.six .inset-four-right,
.column.nest.six .inset-four-right {
  margin-right: 66.66666667%;
}
.columns.nest.six .five,
.column.nest.six .five {
  width: 83.33333333%;
}
.columns.nest.six .inset-five-left,
.column.nest.six .inset-five-left {
  margin-left: 83.33333333%;
}
.columns.nest.six .inset-five-right,
.column.nest.six .inset-five-right {
  margin-right: 83.33333333%;
}
.columns.nest.six .six,
.column.nest.six .six {
  width: 100%;
}
.columns.nest.six .inset-six-left,
.column.nest.six .inset-six-left {
  margin-left: 100%;
}
.columns.nest.six .inset-six-right,
.column.nest.six .inset-six-right {
  margin-right: 100%;
}
.columns.nest.six .seven,
.column.nest.six .seven {
  width: 100%;
}
.columns.nest.six .inset-seven-left,
.column.nest.six .inset-seven-left {
  margin-left: 116.66666667%;
}
.columns.nest.six .inset-seven-right,
.column.nest.six .inset-seven-right {
  margin-right: 116.66666667%;
}
.columns.nest.six .eight,
.column.nest.six .eight {
  width: 100%;
}
.columns.nest.six .inset-eight-left,
.column.nest.six .inset-eight-left {
  margin-left: 133.33333333%;
}
.columns.nest.six .inset-eight-right,
.column.nest.six .inset-eight-right {
  margin-right: 133.33333333%;
}
.columns.nest.six .nine,
.column.nest.six .nine {
  width: 100%;
}
.columns.nest.six .inset-nine-left,
.column.nest.six .inset-nine-left {
  margin-left: 150%;
}
.columns.nest.six .inset-nine-right,
.column.nest.six .inset-nine-right {
  margin-right: 150%;
}
.columns.nest.six .ten,
.column.nest.six .ten {
  width: 100%;
}
.columns.nest.six .inset-ten-left,
.column.nest.six .inset-ten-left {
  margin-left: 166.66666667%;
}
.columns.nest.six .inset-ten-right,
.column.nest.six .inset-ten-right {
  margin-right: 166.66666667%;
}
.columns.nest.six .eleven,
.column.nest.six .eleven {
  width: 100%;
}
.columns.nest.six .inset-eleven-left,
.column.nest.six .inset-eleven-left {
  margin-left: 183.33333333%;
}
.columns.nest.six .inset-eleven-right,
.column.nest.six .inset-eleven-right {
  margin-right: 183.33333333%;
}
.columns.nest.six .twelve,
.column.nest.six .twelve {
  width: 100%;
}
.columns.nest.six .inset-twelve-left,
.column.nest.six .inset-twelve-left {
  margin-left: 200%;
}
.columns.nest.six .inset-twelve-right,
.column.nest.six .inset-twelve-right {
  margin-right: 200%;
}
.columns.nest.five .one,
.column.nest.five .one {
  width: 20%;
}
.columns.nest.five .inset-one-left,
.column.nest.five .inset-one-left {
  margin-left: 20%;
}
.columns.nest.five .inset-one-right,
.column.nest.five .inset-one-right {
  margin-right: 20%;
}
.columns.nest.five .two,
.column.nest.five .two {
  width: 40%;
}
.columns.nest.five .inset-two-left,
.column.nest.five .inset-two-left {
  margin-left: 40%;
}
.columns.nest.five .inset-two-right,
.column.nest.five .inset-two-right {
  margin-right: 40%;
}
.columns.nest.five .three,
.column.nest.five .three {
  width: 60%;
}
.columns.nest.five .inset-three-left,
.column.nest.five .inset-three-left {
  margin-left: 60%;
}
.columns.nest.five .inset-three-right,
.column.nest.five .inset-three-right {
  margin-right: 60%;
}
.columns.nest.five .four,
.column.nest.five .four {
  width: 80%;
}
.columns.nest.five .inset-four-left,
.column.nest.five .inset-four-left {
  margin-left: 80%;
}
.columns.nest.five .inset-four-right,
.column.nest.five .inset-four-right {
  margin-right: 80%;
}
.columns.nest.five .five,
.column.nest.five .five {
  width: 100%;
}
.columns.nest.five .inset-five-left,
.column.nest.five .inset-five-left {
  margin-left: 100%;
}
.columns.nest.five .inset-five-right,
.column.nest.five .inset-five-right {
  margin-right: 100%;
}
.columns.nest.five .six,
.column.nest.five .six {
  width: 100%;
}
.columns.nest.five .inset-six-left,
.column.nest.five .inset-six-left {
  margin-left: 120%;
}
.columns.nest.five .inset-six-right,
.column.nest.five .inset-six-right {
  margin-right: 120%;
}
.columns.nest.five .seven,
.column.nest.five .seven {
  width: 100%;
}
.columns.nest.five .inset-seven-left,
.column.nest.five .inset-seven-left {
  margin-left: 140%;
}
.columns.nest.five .inset-seven-right,
.column.nest.five .inset-seven-right {
  margin-right: 140%;
}
.columns.nest.five .eight,
.column.nest.five .eight {
  width: 100%;
}
.columns.nest.five .inset-eight-left,
.column.nest.five .inset-eight-left {
  margin-left: 160%;
}
.columns.nest.five .inset-eight-right,
.column.nest.five .inset-eight-right {
  margin-right: 160%;
}
.columns.nest.five .nine,
.column.nest.five .nine {
  width: 100%;
}
.columns.nest.five .inset-nine-left,
.column.nest.five .inset-nine-left {
  margin-left: 180%;
}
.columns.nest.five .inset-nine-right,
.column.nest.five .inset-nine-right {
  margin-right: 180%;
}
.columns.nest.five .ten,
.column.nest.five .ten {
  width: 100%;
}
.columns.nest.five .inset-ten-left,
.column.nest.five .inset-ten-left {
  margin-left: 200%;
}
.columns.nest.five .inset-ten-right,
.column.nest.five .inset-ten-right {
  margin-right: 200%;
}
.columns.nest.five .eleven,
.column.nest.five .eleven {
  width: 100%;
}
.columns.nest.five .inset-eleven-left,
.column.nest.five .inset-eleven-left {
  margin-left: 220%;
}
.columns.nest.five .inset-eleven-right,
.column.nest.five .inset-eleven-right {
  margin-right: 220%;
}
.columns.nest.five .twelve,
.column.nest.five .twelve {
  width: 100%;
}
.columns.nest.five .inset-twelve-left,
.column.nest.five .inset-twelve-left {
  margin-left: 240%;
}
.columns.nest.five .inset-twelve-right,
.column.nest.five .inset-twelve-right {
  margin-right: 240%;
}
.columns.nest.four .one,
.column.nest.four .one {
  width: 25%;
}
.columns.nest.four .inset-one-left,
.column.nest.four .inset-one-left {
  margin-left: 25%;
}
.columns.nest.four .inset-one-right,
.column.nest.four .inset-one-right {
  margin-right: 25%;
}
.columns.nest.four .two,
.column.nest.four .two {
  width: 50%;
}
.columns.nest.four .inset-two-left,
.column.nest.four .inset-two-left {
  margin-left: 50%;
}
.columns.nest.four .inset-two-right,
.column.nest.four .inset-two-right {
  margin-right: 50%;
}
.columns.nest.four .three,
.column.nest.four .three {
  width: 75%;
}
.columns.nest.four .inset-three-left,
.column.nest.four .inset-three-left {
  margin-left: 75%;
}
.columns.nest.four .inset-three-right,
.column.nest.four .inset-three-right {
  margin-right: 75%;
}
.columns.nest.four .four,
.column.nest.four .four {
  width: 100%;
}
.columns.nest.four .inset-four-left,
.column.nest.four .inset-four-left {
  margin-left: 100%;
}
.columns.nest.four .inset-four-right,
.column.nest.four .inset-four-right {
  margin-right: 100%;
}
.columns.nest.four .five,
.column.nest.four .five {
  width: 100%;
}
.columns.nest.four .inset-five-left,
.column.nest.four .inset-five-left {
  margin-left: 125%;
}
.columns.nest.four .inset-five-right,
.column.nest.four .inset-five-right {
  margin-right: 125%;
}
.columns.nest.four .six,
.column.nest.four .six {
  width: 100%;
}
.columns.nest.four .inset-six-left,
.column.nest.four .inset-six-left {
  margin-left: 150%;
}
.columns.nest.four .inset-six-right,
.column.nest.four .inset-six-right {
  margin-right: 150%;
}
.columns.nest.four .seven,
.column.nest.four .seven {
  width: 100%;
}
.columns.nest.four .inset-seven-left,
.column.nest.four .inset-seven-left {
  margin-left: 175%;
}
.columns.nest.four .inset-seven-right,
.column.nest.four .inset-seven-right {
  margin-right: 175%;
}
.columns.nest.four .eight,
.column.nest.four .eight {
  width: 100%;
}
.columns.nest.four .inset-eight-left,
.column.nest.four .inset-eight-left {
  margin-left: 200%;
}
.columns.nest.four .inset-eight-right,
.column.nest.four .inset-eight-right {
  margin-right: 200%;
}
.columns.nest.four .nine,
.column.nest.four .nine {
  width: 100%;
}
.columns.nest.four .inset-nine-left,
.column.nest.four .inset-nine-left {
  margin-left: 225%;
}
.columns.nest.four .inset-nine-right,
.column.nest.four .inset-nine-right {
  margin-right: 225%;
}
.columns.nest.four .ten,
.column.nest.four .ten {
  width: 100%;
}
.columns.nest.four .inset-ten-left,
.column.nest.four .inset-ten-left {
  margin-left: 250%;
}
.columns.nest.four .inset-ten-right,
.column.nest.four .inset-ten-right {
  margin-right: 250%;
}
.columns.nest.four .eleven,
.column.nest.four .eleven {
  width: 100%;
}
.columns.nest.four .inset-eleven-left,
.column.nest.four .inset-eleven-left {
  margin-left: 275%;
}
.columns.nest.four .inset-eleven-right,
.column.nest.four .inset-eleven-right {
  margin-right: 275%;
}
.columns.nest.four .twelve,
.column.nest.four .twelve {
  width: 100%;
}
.columns.nest.four .inset-twelve-left,
.column.nest.four .inset-twelve-left {
  margin-left: 300%;
}
.columns.nest.four .inset-twelve-right,
.column.nest.four .inset-twelve-right {
  margin-right: 300%;
}
.columns.nest.three .one,
.column.nest.three .one {
  width: 33.33333333%;
}
.columns.nest.three .inset-one-left,
.column.nest.three .inset-one-left {
  margin-left: 33.33333333%;
}
.columns.nest.three .inset-one-right,
.column.nest.three .inset-one-right {
  margin-right: 33.33333333%;
}
.columns.nest.three .two,
.column.nest.three .two {
  width: 66.66666667%;
}
.columns.nest.three .inset-two-left,
.column.nest.three .inset-two-left {
  margin-left: 66.66666667%;
}
.columns.nest.three .inset-two-right,
.column.nest.three .inset-two-right {
  margin-right: 66.66666667%;
}
.columns.nest.three .three,
.column.nest.three .three {
  width: 100%;
}
.columns.nest.three .inset-three-left,
.column.nest.three .inset-three-left {
  margin-left: 100%;
}
.columns.nest.three .inset-three-right,
.column.nest.three .inset-three-right {
  margin-right: 100%;
}
.columns.nest.three .four,
.column.nest.three .four {
  width: 100%;
}
.columns.nest.three .inset-four-left,
.column.nest.three .inset-four-left {
  margin-left: 133.33333333%;
}
.columns.nest.three .inset-four-right,
.column.nest.three .inset-four-right {
  margin-right: 133.33333333%;
}
.columns.nest.three .five,
.column.nest.three .five {
  width: 100%;
}
.columns.nest.three .inset-five-left,
.column.nest.three .inset-five-left {
  margin-left: 166.66666667%;
}
.columns.nest.three .inset-five-right,
.column.nest.three .inset-five-right {
  margin-right: 166.66666667%;
}
.columns.nest.three .six,
.column.nest.three .six {
  width: 100%;
}
.columns.nest.three .inset-six-left,
.column.nest.three .inset-six-left {
  margin-left: 200%;
}
.columns.nest.three .inset-six-right,
.column.nest.three .inset-six-right {
  margin-right: 200%;
}
.columns.nest.three .seven,
.column.nest.three .seven {
  width: 100%;
}
.columns.nest.three .inset-seven-left,
.column.nest.three .inset-seven-left {
  margin-left: 233.33333333%;
}
.columns.nest.three .inset-seven-right,
.column.nest.three .inset-seven-right {
  margin-right: 233.33333333%;
}
.columns.nest.three .eight,
.column.nest.three .eight {
  width: 100%;
}
.columns.nest.three .inset-eight-left,
.column.nest.three .inset-eight-left {
  margin-left: 266.66666667%;
}
.columns.nest.three .inset-eight-right,
.column.nest.three .inset-eight-right {
  margin-right: 266.66666667%;
}
.columns.nest.three .nine,
.column.nest.three .nine {
  width: 100%;
}
.columns.nest.three .inset-nine-left,
.column.nest.three .inset-nine-left {
  margin-left: 300%;
}
.columns.nest.three .inset-nine-right,
.column.nest.three .inset-nine-right {
  margin-right: 300%;
}
.columns.nest.three .ten,
.column.nest.three .ten {
  width: 100%;
}
.columns.nest.three .inset-ten-left,
.column.nest.three .inset-ten-left {
  margin-left: 333.33333333%;
}
.columns.nest.three .inset-ten-right,
.column.nest.three .inset-ten-right {
  margin-right: 333.33333333%;
}
.columns.nest.three .eleven,
.column.nest.three .eleven {
  width: 100%;
}
.columns.nest.three .inset-eleven-left,
.column.nest.three .inset-eleven-left {
  margin-left: 366.66666667%;
}
.columns.nest.three .inset-eleven-right,
.column.nest.three .inset-eleven-right {
  margin-right: 366.66666667%;
}
.columns.nest.three .twelve,
.column.nest.three .twelve {
  width: 100%;
}
.columns.nest.three .inset-twelve-left,
.column.nest.three .inset-twelve-left {
  margin-left: 400%;
}
.columns.nest.three .inset-twelve-right,
.column.nest.three .inset-twelve-right {
  margin-right: 400%;
}
.columns.nest.two .one,
.column.nest.two .one {
  width: 50%;
}
.columns.nest.two .inset-one-left,
.column.nest.two .inset-one-left {
  margin-left: 50%;
}
.columns.nest.two .inset-one-right,
.column.nest.two .inset-one-right {
  margin-right: 50%;
}
.columns.nest.two .two,
.column.nest.two .two {
  width: 100%;
}
.columns.nest.two .inset-two-left,
.column.nest.two .inset-two-left {
  margin-left: 100%;
}
.columns.nest.two .inset-two-right,
.column.nest.two .inset-two-right {
  margin-right: 100%;
}
.columns.nest.two .three,
.column.nest.two .three {
  width: 100%;
}
.columns.nest.two .inset-three-left,
.column.nest.two .inset-three-left {
  margin-left: 150%;
}
.columns.nest.two .inset-three-right,
.column.nest.two .inset-three-right {
  margin-right: 150%;
}
.columns.nest.two .four,
.column.nest.two .four {
  width: 100%;
}
.columns.nest.two .inset-four-left,
.column.nest.two .inset-four-left {
  margin-left: 200%;
}
.columns.nest.two .inset-four-right,
.column.nest.two .inset-four-right {
  margin-right: 200%;
}
.columns.nest.two .five,
.column.nest.two .five {
  width: 100%;
}
.columns.nest.two .inset-five-left,
.column.nest.two .inset-five-left {
  margin-left: 250%;
}
.columns.nest.two .inset-five-right,
.column.nest.two .inset-five-right {
  margin-right: 250%;
}
.columns.nest.two .six,
.column.nest.two .six {
  width: 100%;
}
.columns.nest.two .inset-six-left,
.column.nest.two .inset-six-left {
  margin-left: 300%;
}
.columns.nest.two .inset-six-right,
.column.nest.two .inset-six-right {
  margin-right: 300%;
}
.columns.nest.two .seven,
.column.nest.two .seven {
  width: 100%;
}
.columns.nest.two .inset-seven-left,
.column.nest.two .inset-seven-left {
  margin-left: 350%;
}
.columns.nest.two .inset-seven-right,
.column.nest.two .inset-seven-right {
  margin-right: 350%;
}
.columns.nest.two .eight,
.column.nest.two .eight {
  width: 100%;
}
.columns.nest.two .inset-eight-left,
.column.nest.two .inset-eight-left {
  margin-left: 400%;
}
.columns.nest.two .inset-eight-right,
.column.nest.two .inset-eight-right {
  margin-right: 400%;
}
.columns.nest.two .nine,
.column.nest.two .nine {
  width: 100%;
}
.columns.nest.two .inset-nine-left,
.column.nest.two .inset-nine-left {
  margin-left: 450%;
}
.columns.nest.two .inset-nine-right,
.column.nest.two .inset-nine-right {
  margin-right: 450%;
}
.columns.nest.two .ten,
.column.nest.two .ten {
  width: 100%;
}
.columns.nest.two .inset-ten-left,
.column.nest.two .inset-ten-left {
  margin-left: 500%;
}
.columns.nest.two .inset-ten-right,
.column.nest.two .inset-ten-right {
  margin-right: 500%;
}
.columns.nest.two .eleven,
.column.nest.two .eleven {
  width: 100%;
}
.columns.nest.two .inset-eleven-left,
.column.nest.two .inset-eleven-left {
  margin-left: 550%;
}
.columns.nest.two .inset-eleven-right,
.column.nest.two .inset-eleven-right {
  margin-right: 550%;
}
.columns.nest.two .twelve,
.column.nest.two .twelve {
  width: 100%;
}
.columns.nest.two .inset-twelve-left,
.column.nest.two .inset-twelve-left {
  margin-left: 600%;
}
.columns.nest.two .inset-twelve-right,
.column.nest.two .inset-twelve-right {
  margin-right: 600%;
}
.columns.nest.one .one,
.column.nest.one .one {
  width: 100%;
}
.columns.nest.one .inset-one-left,
.column.nest.one .inset-one-left {
  margin-left: 100%;
}
.columns.nest.one .inset-one-right,
.column.nest.one .inset-one-right {
  margin-right: 100%;
}
.columns.nest.one .two,
.column.nest.one .two {
  width: 100%;
}
.columns.nest.one .inset-two-left,
.column.nest.one .inset-two-left {
  margin-left: 200%;
}
.columns.nest.one .inset-two-right,
.column.nest.one .inset-two-right {
  margin-right: 200%;
}
.columns.nest.one .three,
.column.nest.one .three {
  width: 100%;
}
.columns.nest.one .inset-three-left,
.column.nest.one .inset-three-left {
  margin-left: 300%;
}
.columns.nest.one .inset-three-right,
.column.nest.one .inset-three-right {
  margin-right: 300%;
}
.columns.nest.one .four,
.column.nest.one .four {
  width: 100%;
}
.columns.nest.one .inset-four-left,
.column.nest.one .inset-four-left {
  margin-left: 400%;
}
.columns.nest.one .inset-four-right,
.column.nest.one .inset-four-right {
  margin-right: 400%;
}
.columns.nest.one .five,
.column.nest.one .five {
  width: 100%;
}
.columns.nest.one .inset-five-left,
.column.nest.one .inset-five-left {
  margin-left: 500%;
}
.columns.nest.one .inset-five-right,
.column.nest.one .inset-five-right {
  margin-right: 500%;
}
.columns.nest.one .six,
.column.nest.one .six {
  width: 100%;
}
.columns.nest.one .inset-six-left,
.column.nest.one .inset-six-left {
  margin-left: 600%;
}
.columns.nest.one .inset-six-right,
.column.nest.one .inset-six-right {
  margin-right: 600%;
}
.columns.nest.one .seven,
.column.nest.one .seven {
  width: 100%;
}
.columns.nest.one .inset-seven-left,
.column.nest.one .inset-seven-left {
  margin-left: 700%;
}
.columns.nest.one .inset-seven-right,
.column.nest.one .inset-seven-right {
  margin-right: 700%;
}
.columns.nest.one .eight,
.column.nest.one .eight {
  width: 100%;
}
.columns.nest.one .inset-eight-left,
.column.nest.one .inset-eight-left {
  margin-left: 800%;
}
.columns.nest.one .inset-eight-right,
.column.nest.one .inset-eight-right {
  margin-right: 800%;
}
.columns.nest.one .nine,
.column.nest.one .nine {
  width: 100%;
}
.columns.nest.one .inset-nine-left,
.column.nest.one .inset-nine-left {
  margin-left: 900%;
}
.columns.nest.one .inset-nine-right,
.column.nest.one .inset-nine-right {
  margin-right: 900%;
}
.columns.nest.one .ten,
.column.nest.one .ten {
  width: 100%;
}
.columns.nest.one .inset-ten-left,
.column.nest.one .inset-ten-left {
  margin-left: 1000%;
}
.columns.nest.one .inset-ten-right,
.column.nest.one .inset-ten-right {
  margin-right: 1000%;
}
.columns.nest.one .eleven,
.column.nest.one .eleven {
  width: 100%;
}
.columns.nest.one .inset-eleven-left,
.column.nest.one .inset-eleven-left {
  margin-left: 1100%;
}
.columns.nest.one .inset-eleven-right,
.column.nest.one .inset-eleven-right {
  margin-right: 1100%;
}
.columns.nest.one .twelve,
.column.nest.one .twelve {
  width: 100%;
}
.columns.nest.one .inset-twelve-left,
.column.nest.one .inset-twelve-left {
  margin-left: 1200%;
}
.columns.nest.one .inset-twelve-right,
.column.nest.one .inset-twelve-right {
  margin-right: 1200%;
}
/*  ==========================================================================
    4.0 - Debug Colours                                        
    ========================================================================== */
/*.block{
		background-color: #9999cc !important;
		box-shadow: 0 0 8px rgba(0,0,0,0.2);
	}
	.row{
		background-color: #6699ff !important;
		box-shadow: 0 0 8px rgba(0,0,0,0.2);
	}
	.column{
		background-color: #66cc99 !important;
		box-shadow: 0 0 8px rgba(0,0,0,0.2);
	}
	.panel{
		background-color: #ffcc66 !important;
		box-shadow: 0 0 8px rgba(0,0,0,0.2);
	}
*/
/*  ==========================================================================
    LESS For Loop                                      
    ========================================================================== */
/* Plugin/Components */
/*@import "slider.less";*/
/*==========================================================================


    CONTENTS:

    1.0 - Base styles: opinionated defaults
    2.0 - Document: Default
      2.1 - Typography & Colours
      2.2 - Forms
    3.0 - Helper classes


    ==========================================================================
    1.0 - Base styles: opinionated defaults
    ========================================================================== */
/*
     * Remove text-shadow in selection highlight: h5bp.com/i
     * These selection rule sets have to be separate.
     * Customize the background color to match your design.
     */
::-moz-selection {
  background: #ffc582;
  color: white;
  text-shadow: none;
}
::selection {
  background: #ffc582;
  color: white;
  text-shadow: none;
}
/* A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.wp-caption {
  max-width: 100%;
}
/* Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}
/* Chrome Frame prompt */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
button {
  outline: none;
}
/*  ==========================================================================
    2.0 - Document: Defaults
    ========================================================================== */
/*
    *   Note:   Default CSS/LESS needs to use the simplest CSS selectors, 
    *           so that they can be easily overriden in the working/.less files

        ==========================================================================
        2.1 - Typography & Colours
        ========================================================================== */
body,
html {
  background-color: #1c1c1c;
  color: #5d5d5d;
font-family: 'Arimo', sans-serif; 
  font-weight: 500\9;
  /* IE8 and below */
  font-weight: 200;
  font-size: 10px;
}
header {
  background-color: #333333;
}
#content {
  background-color: #f1f2f2;
}
#content .block {
  background-color: #f1f2f2;
}
footer {
  background-color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #8ebf00;
  font-family: "Glegoo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  margin: 0;
  line-height: 1em;
}
/* Used to alter the size of headings with the class "title" */
a {
  color: #8ebf00;
  text-decoration: none;
}
a:hover {
  color: #f7931e;
  text-decoration: underline;
}
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6,
a:hover p,
a:hover label {
  color: #f7931e;
}
a:active {
  color: #f7931e;
}
/*  ==========================================================================
            2.2 - Forms
            ========================================================================== */
::-webkit-input-placeholder {
  color: #aaa;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder {
  color: #aaa;
}
label {
  display: block;
}
input,
textarea,
select {
  background-color: #ededed;
  border: 1px solid transparent;
  border-radius: 0px;
  margin: 5px 0;
  padding: 5px;
}
input:focus,
textarea:focus,
select:focus {
  background-color: #fafafa;
  border: 1px solid #ededed;
  outline: none;
}
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding-right: 30px;
  background-image: url(parts/images/select_down_arrow.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: auto 50%;
}
select.placeholder {
  color: #aaa;
}
/*  ==========================================================================
    3.0 - Helper classes
    ========================================================================== */
/* Floats */
.fl {
  float: left;
}
.fr {
  float: right;
}
/* Text Aligns */
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
/* Removals */
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
     * Extends the .visuallyhidden class to allow the element to be focusable
     * when navigated to via the keyboard: h5bp.com/p
     */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Clearfix: contain floats */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.row:after {
  clear: both;
}
/*
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
.clearfix,
.row {
  *zoom: 1;
}
.clear {
  clear: both;
}
/* Desktop file */
/*  ==========================================================================

    CSS for the desktop

    For mobile CSS see "mobile-devices.less"

    ========================================================================== 

	CONTENTS:

	-> Document 
	-->> Typography

	-> Header 
	-->> Navigation
	-->> Banner
	-->> Flexslider 

	-> Page / Content
	-->> Post Feed
	-->> Bios
	-->> Gallery  
	-->> Single/Post Page
	-->> Forms   

	-> Sidebar  

	-> Footer


    ==========================================================================
    -> Document                                                 
    ========================================================================== */
pre {
  font-size: 1rem;
  background-color: #232323;
  color: white;
}

body {
  font-size: 16px;
  /* PX fallback for IE8 */
  font-size: 1.6rem;
  /*  ==========================================================================
    -->> Typography
    ========================================================================== */
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body ul,
body li {
  margin-bottom: 0;
}
body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h6 a {
  color: white;
}
body h1 a:hover,
body h2 a:hover,
body h3 a:hover,
body h4 a:hover,
body h5 a:hover,
body h6 a:hover {
  text-decoration: none;
  color: #333333;
}
body h1 {
  font-size: 2.6rem;
}
body h1.title {
  font-size: 2.6rem;
}
body h1 span {
  font-size: 2.6rem;
}
body h2 {
  font-size: 2.2rem;
}
body h2.title {
  font-size: 2.2rem;
}
body h2 span {
  font-size: 2.2rem;
}
body h3 {
  font-size: 2rem;
}
body h3.title {
  font-size: 2rem;
}
body h3 span {
  font-size: 2rem;
}
body h4 {
  font-size: 1.8rem;
}
body h4.title {
  font-size: 1.8rem;
}
body h4 span {
  font-size: 1.8rem;
}
body h5 {
  font-size: 1.6rem;
}
body h5.title {
  font-size: 1.6rem;
}
body h5 span {
  font-size: 1.6rem;
}
body h6 {
  font-size: 1.6rem;
}
body h6.title {
  font-size: 1.6rem;
}
body h6 span {
  font-size: 1.6rem;
}
body p,
body a,
body li,
body span,
body input,
body textarea,
body select,
body label,
body div {
  line-height: 1.3;
}
body blockquote {
  font-size: 2.4rem;
  color: #8ebf00;
  font-family: "Glegoo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
body .header-font {
  font-family: "Glegoo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
body .copy h1,
body .copy h2,
body .copy h3,
body .copy h4,
body .copy h5,
body .copy h6 {
  margin: 70px 0 0 0;
}
body .copy h1.title-tag,
body .copy h2.title-tag,
body .copy h3.title-tag,
body .copy h4.title-tag,
body .copy h5.title-tag,
body .copy h6.title-tag {
  margin-top: 0;
}
body .copy h1 a:hover,
body .copy h2 a:hover,
body .copy h3 a:hover,
body .copy h4 a:hover,
body .copy h5 a:hover,
body .copy h6 a:hover {
  text-decoration: none;
  color: #f7931e;
}
body .copy p,
body .copy li,
body .copy a {
  margin: 20px 0 0 0;
}
body .copy p.title {
  margin-top: 60px;
}
body .copy .title-tag + p,
body .copy .title-tag + a {
  margin: 20px 0 0 0;
}
body .copy ul {
  padding: 0;
}
body .copy ul li {
  padding-left: 17px;
  list-style: none;
  background-image: url(assets/images/dot-orange.png);
  background-image: url(assets/images/dot-orange.svg);
  background-repeat: no-repeat;
  background-position: left 9px;
}
body .copy ul.featured-bullet-points {
  margin-top: 35px;
  margin-bottom: 35px;
}
body .copy ul.featured-bullet-points li {
  background-image: url(assets/images/bullet.png);
  background-size: auto 44px;
  background-position: 20px top;
  min-height: 44px;
  padding-left: 105px;
}
body .copy ul.featured-bullet-points li.twelve {
  max-width: 900px;
}
body .copy .column {
  /*&.six{
					&:nth-child(2n+2){
						clear: left;
						//border-bottom: 2px solid red;
					}
				}

				&.four{
					&:nth-child(3n+2){
						clear: left;
						//border-bottom: 2px solid red;
					}
				}

				&.three{
					&:nth-child(4n+1){
						clear: left;
						//border-bottom: 2px solid red;
					}
				}*/
}
body .copy time {
  margin-top: 20px;
  display: inline-block;
}
body .copy.search p {
  margin-top: 20px;
}
/*  ==========================================================================
    -> Header
    ========================================================================== */
header #header-block {
  min-height: 175px;
}
header #header-block .logo {
  margin-top: 0px;
}
header #header-block .logo img {
  margin-top: 20px;
  width: 400px;
}
header #header-block .header-search-wrapper {
  margin-top: 0px;
}
header #header-block .header-search-wrapper a {
  float: right;
  margin-left: 10px;
  display: inline-block;
  font-size: 1.3rem;
  padding: 4px 10px;
  background-color: #333333;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #8ebf00;
}
header #header-block .header-search-wrapper a:hover {
  background-color: #8ebf00;
  border-color: #8ebf00;
  color: #ffffff;
  text-decoration: none;
}
header #header-block .header-search-wrapper .search-form {
  float: right;
}
header #header-block .header-search-wrapper .search-form ::-webkit-input-placeholder {
  color: #aaa;
  text-transform: uppercase;
}
header #header-block .header-search-wrapper .search-form :-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
  text-transform: uppercase;
}
header #header-block .header-search-wrapper .search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
  text-transform: uppercase;
}
header #header-block .header-search-wrapper .search-form :-ms-input-placeholder {
  color: #aaa;
  text-transform: uppercase;
}
header #header-block .header-search-wrapper .search-form .search-submit {
  display: inline-block;
  background-image: url(assets/images/search-glass.png);
  background-repeat: no-repeat;
  background-size: auto;
  margin: 0;
  padding: 0;
  height: 32px;
  width: 32px;
  background-color: rgba(0, 0, 0, 0);
  background-position: center;
  float: left;
}
header #header-block .header-search-wrapper .search-form .search-submit:hover {
  background-color: #f7931e;
}
header #header-block .header-search-wrapper .search-form .search-field {
  display: inline-block;
  color: white;
  font-size: 1.2rem;
  line-height: 16px;
  margin: 0;
  padding: 0 15px;
  height: 25px;
  background-color: #5c5c5c;
  width: 240px;
}
header #header-block .description {
  font-family: "Glegoo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  float: right;
  margin-top: 35px;
  color: #999999;
  font-size: 2.4rem;
}
/*  ==========================================================================
    -->> Navigation
    ========================================================================== */
#sub-nav-menu-container a {
  color: black !important;
}
#nav-block {
  background-color: #f7931e;
  height: 45px;
}
#nav-block #main-menu-container {
  position: relative;
  z-index: 10;
}
#nav-block #main-menu-container ul {
  text-align: left;
  margin: 0;
  height: 53px;
  padding: 0;
}
#nav-block #main-menu-container ul li {
  display: inline-block;
  height: 100%;
  width: auto;
  float: left;
  padding-bottom: 8px;
  margin: 0;
  padding: 0;
  background-image: none;
  position: relative;
}
#nav-block #main-menu-container ul li a {
  font-size: 1.8rem;
  color: white;
  text-transform: uppercase;
  line-height: 4.5rem;
  height: 100%;
  display: inline-block;
  padding: 0 20px;
  margin-top: 0;
  padding-top: 4px;
}
#nav-block #main-menu-container ul li a:hover {
  color: #333333;
  text-decoration: none;
}
#nav-block #main-menu-container ul li:first-child a {
  padding-left: 0 !important;
}
#nav-block #main-menu-container ul li:last-child a {
  padding-right: 0 !important;
}
#nav-block #main-menu-container ul li.current-menu-item {
  background-image: url(assets/images/nav-tab.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#nav-block #main-menu-container ul li > .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  background-color: #333333;
  height: auto;
  min-width: 200px;
  z-index: 1;
  padding: 15px 0;
  background-image: url(assets/images/nav-tab.png);
  background-repeat: no-repeat;
  background-position: 20px top;
}
#nav-block #main-menu-container ul li > .sub-menu .sub-menu {
  position: relative;
  top: 0;
  padding: 0;
  background-image: none;
  display: block;
}
#nav-block #main-menu-container ul li > .sub-menu .sub-menu li {
  background-image: none;
}
#nav-block #main-menu-container ul li > .sub-menu li {
  float: none;
  display: block;
  background-image: none;
}
#nav-block #main-menu-container ul li > .sub-menu li a {
  padding-top: 5px !important;
  padding-top: 0.5rem !important;
  padding-left: 10px !important;
  padding-left: 1rem !important;
  padding-bottom: 5px !important;
  padding-bottom: 0.5rem !important;
  padding-right: 10px !important;
  padding-right: 1rem !important;
  line-height: 1;
  display: block;
  text-transform: capitalize;
}
#nav-block #main-menu-container ul li > .sub-menu li a:hover {
  color: white;
  background-color: #5c5c5c;
}
#nav-block #main-menu-container ul li:hover .sub-menu {
  display: block;
}
#sub-menu-links {
  padding: 0;
  padding-bottom: 20px;
}
#sub-menu-links li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid white;
  margin: 0;
  padding: 0;
  background-image: none;
}
#sub-menu-links li:first-child a {
  padding-left: 0 !important;
}
#sub-menu-links li a {
  color: white;
  line-height: 1.4;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 0;
  font-size: 1.6rem;
}
#sub-menu-links li a:hover {
  color: #333333;
  text-decoration: none;
}
#sub-menu-links li:first-child a {
  padding-left: 0;
}
#sub-menu-links li:last-child {
  border: none;
}
#sub-menu-links li.current_page_item a {
  color: #333333;
  text-decoration: none;
}
/*  ==========================================================================
    -->> Banner
    ========================================================================== */
#banner-block {
  min-height: 125px;
/*  background-image: url(assets/images/banner.jpg);*/
background-color: #8ebf00;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  box-shadow: inset 0px 5px rgba(0, 0, 0, 0.1), inset 0px -5px 5px rgba(0, 0, 0, 0.1);
}
#banner-block h1.title {
  margin-top: 25px;
  color: white;
  font-family:'Oswald',serif !important;
  font-weight: bold;
  /*font-weight: 500\9;*/
  /* IE8 and below */
}
#banner-block .section-links a {
  color: white;
  height: 118px;
  background-color: #8ebf00;
  border: 1px solid white;
  padding: 34px 40% 34px 34px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-family: "Glegoo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
#banner-block .section-links a:hover {
  background-color: #333333;
}
#banner-block .section-links .current_page_item a {
  background-color: #333333;
}
.home #banner-block {
  height: auto;
	padding-top: 0px;
	padding-bottom: 40px;
	/*  ==========================================================================
    -->> Flexslider                                                
	========================================================================== */
}
.home #banner-block #rcp_login_form {
  margin-top: 0;
}
.home #banner-block #rcp_login_form p {
  margin-bottom: 0 !important;
}
.home #banner-block p.title {
  margin-top: 40px;
  color: #fff;
}
.home #banner-block p.title strong {
  display: block;
  font-size: 26px;
  margin-top: 20px;
}
.home #banner-block #banner-vr {
  background-color: #c2dc7b;
  width: 1px;
}
.home #banner-block .columns.three {
	margin-bottom: 30px;
	background: #f7931e;
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 5px;
	text-align: center;
}
.home #banner-block .flexslider {
  font-size: 16px;
  /* PX fallback for IE8 */
  font-size: 1.6rem;
  width: 720px;
  max-width: 100%;
  border-radius: 0;
  border: 5px solid #e6e7e8;
  box-shadow: none;
  margin-bottom: 30px;
}
.home #banner-block .flexslider .flex-viewport {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.home #banner-block .flexslider ul.slides li {
  background-image: none;
  position: relative;
  font-size: 10px;
}
.home #banner-block .flexslider ul.slides li a {
  font-family: 'Oswald',serif !important;
  font-weight:500 !important;
 padding: 10px 20px 10px 36px !important;
  /* IE8 and below */
  background-image: url(assets/images/site-link-cross-dark.png);
  background-repeat: no-repeat;
  background-position: 10px 100%;
  background-size: auto 200%;
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.5);
  color: white;
  border: 1px solid #8ebf00;
  font-size: 1.2rem;
  line-height: 2.8rem;
  display: inline-block;
 
  text-transform: uppercase;
  font-weight: 100;
  text-decoration: none;
  position: absolute;
  font-size: 1.2em !important;
  height: auto !important;
  right: 1.66666667em !important;
  bottom: 0.83333333em !important;
}
.home #banner-block .flexslider ul.slides li a a {
  font-size: 1.2rem;
}
.home #banner-block .flexslider ul.slides li a:hover {
  color: #8ebf00;
  border-color: white;
  background-position: 10px 0%;
}
.home #banner-block .flexslider ul.slides li a.light {
  font-family: 'Oswald',serif !important;
  font-weight: 100 !important;
  font-weight: 500\9 !important;
  /* IE8 and below */
  background-image: url(assets/images/site-link-cross.png);
  background-repeat: no-repeat;
  background-position: 10px 100%;
  background-size: auto 200%;
  background-color: white;
  color: #8ebf00;
  border: 1px solid #8ebf00;
  font-size: 1.2rem;
  line-height: 2.8rem;
  display: inline-block;
  padding: 0;
  padding-left: 28px;
  padding-right: 12px;
  text-transform: uppercase;
  font-weight: 100;
  text-decoration: none;
}
.home #banner-block .flexslider ul.slides li a.light a {
  font-size: 1.2rem;
}
.home #banner-block .flexslider ul.slides li a.light:hover {
  color: #f7931e;
  border-color: #f7931e;
  background-position: 10px 0%;
}
.home #banner-block .flexslider ul.slides li .title {
  color: white;
  position: absolute;
  left: 4.5em !important;
  top: 1em !important;
  font-size: 4em !important;
  background-color: transparent;
  text-transform: capitalize !important;
}
.home #banner-block .flexslider ul.slides li .title.right {
  left: auto !important;
  right: 0.5em !important;
}
.home #banner-block .flexslider ul.slides li .description {
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.11111111em !important;
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.8);
  line-height: 1.1 !important;
  font-size: 1.8em !important;
  padding-right: 10em !important;
}
.home #banner-block .flexslider ol.flex-control-paging {
 /* bottom: -35px;*/
 bottom: -60px;
}
.home #banner-block .flexslider ol.flex-control-paging li a {
  -webkit-transition: all none;
  -moz-transition: all none;
  transition: all none;
  background-color: #9b9da0;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
}
.home #banner-block .flexslider ol.flex-control-paging li a:hover {
  background-color: #f7931e;
}
.home #banner-block .flexslider ol.flex-control-paging li a.flex-active {
  background-color: white;
}
.home #banner-block .flexslider:hover .flex-prev {
  left: -50px;
}
.home #banner-block .flexslider:hover .flex-next {
  right: -50px;
}
.home #banner-block .flexslider ul.flex-direction-nav {
  display: none !important;
}
.home #banner-block .flexslider ul.flex-direction-nav a {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.home #banner-block .flexslider ul.flex-direction-nav .flex-prev {
  background-image: url(assets/images/slider-prev.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
}
.home #banner-block .flexslider ul.flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.home #banner-block .flexslider ul.flex-direction-nav .flex-prev:before {
  display: none;
}
.home #banner-block .flexslider ul.flex-direction-nav .flex-next {
  background-image: url(assets/images/slider-next.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
}
.home #banner-block .flexslider ul.flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.home #banner-block .flexslider ul.flex-direction-nav .flex-next:before {
  display: none;
}
.home #banner-block .flexslider .top-left,
.home #banner-block .flexslider .top-right,
.home #banner-block .flexslider .bottom-left,
.home #banner-block .flexslider .bottom-right {
  position: absolute;
}
.home #banner-block .flexslider .top-left h1,
.home #banner-block .flexslider .top-right h1,
.home #banner-block .flexslider .bottom-left h1,
.home #banner-block .flexslider .bottom-right h1,
.home #banner-block .flexslider .top-left h2,
.home #banner-block .flexslider .top-right h2,
.home #banner-block .flexslider .bottom-left h2,
.home #banner-block .flexslider .bottom-right h2,
.home #banner-block .flexslider .top-left h3,
.home #banner-block .flexslider .top-right h3,
.home #banner-block .flexslider .bottom-left h3,
.home #banner-block .flexslider .bottom-right h3,
.home #banner-block .flexslider .top-left h4,
.home #banner-block .flexslider .top-right h4,
.home #banner-block .flexslider .bottom-left h4,
.home #banner-block .flexslider .bottom-right h4,
.home #banner-block .flexslider .top-left h5,
.home #banner-block .flexslider .top-right h5,
.home #banner-block .flexslider .bottom-left h5,
.home #banner-block .flexslider .bottom-right h5,
.home #banner-block .flexslider .top-left h6,
.home #banner-block .flexslider .top-right h6,
.home #banner-block .flexslider .bottom-left h6,
.home #banner-block .flexslider .bottom-right h6 {
  font-family: 'Oswald',serif;
 
  font-weight: 500;
  /* IE8 and below */
  font-size: 4rem;
  font-weight: bold;
}
.home #banner-block .flexslider .top-left a,
.home #banner-block .flexslider .top-right a,
.home #banner-block .flexslider .bottom-left a,
.home #banner-block .flexslider .bottom-right a {
  font-size: 1.8rem;
  font-family: 'Oswald',serif;
  font-weight: 500 !important;
  font-weight: 500 !important;
  /* IE8 and below */
  background-image: url(assets/images/site-link-cross.png);
  background-repeat: no-repeat;
  background-position: 10px 100%;
  background-size: auto 200%;
  background-color: white;
  color: #8ebf00;
  border: 1px solid #8ebf00;
  font-size: 1.2rem;
  line-height: 2.8rem;
  display: inline-block;
  padding: 0;
  padding-left: 28px;
  padding-right: 12px;
  text-transform: uppercase;
  font-weight: 100;
  text-decoration: none;
}
.home #banner-block .flexslider .top-left a a,
.home #banner-block .flexslider .top-right a a,
.home #banner-block .flexslider .bottom-left a a,
.home #banner-block .flexslider .bottom-right a a {
  font-size: 1.2rem;
}
.home #banner-block .flexslider .top-left a:hover,
.home #banner-block .flexslider .top-right a:hover,
.home #banner-block .flexslider .bottom-left a:hover,
.home #banner-block .flexslider .bottom-right a:hover {
  color: #f7931e;
  border-color: #f7931e;
  background-position: 10px 0%;
}
.home #banner-block .flexslider .top-left a:hover,
.home #banner-block .flexslider .top-right a:hover,
.home #banner-block .flexslider .bottom-left a:hover,
.home #banner-block .flexslider .bottom-right a:hover {
  background-position: 10px -6%;
}
.home #banner-block .flexslider .top-left p,
.home #banner-block .flexslider .top-right p,
.home #banner-block .flexslider .bottom-left p,
.home #banner-block .flexslider .bottom-right p {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}
.home #banner-block h3 {
  margin: 0px 0;
  font-size: 1.2rem;
  background-color: #333333;
  line-height: 2rem;
  padding: 0 15px;
  color: white;
  display: inline-block;
  text-transform: uppercase;
}
.home #banner-block #menu-banner {
  padding: 0;
}
.home #banner-block #menu-banner a {
  display: inline-block;
  font-size: 1.3rem;
  padding: 4px 10px;
  background-color: #f7931e;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.home #banner-block #menu-banner a:hover {
  background-color: #333333;
  border-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
}
.home #banner-block .rcp_logged_in a {
  margin-top: 0px;
  height: auto;
  min-width: 85px;
  font-family: 'Oswald',serif;
 padding-top: 10px !important;
padding-bottom: 10px !important;
  font-weight: 500 !important;
  /* IE8 and below */
  background-image: url(assets/images/site-link-cross.png);
  background-repeat: no-repeat;
  background-position: 10px 100%;
  background-size: auto 200%;
  background-color: white;
  color: #8ebf00;
  border: 1px solid #8ebf00;
  font-size: 1.2rem;
  line-height: 2.8rem;
  display: inline-block;
  padding: 0;
  padding-left: 35px;
  padding-right: 12px;
  text-transform: uppercase;
  font-weight: 100;
  text-decoration: none;
}
.home #banner-block .rcp_logged_in a a {
  font-size: 1.2rem;
}
.home #banner-block .rcp_logged_in a:hover {
  color: #f7931e;
  border-color: #f7931e;
  background-position: 10px 0%;
}
.home #banner-block .loggedin p {
  color: white;
}
.home #banner-block .loggedin p .user-name {
  font-size: 1.4rem;
}
.home #banner-block form p {
  font-size: 16px;
  /* PX fallback for IE8 */
  font-size: 1.6rem;
  font-weight: 100;
}
.home #banner-block form p:nth-child(3) {
  display: none;
}
.home #banner-block form .rcp_lost_password {
  float: left;
  margin-right: 20px;
}
.home #banner-block form .rcp_lost_password a {
  /*margin-top: 10px;
  color: white;*/
  margin-top: 10px;
    color: #000;
    text-decoration: none;
    font-family: 'Oswald',serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0;
}
/*.home #banner-block form label {
  margin-top: 10px;
  color: white;
}*/
.home #banner-block form label {
    margin-top: 10px;
    color: #000;
    font-family: 'Oswald',serif;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}
.home #banner-block form input[type="text"],
.home #banner-block form input[type="password"] {
  /*width: 100%;
  margin: 0;
  border: 1px solid white;
  background-color: #8ebf00;
  height: 40px;
  border-radius: 0;*/
  width: 100%;
    margin: 0;
    border: 0px solid white;
    background-color: #f7f7f7;
    height: 44px;
    border-radius: 0;
    margin-top: 1px !important;
    border-radius: 10px;
}
.home #banner-block form input[type="text"]:hover,
.home #banner-block form input[type="password"]:hover,
.home #banner-block form input[type="text"]:focus,
.home #banner-block form input[type="password"]:focus {
  border-color: #333333;
}
.home #banner-block form #rcp_login_submit {
  float: right;
  height: auto;
  width: 85px;
  font-family: 'Oswald',serif;
  font-weight: 600 !important;
     background-color: #333 !important;
  /* IE8 and below */
  background-image: url(assets/images/site-link-cross.png);
  background-repeat: no-repeat;
  background-position: 10px 100%;
  background-size: auto 200%;
  background-color: white;
  color: #fff;
  border: 0px solid #8ebf00;
  font-size: 1.2rem;
  line-height: 2.8rem;
  display: inline-block;
  padding: 6px 28px 6px 32px;
  /*padding-left: 28px;
  padding-right: 12px;*/
  text-transform: uppercase;
  
  text-decoration: none;
  margin: 0 !important;
}
.home #banner-block form #rcp_login_submit a {
  font-size: 1.2rem;
}
.home #banner-block form #rcp_login_submit:hover {
  color: #f7931e;
  border-color: #f7931e;
  background-position: 10px 0%;
}
/*  ==========================================================================
    -> Page / Content                                                
    ========================================================================== */
.home #content {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: white;
}
.home #grey-bg {
  background-color: #f2f2f2;
  width: 100%;
}
#content {
  position: relative;
  /*  ==========================================================================
    -->> Post Feed                                                
	========================================================================== */
  /*  ==========================================================================
    -->> Bios                                                
	========================================================================== */
  /*  ==========================================================================
    -->> Gallery                                                
	========================================================================== */
}
#content #loader {
  top: 0;
  left: 0;
  position: absolute;
  display: none;
  width: 100%;
  height: 100px;
  background-image: url(assets/images/loader2.gif);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
}
#content #content {
  position: relative;
}
#content .post-list,
#content .social-posts {
  margin-top: 70px;
}
#content .post-list .post,
#content .social-posts .post,
#content .post-list .social-post,
#content .social-posts .social-post {
  background-color: white;
  margin-bottom: 20px;
  padding: 15px;
}
#content .post-list .post time,
#content .social-posts .post time,
#content .post-list .social-post time,
#content .social-posts .social-post time {
  font-size: 1.5rem;
  font-weight: 900;
  display: inline-block;
  color: #9b9da0;
}
#content .post-list .post h2,
#content .social-posts .post h2,
#content .post-list .social-post h2,
#content .social-posts .social-post h2,
#content .post-list .post h3,
#content .social-posts .post h3,
#content .post-list .social-post h3,
#content .social-posts .social-post h3,
#content .post-list .post h4,
#content .social-posts .post h4,
#content .post-list .social-post h4,
#content .social-posts .social-post h4 {
  color: #f7931e;
  margin-bottom: 10px;
}
#content .post-list .post time,
#content .social-posts .post time,
#content .post-list .social-post time,
#content .social-posts .social-post time,
#content .post-list .post h2,
#content .social-posts .post h2,
#content .post-list .social-post h2,
#content .social-posts .social-post h2,
#content .post-list .post p,
#content .social-posts .post p,
#content .post-list .social-post p,
#content .social-posts .social-post p,
#content .post-list .post a.readmore,
#content .social-posts .post a.readmore,
#content .post-list .social-post a.readmore,
#content .social-posts .social-post a.readmore {
  margin: 0;
  margin-bottom: 20px;
}
#content .post-list .post .readmore,
#content .social-posts .post .readmore,
#content .post-list .social-post .readmore,
#content .social-posts .social-post .readmore {
  display: inline-block;
  clear: both;
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}
#content .social-posts .social-post p {
  color: #8ebf00;
  font-family: "Glegoo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
#content .social-posts .social-post.twitter {
  padding-top: 60px;
  background-image: url(assets/images/icon-twitter.png);
  background-repeat: no-repeat;
  background-position: 15px 15px;
}
#content .social-posts .social-post.facebook {
  padding-top: 60px;
  background-image: url(assets/images/icon-facebook.png);
  background-repeat: no-repeat;
  background-position: 15px 15px;
}
#content .page-link,
#content .post-list .readmore {
  font-family: 'Oswald',serif;
  font-weight: 500 !important;
 
  /* IE8 and below */
  background-image: url(assets/images/site-link-cross.png);
  background-repeat: no-repeat;
  background-position: 10px 100%;
  background-size: auto 200%;
  background-color: white;
  color: #8ebf00;
  border: 1px solid #8ebf00;
  font-size: 1.2rem;
  line-height: 2.8rem;
  display: inline-block;
  padding: 10px 20px 10px 36px !important;
  text-transform: uppercase;
  font-weight: 100;
  text-decoration: none;
}
.rss_intro {
	font-weight: bold;
	font-family: 'Oswald',serif;
	letter-spacing: ;
	font-size: 19px;
	color: #8ebf00;
}
#content .page-link a,
#content .post-list .readmore a {
  font-size: 1.2rem;
}
#content .page-link:hover,
#content .post-list .readmore:hover {
  color: #f7931e;
  border-color: #f7931e;
  background-position: 10px 0%;
}
#content .page-link:hover a,
#content .post-list .readmore:hover a {
  color: #f7931e;
  text-decoration: none;
}
#content span.page-link {
  font-family: 'Oswald',serif;
  font-weight: 500\9 !important;
  /* IE8 and below */
  background-image: url(assets/images/site-link-cross.png) !important;
  background-repeat: no-repeat !important;
  background-position: 10px 100% !important;
  background-size: auto 200% !important;
  background-color: white !important;
  color: #8ebf00 !important;
  border: 1px solid #8ebf00 !important;
  font-size: 1.2rem !important;
  line-height: 2.8rem !important;
  display: inline-block !important;
  padding: 0 !important;
  padding-left: 28px !important;
  padding-right: 12px !important;
  text-transform: uppercase !important;
  font-weight: 100 !important;
  text-decoration: none !important;
}
#content span.page-link a {
  font-size: 1.2rem !important;
}
#content span.page-link:hover {
  color: #f7931e !important;
  border-color: #f7931e !important;
  background-position: 10px 0% !important;
}
#content span.title-tag {
  font-family: "Glegoo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  margin: 0px 0 !important;
  font-size: 1.2rem !important;
  background-color: #333333 !important;
  line-height: 2rem !important;
  padding: 0 15px !important;
  color: white !important;
  display: inline-block !important;
  text-transform: uppercase !important;
}
#content h2.title {
  margin: 70px 0 0;
}
#content h3.title-tag {
  margin: 0px 0;
  font-size: 1.2rem;
  background-color: #333333;
  line-height: 2rem;
  padding: 0 15px;
  color: white;
  display: inline-block;
  text-transform: uppercase;
}
#content .copy blockquote {
  padding: 0 20px;
  margin: 35px 0 0;
  z-index: 1;
}
#content .copy .block.pullquote {
  margin-top: 70px;
  background-color: #ffffff;
}
#content .copy .block.pullquote .row.pullquote {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/*#content .copy .block.pullquote blockquote {
  margin: 70px 0;
}*/
#content .copy .block.pullquote blockquote {
	margin: 70px 0;
	line-height: 30px;
	text-align: center;
	padding: 40px 60px;
	letter-spacing: 0.5px;
	font-weight: bold;
	font-size: 16px;
	background: #333;
}

#content .copy .block.pullquote p {
  margin: 0;
}
#content .block:last-child .row:last-child {
  padding-bottom: 70px;
}
#content .post-feed .post {
  padding: 23px 0 18px;
  border-bottom: 1px solid #c7c8ca;
}
#content .post-feed .post h4 {
  margin-bottom: 10px;
}
#content .post-feed .post h4,
#content .post-feed .post .readmore {
  font-family: 'Oswald',serif;
  font-weight: 500;
  font-weight: 500\9;
  /* IE8 and below */
  font-size: 1.4rem;
  text-transform: uppercase;
  text-decoration: none;
}
#content .post-feed .post .readmore {
  margin-top: 10px;
  display: block;
  background-image: url(assets/images/post-feed-links.png);
  background-repeat: no-repeat;
  background-size: auto 300%;
  background-position: left 0;
  padding-left: 2.667em;
  line-height: 2em;
}
#content .post-feed .post a {
  text-decoration: none;
}
#content .post-feed .post p {
  margin: 0;
}
#content .post-feed .post.twitter .readmore {
  background-position: left 100%;
}
#content .post-feed .post.facebook .readmore {
  background-position: left 50%;
}
#content .post-feed .page-link {
  margin-top: 25px;
}
#content .bios .bio {
  margin-top: 50px;
  padding-bottom: 35px;
  border-bottom: 2px solid #dbdddd;
}
#content .bios .bio:last-child {
  border-bottom: none;
}
#content .bios h2 {
  margin: 0;
  margin-top: 20px;
  color: #f7931e;
}
#content .bios p {
  margin-top: 0px;
  margin-top: 20px;
}
#content .bios .bio-image {
  max-width: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 100px;
}
#content .bios .bio-title {
  clear: none;
}
#content .bios .bio-full {
  display: none;
  padding-bottom: 1em;
}
#content .bios .bio-container {
  overflow: hidden;
  position: relative;
}
#content .bios button.close {
  background-image: url(assets/images/site-link-dash.png);
  background-image: url(assets/images/site-link-dash.svg);
}
#content article .title time {
  margin: 0px 0 35px;
}
#content article time {
  margin: 70px 0 0;
  display: inline-block;
}
#content ul.gallery {
  padding-top: 70px;
  margin: 0;
  clear: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#content ul.gallery li {
  margin: 0;
  padding: 0 10px 20px;
  background-image: none;
}
#content ul.gallery li .panel {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#content ul.gallery li p {
  display: inline-block;
}
#content ul.gallery .gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
}
#content ul.gallery .gallery-modal .images-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
#content ul.gallery .gallery-modal .images-container .modal-tint {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content ul.gallery .gallery-modal .images-container .gallery-nav {
  opacity: 0;
  width: 80px;
  height: 80px;
  position: fixed;
  z-index: 100;
  cursor: pointer;
  top: 0;
  margin-top: -25px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  background-repeat: no-repeat;
  background-size: 80px;
  width: 20%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#content ul.gallery .gallery-modal .images-container .gallery-nav.next {
  right: 50px;
  background-image: url(assets/images/gallery-next.png);
  background-position: 100% center;
}
#content ul.gallery .gallery-modal .images-container .gallery-nav.prev {
  left: 50px;
  background-image: url(assets/images/gallery-prev.png);
  background-position: 0 center;
}
#content ul.gallery .gallery-modal .images-container .gallery-nav:hover {
  opacity: 0.8;
}
#content ul.gallery .gallery-modal .images-container .gallery-close {
  opacity: 0;
  width: 25%;
  height: 25%;
  position: fixed;
  z-index: 100;
  cursor: pointer;
  right: 50px;
  top: 50px;
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: 100% top;
  background-image: url(assets/images/gallery-close.png);
}
#content ul.gallery .gallery-modal .images-container .gallery-close:hover {
  opacity: 0.8;
}
#content ul.gallery .gallery-modal .images-container img {
  display: none;
  position: fixed;
  z-index: 20;
  width: auto;
  height: auto;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
}
#content ul.gallery .gallery-modal .images-container img.width-fit {
  height: auto;
}
#content ul.gallery .gallery-modal .images-container img.height-fit {
  width: auto;
}
#content ul.gallery .gallery-modal .images-container .expand {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50px;
  background-image: url(assets/images/dots.png);
  background-image: url(assets/images/dots.svg);
  background-repeat: no-repeat;
  background-position: 50% top;
  background-size: auto;
  cursor: pointer;
}
#content ul.gallery .gallery-modal .images-container .image-data {
  position: absolute;
  bottom: auto;
  top: 100%;
  margin-top: 0px;
  opacity: 1;
  background: transparent;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% top;
  background-size: auto;
  padding: 50px 200px 50px;
  cursor: pointer;
}
#content ul.gallery .gallery-modal .images-container .image-data .caption {
  cursor: default;
  color: #f7931e;
  font-style: italic;
  margin: 0;
  padding: 20px 0;
}
#content ul.gallery .gallery-modal .images-container .image-data .description {
  cursor: default;
  color: white;
  margin: 0;
  padding: 0;
}
#embedded-feed {
  margin-top: 40px;
}
#embedded-feed #embed-feed {
  min-height: 300px !important;
}
.table {
  display: table;
  padding-top: 30px;
}
.table .table-header {
  display: table-row;
}
.table .table-header .table-cell {
  text-transform: capitalize;
  display: table-cell;
  background-color: #e2e2e2;
  padding: 4px 10px;
}
.table .table-row {
  display: table-row;
  background-color: #ededed;
}
.table .table-row .table-cell {
  display: table-cell;
  border-right: 2px solid #e2e2e2;
  border-bottom: 2px solid #e2e2e2;
  padding: 15px 10px;
  min-width: 90px;
}
.table .table-row .table-cell.organisation {
  font-weight: bold;
  min-width: 200px;
}
.table .table-row .table-cell:last-child {
  border-right: none;
}
.excerpt span {
  display: block;
}
/*  ==========================================================================
    -->> Single/Post Page                                          
	========================================================================== */
.single article h2 {
  color: #f7931e;
}
.single article time {
  color: #9B9DA0;
}
/*  ==========================================================================
    -->> Forms                                                
	========================================================================== */
form input[type="submit"] {
  background-color: #8ebf00;
  color: white;
  padding: 0.5em 1em;
  border: none;
}
form input[type="submit"]:hover {
  background-color: #f7931e;
}
form input,
form textarea {
  border-color: #dddddd;
  border-radius: 2px;
}
form input:focus,
form textarea:focus {
  border-color: #f7931e;
}
form label {
  margin-top: 4px;
}
form .ninja-forms-required-items {
  display: none;
}
form.search-form input {
  border-radius: 0;
  border-color: transparent;
}
form select {
  background-image: url(assets/images/arrow-dropdown.png);
  background-repeat: no-repeat;
  background-position: 90% center;
}
form #acf-name_in_directory .label label {
  float: none;
  display: none;
}
form #acf-name_in_directory li {
  padding: 0;
  margin: 0;
}
form p {
  margin-top: 0 !important;
}
#rcp_login_form {
  margin-top: 60px;
}
.rcp_logged_in {
  margin-top: 20px;
}
.rcp_logged_in a {
  font-family: 'Oswald',serif;
  font-weight: 500 !important;
  /* IE8 and below */
  background-image: url(assets/images/site-link-cross.png);
  background-repeat: no-repeat;
  background-position: 10px 100%;
  background-size: auto 200%;
  background-color: white;
  color: #8ebf00;
  border: 1px solid #8ebf00;
  font-size: 1.2rem;
  line-height: 2.8rem;
  display: inline-block;
  padding: 0;
  padding-left: 28px;
  padding-right: 12px;
  text-transform: uppercase;
  font-weight: 100;
  text-decoration: none;
}
.rcp_logged_in a a {
  font-size: 1.2rem;
}
.rcp_logged_in a:hover {
  color: #f7931e;
  border-color: #f7931e;
  background-position: 10px 0%;
}
#page .rcp_form h3 {
  color: #f7931e;
  display: block;
  clear: both;
}
#page .rcp_form label {
  margin-top: 20px;
  clear: left;
}
#page .rcp_form .label,
#page .rcp_form label,
#page .rcp_form select,
#page .rcp_form input,
#page .rcp_form .acf-input-wrap {
  float: none;
  width: 100%;
  max-width: 385px;
  display: inline-block;
}
#page .rcp_form .label input,
#page .rcp_form label input,
#page .rcp_form select input,
#page .rcp_form input input,
#page .rcp_form .acf-input-wrap input {
  width: 100%;
}
#page .rcp_form input {
  margin-top: 15px !important;
}
#page .rcp_form p.label {
  margin-top: 0 !important;
}
#page .rcp_form #acf-dont_display_name_in_directory p.label {
  width: auto;
  float: none;
  font-size: 12px;
  font-style: italic;
  padding-left: 30px;
  max-width: 580px;
  margin-top: 8px !important;
}
#page .rcp_form #acf-dont_display_name_in_directory p.label label {
  display: none;
}
#page .rcp_form #acf-dont_display_name_in_directory ul {
  position: absolute;
  top: 0;
  left: 0;
}
#page .rcp_form #acf-dont_display_name_in_directory ul li {
  margin: 0px 0 0;
  padding: 0;
  background-image: none;
}
#page .rcp_form #acf-dont_display_name_in_directory ul li label {
  margin: 0;
}
#page .rcp_form #acf-dont_display_name_in_directory ul li label input {
  margin: 0;
  width: 10px;
  height: 10px;
}
#page .rcp_form .rcp_password_change_notice {
  clear: both;
}
#page .rcp_form legend,
#page .rcp_form .rcp_subscription_message {
  color: #8ebf00;
  color: #f7931e;
  font-family: "Glegoo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  margin: 0;
  line-height: 1em;
  padding-top: 70px;
  font-size: 1.8rem;
  display: block;
  clear: both;
}
#page .rcp_form#rcp_profile_editor_form legend {
  display: none;
}
#page .rcp_form .field {
  position: relative;
  clear: both;
  padding-top: 5px;
}
#page .rcp_form .rcp_subscription_fieldset ul#rcp_subscription_levels li.rcp_subscription_level {
  padding-left: 0;
  background-image: none;
}
#page .rcp_form .rcp_subscription_fieldset ul#rcp_subscription_levels li.rcp_subscription_level input[type="radio"] {
  width: 20px;
}
#page .rcp_form .rcp_subscription_fieldset ul#rcp_subscription_levels li.rcp_subscription_level .rcp_level_description {
  padding-left: 20px;
}
.rcp_form p {
  margin-top: 15px !important;
}
.rcp_form input[type="text"],
.rcp_form input[type="text"],
.rcp_form input[type="text"],
.rcp_form select {
  margin: 15px 0 0 !important;
}
.ninja-forms-form-wrap {
  margin-top: 70px;
}
/*  ==========================================================================
    -> Sidebar                                                
    ========================================================================== */
/*  ==========================================================================
    -> Footer                                                
    ========================================================================== */
footer #footer-block {
  background-color: #333333;
  border-top: 5px solid #1e1e1e;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
footer #footer-block .two.column {
  padding-top: 2.5rem;
}
footer #footer-block p {
  color: #999999;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 0;
}
footer #footer-block .two.column.supported-by {
  padding-top: 25px;
  min-height: 130px;
  border-left: 1px solid #999999;
}
footer #footer-block .two.column.supported-by p {
  line-height: 1.5;
  padding-left: 10px;
  color: #999999;
text-transform: uppercase;
font-family: 'Oswald',serif;
font-size: 16px;
line-height: 33px !important;
}
footer #footer-block .two.column.acrf-logo {
  padding-top: 0px;
}
footer #footer-block #footer-menu-container #menu-footer-menu {
  padding: 0;
}
footer #footer-block #footer-menu-container ul {
  margin: 0;
}
footer #footer-block #footer-menu-container ul li {
  margin: 0;
  padding: 0;
  background-image: none;
}
footer #footer-block #footer-menu-container a {
	color: #999999;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-family: 'Oswald',serif !important;
	font-size: 16px;
	line-height: 33px !important;
}
footer #footer-block #footer-menu-container a:hover {
  text-decoration: none;
  color: #f7931e;
}
footer #footer-block #footer-menu-container .sub-menu {
  margin: 0;
  padding: 0;
}
footer #footer-block .sponsored-by {
  text-align: left;
}
footer #footer-block .sponsored-by p {
  line-height: 5rem;
  display: inline-block;
}
footer #footer-block .sponsored-by img {
  display: inline-block;
  margin-left: 15px;
}
footer #legal-block {
  background-color: #1c1c1c;
}
footer #legal-block p {
  margin: 0;
  padding: 5px 0;
  font-size: 13px;
  text-align: center;
  color: #6b6b6b;
  font-family: 'Oswald',serif !important;
letter-spacing: 0.5px;
}
.copy img {
	
}
.home-logo img {
	background: #f7f7f7;
	width: 29%;
	height: 100px;
	object-fit: contain;
	padding: 20px;
}


/* Media Queries */
/*  ==========================================================================

   Grid CSS for mobile Devices

   For desktop grid CSS see "grid.less"

   ==========================================================================
   

    CONTENTS:

    1.0 - +13" Screen    
    2.0 - 13" Screen    
    3.0 - iPad - Landscape
    4.0 - Max Container Width  
    5.0 - iPad - Portrait 
    6.0 - iPhone 5 - Landscape
    7.0 - iPhone 4 - Landscape  
    8.0 - iPhone 5 - Portrait    
    9.0 - iPhone 4 - Portrait


    ==========================================================================
    1.0 - +13" Screen
    ========================================================================== */
.screen-13inch-show,
.tablet-portrait-show,
.tablet-landscape-show,
.phone-large-portrait-show,
.phone-large-landscape-show,
.phone-small-portrait-show,
.phone-small-landscape-show {
  display: none;
}
/*  ==========================================================================
    2.0 - 13" Screen
    ========================================================================== */
@media only screen and (max-width: 1279px) {
  .screen-13inch-hide,
  .tablet-portrait-show,
  .tablet-landscape-show,
  .phone-large-portrait-show,
  .phone-large-landscape-show,
  .phone-small-portrait-show,
  .phone-small-landscape-show {
    display: none;
  }
  .screen-13inch-show {
    display: block;
  }
}
/*  ==========================================================================
    3.0 - iPad - Landscape                                             
    ========================================================================== */
@media only screen and (max-width: 1023px) {
  .tablet-landscape-hide,
  .tablet-portrait-show,
  .phone-large-portrait-show,
  .phone-large-landscape-show,
  .phone-small-portrait-show,
  .phone-small-landscape-show {
    display: none;
  }
  .tablet-landscape-show {
    display: block;
  }
}
/*  ==========================================================================
    4.0 - Max Container Width                                          
    ========================================================================== */
@media only screen and (max-width: 1200px) {
  .eleven {
    width: 100%;
  }
  .eleven + .one {
    width: 100%;
  }
  .ten {
    width: 100%;
  }
  .ten + .two {
    width: 100%;
  }
}
/*  ==========================================================================
    5.0 - iPad - Portrait                                         
    ========================================================================== */
@media only screen and (max-width: 767px) {
  .tablet-portrait-hide,
  .phone-large-portrait-show,
  .phone-large-landscape-show,
  .phone-small-portrait-show,
  .phone-small-landscape-show {
    display: none;
  }
  .tablet-portrait-show {
    display: block;
  }
}
/*  ==========================================================================
    6.0 - iPhone 5 - Landscape                                      
    ========================================================================== */
@media only screen and (max-width: 679px) {
  .phone-large-landscape-hide,
  .phone-large-portrait-show,
  .phone-small-portrait-show,
  .phone-small-landscape-show {
    display: none;
  }
  .phone-large-landscape-show {
    display: block;
  }
  #sidebar {
    width: 100%;
  }
  .twelve {
    width: 100%;
  }
  .eleven {
    width: 100%;
  }
  .ten {
    width: 100%;
  }
  .nine {
    width: 100%;
  }
  .eight {
    width: 100%;
  }
  .seven {
    width: 100%;
  }
  .six {
    width: 50%;
  }
  .five {
    width: 50%;
  }
  .four {
    width: 50%;
  }
  .three {
    width: 50%;
  }
  .two {
    width: 50%;
  }
  .one {
    width: 50%;
  }
  .inset-twelve,
  .inset-eleven,
  .inset-ten,
  .inset-nine,
  .inset-eight,
  .inset-seven,
  .inset-six,
  .inset-five,
  .inset-four,
  .inset-three,
  .inset-two,
  .inset-one {
    margin-left: 0;
  }
}
/*  ==========================================================================
    7.0 - iPhone 4 - Landscape
    ========================================================================== */
@media only screen and (max-width: 479px) {
  .phone-small-landscape-hide,
  .phone-large-portrait-show,
  .phone-small-portrait-show {
    display: none;
  }
  .phone-small-landscape-show {
    display: block;
  }
}
/*  ==========================================================================
    8.0 - iPhone 5 - Portrait    
    ========================================================================== */
@media only screen and (max-width: 359px) {
  .phone-large-portrait-hide,
  .phone-small-portrait-show {
    display: none;
  }
  .phone-large-portrait-show {
    display: block;
  }
  .twelve {
    width: 100%;
  }
  .eleven {
    width: 100%;
  }
  .ten {
    width: 100%;
  }
  .nine {
    width: 100%;
  }
  .eight {
    width: 100%;
  }
  .seven {
    width: 100%;
  }
  .six {
    width: 100%;
  }
  .five {
    width: 100%;
  }
  .four {
    width: 100%;
  }
  .three {
    width: 100%;
  }
  .two {
    width: 100%;
  }
  .one {
    width: 100%;
  }
}
/*  ==========================================================================
    9.0 - iPhone 4 - Portrait
    ========================================================================== */
@media only screen and (max-width: 319px) {
  .phone-small-portrait-hide {
    display: none;
  }
  .phone-small-portrait-show {
    display: block;
  }
}
/* ====================================================================

   CSS for mobile Devices

   For desktop CSS see "desktop.less"

   ====================================================================


    CONTENTS:

     1.0 - +13" Screen    
     2.0 - 13" Screen    
     3.0 - iPad - Landscape
     4.0 - Max Container Width  
     5.0 - iPad - Portrait 
     6.0 - iPhone 5 - Landscape
        6.1 - Mobile Menu
     7.0 - iPhone 4 - Landscape  
     8.0 - iPhone 5 - Portrait    
     9.0 - iPhone 4 - Portrait
    10.0 - Style adjustments for high resolution devices
    11.0 - Print styles


    ====================================================================
    1.0 - +13" Screen
    ==================================================================== */
/*  ====================================================================
    2.0 - 13" Screen                                              
    ==================================================================== */
@media only screen and (max-width: 1279px) {
  /*  ==========================================================================

    CSS for the desktop

    For mobile CSS see "mobile-devices.less"

    ========================================================================== 


	CONTENTS:

	1.0 - Document 
	   1.1 - Typography
	2.0 - Header 
	   2.1 - Navigation
	   2.2 - Banner
	3.0 - Page / Content
	   3.1 - Flexslider    
	   3.2 - Post Feed
	   3.3 - Bios
	   3.4 - Gallery  
	   3.5 - Forms                   
	4.0 - Sidebar  
	5.0 - Footer


    ==========================================================================
    1.0 - Document                                                 
    ========================================================================== */
  body {
    /*  ============================
	    1.1 - Typography
	    ============================ */
  }
  /*  ==========================================================================
    2.0 - Header
    ========================================================================== */
  header #header-block .description {
    font-size: 2rem;
    text-align: right;
  }
  /*  ==========================================================================
	    2.1 - Navigation
	    ========================================================================== */
  #nav-block #main-menu-container ul li a {
    line-height: 50px;
  }
  /*  ==========================================================================
	    2.2 - Banner
	    ========================================================================== */
  .home #banner-block {
    /*  ==========================================================================
	    2.3 - Flexslider                                                
		========================================================================== */
  }
  /*  ==========================================================================
    3.0 - Page / Content                                                
    ========================================================================== */
  #page {
    /*  ==========================================================================
	    3.1 - Flexslider                                                
		========================================================================== */
    /*  ==========================================================================
        3.2 - Post Feed                                                
    	========================================================================== */
    /*  ==========================================================================
        3.3 - Bios                                                
    	========================================================================== */
    /*  ==========================================================================
        3.4 - Gallery                                                
    	========================================================================== */
  }
  #page .row {
    padding: 0 10px;
  }
  #page .flexslider {
    font-size: 1.6rem;
    border-radius: 0;
    border: 5px solid #e6e7e8;
    box-shadow: none;
  }
  #page .flexslider .flex-viewport {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  #page .flexslider ul.slides li {
    background-image: none;
    position: relative;
  }
  #page .flexslider:hover .flex-prev {
    top: auto;
    bottom: auto;
    left: auto;
  }
  #page .flexslider:hover .flex-next {
    top: auto;
    bottom: auto;
    right: auto;
  }
  #page .flexslider ul.flex-direction-nav .flex-prev {
    top: auto;
    bottom: -50px;
    left: 0 !important;
  }
  #page .flexslider ul.flex-direction-nav .flex-next {
    top: auto;
    bottom: -50px;
    right: 0 !important;
  }
  /*  ==========================================================================
	    3.5 - Forms                                                
		========================================================================== */
  /*  ==========================================================================
    4.0 - Sidebar                                                
    ========================================================================== */
  /*  ==========================================================================
    5.0 - Footer                                                
    ========================================================================== */
}
/*  ====================================================================
    3.0 - iPad - Landscape                                             
    ==================================================================== */
@media only screen and (max-width: 1024px) {
  /*  ==========================================================================

    CSS for the desktop

    For mobile CSS see "mobile-devices.less"

    ========================================================================== 


	CONTENTS:

	1.0 - Document 
	   1.1 - Typography
	2.0 - Header 
	   2.1 - Navigation
	   2.2 - Banner
	3.0 - Page / Content
	   3.1 - Flexslider    
	   3.2 - Post Feed
	   3.3 - Bios
	   3.4 - Gallery  
	   3.5 - Forms                   
	4.0 - Sidebar  
	5.0 - Footer


    ==========================================================================
    1.0 - Document                                                 
    ========================================================================== */
  body {
    /*  ============================
	    1.1 - Typography
	    ============================ */
  }
  /*  ==========================================================================
    2.0 - Header
    ========================================================================== */
  header #header-block .header-search-wrapper #header-menu-container ul#menu-header {
    margin-top: 40px;
  }
  header #header-block .header-search-wrapper .search-form {
    float: right;
    clear: both;
    margin-top: 20px;
    text-align: center;
  }
  header #header-block .header-search-wrapper .search-form .search-submit {
    vertical-align: middle;
    float: none;
  }
  header #header-block .header-search-wrapper .search-form .search-field {
    width: 300px;
  }
  header #header-block .description {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  /*  ==========================================================================
	    2.1 - Navigation
	    ========================================================================== */
  /*  ==========================================================================
	    2.2 - Banner
	    ========================================================================== */
  .home #banner-block {
    /*  ==========================================================================
	    2.3 - Flexslider                                                
		========================================================================== */
  }
  /*  ==========================================================================
    3.0 - Page / Content                                                
    ========================================================================== */
  #content {
    /*  ==========================================================================
	    3.1 - Flexslider                                                
		========================================================================== */
    /*  ==========================================================================
        3.2 - Post Feed                                                
    	========================================================================== */
    /*  ==========================================================================
        3.3 - Bios                                                
    	========================================================================== */
    /*  ==========================================================================
        3.4 - Gallery                                                
    	========================================================================== */
  }
  #content .bios .column {
    clear: none;
  }
  #content .bios .column.portrait {
    width: 33.33333333%;
  }
  #content .bios .column.bio-title {
    width: 66.66666667%;
  }
  #content .bios .column.bio-text {
    width: 100%;
  }
  #content ul.gallery .gallery-modal .images-container .gallery-nav {
    bottom: 0;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: auto;
    background-size: 80%;
    background-position: center;
  }
  #content ul.gallery .gallery-modal .images-container .gallery-nav.next {
    right: 0;
  }
  #content ul.gallery .gallery-modal .images-container .gallery-nav.prev {
    left: 0;
  }
  #content ul.gallery .gallery-modal .images-container .gallery-close {
    opacity: 1;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    background-size: 80%;
    background-position: center;
  }
  #content ul.gallery .gallery-modal .images-container .image-data {
    padding: 50px 100px;
  }
  /*  ==========================================================================
	    3.5 - Forms                                                
		========================================================================== */
  /*  ==========================================================================
    4.0 - Sidebar                                                
    ========================================================================== */
  /*  ==========================================================================
    5.0 - Footer                                                
    ========================================================================== */
}
/*  ====================================================================
    4.0 - Max Container Width                                          
    ==================================================================== */
/*  ====================================================================
    5.0 - iPad - Portrait                                         
    ==================================================================== */
@media only screen and (max-width: 768px) {
  /*  ==========================================================================

    CSS for the desktop

    For mobile CSS see "mobile-devices.less"

    ========================================================================== 


	CONTENTS:

	1.0 - Document 
	   1.1 - Typography
	2.0 - Header 
	   2.1 - Navigation
	   2.2 - Banner
	3.0 - Page / Content
	   3.1 - Flexslider    
	   3.2 - Post Feed
	   3.3 - Bios
	   3.4 - Gallery  
	   3.5 - Forms                   
	4.0 - Sidebar  
	5.0 - Footer


    ==========================================================================
    1.0 - Document                                                 
    ========================================================================== */
  body {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    /*  ============================
	    1.1 - Typography
	    ============================ */
  }
  body .copy ul.featured-bullet-points li {
    width: 100%;
  }
  /*  ==========================================================================
    2.0 - Header
    ========================================================================== */
  header #header-block .column {
    text-align: center;
    width: 100%;
  }
  header #header-block .logo {
    padding: 0;
  }
  header #header-block .logo img {
    margin-top: 0;
  }
  header #header-block .header-search-wrapper {
    margin-top: 20px;
  }
  header #header-block .header-search-wrapper #header-menu-container ul#menu-header {
    margin-top: 0;
    padding: 0;
  }
  header #header-block .header-search-wrapper #header-menu-container ul#menu-header li {
    display: inline-block;
  }
  header #header-block .header-search-wrapper #header-menu-container ul#menu-header li a {
    float: none;
  }
  header #header-block .header-search-wrapper .search-form {
    float: none;
    margin-top: 20px;
  }
  header #header-block .header-search-wrapper .search-form .search-field {
    width: 200px;
  }
  header #header-block .description {
    float: none;
    clear: both;
    font-size: 1.6rem;
    margin: 20px;
    text-align: center;
  }
  /*  ==========================================================================
	    2.1 - Navigation
	    ========================================================================== */
  #nav-block {
    cursor: pointer;
    background-image: url(assets/images/nav-mobile.png);
    background-image: url(assets/images/nav-mobile.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 90%;
    /*-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;*/
  }
  #nav-block.open ul {
    box-shadow: -20px 0px 50px #000000;
  }
  #nav-block #main-menu-container {
    position: fixed;
    left: -230px;
    top: 0;
    background-color: #333333;
    width: 230px;
    height: 100%;
  }
  #nav-block #main-menu-container ul {
    height: 100%;
    padding-top: 50px;
    overflow: scroll;
  }
  #nav-block #main-menu-container ul li {
    display: block;
    height: auto;
    float: none;
  }
  #nav-block #main-menu-container ul li:first-child a {
    padding: 0 25px !important;
  }
  #nav-block #main-menu-container ul li a {
    padding: 0 25px !important;
    display: block;
    font-size: 0.8em;
  }
  #nav-block #main-menu-container ul li a:hover {
    color: #f7931e;
  }
  #nav-block #main-menu-container ul li.current-menu-item {
    background-image: none;
    background-color: #f7931e;
  }
  #nav-block #main-menu-container ul li.current-menu-item a:hover {
    color: white;
  }
  #nav-block #main-menu-container ul li:hover .sub-menu {
    display: none;
  }
  /*  ==========================================================================
	    2.2 - Banner
	    ========================================================================== */
  .home #banner-block {
    padding-top: 20px;
    min-height: 0;
    /*  ==========================================================================
        2.3 - Flexslider                                                
    	========================================================================== */
  }
  .home #banner-block .columns.seven {
    width: 100%;
  }
  .home #banner-block .columns.three {
    margin-left: 25%;
    width: 50%;
    margin-bottom: 30px;
  }
  .home #banner-block #banner-vr {
    display: none;
  }
  .home #banner-block .section-links a {
    text-align: center;
    margin-bottom: 20px;
    padding: 20px 5px;
    height: auto;
  }
  /*  ==========================================================================
    3.0 - Page / Content                                                
    ========================================================================== */
  .home #grey-bg {
    display: none;
  }
  #content {
    /*  ==========================================================================
	    3.1 - Flexslider                                                
		========================================================================== */
    /*  ==========================================================================
        3.2 - Post Feed                                                
    	========================================================================== */
    /*  ==========================================================================
        3.3 - Bios                                                
    	========================================================================== */
    /*  ==========================================================================
        3.4 - Gallery                                                
    	========================================================================== */
  }
  #content .news-feed {
    margin-top: 35px;
  }
  #content .column {
    width: 100%;
  }
  #content ul.gallery li {
    clear: none;
    width: 25%;
  }
  .table {
    display: block;
    padding-top: 30px;
  }
  .table .table-header {
    display: none;
  }
  .table .table-header .table-cell {
    text-transform: capitalize;
    display: block;
    padding: 0;
  }
  .table .table-row {
    display: block;
    background-color: #ededed;
    margin-bottom: 20px;
  }
  .table .table-row .table-cell {
    display: block;
    border-right: none;
    border-bottom: 2px solid #e2e2e2;
    padding: 0 10px;
    width: 100%;
    line-height: 45px;
  }
  .table .table-row .table-cell.organisation {
    font-weight: bold;
    min-width: 200px;
  }
  .table .table-row .table-cell:last-child {
    border-right: none;
  }
  .table .table-row .table-cell.empty-value {
    display: none;
  }
  /*  ==========================================================================
	    3.5 - Forms                                                
		========================================================================== */
  /*  ==========================================================================
    4.0 - Sidebar                                                
    ========================================================================== */
  /*  ==========================================================================
    5.0 - Footer                                                
    ========================================================================== */
  footer #footer-block {
    padding-bottom: 0;
  }
  footer #footer-block .eight.column {
    width: 100%;
  }
  footer #footer-block .two.column {
    width: 50%;
  }
  footer #footer-block .two.column.supported-by {
    border-left: none;
  }
  footer #footer-block .two.column.supported-by p {
    float: right;
  }
}
/*  ====================================================================
    6.0 - iPhone 5 - Landscape                                      
    ==================================================================== */
@media only screen and (max-width: 568px) {
  /*  ================================
        6.1 - Mobile Menu                                 
        ================================ */
  /*  ==========================================================================

    CSS for the desktop

    For mobile CSS see "mobile-devices.less"

    ========================================================================== 


	CONTENTS:

	1.0 - Document 
	   1.1 - Typography
	2.0 - Header 
	   2.1 - Navigation
	   2.2 - Banner
	3.0 - Page / Content
	   3.1 - Flexslider    
	   3.2 - Post Feed
	   3.3 - Bios
	   3.4 - Gallery  
	   3.5 - Forms                   
	4.0 - Sidebar  
	5.0 - Footer


    ==========================================================================
    1.0 - Document                                                 
    ========================================================================== */
  body {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    /*  ============================
	    1.1 - Typography
	    ============================ */
  }
  body .copy ul.featured-bullet-points li {
    background-size: auto 30px;
    background-position: 0px top;
    min-height: 44px;
    padding-left: 44px;
  }
  /*  ==========================================================================
    2.0 - Header
    ========================================================================== */
  header #header-block .column {
    text-align: center;
    width: 100%;
  }
  header #header-block .logo {
    padding: 0;
  }
  header #header-block .logo img {
    margin-top: 0;
  }
  header #header-block .header-search-wrapper {
    margin-top: 20px;
  }
  header #header-block .header-search-wrapper ul#menu-header {
    margin-top: 0;
    padding: 0;
  }
  header #header-block .header-search-wrapper ul#menu-header li {
    display: inline-block;
  }
  header #header-block .header-search-wrapper ul#menu-header li a {
    float: none;
  }
  header #header-block .header-search-wrapper .search-form {
    float: none;
    margin-top: 20px;
  }
  header #header-block .header-search-wrapper .search-form .search-field {
    width: 200px;
  }
  header #header-block .description {
    float: none;
    clear: both;
    margin: 20px;
    text-align: center;
  }
  /*  ==========================================================================
	    2.1 - Navigation
	    ========================================================================== */
  #nav-block {
    cursor: pointer;
    background-image: url(assets/images/nav-mobile.png);
    background-image: url(assets/images/nav-mobile.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 90%;
    /*-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;*/
  }
  #nav-block.open ul {
    box-shadow: -20px 0px 50px #000000;
  }
  #nav-block #main-menu-container {
    position: fixed;
    left: -230px;
    top: 0;
    background-color: #333333;
    width: 230px;
    height: 100%;
  }
  #nav-block #main-menu-container ul {
    height: 100%;
    padding-top: 50px;
    overflow: scroll;
  }
  #nav-block #main-menu-container ul li {
    display: block;
    height: auto;
  }
  #nav-block #main-menu-container ul li:first-child a {
    padding: 0 25px !important;
  }
  #nav-block #main-menu-container ul li a {
    padding: 0 25px !important;
    display: block;
    font-size: 0.8em;
  }
  #nav-block #main-menu-container ul li a:hover {
    color: #f7931e;
  }
  #nav-block #main-menu-container ul li.current-menu-item {
    background-image: none;
    background-color: #f7931e;
  }
  #nav-block #main-menu-container ul li.current-menu-item a:hover {
    color: white;
  }
  #sub-menu-links li {
    border: none;
  }
  /*  ==========================================================================
	    2.2 - Banner
	    ========================================================================== */
  #banner-block {
    background-color: #8ebf00;
  }
  #banner-block h1.title {
    text-align: center;
  }
  #banner-block .ajax-links #sub-menu-links {
    height: auto;
    text-align: center;
    /*text-align: center;

	            background-image: url(assets/images/nav-mobile.png);
	            background-image: url(assets/images/nav-mobile.svg);
	            background-repeat: no-repeat;
	            background-position: 50% top;
	            background-size: auto;

	            padding-top: 50px;
	            //height: 50px;
	            overflow: hidden;

	            cursor: pointer;*/
  }
  #banner-block .ajax-links #sub-menu-links li {
    display: block;
  }
  #banner-block .ajax-links #sub-menu-links li a {
    padding-left: 20px !important;
  }
  .home #banner-block {
    /*  ==========================================================================
        2.3 - Flexslider                                                
    	========================================================================== */
  }
  .home #banner-block .columns.seven {
    width: 100%;
  }
  .home #banner-block .columns.three {
    margin-left: 0%;
    width: 100%;
  }
  /*  ==========================================================================
    3.0 - Page / Content                                                
    ========================================================================== */
  #content {
    /*  ==========================================================================
	    3.1 - Flexslider                                                
		========================================================================== */
    /*  ==========================================================================
        3.2 - Post Feed                                                
    	========================================================================== */
    /*  ==========================================================================
        3.3 - Bios                                                
    	========================================================================== */
    /*  ==========================================================================
        3.4 - Gallery                                                
    	========================================================================== */
  }
  #content .news-feed {
    margin-top: 35px;
    width: 100%;
  }
  #content h2.title {
    margin-top: 35px;
  }
  #content .copy .block.pullquote {
    margin-top: 35px;
  }
  #content .copy .block.pullquote blockquote {
    margin: 35px 0;
  }
  #content .block:last-child .row:last-child {
    margin-bottom: 30px;
  }
  #content .bios .bio-image {
    margin: 0 auto;
  }
  #content .bios .bio-title h2,
  #content .bios .bio-title i {
    text-align: center;
  }
  #content .bios .column {
    clear: none;
  }
  #content .bios .column.portrait {
    width: 100%;
  }
  #content .bios .column.bio-title {
    width: 100%;
  }
  #content .bios .column.bio-text {
    width: 100%;
  }
  #content ul.gallery {
    padding-top: 35px;
  }
  #content ul.gallery li {
    width: 33.33333333%;
    clear: none;
  }
  #content ul.gallery .gallery-modal .images-container .image-data {
    padding: 50px;
    font-size: 0.8em;
    max-height: 200px;
    overflow: scroll;
  }
  /*  ==========================================================================
	    3.5 - Forms                                                
		========================================================================== */
  /*  ==========================================================================
    4.0 - Sidebar                                                
    ========================================================================== */
  /*  ==========================================================================
    5.0 - Footer                                                
    ========================================================================== */
  footer #footer-block {
    padding: 20px 0;
  }
  footer #footer-block .supported-by {
    border: none;
  }
}
/*  ====================================================================
    7.0 - iPhone 4 - Landscape                                      
    ==================================================================== */
@media only screen and (max-width: 480px) {
  /*  ==========================================================================

    CSS for the desktop

    For mobile CSS see "mobile-devices.less"

    ========================================================================== 


	CONTENTS:

	1.0 - Document 
	   1.1 - Typography
	2.0 - Header 
	   2.1 - Navigation
	   2.2 - Banner
	3.0 - Page / Content
	   3.1 - Flexslider    
	   3.2 - Post Feed
	   3.3 - Bios
	   3.4 - Gallery  
	   3.5 - Forms                   
	4.0 - Sidebar  
	5.0 - Footer


    ==========================================================================
    1.0 - Document                                                 
    ========================================================================== */
  body {
    /*  ============================
	    1.1 - Typography
	    ============================ */
  }
  /*  ==========================================================================
    2.0 - Header
    ========================================================================== */
  header #header-block .search-form .search-field {
    width: 200px;
  }
  /*  ==========================================================================
	    2.1 - Navigation
	    ========================================================================== */
  /*  ==========================================================================
	    2.2 - Banner
	    ========================================================================== */
  .home #banner-block {
    /*  ==========================================================================
        2.3 - Flexslider                                                
    	========================================================================== */
  }
  .home #banner-block .section-links .column {
    width: 100%;
  }
  .home #banner-block .flexslider ul.slides li .title {
    top: 10px;
    font-size: 20px;
  }
  .home #banner-block .flexslider ul.slides li .description {
    padding: 10px;
    font-size: 12px;
  }
  /*  ==========================================================================
    3.0 - Page / Content                                                
    ========================================================================== */
  #content {
    /*  ==========================================================================
	    3.1 - Flexslider                                                
		========================================================================== */
    /*  ==========================================================================
        3.2 - Post Feed                                                
    	========================================================================== */
    /*  ==========================================================================
        3.3 - Bios                                                
    	========================================================================== */
    /*  ==========================================================================
        3.4 - Gallery                                                
    	========================================================================== */
  }
  #content .news-feed {
    margin-top: 35px;
    width: 100%;
  }
  #content ul.gallery li {
    width: 33.33333333%;
  }
  /*  ==========================================================================
	    3.5 - Forms                                                
		========================================================================== */
  /*  ==========================================================================
    4.0 - Sidebar                                                
    ========================================================================== */
  /*  ==========================================================================
    5.0 - Footer                                                
    ========================================================================== */
}
/*  ====================================================================
    8.0 - iPhone 5/4 - Portrait                                      
    ==================================================================== */
@media only screen and (max-width: 320px) {
  /*  ==========================================================================

    CSS for the desktop

    For mobile CSS see "mobile-devices.less"

    ========================================================================== 


	CONTENTS:

	1.0 - Document 
	   1.1 - Typography
	2.0 - Header 
	   2.1 - Navigation
	   2.2 - Banner
	3.0 - Page / Content
	   3.1 - Flexslider    
	   3.2 - Post Feed
	   3.3 - Bios
	   3.4 - Gallery  
	   3.5 - Forms                   
	4.0 - Sidebar  
	5.0 - Footer


    ==========================================================================
    1.0 - Document                                                 
    ========================================================================== */
  body {
    /*  ============================
	    1.1 - Typography
	    ============================ */
  }
  /*  ==========================================================================
    2.0 - Header
    ========================================================================== */
  header #header-block .column {
    text-align: center;
    width: 100%;
  }
  header #header-block .search-form {
    float: none;
    text-align: center;
  }
  header #header-block .search-form .search-submit {
    vertical-align: middle;
    float: none;
  }
  header #header-block .search-form .search-field {
    width: 180px;
  }
  header #header-block .description {
    float: none;
    margin: 1em;
    text-align: center;
  }
  /*  ==========================================================================
	    2.1 - Navigation
	    ========================================================================== */
  /*  ==========================================================================
	    2.2 - Banner
	    ========================================================================== */
  .home #banner-block {
    /*  ==========================================================================
	    2.3 - Flexslider                                                
		========================================================================== */
  }
  /*  ==========================================================================
    3.0 - Page / Content                                                
    ========================================================================== */
  #content {
    /*  ==========================================================================
	    3.1 - Flexslider                                                
		========================================================================== */
    /*  ==========================================================================
        3.2 - Post Feed                                                
    	========================================================================== */
    /*  ==========================================================================
        3.3 - Bios                                                
    	========================================================================== */
    /*  ==========================================================================
        3.4 - Gallery                                                
    	========================================================================== */
  }
  #content .news-feed {
    margin-top: 35px;
    width: 100%;
  }
  #content .title {
    text-align: center;
  }
  #content ul.gallery li {
    width: 50%;
  }
  /*  ==========================================================================
	    3.5 - Forms                                                
		========================================================================== */
  /*  ==========================================================================
    4.0 - Sidebar                                                
    ========================================================================== */
  /*  ==========================================================================
    5.0 - Footer                                                
    ========================================================================== */
  footer {
    text-align: center;
  }
  footer #footer-block .two.column {
    width: 100%;
  }
  footer #footer-block .supported-by {
    min-height: 0;
    padding-bottom: 20px;
  }
  footer #footer-block .supported-by p {
    float: none;
  }
  footer #footer-block .acrf-logo {
    text-align: center;
    padding-bottom: 35px;
  }
  footer #footer-block #footer-menu-container ul {
    margin-bottom: 20px;
  }
}
/*  ====================================================================
    10.0 - Style adjustments for high resolution devices   
    ==================================================================== */
/*  ====================================================================
    11.0 - Print styles. Inlined to avoid required HTTP connection: h5bp.com/r
    ==================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
         * Don't show links for images, or javascript/internal links
         */
  .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;
    /* h5bp.com/t */
  }
  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;
  }
}
/* Browser Compatibility */
/*  ==========================================================================

    CSS for the desktop

    For mobile CSS see "mobile-devices.less"

    ========================================================================== 

	CONTENTS:

	1.0 - Document 
	2.0 - Header
	   2.2 - Banner
	3.0 - Page / Content                  
	4.0 - Sidebar  
	5.0 - Footer


    ==========================================================================
    1.0 - Document                                                 
    ========================================================================== */
html.ie8 {
  /*  ==========================================================================
    2.0 - Header
    ========================================================================== */
  /*  ==========================================================================
	    2.2 - Banner
	    ========================================================================== */
  /*  ==========================================================================
    3.0 - Page / Content                                                
    ========================================================================== */
  /*  ==========================================================================
    4.0 - Sidebar                                                
    ========================================================================== */
  /*  ==========================================================================
    5.0 - Footer                                                
    ========================================================================== */
}
html.ie8 #banner-block {
  background-image: none;
  background-color: #8ebf00;
}
html.ie8 .home #banner-block .button {
  padding: 6px 10px;
}

/** Categories */

.tabbing ul li { display: inline; }

.tabbing ul {
  padding: 0 !important;
  margin-top: 30px;
}
.tabbing ul li a
{
text-decoration: none;
padding: .5em 1em;
font-size: 1.2rem;
text-transform: uppercase;
color: #f7931e;
background-color: #f1f2f2;
border: 1px solid #f7931e;
}

.tabbing ul li a:hover
{
color: #fff;
background-color: #f7931e;
border: 1px solid #fff;
}

.tabbing ul li.current a
{
text-decoration: none;
padding: .5em 1em;
color: #fff;
background-color: #333333;
border: 2px solid #fff;
}
.menu-link {
	padding: 6px 11px !important;
}
.ht-site-description {
	display: none !important;
}
.hover-style1 .ht-menu > ul > li.menu-item:hover > a, .hover-style1 .ht-menu > ul > li.menu-item.current_page_item > a, .hover-style1 .ht-menu > ul > li.menu-item.current-menu-item > a, .hover-style1 .ht-menu > ul > li.menu-item.current_page_ancestor > a, .hover-style1 .ht-menu > ul > li.menu-item.current > a, .hover-style5 .ht-menu > ul > li.menu-item:hover > a, .hover-style5 .ht-menu > ul > li.menu-item.current_page_item > a, .hover-style5 .ht-menu > ul > li.menu-item.current-menu-item > a, .hover-style5 .ht-menu > ul > li.menu-item.current_page_ancestor > a, .hover-style5 .ht-menu > ul > li.menu-item.current > a {
	background: #f7931e;
}
.hover-style1 .ht-menu > ul > li.menu-item:hover > a, .hover-style1 .ht-menu > ul > li.menu-item.current_page_item > a, .hover-style1 .ht-menu > ul > li.menu-item.current-menu-item > a, .ht-menu > ul > li.menu-item:hover > a, .ht-menu > ul > li.menu-item:hover > a > i, .ht-menu > ul > li.menu-item.current_page_item > a, .ht-menu > ul > li.menu-item.current-menu-item > a, .ht-menu > ul > li.menu-item.current_page_ancestor > a, .ht-menu > ul > li.menu-item.current > a {
	color: #fff;
}
.tobar {
	background: #f7931e;
	color: #fff !important;
}
.tobar {
	background: #f7931e;
	color: #fff !important;
	display: inline-block;
	width: 100%;
}
#menu-header li {
	float: left;
}

#header-menu-container {
	float: left;
}
#menu-header {
	display: inline-block;
	margin-top: 0;
	position: relative;
	top: -7px;
}
#menu-header li a {
	background: #333;
	color: #fff;
	padding: 7px 20px;
	border-radius: 29px;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	margin-left: 14px;
	text-decoration: none;
}
.header-search-wrapper {
	float: right;
}
#menu-header li a:hover {
	background: #84b001;
}
.hover-style1 .ht-menu > ul > li.menu-item:hover > a, 
.hover-style1 .ht-menu > ul > li.menu-item.current_page_item > a, 
.hover-style1 .ht-menu > ul > li.menu-item.current-menu-item > a,
.ht-menu > ul > li.menu-item:hover > a, .ht-menu > ul > li.menu-item:hover > a > i, 
.ht-menu > ul > li.menu-item.current_page_item > a, .ht-menu > ul > li.menu-item.current-menu-item > a, 
.ht-menu > ul > li.menu-item.current_page_ancestor > a, .ht-menu > ul > li.menu-item.current > a {
	color: #fff;
}
.hover-style1 .ht-menu > ul > li.menu-item:hover > a, .hover-style1 .ht-menu > ul > li.menu-item.current_page_item > a, 
.hover-style1 .ht-menu > ul > li.menu-item.current-menu-item > a, .hover-style1 .ht-menu > ul > li.menu-item.current_page_ancestor > a, 
.hover-style1 .ht-menu > ul > li.menu-item.current > a, .hover-style5 .ht-menu > ul > li.menu-item:hover > a,
.hover-style5 .ht-menu > ul > li.menu-item.current_page_item > a, .hover-style5 .ht-menu > ul > li.menu-item.current-menu-item > a, 
.hover-style5 .ht-menu > ul > li.menu-item.current_page_ancestor > a, .hover-style5 .ht-menu > ul > li.menu-item.current > a {
	background: #F7931E !important;
}


@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400&display=swap');



html, body, button, input, select, textarea, .megamenu-category .mega-post-title {

	font-size: 15px !important;

}
body p, body a, body li, body span, body input, body textarea, body select, body label, body div {
	line-height: 26px !important;
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
}


.current-menu-item .menu-link {
	color: #fff !important;
}
.ht-menu > ul > li.menu-item:hover > a {
	color: #fff !important;
}
.ht-header {
	background: #333 !important;
}
.ht-menu > ul > li.menu-item > a {
	color: #fff !important;
	font-size: 13px !important;
	letter-spacing: 1px;
}
.ht-site-title a {
	font-size: 0;
	background-image: url("https://agtagenomics.org.au/wp-content/uploads/2014/07/logo-main-e1588207649812.png");
	width: 239px;
	height: 78px;
	display: inline-block;
	background-size: 100%;
	float: left;
	background-repeat: no-repeat;
}
.home #banner-block .row {
	max-width: 100%;
}
.home #banner-block .row .inset-one-right {
	margin-right: 0;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.home #banner-block .flexslider {
	font-size: 16px;
	font-size: 1.6rem;
	width: 100%;
	max-width: 100%;
	border-radius: 0;
	border: 0px solid #e6e7e8;
	box-shadow: none;
	margin-bottom: 30px;
}
.home #banner-block .columns.three {
	margin-bottom: 30px;
	background: rgba(142,191,0,0.9);
	padding: 40px 20px;
	border: 0px solid #fff;
	border-radius: 5px;
	text-align: center;
	position: absolute;
	right: 253px;
	top: 20%;
	color: #000;
}
li#menu-item-502 a {
    font-weight: bold;
    font-size: 15px !important;
    font-family: 'Oswald',serif !important;
    padding: 10px 15px !important;
    border: 0px !important;
    letter-spacing: 0.5px;
}
.sub-heading1 {
	background: #8ebf00;
	padding: 24px 0;
	text-align: center;
}
.sub-heading1 .title {
	color: #fff;
}
blockquote:not(.wp-block-quote) {

	border-left: 7px solid #FFC107 !important;
 
}
.bio-image img {
	display: none;
}
#content .bios .bio-image {
	max-width: 200px;
	background-size: cover;
	background-position: center;
	border-radius: 100px;
	height: 200px;
}
#content .page-link, #content .post-list .readmore {
	
	
	height: auto;
	
}
.column.twelve.nest.bio {
	background: #fff;
	display: inline-block;
	box-shadow: 0 3px 10px 0 rgba(255, 255, 255, 0.5);
	padding: 0px 11px;
	border-radius: 10px !important;
	border: 1px solid #f9f9f9 !important;
	filter: drop-shadow(1px 1px 1px #2222225c);
	margin-top: 25px !important;
}
#content .bios .bio .two.column.portrait {
    position: relative;
    top: 20px;
}
.four.column.bio-title h2 {
    font-size: 25px;
    margin-bottom: 10px !important;
}
#content .bios p {
    margin-top: 0px;
    font-family: 'Oswald',serif !important;
}
button.page-link.view-toggle {
    margin-top: 20px;
}
.five.column.bio-text {
    margin-top: 20px;
}
.bio-all li, .bio-short li {
    font-family: 'Oswald',serif !important;
	line-height: 27px !important;
}
.sub-heading1 .title::after {
	content: "";
	border-bottom: 3px solid #333;
	display: table;
	width: 60px;
	margin: 0 auto;
	position: relative;
	top: 5px;
}
.page-id-2821 #content .block {
	background: transparent !important;
	margin-top: 0 !important;
}

.page-id-2821 .column.nine {
	width: 100%;
	background: #fff;
	padding: 20px 40px;
	margin-bottom: 30px;
}

.regsiter-btn1 {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.register_btn {
	background: #f7931e;
	padding: 10px;
	width: 250px;
	display: inline-block;
	text-align: center;
	border-radius: 32px;
	color: #fff !important;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Oswald',serif !important;
	color: #fff;
}
.register_btn:hover {
	text-decoration: none;
	background: #8ebf00;
	color: #fff;
}
 body .copy a {
	margin: 20px 0 0 0;
	color: #8ebf00;
}
.page-id-2821 .copy img {
	width: auto;
	height: auto;
}

.copy ul li {
	margin-top: 0px !important;
	margin-bottom: 6px;
	line-height: 22px !important;
	letter-spacing: 0.5px !important;
	font-size: 14px;
}

.annual-conf {
	margin-top: 50px;
}
.table .table-header .table-cell {
	text-transform: capitalize;
	display: table-cell;
	background-color: #8ebf00;
	padding: 15px 10px;
	color: #fff;
	text-align: center;
	border: 1px solid;
}
.table-row:nth-child(2n) {
	background: #fff;
}
.table .table-row .table-cell {

	text-align: center;
	font-weight: bold;
}
.list-b  {
	padding-left: 17px;
}

.list-b li {
	margin-top: 0 !important;
}
.page-id-32 .row {
	margin-top:30px;
	background: #fff;
	padding: 0 30px 30px 30px;
}
.ht-menu ul ul, .menu-item-ht-cart .widget_shopping_cart, #ht-responsive-menu {
	background: #f7931e !important;
	padding: 0;
}
.ht-menu ul ul li.menu-item {
	float: none;
	margin: 0 0 5px;
	padding: 0;
	border-bottom: 1px solid #f7f7f7;
}
.ht-menu ul ul li.menu-item:last-child {
	border: 0px;
}
.ht-menu ul ul li.menu-item > a {

	text-decoration: none;
}
table {
	background: #fff;
	text-align: center;
}
.rcp-table thead {
	background: #8ebf00;
	text-align: center;
	color: #fff;
	text-align: center;
}

.rcp-table thead th {
	text-align: center;
}
.rcp-table:nth-child(2n) {
	background: #f7f7f7;
}
.rcp-table tr td {
	text-align: center;
}
.profile {
	display: inline-block;
	width: 100% !important;
	background: #fff;
	padding: 31px;
}
#gallery-3 .panel.thumbnail .gallery-image {
	height: 176px;
	width: 100%;
	object-fit: cover;
}
#page .profile .rcp_form label {
	margin-top: 20px;
	clear: left;
	float: left !important;
	/*max-width: 16% !important;*/
}
#page .profile .rcp_form input , 
#page .profile .rcp_form select{
	margin-top: 15px !important;
	width: 100% !important;
	float: left !important;
	max-width: 37%;
	padding-left: 15px !important;
}
#page .profile .rcp_form p.label {
	margin-top: 0 !important;
	float: left;
	/*width: 16%;*/
	max-width: 260px;
}
#page .rcp_form h3 {
	display: block;
	clear: both;
	float: left;
	margin-bottom: 20px !important;
	margin-top: 31px !important;
	background: #f7931e;
	padding: 10px 10px;
	color: #fff;
	font-size: 30px;
	font-family: 'Oswald',serif !important;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
	border: ;
}
 #page .rcp_form select {
	margin-top: 15px !important;
	width: 100% !important;
	float: left !important;
	max-width: 37%;
	padding-left: 15px !important;
	background-size: 4%;
	padding-right: 0px !important;
	background-position: right 13px center;
}
#page .rcp_form .acf-input-wrap {
	max-width: 37%;
}
#acf-field-position_other,
#acf-field-address_line_1,
#acf-field-suburb,
#acf-field-state,
#acf-field-post_code ,
#acf-field-country,
#acf-field-work_phone,
#acf-field-mobile,
#acf-field-institution_company ,
#acf-field-department  {
	max-width: 100% !important;
}
#rcp_profile_submit_wrap {
	float: right;
	width: 100%;
}
.hndle span {
	font-family: 'Oswald',serif !important;
}
.logo-1 {
	background: #ffff;
	margin-top: 30px;
	padding: 20px 30px;
	text-align: center;
	min-height: 329px;
}
.download-png {
	background: #f7931e;
	width: 100%;
	display: inline-block;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	padding: 9px;
	text-decoration: none;
	letter-spacing: 0.5px;
	font-size: 13px;
}
.logo_title {
	margin-bottom: 20px;
	font-weight: bold;
	color: #333;
	margin-top: 20px !important;
	display: inline-block;
	min-height: 40px;
}
.logo-1 img {
	min-height: 200px;
	object-fit: contain;
}
.logo_title::after {
	content: "";
	border: 2px solid #8ebf00;
	display: table;
	width: 23%;
	margin: 0 auto;
	position: relative;
	top: 9px;
}
.download-png:hover {
	background: #8ebf00;
	text-decoration: none !important;
}
.logo-col {
	background: #f7f7f7;
	padding: 20px;
}
.page-id-179 .copy .row,
.page-id-38 .copy .row,
.page-id-50 .copy .row,
.page-id-52 .copy .row {
	background: #fff;
	padding: 0 30px;
}
input#rcp_user_remember {
    max-width: 14px!important;
    margin-top: 0px !important;
}
p.rcp_lost_password {
    margin-top: 0px !important;
}
#page input#rcp_login_submit {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    float: left;
}
#page #rcp_registration_form .label {
    float: left;
}

.home #grey-bg {
   
    height: 100% !important;
}


/**************** Responsive css *********/



@media (max-width: 1500px) {
	
	.home #banner-block .columns.three {

		right: 150px;
		top: 7%;
		
	}
	.home #banner-block .flexslider ul.slides li a {
	
	padding: 7px 20px 7px 36px !important;
	
	}
}


@media (max-width: 1280px) {
	
	.home #banner-block .columns.three {
		right: 55px;
		top: 4%;
	}

	#menu-header {

		top: -3px;
	}
	.home #page #banner-block .row {
    padding: 0 0px;
		
		}
}


@media (max-width: 1024px) {
	
	.ht-container {
    padding: 0px 14px !important;
	
	}
	
	.home #page #banner-block .row {
    padding: 0 0px;
		
		}
		
	footer #footer-block #footer-menu-container a {
		
		font-size: 12px;
		line-height: 27px !important;
	}
	footer #footer-block .two.column.supported-by p {
   
    font-size: 12px;
    line-height: 27px !important;
}
	.ht-menu > ul > li.menu-item > a {
		
		font-size: 13px !important;
		letter-spacing: 0.5px;
		padding: 0px 7px !important;
	}
	.home #banner-block .seven.inset-one-right.columns {
	padding: 0px !important;
	width: 100% !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	}
	.home #banner-block .columns.three {
		
		
		padding: 16px 9px;
		right: 55px;
		top: 3%;
	
	}
	
	.home #banner-block #rcp_login_form p {
	margin-bottom: 0 !important;
	margin-top: 0px !important;
	}
	
	div.rss_div {
    margin-top: 0;
	}
	li#menu-item-502 a {
   
    font-size: 12px !important;
    padding: 4px 15px !important;
   
		}
		.home #banner-block .flexslider ul.slides li a {
			padding: 4px 20px 4px 36px !important;
		}
		.home #page #banner-block .row {
    padding: 0 0px;
		
		}
}

@media (max-width: 991px) {
	
	.home #banner-block .flexslider ul.slides li .title {
		
		left: 1.5em !important;
	   
	}
	.home #banner-block #menu-banner {
		padding: 0 !important;
		margin-top: 0px !important;
	}
	.home #banner-block form label {
		margin-top: 0px;
		font-weight: bold;
		font-size: 12px;
		text-align: left;
	}
	.home #banner-block form input[type="text"], .home #banner-block form input[type="password"] {
		height: 33px !important;
		border-radius: 0;
		margin-top: 0px !important;
		border-radius: 10px;
	}
	.home #banner-block form .rcp_lost_password a {
	  
		font-size: 11px;

	}
	.home #banner-block form #rcp_login_submit {
		   
			
			padding: 0px 28px 0px 32px;

			font-size: 12px !important;
			margin-top: 10px !important;
		}
	.home #banner-block h3 {
		   
			font-size: 12px;
		   
			line-height: 1.5rem;
		   
		}
	.home #banner-block {
			padding-top: 0 !important;
			min-height: 0;
		}
	.home #banner-block .flexslider ul.slides li .description {
			
			font-size: 1.3em !important;
			
		}
		
	.home #banner-block .flexslider ul.slides li a {
			padding: 0px 20px 0px 36px !important;
		}
		
	footer #footer-block #footer-menu-container ul {
			margin: 0;
			width: 100%;
			text-align: center;
			margin-top: 0px !important;
			padding-top: 3px;
		}
	
	.two.column.acrf-logo {
			width: 100% !important;
			text-align: center;
			
		}
	footer #footer-block .two.column.supported-by {
			width: 100% !important;
			min-height: auto;
		}
	
	footer #footer-block .two.column.supported-by p {
    font-size: 12px;
    line-height: 27px !important;
    float: left;
    width: 100%;
    text-align: center;
	}
	p.rcp_lost_password {
    margin-right: 0px !important;
}
.ht-container.seven1.column1 {
    padding: 0px !important;
}
.ht-menu .megamenu *, #ht-responsive-menu .megamenu *, .ht-menu .megamenu a, #ht-responsive-menu .megamenu a, .ht-menu ul ul li.menu-item > a, .menu-item-ht-cart .widget_shopping_cart a, .menu-item-ht-cart .widget_shopping_cart, #ht-responsive-menu li.menu-item > a, #ht-responsive-menu li.menu-item > a i, #ht-responsive-menu li .dropdown-nav, .megamenu-category .mega-post-title a {
    color: #fff !important;
}
.header-search-wrapper {
    float: right;
    margin-right: 10px;
}
}

@media (max-width: 767px) {

.home #banner-block .columns.three {
    top: 4%;
	padding: 16px 9px;
    right: 8px;
    width: 56% !important;
}

.home #banner-block form input[type="text"], .home #banner-block form input[type="password"] {
    height: 20px !important;

}
.home #banner-block form label {
    margin-top: 0px;
    font-weight: bold;
    font-size: 10px;
    text-align: left;
}
/*.home #banner-block #rcp_login_form p {
    margin-bottom: 0 !important;
    margin-top: 0px !important;
    float: left;
    width: 47% !important;
    margin-left: 6px;
}*/
	
	li#menu-item-502 a {
		padding: 0px 15px !important;
		font-size: 10px !important;
	}
	
	.home #banner-block .flexslider ul.slides li .title {
		left: 0 !important;
	}
	
	.flexslider .slides img {
	
		width: 100%;
		display: block;
		height: 350px;
		object-fit: cover;
	}
	
	.home #banner-block .flexslider ul.slides li .description {
		font-size: 1.3em !important;
		padding: 17px 10px !important;
	}
	
	.four.column.bio-title, 
	#content .bios p {
	   
		text-align: center;
	}
	#content .page-link, #content .post-list .readmore {
   
    margin: 0 auto;
    display: table;
    padding-top: 0px !important;
    height: auto !important;
    padding-bottom: 0px !important;
    position: relative;
    top: 10px;
}
.table .table-row .table-cell {
   
    padding: 7px 10px;
  
}
body h2.title, body h2 {
    font-size: 1.5rem ;
}
.page-id-38 .column.six h3, .page-id-38 .column.six p {
    padding-left: 0px !important;
}
#page .rcp_form select , #page .rcp_form .acf-input-wrap {
    max-width: 100%;
}
#page .profile .rcp_form input, #page .profile .rcp_form select {
    margin-top: 0 !important;
    width: 100% !important;
    float: left !important;
    max-width: 100%;
    padding-left: 15px !important;
}
#rcp_login_form p.rcp_lost_password {
    margin-right: 0px !important;
    float: left;
}
#rcp_login_form p {
    float: left;
    width: 100%;
}
#page .profile .rcp_form label {
    margin-top: 0px;
}
#rcp_login_form {
    margin-top: 0;
}
}

@media (max-width: 360px) {

.home #banner-block form #rcp_login_submit {
    padding: 0px 6px 0px 21px;
    font-size: 11px !important;
    margin-top: 1px !important;
    width: 61px;
}
#page .rcp_form select , #page .rcp_form .acf-input-wrap {
    max-width: 100%;
}

}