/*
	Theme Name: Refugee
	Version: 1.1
	Author: Henn+Honeyball (Based on HTML5Blank by Todd Moto)
	Author URI: http://hennhoneyball.com

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    GLOBAL
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0;
    padding: 0;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

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

/* body styles */
body {
    position: relative;
    color: #253a41;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 17px;
    line-height: 24px;
	text-align: left;
}

footer details{
    background: transparent;
    border: none;
    padding: 0;
}
footer summary{
    margin: 12px 0;
}

/*------------------------------------*\
    LARGE SCREENS
\*------------------------------------*/
/*------------------------------------*\
    TYPOGRAPHY 
\*------------------------------------*/
h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
}
h2 {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
}
h3 {
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 3px solid #253a41;
    margin-bottom: 12px;
}
h4 {
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
}
h5 {
    font-size: 14px;
    
}
h6 {
    font-size: 14px;
    font-weight: normal;
}
p {
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 24px 0;
}
ol {
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 24px 1em;
}
ul {
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 24px 1em;
}
.no-list-style {
    list-style-type: none;
    margin-left: 0;
}
p a {
    background-color: #eff2f4;
    color: #253a41;
    text-decoration: none;
    border-bottom: 1px solid #1b3d68;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
a {
    color: #253a41;
    text-decoration: none;
}
a.link {
    color: #1b3d68;
}
p a:hover {
    background-color: #1b3d68;
    color: #ffffff;
}
abbr {
    cursor: help;
}
small {
    font-size: 14px;
    line-height: 24px;
}
label {
    display: inline-block;
    height: 24px;
    font-size: inherit;
    line-height: inherit;
    color: #4d5b63;
}
label a {
    color: #fd233e;
    background: transparent;
    border-bottom-color: #fd233e;
    opacity: 1;
    transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}
label a:hover {
    background-color: transparent;
    color: #fd233e;
    opacity: .7;
}
blockquote {
    font-style: italic;
    color: #4d5b63;
    margin: 24px;
}
blockquote::before {
    content: open-quote;
    font-size: 24px;
    line-height: 12px;
    font-weight: bold;
    color: #8c9da6;
}
blockquote::after {
    content: close-quote;
    font-size: 24px;
    line-height: 12px;
    font-weight: bold;
    color: #8c9da6;
}
label.quote-source {
    color: #4d5b63;
    margin-bottom: 24px;
    margin-left: 24px
}
label.quote-source::before {
    content: '-';
}
em {
    font-style: italic;
}
sup {
    font-size: 14px;
    line-height: 12px;
}
sub {
    font-size: 14px;
    line-height: 12px;
}
pre {
}
pre[data-lang]::before {
    content: attr(data-lang);
    display: block;
    background-color: rgba(140, 157, 166, 0.5);
    height: 24px;
    font-size: 12px;
    color: #4d5b63;
    text-transform: uppercase;
    padding: 0 6px;
    margin-top: 12px;
}
pre code {
    display: block;
    background-color: #eff2f4;
    font-family: monospace;
    padding: 11px;
    border: 1px solid rgba(140, 157, 166, 0.5);
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #4d5b63;
    margin: 0 0 24px 0;
    overflow: scroll;
}
pre code span {
    color: #4bbb86;
}

/*---- Arrows ----*/
h1.arrow {
    margin: 24px 0 24px 24px;
    text-indent: -34px;
    min-height: 146px;
}
h1.arrow::before {
    content: "\25B8 \0020";
}
h2.arrow {
    margin: 1em 0 24px 24px;
    text-indent: -1em;
}
h2.arrow::before {
    content: "\25B8 \0020";
}
p.arrow {
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    margin: 0 0 72px 24px;
}

/*---- Menu List ----*/
.sidebar ul {
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 0 0 48px 0;
}
.sidebar ul li {
    display: block;
    line-height: 24px;
    background-color: white;
    border-bottom: 1px solid rgba(140, 157, 166, 0.3); 
    margin: 0;
    padding: 11px 12px 12px 12px;
}
.sidebar ul li:first-of-type {
    border-top: 3px solid rgba(140, 157, 166, 0.3);
}
.sidebar ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.sidebar ul li ul.children{
	font-family: inherit;
	margin: 0;
}
.sidebar ul li ul.children li{
	border: none;
}
.sidebar ul li.current_page_item,
.sidebar ul li.current-menu-item {
    background-color: #eff2f4;
}
.sidebar ul li.menu-item-has-children {
    position: relative;
}
.sidebar ul li.menu-item-has-children::after {
    content: '\25be';
    padding-right: 12px;
    position: absolute;
    top: 10px;
    right: 12px;
}
.sidebar ul li ul.sub-menu {
    display: none;
	font-family: inherit;
	margin: 0;
}
.sidebar ul li ul.sub-menu li:first-of-type {
    border-top: 1px solid #253a41;
}
.sidebar ul li ul.sub-menu li:last-of-type {
    border-bottom: none;
}
.sidebar ul li ul.sub-menu li a {
    padding-left: 16px;
}

/*------------------------------------*\
    GRID 
\*------------------------------------*/
/*---- BASELINE ----*/
.baseline-button {
    position: fixed;
    bottom: 12px;
    right: 12px;
    cursor: pointer;
    z-index: 9999999;
    content: 'Show baseline grid';
}
#baseline {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('http://www.hennhoneyballtest.com/wp-content/themes/refugee/img/baseline.png');
    opacity: 0.5;
}
#baseline.on {
    display: block !important;
}

/*---- COLUMNS ----*/
.frame {
    margin: 0 auto;
    padding: 24px 0;
    max-width: 1140px; 
}
.frame:after {
    content: "";
    display: table;
    clear: both; 
}
[class*='bit-'] {
    float: left;
    padding: 0 12px; 
}
.bit-content {
    width: 66.6666%;
	margin-left: -0.6em;
	margin-top: 23px;
	word-wrap: break-word;
	hyphens: auto;
}
.bit-1 {
    width: 100%; 
}
.bit-2 {
    width: 50%; 
}
.bit-3 {
    width: 33.33333%; 
}
.bit-4 {
    width: 25%; 
}
.bit-5 {
    width: 20%; 
}
.bit-6 {
    width: 16.66667%; 
}
.bit-7 {
    width: 14.28571%; 
}
.bit-8 {
    width: 12.5%; 
}
.bit-9 {
    width: 11.11111%; 
}
.bit-10 {
    width: 10%; 
}
.bit-11 {
    width: 9.09091%; 
}
.bit-12 {
    width: 8.33333%; 
}
.bit-25 {
    width: 25%; 
}
.bit-40 {
    width: 40%; 
}
.bit-60 {
    width: 60%; 
}
.bit-66 {
    width: 66.6666%; 
}
.bit-75 {
    width: 75%; 
}

/*------------------------------------*\
  COLOURS 
\*------------------------------------*/
/* IRRI Blue */
.blue-type {
    color: #1b3d68 !important;
}
.blue-bg {
    background-color: #1b3d68;
    color: #ffffff;
}

/* RIE Red */
.red-type {
    color: #fd233e !important;
}
.red-bg {
    background-color: #fd233e;
    color: #ffffff;
}

/* CRAI Green */
.green-type {
    color: #4bbb86 !important;
}
.green-bg {
    background-color: #4bbb86;
    color: #ffffff;
}

/* Neutrals */
/* Black #253a41 */
.black-type {
    color: #253a41 !important;
}
.black-bg {
    background-color: #253a41;
    color: #ffffff;
}

/* Dark Grey #4d5b63 */
.dark-grey-type {
    color: #4d5b63 !important;
}
.dark-grey-bg {
    background-color: #4d5b63;
    color: #8c9da6;
}

/* Mid Grey #8c9da6 */
.mid-grey-type {
    color: #8c9da6 !important;
}
.mid-grey-bg {
    background-color: #8c9da6;
}

/* Light Grey #eff2f4 */
.light-grey-type {
    color: #eff2f4 !important;
}
.light-grey-bg {
    background-color: #eff2f4;
}

/* White #ffffff */
.white-type {
    color: #ffffff;
}
h3.white-type {
    border-bottom: 2px solid white;
}
.white-bg {
    background-color: #ffffff;
}

/*------------------------------------*\
    SPACING 
\*------------------------------------*/
/* Horizontal rule */
hr {
    width: 100%;
    height: 1px;
    background-color: rgba(140, 157, 166, 0.5);
    border: 0;
    margin: 24px 0;
}
/* Padding */
.padding-0 {
    padding: 0;
}
.padding-12 {
    padding: 12px 0 !important;
}
.padding-24 {
    padding: 24px;
}
.padding-24-bottom {
    padding: 0 0 24px 0 !important;
}
.padding-48 {
    padding: 48px 24px;
}
.padding-72 {
    padding: 72px 24px;
}

/* Margins */
.margin-0 {
    margin: 0px 0 !important;
}
.margin-12 {
    margin: 12px 0 !important;
}
.margin-24 {
    margin: 24px 0 !important;
}
.margin-48 {
    margin: 48px 0 !important;
}

/* Width */
.full-width { 
    display: block;
    width: 100%;
}

/* Height */
.full-height { 
    display: block;
    height: 100%;
}

/*------------------------------------*\
    EFFECTS
\*------------------------------------*/
/* Borders */
/* Blue border */
.blue-border {
    border: 1px solid #1b3d68;
    padding: 24px;
}
.blue-border-top {
    border-top: 1px solid #1b3d68;
}
.blue-border-right {
    border-right: 1px solid #1b3d68;
}
.blue-border-bottom {
    border-bottom: 1px solid #1b3d68;
}
.blue-border-left {
    border-left: 1px solid #1b3d68;
}

/* Red border */
.red-border {
    border: 1px solid #fd233e;
    padding: 24px;
}
.red-border-top {
    border-top: 1px solid #fd233e;
}
.red-border-right {
    border-right: 1px solid #fd233e;
}
.red-border-bottom {
    border-bottom: 1px solid #fd233e;
}
.red-border-left {
    border-left: 1px solid #fd233e;
}

/* Green border */
.green-border {
    border: 1px solid #4bbb86;
    padding: 24px;
}
.green-border-top {
    border-top: 1px solid #4bbb86;
}
.green-border-right {
    border-right: 1px solid #4bbb86;
}
.green-border-bottom {
    border-bottom: 1px solid #4bbb86;
}
.green-border-left {
    border-left: 1px solid #4bbb86;
}

/* Black border */
.black-border {
    border: 1px solid #253a41;
    padding: 24px;
}
.black-border-top {
    border-top: 1px solid #253a41;
}
.black-border-right {
    border-right: 1px solid #253a41;
}
.black-border-bottom {
    border-bottom: 1px solid #253a41;
}
.black-border-left {
    border-left: 1px solid #253a41;
}

/* Dark grey border */
.dark-grey-border {
    border: 1px solid #4d5b63;
    padding: 24px;
}
.dark-grey-border-top {
    border-top: 1px solid #4d5b63;
}
.dark-grey-border-right {
    border-right: 1px solid #4d5b63;
}
.dark-grey-border-bottom {
    border-bottom: 1px solid #4d5b63;
}
.dark-grey-border-left {
    border-left: 1px solid #4d5b63;
}

/* Mid grey border */
.mid-grey-border {
    border: 1px solid #8c9da6;
    padding: 24px;
}
.mid-grey-border-top {
    border-top: 1px solid #8c9da6;
}
.mid-grey-border-right {
    border-right: 1px solid #8c9da6;
}
.mid-grey-border-bottom {
    border-bottom: 1px solid #8c9da6;
}
.mid-grey-border-left {
    border-left: 1px solid #8c9da6;
}

/* Light grey border */
.light-grey-border {
    border: 1px solid #eff2f4;
    padding: 24px;
}
.light-grey-border-top {
    border-top: 1px solid #eff2f4;
}
.light-grey-border-right {
    border-right: 1px solid #eff2f4;
}
.light-grey-border-bottom {
    border-bottom: 1px solid #eff2f4;
}
.light-grey-border-left {
    border-left: 1px solid #eff2f4;
}

/* White border */
.white-border {
    border: 1px solid #ffffff;
    padding: 24px;
}
.white-border-top {
    border-top: 1px solid #ffffff;
}
.white-border-right {
    border-right: 1px solid #ffffff;
}
.white-border-bottom {
    border-bottom: 1px solid #ffffff;
}
.white-border-left {
    border-left: 1px solid #ffffff;
}

.blue-border.padding-72,
.red-border.padding-72,
.green-border.padding-72,
.black-border.padding-72,
.dark-grey-border.padding-72,
.mid-grey-border.padding-72,
.light-grey-border.padding-72,
.white-border.padding-72 {
    padding: 71px 24px;
}

/* Shadows */
.text-shadow {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, .5); 
}
.shadow {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
}

/* IRRI Blue Overlay */
.overlay {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #1b3d68;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
header {    
}
.logo-wrapper {
    display: block;
    width: 72px;
    box-sizing: border-box;
    float: left;
}
.logo-row {
    display: block;
    height: 36px;
    width: auto;
}
.logo-squares {
    display: block;
    height: 36px;
    padding: 2px;
    float: left;
}
.logo-squares span {
    display: block;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    float: left;
}
.logo-squares span.abr {
    width: 32px;
}
.logo-squares span.name {
    width: 0;
    overflow: hidden;
    opacity: 0;
    float: left;
    padding-right: 12px;
    transition: width .2s linear, opacity .2s linear;
    -webkit-transition: width .2s linear, opacity .2s linear;
}
span.name.i {
    margin-left: -14px;
}
span.name.r {
    margin-left: -12px;
}
.logo-wrapper:hover, 
.logo-wrapper:hover .logo-row{
    width: auto;
}
.logo-wrapper:hover .logo-squares span.name {
    display: block;
    opacity: 1;
    width: auto;
}
.logo-wrapper:hover .logo-squares span.name.r {
    margin-left: -10px;
}

/*------------------------------------*\
    NAVIGATION MENU
\*------------------------------------*/
.nav {
	background: white;
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #18262b;
}
.nav a {
    background-color: transparent;
    border: none;
}
.nav a:hover {
    color: #18262b;
}
.nav .frame {
    padding: 0;
}
.nav ul {
	width: 100%;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	list-style: none;
    margin: 0;
}
.nav ul li {
	display: block;
	float: left;
	line-height: 44px;
    text-indent: 0;
	padding: 0;
	margin: 0 24px 0 0;
	position: relative;
}
.nav ul li.menu-item-language{
    float: right;
}
.nav ul li.menu-item-language ul.sub-menu{
    right: -48px;
}
.nav ul li.menu-item-has-children a::after{
    content: "\f140";
    display: inline-block;
    font: inherit;
    font-family: dashicons;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    color: inherit;
}
.nav ul li.menu-item-has-children ul.sub-menu li a::after,
.nav ul li.menu-item-has-children.navLang a::after{
    display: none;
}
.nav ul li a {
    display: block;
    height: 48px;
    width: 100%;
}
.nav ul ul {
	display: none;
	position: absolute;
	top: 48px;
	z-index:600;
}
.nav ul ul li {
	background-color: #18262b;
	min-width: 320px;
	float: none;
	border-bottom: 1px solid #253a41;
	border-right: 1px solid #253a41;
	line-height: 24px;
}
.nav ul ul li a {
	color: #d1d9e1;
    padding: 12px;
    min-height: 48px;
    height: auto;
}
.nav ul ul li:hover a {
    color: white;
}
.nav ul li:hover > ul {
	display: block;
}
.nav ul ul li:hover {
	background-color: #253a41;
	border-bottom: 1px solid #253a41;
	border-right: none;
}
.nav ul ul li ul {
	left: 320px;
	top: 0;
}
.related_posts_by_taxonomy ul li a{
    padding: 12px 0 12px 24px;
}
.nav ul li::before {
    display:none;
}

/*------------------------------------*\
    MOBILE NAVIGTION
\*------------------------------------*/
#mobile-nav-button {
    display: none;
    height: 36px;
    width: 100%;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #18262b;
}
#mobile-nav-button .frame {
    padding: 0;
    margin: 0;
}
#mobile-nav-button h3 {
    line-height: 48px;
    margin: 0;
}
#mobile-nav-button::after {
    content: '\2630';
    background-color: transparent;
    height: 36px;
    width: 48px;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    top: -12px;
    right: 6px;
}
div#mobile-nav-button.open::after {
    content: '\0000D7';
}
.mobile-nav {
    display: none;
	background: white;
	width: 100%;
    height: 100%;
	border-bottom: 1px solid #18262b;
    z-index: 9999;
}
.mobile-nav .frame,
.mobile-nav .frame .bit-1 {
    padding: 0;
    margin: 0;
}
.mobile-nav ul {
	width: 100%;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-nav ul li {
	display: none;
    width: 100%;
	line-height: 48px;
    text-indent: 12px;
	padding: 0;
    margin: 0;
	position: relative;
    border-bottom: 1px solid #18262b;
}
.mobile-nav ul li a:hover {
    background-color: #eff2f4;
}
.mobile-nav ul li.menu-item-has-children::after {
    content: '\25be';
    padding-right: 12px;
    position: absolute;
    top: 0;
    right: 12px;
}
.mobile-nav ul li::before {
    display: none;
}
.mobile-nav ul li a {
    display:block;
    height:100%;
    width:100%;
}
.mobile-nav ul.sub-menu {
    position: relative;
    display: none;
}
.mobile-nav ul.sub-menu li a {
    padding-left: 12px;
}
.mobile-nav ul.sub-menu li ul.sub-menu li a {
    padding-left: 24px;
}
.mobile-nav ul ul li:first-of-type {
    border-top: 1px solid #18262b;
}
.mobile-nav ul ul li:last-of-type {
    border-bottom: none;
}
@media (max-width: 1000px) {
    .nav {
        display: none;
    }
    .mobile-nav {
        display: none;
    }
    #mobile-nav-button {
        display: block;
    }
    .mobile-nav ul li {
	   display: block;
    }
}

/*------------------------------------*\
    BREADCRUMBS
\*------------------------------------*/
#breadcrumbs {
    list-style: none;
    margin: 0;
    overflow: hidden;
    font-size: inherit;
    font-weight: inherit;
}
#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
}
#breadcrumbs li::before {
    content: "\25B8 \0020";
    padding: 0 12px;
}
#breadcrumbs li:first-of-type::before {
    content: "";
    padding: 0;
}
#breadcrumbs li a {
    color: #253a41;
}
.feature-area #breadcrumbs,
.feature-area #breadcrumbs li a {
    color: #fff;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/
form {
}
fieldset {
    background: white;
    border: 1px solid rgba(140, 157, 166, 0.5);
    padding: 24px;
    position: relative;
}
legend {
    height: 24px;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid rgba(140, 157, 166, 0.5);
    font-family: inherit;
    line-height: inherit;
    font-size: 12px;
    color: #8c9da6;
    padding: 0 48px;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'] {
    height: 48px;
    width: 100%;
    background-color: #fff;
    color: #4d5c64;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
    border: 1px solid rgba(140, 157, 166, 0.5);
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-appearance: none !important;
    box-sizing: border-box;
    margin: 12px 0;
    padding: 0 0 0 12px;
    overflow: hidden;
}
input-placeholder{
    color: rgba(140, 157, 166, 0.5); 
    font-weight: bold;
    font-size: 17px;
}
placeholder{
    color: rgba(140, 157, 166, 0.5); 
    font-weight: bold;
    font-size: 17px;
}
::-webkit-input-placeholder{
    color: rgba(140, 157, 166, 0.5); 
    font-weight: bold;
    font-size: 17px;
}
:-moz-placeholder /* Firefox 18- */{
    color: rgba(140, 157, 166, 0.5); 
    font-weight: bold;
    opacity: 1;
    font-size: 17px;
}
::-moz-placeholder /* Firefox 19+ */{
    color: rgba(140, 157, 166, 0.5); 
    font-weight: bold;
    opacity: 1;
    font-size: 17px;
}
:-ms-input-placeholder {
    color: rgba(140, 157, 166, 0.5); 
    font-weight: bold;
    font-size: 17px;
}
input:focus {
    border: 1px solid #eff2f4;
}
input[type="checkbox"] {
    height: 16px;
    width: 16px;
    padding: 0;
    margin: 0 6px 0 0;
}
input[type="checkbox"] + label {
    cursor: pointer;
}
input[type="radio"] {
    height: 16px;
    width: 16px;
    padding: 0;
    margin: 0 6px 0 0;
}
input[type="submit"] {
    height: 48px;
    width: auto;
    background-color: #8c9da6;
    font-family: inherit;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: #4d5b63;
    border: 1px solid #8c9da6;
    padding: 10px 12px;
    cursor: pointer;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
input[type="submit"]:hover {
    background-color: #4d5b63;
    color: #8c9da6;
}
input[type="button"],
.subscribeBtn,
.subscribe #mc_embed_signup .button{
    height: 48px;
    width: auto;
    background-color: #8c9da6;
    font-family: inherit;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: #4d5b63;
    border: 1px solid #8c9da6;
    padding: 10px 12px;
    cursor: pointer;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
input[type="button"]:hover,
.subscribeBtn:hover,
.subscribe #mc_embed_signup .button:hover{
    background-color: #4d5b63;
    color: #8c9da6;
}
button,
.subscribeBtn,
.subscribe #mc_embed_signup .button,
.moreBtn{
    height: 48px;
    background-color: #8c9da6;
    font-family: inherit;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: #4d5b63;
    border: 1px solid #8c9da6;
    padding: 10px 12px;
    margin: 12px 0;
    cursor: pointer;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
button:hover,
.subscribeBtn:hover,
.subscribe #mc_embed_signup .button:hover,
.moreBtn:hover{
    background-color: #4d5b63;
    color: #8c9da6;
}
.subscribeBtn{
    display: block;
}
.moreBtn{
    display: inline-block;
    margin-left:12px;
}
button.large-button {
    height: 72px;
    width: 100%;
    background-color: #1b3d68;
    color: white;
    border: none;
    font-size: 24px;
    line-height: 24px;
}
button.large-button:hover {
    background-color: #3865a0;
}
ul.input-list {
    list-style: none;
    margin: 0; 
}
ul.input-list li {
    display: block;
    height: 24px;
    margin: 24px 0;
}
.styled-select {
    height: 48px;
    width: 100%;
    background: white url('http://www.hennhoneyballtest.com/wp-content/themes/refugee/img/downarrow.png') right no-repeat;
    border: 1px solid rgba(140, 157, 166, 0.3);
    overflow: hidden;
    padding: 10px 6px;
    margin: 12px 0;
}
.styled-select select {
    display: block;
    height: 24px;
    width: 350px;
    background: transparent;
    font-family: inherit;
    font-size: 14px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
select.goog-te-combo {
    width: 100% !important;
    height: 24px !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 24px !important;
}
#google_language_translator {
    height: 24px !important;
}
textarea {
    width: 100%;
    max-width: 320px;
    height: auto;
    max-height: 240px;
    background: white;
    border: 1px solid rgba(140, 157, 166, 0.5); 
    font-family: inherit;
    line-height: inherit;
    font-size: 14px;
    padding: 6px;
    margin: 12px 0;
}
small.note {
    display: block;
    color: #8c9da6;
    margin-bottom: 24px;
}
span.input-combined {
    display: block;
    height: 48px;
    width: 100%;
    position: relative;
    margin: 12px 0
}
span.input-combined input[type="search"],
span.input-combined input[type="text"]{
    width: 100%;
    position: absolute;
    top: 0;
    margin: 0;
}
span.input-combined input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.feature-area .search-form h3{
    display: none;
}
.search-form label {
    color: #253a41;
}
.search-form span.input-combined {
    margin: 0 0 12px 0;
}
.stripe-button-el {
    border-radius: 0 !important;
    background-image: none !important;
    background-color: #1b3d68;
    height: 72px;
    width: 100%;
}
.stripe-button-el:hover {
    background-color: #3865a0;
}
.stripe-button-el span {
    background: none !important;
    box-shadow: none !important;
    font-size: 24px !important;
    border-radius: 0 !important;
}

/*------------------------------------*\
    MailChimp
\*------------------------------------*/
.input-group ul {
    list-style-type: none;
    margin-left: 0;
}
.mc_fieldset {
    background-color: transparent;
    border: none;
    padding: 0;
}

/*------------------------------------*\
    Twitter Feed
\*------------------------------------*/
.rtw_meta {
    display: none;
}

/*------------------------------------*\
    TABLES
\*------------------------------------*/
.table-wrapper {
    width: 100%;
}
table {
    width: 100%;
}
thead {
    border-bottom: 1px solid #8c9da6;
}
th {
    padding: 0 12px;
    vertical-align: bottom;
}
tr {
    height: 36px;
    width: 100%;
    border-bottom: 1px solid #8c9da6;
}
td {
    padding: 0 12px;
    
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.feature-image {
	width: 100%;
    background: #eff2f4 no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.feature-image img {
    width: 100%;
    height: auto;
}
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    MEDIA
\*------------------------------------*/

/*------------------------------------*\
    LOOP
\*------------------------------------*/
article.loop,
article.loop-featured,
article.loop-link,
article.loop-video {
    width: 50%;
    padding: 12px;
}
article.loop {
    padding-bottom: 12px;
}
.card {
    position: relative;
    height: 480px;
    overflow: hidden;
    background-color: white;
    border: 1px solid rgba(140, 157, 166, 0.3); 
}
.card .feature-image {
    height: 160px;
    overflow: hidden;
}
.post-title {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 12px 0 11px 0;
    border-bottom: 1px solid #253a41;
    opacity: 1;
    z-index: 999;
}
p.excerpt {
    display: inline-flex;
    flex-direction: column;
    margin: 12px 0 0 0;
    padding: 0 12px 12px 12px;
}
.post-title {
    padding: 12px 12px 11px 12px;
    overflow: hidden;
    opacity: 1;
    transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}
/*
.loop-featured .post-title,
.loop-link .post-title, 
.loop-video .post-title {
    position: absolute;
    top: 0;
    left: 0;
}
*/
.loop-featured .feature-image,
.loop-link .feature-image, 
.loop-video .feature-image {
    background-color: white;
}
.loop-link .dashicons {
    display: block;
    height: 36px;
    width: 36px;
    background-color: #eff2f4; 
    position: absolute;
    bottom: 0;
    right: 36px;
    text-align: center;
    font-size: 17px;
    line-height: 36px;
    color: #8c9da6;
}
a.view-article {
    display: block;
    height: 36px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border: none;
    font-size: 17px;
    text-align: center;
    font-weight: 700; 
    letter-spacing: 1px;
    line-height: 36px;
    color: white;
    transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    margin-top: 24px;
}
a.view-article::after {
    content: '\25B8';
    display: block;
    height: 36px;
    width: 36px;
    position: absolute;
    right: 0;
    background-color: #1b3d68;
}
a.view-article:hover {
    background-color: #3865a0;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/* Front Page */
/* Featured Publication Area */
.home .addtoany_share_save_container.addtoany_content_bottom {
    display: none;
}
.feature-publication-wrapper {
    height: 504px;
    overflow: hidden;
    margin: 0;
}
.feature-publication-wrapper h4 {
    padding: 0;
}
.feature-publication-wrapper .view-article {
    display: none;
}
.feature-publication-wrapper h4 a {
    background-color: transparent;
    color: white;
    border-bottom: none;
}
.feature-publication-wrapper a:hover {
    background-color: transparent;
}
.feature-publication-wrapper .post-title {
    max-height: none !important;
    height: auto !important;
    min-height: auto !important;
    overflow: visible;
    background-color: transparent;
    opacity: 1;
    border-bottom: 1px solid #fff;
    padding: 12px 24px 24px 24px;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
}

/* Get Involved */
.get-involved-image-wrapper {
    background: #132943 no-repeat center;
    background-size: cover;
    height: 288px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: -24px 0;
    padding: 0;
    text-align: center;
}

/* feature area */
.feature-area {
    min-height: 290px;
    width: 100%;
    background-color: #1b3d68;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.feature-area h1 {
    font-size:35px;
}

/* Subscribe */

.subscribe #mc_embed_signup form{
    padding:0;
}
.subscribe #mc_embed_signup .mc-field-group input{
    margin-top:0;
}

/* Vacancies */

.post-type-archive-vacancies .searchFilter{
    display: none;
}
.post-type-archive-vacancies .post-wrapper{
    float:none;
    width:100%;
}

/*------------------------------------*\
    POSTS
\*------------------------------------*/
.post-wrapper.bit-1 > * {
    width: 33.333%;
}
.post-wrapper {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
	float: left;
	margin: 0;
	padding: 0;
}
ul.post-meta{
line-height:18px;
}
h6.published {
    border-bottom: 1px solid #8c9da6;
    margin-bottom: 12px;
}
h3.file-link {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #eff2f4;
    float: left;
    margin: 0 0 24px 0;
    padding: 12px 12px 12px 84px;
    border-bottom: 1px solid #8c9da6;
}
.file-link-icon {
    display: block;
    height: 72px;
    width: 72px;
    background-color: #8c9da6;
    float: left;
    text-align: center;
    margin: -12px 12px -12px -84px;
    padding: 24px 0;
}
.file-link-icon h1.dashicons {
    font-size: 24px;
}
a:hover h3.file-link {
    color: #8c9da6;
}
a:hover .file-link-icon {
    color: #4d5b63;
}
.post-edit-link {
    display: block;
    height: 48px;
    width: 150px;
    background-color: #8c9da6;
    color: #4d5b63;
    margin: 24px 0;
    padding: 0 12px;
    text-align: center;
    font-weight: bold;
    line-height: 49px;
}

/*------------------------------------*\
    SIDEBARS
\*------------------------------------*/
.sidebar {
    padding-bottom: 48px;
}
.sidebar .filter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.sidebar .filter > * {
    width: 33.333%;
}
.sidebar .filter details {
    border: none;
}

/*------------------------------------*\
    SOCIAL
\*------------------------------------*/
#post-155 .addtoany_share_save_container.addtoany_content_bottom {
    display: none;
}

/*------------------------------------*\
    COMMENTS
\*------------------------------------*/

/*------------------------------------*\
    DETAILS
\*------------------------------------*/
details {
    background-color: #eff2f4;
    border: 1px solid rgba(140, 157, 166, 0.5);
    padding: 12px;
    margin: 12px 0;
}
summary {
    cursor: pointer;
}

/*------------------------------------*\
    MESSAGE BLOCKS
\*------------------------------------*/
.negative {
    position: relative;
    width: 100%;
    background-color: #ffccd2;
    border: 1px solid #fd233e;
    padding: 24px;
}
.negative::after {
    position: absolute;
    content: '\02716';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #fd233e;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    color: white;
    top: 24px;
    right: 24px;
}
.caution {
    position: relative;
    width: 100%;
    background-color: #fff1b5;
    border: 1px solid #f4d442;
    padding: 24px;
}
.caution::after {
    position: absolute;
    content: '\25B2';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #f4d442;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    line-height: 21px;
    color: white;
    padding: 0 0 0 1px;
    top: 24px;
    right: 24px;
}
.positive {
    position: relative;
    width: 100%;
    background-color: #baffde;
    border: 1px solid #4bbb86;
    padding: 24px;
}
.positive::after {
    position: absolute;
    content: '\02605';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #4bbb86;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    color: white;
    padding: 0 0 0 1px;
    top: 24px;
    right: 24px;
}

/*------------------------------------*\
    FACET-WP
\*------------------------------------*/
.fwp-load-more {
    margin-bottom: 24px;
}
.facetwp-facet-search {
    overflow: hidden;
    width: 100%;
}
.facetwp-facet select {
    width: 100%;
}
input.facetwp-search {
	width: 100%;
	margin-top: 28px;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
footer {
	background: #eff2f4;
	padding: 48px 0 72px 0;
    color: #253a41; 
}
footer h3 {
    border-color: #253a41;
}
footer a {
    background-color: transparent;
    border: none;
    color: inherit;
}
footer .search-form label {
    color: #253a41;
}
footer a:hover {
    background-color: transparent;
} 
.indicates-required,
.asterisk {
    display: none;
}
.footerHeadingSection {
    min-height: 120px;
    margin: 0 0 24px 0;
}
.footer-social {
    margin: 0 12px 3px 0;
}

/* Forms */
footer input {
    background-color: #8c9da6; 
    margin: 0 0 12px 0;
}
footer input:focus {
    border: 1px solid #8c9da6;
}
footer input::input-placeholder{
    color: #4d5b63;
}
footer input::placeholder{
    color: #4d5b63;
}
footer input::-webkit-input-placeholder{
    color: #4d5b63;
}
footer input:-moz-placeholder /* Firefox 18- */{
    color: #4d5b63;
    opacity: 1;
}
footer input::-moz-placeholder /* Firefox 19+ */{
    color: #4d5b63;
    opacity: 1;
}
footer input:-ms-input-placeholder {
    color: #4d5b63;
}
footer input[type="submit"] {
    background-color: #1b3d68;
    color: #ffffff;
    border: 1px solid #253a41;
    margin: 0;
}
footer button {
    background-color: #1b3d68;
    color: #8c9da6;
}
img.footer-social {
    vertical-align: text-top;
}
footer label {
    color: #253a41; 
    cursor: pointer;
}

#mce-error-response.response,
#mce-success-response.response{
    margin: 10px 0;
}

footer .button{
    margin-bottom: 20px;
}

/*------------------------------------*\
    PATTERN LIBRARY
\*------------------------------------*/
details.pattern-details {
    border-top: 1px solid rgba(140, 157, 166, 0.5);
    border-right: 1px solid rgba(140, 157, 166, 0.5);
    border-bottom: none;
    border-left: 1px solid rgba(140, 157, 166, 0.5);
    margin: 12px 0 0 0; 
}
details.pattern-details pre code {
    margin: 0;
}
.pattern-preview {
    border: 1px solid rgba(140, 157, 166, 0.5);
    padding: 12px;
    margin-bottom: 24px;
}
.pattern-preview article {
    margin: 0 auto;
}

/*------------------------------------*\
    MOBILE
\*------------------------------------*/
@media (max-width: 480px) {
    /*------------------------------------*\
        GRID
    \*------------------------------------*/
    .bit-1,
    .bit-2,
    .bit-3,
    .bit-4,
    .bit-5,
    .bit-6,
    .bit-7,
    .bit-8,
    .bit-9,
    .bit-10,
    .bit-11,
    .bit-12,
    .bit-66,
    .bit-content,
    .post-wrapper{
        width: 100%; 
    }
    body #click-menu {
        top:10px !important;
    }
    body #click-menu #RMX {
        top: 10px !important;
    }
    #filter {
        margin-top: 12px;
        padding-bottom: 24px;
    }
    #filter.affix {
        position: static;
        width: 100%;
    }
    input[type="search"] {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
    .fwp-load-more{
        margin-left:0;
    }
    .header .bit-66,
    .header .bit-3 {
        width: 50% !important;
    }
    
    /*------------------------------------*\
        PAGES
    \*------------------------------------*/
    /*---- HOME PAGE ----*/
    .home .feature-area {
        display: none;
    }
    .feature-publication-wrapper {
        height: 480px;
    }
    .get-involved {
        padding: 0 0 48px 0;
    }
    .get-involved-image-wrapper {
        margin: -12px 0 12px 0;
    }
    
    /*------------------------------------*\
        TYPOGRAPHY
    \*------------------------------------*/
    h1.arrow {
        margin: 24px 0 0 24px;
    }
    p.arrow {
        margin: 0 0 24px 24px;
    }
}

/*------------------------------------*\
    TABLET
\*------------------------------------*/
@media (min-width: 480px) and (max-width: 780px) {
    /*------------------------------------*\
        GRID
    \*------------------------------------*/
    .bit-2,
    .bit-4, 
    .bit-6, 
    .bit-8, 
    .bit-10,
    .bit-12 {
        width: 50%; 
    }
    .bit-1,
    .bit-3, 
    .bit-5, 
    .bit-7, 
    .bit-9, 
    .bit-11, 
    .bit-66,
    .bit-content,
    .post-wrapper {
        width: 100%; 
    } 
    .header .bit-66,
    .header .bit-3 {
        width: 50% !important;
    }
    body #click-menu {
        top: 40px !important;
    }
    body #click-menu #RMX {
        top: 32px !important;
    }
    #filter {
        margin-top: 0;
        padding-bottom: 0;
    }
    #filter.affix {
        position: static;
        width: 100%;
    }
}

/*------------------------------------*\
    LAPTOP
\*------------------------------------*/
@media (min-width: 780px) and (max-width: 1340px) {
    /*------------------------------------*\
        GRID
    \*------------------------------------*/ 
    .bit-7 {
        width: 100%; 
    }
    .bit-4, 
    .bit-8, 
    .bit-10, 
    .bit-12,
    .bit-2 {
        width: 50%; 
    } 
    .fwp-load-more {
        margin-left: 380px;
    }
    #filter.affix {
        position: fixed;
        top: 12px;
        width: 356px;
        -webkit-transform: translateZ(0);
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}