/*
Theme Name: London Economics
Theme URI: http://londoneconomics.co.uk/
Author: Catapult
Author URI: http://catapultdesign.co.uk/
Description: 2013 version
Version: 1.0.4
Text Domain: londoneconomics
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

audio,
canvas,
video {
    display: inline-block;
}

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

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "proxima-nova", Helvetica, sans-serif;
}

select {
    padding: 2px;
}

body {
    color: #141412;
    line-height: 1.5;
    margin: 0;
}

a {
    text-decoration: none;
    transition: all 0.15s linear;
}

a:focus {
    outline: thin dotted;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: Bitter, Georgia, serif;
    line-height: 1.3;
    color: #111;
}

h1 {
    font-size: 36px;
    margin: 33px 0;
}

h2 {
    font-size: 24px;
    margin: 12px 0;
}

h3 {
    font-size: 20px;
    margin: 12px 0;
}

h4 {
    font-size: 18px;
    margin: 4px 0;
}

h5 {
    font-size: 18px;
    margin: 30px 0;
}

h6 {
    font-size: 16px;
    margin: 36px 0;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

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

b,
strong {
    font-weight: 600;
}

dfn {
    font-style: italic;
}

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

p {
    margin: 0 0 14px;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

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

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em,
blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: 600;
}

dd {
    margin: 0 0 20px;
}

menu,
ol,
ul {
    margin: 8px 0 16px;
}

ul {
    list-style-type: square;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul,
li > ol {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

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

figure {
    margin: 0;
}

form {
    margin: 0;
}

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

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

select {
    font-size: 90%;
}

button,
input {
    line-height: normal;
}

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

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

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px; /* Don't cut off the webkit search cancel button */
    width: 270px;
}

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

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

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 20px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: 600;
    text-transform: uppercase;
}

td, th {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

del {
    color: #333;
}

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

hr {
    background: url(images/dotted-line.png) repeat center top;
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}


/**
 * 2.0 Reset some Bootstrap stuff
 * ----------------------------------------------------------------------------
 */
body {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #333;
    background-color: #fff;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.1;
}

a {
    color: #06357a;
}

a:hover, a:focus {
    color: #06357a;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
    clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
    content: "";
    display: table;
}

/* Assistive text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

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

/* Form fields, general styles first. */
button,
input,
textarea {
    border: 2px solid #d4d0ba;
    font-family: inherit;
    padding: 5px;
}

input,
textarea {
    color: #141412;
}

input:focus,
textarea:focus {
    border: 2px solid #c3c0ab;
    outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: #05357a; /* Old browsers */
    background: -webkit-linear-gradient(top, #063d8c 0%, #05357a 100%); /* Chrome 10+, Safari 5.1+ */
    background: linear-gradient(to bottom, #063d8c 0%, #05357a 100%); /* W3C */
    border: none;
    border-bottom: 3px solid #032556;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 5px 24px 5px;
    text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
    background: #05357a; /* Old browsers */
    background: -webkit-linear-gradient(top, #063d8c 0%, #05357a 100%); /* Chrome 10+, Safari 5.1+ */
    background: linear-gradient(to bottom, #063d8c 0%, #05357a 100%); /* W3C */
    outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    background: #d94412; /* Old browsers */
    background: -webkit-linear-gradient(top, #05357a 0%, #063d8c 100%); /* Chrome 10+, Safari 5.1+ */
    background: linear-gradient(to bottom, #05357a 0%, #063d8c 100%); /* W3C */
    border: none;
    border-top: 3px solid #032556;
    padding: 5px 24px 5px;
}

.post-password-required input[type="submit"] {
    padding: 7px 24px 4px;
    vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
    padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #7d7b6d;
}

:-moz-placeholder {
    color: #7d7b6d;
}

::-moz-placeholder {
    color: #7d7b6d;
}

:-ms-input-placeholder {
    color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */

img,
.wp-caption {
    max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

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

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}

/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

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

img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
.container {
    position: relative;
    width: 1170px;
    margin: 0 auto;
}

.recruitment-container {
    background-image: unset;
}

@media screen and (min-width: 768px) {
    .recruitment-container {
        background-image: url("images/recruitment-background.png");
        background-repeat: no-repeat;
        background-position-y: 860px;
        background-position-x: 200px;
    }
}

@media screen and (min-width: 1000px) {
    .recruitment-container {
        background-position-y: 280px;
        background-position-x: 500px;
    }
}

@media screen and (min-width: 1401px) {
    .recruitment-container {
        background-position-y: 280px;
        background-position-x: 780px;
    }
}

.span-mini {
    width: 35px;
}

.span-1 {
    width: 70px;
}

.span-2 {
    width: 170px;
}

.span-3 {
    width: 270px;
}

.span-4 {
    width: 370px;
}

.span-5 {
    width: 470px;
}

.span-6 {
    width: 570px;
}

.span-7 {
    width: 670px;
}

.span-8 {
    width: 770px;
}

.span-9 {
    width: 870px;
}

.span-10 {
    width: 970px;
}

.span-11 {
    width: 1070px;
}

.span-12 {
    width: 1170px;
}

.span-mini {
    width: 3.5%;
}

.span-1 {
    width: 6.5%;
}

.span-2 {
    width: 15%;
}

.span-3 {
    width: 23.5%;
}

.span-4 {
    width: 32%;
}

.span-5 {
    width: 40.5%;
}

.span-6 {
    width: 49%;
}

.span-7 {
    width: 57.5%;
}

.span-8 {
    width: 66%;
}

.span-9 {
    width: 74.5%;
}

.span-10 {
    width: 83%;
}

.span-11 {
    width: 91.5%;
}

.span-12 {
    width: 100%;
}

.span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-6-5 {
    float: left;
    margin-right: 30px;
    margin-right: 2%;
}

.span-mini {
    float: left;
    margin-right: 10px;
    margin-right: 2%;
}

.span-mini a {
    color: #666;
}

.first-one {
    clear: left;
}

.last-one {
    margin-right: 0;
}

.pull-right {
    float: right;
}

.site {
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
}

.site-main {
    position: relative;
    margin-top: 0;
    transition: all 0.15s linear;
}

.panel-down.small-header .site-main {
    margin-top: 60px;
}

.site-main .sidebar-container {
    height: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 1;
}

.site-main .sidebar-inner {
    margin: 0 auto;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
    background-color: #fff;
    border-bottom: 3px solid #ddd;
    overflow: hidden;
    width: 100%;
    z-index: 9999;
}

.big-header .site-header {
    position: relative;
    height: 130px;
}

.small-header .site-header {
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
}

.site-header .home-link {
    color: #141412;
    display: block;
    margin: 0 auto;
    padding: 0 20px;
    text-decoration: none;
}

.site-header .site-title:hover {
    text-decoration: underline;
}

.site-title {
    /*	transition: all 0.15s linear;*/
}

#mobile-nav-button {
    display: none;
}

.big-header .site-title {
    height: 76px;
    margin-top: 33px;
}

.small-header .site-title {
    width: 100px;
    height: auto;
    margin-top: 18px;
}

h1.site-title {
    margin-bottom: 0;
}

.site-title a {
    display: block;
    height: 100%;
    width: 100%;
}

#social-panel {
    position: absolute;
    right: 0;
    transition: all 0.15s linear;
}

.big-header #social-panel {
    top: 20px;
}

.small-header #social-panel {
    top: 3px;
}

ul#social-list {
    float: left;
    list-style: none;
}

ul#social-list li {
    float: left;
    margin-left: 10px;
    font-size: 130%;
    color: #666;
}

ul#social-list a {
    color: #666;
}

ul#social-list a:hover {
    text-decoration: none;
}

#top-contact {
    float: left;
    margin-top: 8px;
}

#lang-select {
    display: none !important;
}

/**
 * Menu Panel
 * ----------------------------------------------------------------------------
 */

.menu-panel {
    padding: 20px 0 30px;
    background-color: #f1f1f1;
    border-bottom: 3px solid #ddd;
    overflow: hidden;
    display: none;
}

.menu-panel-list {
    display: none;
}

.big-header .menu-panel {

}

.small-header .menu-panel {
    position: fixed;
    width: 100%;
    top: 80px;
    z-index: 9998;
}

.menu-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-panel ul#menu-recruitment {
    float: right;
}

.menu-panel ul#menu-recruitment li {
    float: left;
    margin-left: 35px;
}

.menu-panel ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row
}

.menu-panel .span-2 {
    /*width: auto;*/
    margin: 0;
    float: none;
    text-align: center;
}

.menu-panel ul ul {
    display: none
}

.menu-panel {
    padding-bottom: 20px
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
#navbar {
    padding: 0;
    float: right;
    text-align: right;
}

.main-navigation {
    clear: both;
    /*	transition: all 0.15s linear; */
    position: relative;
}

.big-header .main-navigation {
    margin-top: 80px;
}

.small-header .main-navigation {
    margin-top: 48px;
}

ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
}

.nav-menu li {
    display: inline-block;
    position: relative;
}

.nav-menu li a {
    color: #141412;
    display: block;
    font-size: 17px;
    line-height: 1;
    margin-left: 30px;
    text-decoration: none;
}

.nav-menu li:first-child a {
    margin-left: 0;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
    color: #06357a;
}

.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    border-top: 0;
    display: none;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #424242;
    margin: 0;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
    background-color: #f1f1f1;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
    display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
    color: #06357a;
}

.menu-toggle {
    display: none;
}

.dws-border ul {
    display: table;
}

.dws-border li {
    padding-right: 5px;
    padding-left: 5px;
    display: table-cell;
    vertical-align: middle;
}

/*.dws-border li:not(.last-one) {*/
/*    border-right: 1px solid black;*/
/*}*/

/* Mobile Navbar */
#mobile-navbar {
    display: none;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */


/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
}

.flex-direction-nav a.flex-next:before {
}

/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

.nav-menu li.highlighted a,
.nav-menu li#menu-item-3897 a,
.nav-menu li#menu-item-1455 a {
    background-color: #06357A;
    color: #fff;
    padding: 10px;
}


/**
 * Flexslider adjustments
 * ----------------------------------------------------------------------------
 */
.flexslider {
    margin: 0 0 20px;
    border: none;
    border-bottom: 3px solid #f1f1f1;
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.flexslider .slides > li {
    position: relative;
}

.slider-caption {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 340px;
    font-size: 34px;
    font-weight: 300;
    line-height: 1.2;
    padding: 20px;
    color: #fff;
    background-color: rgba(6, 53, 122, 0.6);
}

/* Slider */
.flexslider-loading {
    font-family: FontAwesome;
    width: 100%;
    font-size: 150%;
    text-align: center;
    margin: 50px 0;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

.flexslider-loading:before {
    text-decoration: inherit;
    display: inline;
    speak: none;
    content: "\f110";
}

.flexslider .slides > li {
    position: relative;
}

.flex-direction-nav a {
    font-family: FontAwesome;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    width: 40px;
    height: 40px;
    padding: 10px 15px;
    background-color: #111;
    background-image: none;
    color: #fff;
    text-indent: 0;
    border-radius: 4px;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.flex-direction-nav .flex-next {
    right: 5px;
    opacity: 0.9;
}

.flex-direction-nav .flex-prev {
    left: 5px;
    opacity: 0.9;
}

.flex-direction-nav .flex-prev:before {
    font-family: FontAwesome;
    font-size: 15px;
    text-decoration: inherit;
    display: inline;
    speak: none;
    content: "\f053";
}

.flex-direction-nav .flex-next:before {
    font-family: FontAwesome;
    font-size: 15px;
    text-decoration: inherit;
    display: inline;
    speak: none;
    content: "\f054";
}

/**
 * Home
 * ----------------------------------------------------------------------------
 */
.sector-bucket {
    margin-bottom: 24px;
}

.twitter-panel {
    margin-top: 58px;
    background: #f1f1f1;
    padding: 15px;
}

.twitter-panel h2 {
    margin-top: 15px;
}

.twitter-color {
    color: #33ccff;
}

.tweet {
    margin: 20px 0 20px;
    overflow: hidden;
}

.twitter-thumb {
    float: left;
    width: 15%;
    margin: 5px 2% 0 0;
}

.twitter-content {
    float: left;
    width: 83%;
}

.latest-publications {
    background-color: #e6eaf1;
    border-top: 3px solid #f1f1f1;
    border-bottom: 3px solid #f1f1f1;
    overflow: hidden;
    padding: 40px 0 20px;
}

.latest-bucket {
    margin: 20px 0 10px;
}

.latest-bucket h3 {
    margin-top: 0;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
    padding: 60px 0 40px;
}

.emphasis {
    font-size: 140%;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.entry-thumbnail img {
    display: block;
    margin: 0 auto 30px;
    border-radius: 2px;
}

.entry-header {
    margin-bottom: 30px;
}

.entry-title {
    margin: 0 0 5px;
}

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
    clear: both;
}

.entry-meta > span {
    margin-right: 20px;
}

.entry-meta > span:last-child {
    margin-right: 0;
}

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {

}

.entry-content .space-btn {
    display: flex;
    max-width: fit-content;
    align-items: center;
    border-radius: 30px;
    column-gap: 20px;
    background-color: #06357A;
    color: #fff;
    padding: 10px 25px;
}
.space-btn:before {
    content:"";
    height:35px;
    width:35px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='34.929' viewBox='0 0 35 34.929'%3E%3Cg id='Group_14452' data-name='Group 14452' transform='translate(0.013 -0.267)'%3E%3Cpath id='Path_5067' data-name='Path 5067' d='M34.983,2.419c0-.1-.006-.208-.01-.312s-.008-.232-.014-.349c-.012-.234-.027-.469-.047-.705A.778.778,0,0,0,34.2.343c-.236-.02-.471-.035-.7-.047-.119-.006-.236-.01-.354-.014-.1,0-.2-.008-.306-.01-.17,0-.339-.005-.507-.005h-.084A19.572,19.572,0,0,0,22.7,2.805l-.164.089-.058.031-.012.009a35.666,35.666,0,0,0-7.729,6.061c-.3.3-.592.6-.882.908l-5.119.389a.779.779,0,0,0-.412.156L.295,16.558a.778.778,0,0,0,.4,1.394l7.534.68,2.385,2.385a5.13,5.13,0,0,0-2.445,1.4A5.389,5.389,0,0,0,7.114,23.9c-.34.719-1.085,2.571-1.874,4.531l-.385.956A.778.778,0,0,0,5.867,30.4l.991-.4c1.944-.783,3.781-1.523,4.5-1.863a5.393,5.393,0,0,0,1.474-1.054,5.126,5.126,0,0,0,1.4-2.444l2.315,2.315.68,7.534a.778.778,0,0,0,1.394.4l6.11-8.029a.779.779,0,0,0,.156-.412l.378-4.968q.5-.473.991-.963a35.669,35.669,0,0,0,6.064-7.734l.005-.008.02-.037c.065-.117.127-.234.189-.352a19.524,19.524,0,0,0,2.448-9.372c0-.032,0-.064,0-.1Q34.988,2.671,34.983,2.419ZM25.039,14.811a3.249,3.249,0,1,1-4.594-4.595h0a3.249,3.249,0,1,1,4.594,4.595Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat:no-repeat;
}
.space-btn:hover {
    color:#f4f4f4;
}

.entry-content .brochure-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 2rem 0;
}

.entry-content .brochure-wrapper .brochure-wrapper__brochure {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2rem;
}

.entry-content .brochure-wrapper .brochure-wrapper__content {
    font-size: 22px;
    padding-left: 0px;
    width: 100%;
}

.entry-content .brochure-wrapper .brochure-wrapper__content ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.entry-content .brochure-wrapper .brochure-wrapper__content ul li {
    font-size: 16px;
    margin-bottom: 8px;
}

.entry-content .brochure-wrapper .brochure-wrapper__content ul li::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.434' height='9.454' viewBox='0 0 5.434 9.454'%3E%3Cpath d='M3382.856,97.361l4.373,4.373,4.373-4.373' transform='translate(-97.007 3391.957) rotate(-90)' fill='none' stroke='%2306357a' stroke-width='1'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-flex;
    flex-shrink: 0;
    width: 16px;
    height: 10px;
    margin-right: 10px;
}

.entry-content .brochure-wrapper .brochure-wrapper__content ul li a {
    color: #111;
}

.entry-content .brochure-wrapper .brochure-wrapper__brochure a.download {
    color: #fff;
    background-color: #06357A;
    padding: 10px;
    width: 176px;
    text-align: center;
    margin-top: 0.5rem;
}

.entry-content .cta-wrapper {
    background-color: #F1F1F1;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.entry-content .cta-wrapper h3 {
    text-align: center;
    margin-top: 0;
    font-size: 24px;
    width: 100%;
    margin-bottom: 2rem;
}

.entry-content .cta-wrapper a {
    color: #fff;
    background-color: #06357A;
    padding: 10px;
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 1000px) {
    .entry-content .cta-wrapper h3 {
        text-align: left;
        width: 75%;
        margin-bottom: 0;
    }

    .entry-content .cta-wrapper a {
        width: 25%;
    }

    .entry-content .brochure-wrapper .brochure-wrapper__brochure {
        width: 25%;
        margin-bottom: 0;
    }

    .entry-content .brochure-wrapper .brochure-wrapper__content {
        width: 75%;
    }

    .entry-content .brochure-wrapper .brochure-wrapper__content {
        padding-left: 10px;
    }
}

.entry-content blockquote {
    font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
    font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
    margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
    margin-right: -60px;
}

.entry-content img.alignleft.no-margin,
.entry-content .wp-caption.alignleft.no-margin {
    margin-left: 0 !important;
}

.entry-content img.alignright.no-margin,
.entry-content .wp-caption.alignright.no-margin {
    margin-right: 0 !important;
}

footer.entry-meta {
    margin-top: 24px;
}

.format-standard footer.entry-meta {
    margin-top: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
    background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */
.paging-navigation {
    width: auto;
    margin: 20px auto;
}

.nav-links {
    display: table;
    margin: 0 auto;
    width: auto;
}

.page-numbers li {
    float: left;
    margin: 0 2px;
    text-align: center;
}

.page-numbers li a, .page-numbers li span.current, .page-numbers li span.dots {
    display: block;
    background-color: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
    padding: 8px;
    text-align: center;
}

.page-numbers {
    display: table-cell;
}

.page-numbers li a:hover, .page-numbers li span.current {
    text-decoration: none;
    background-color: #f1f1f1;
}

.page-numbers li span.dots {
    background-color: transparent;
    border: none;
}

/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
    margin-bottom: 15px;
}

.archive-entry {
    margin-bottom: 30px;
}

.publication-search-result {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.publication-search-result h3 {
    margin-top: 0;
}

/**
 * Publications
 * ----------------------------------------------------------------------------
 */

.download-link {
    font-size: 150%;
    margin-bottom: 30px;
}

.publication-tag {
    white-space: nowrap;
}

.publication-tag a {
    background-color: #f1f1f1;
    border-radius: 2px;
    padding: 4px 6px;
    color: #333;
    margin-right: 3px;
}

.publication-tag a:hover {
    background-color: #eaeaea;
    text-decoration: none;
}

/**
 * Teams
 * ----------------------------------------------------------------------------
 */
.team-group {
    margin-bottom: 30px;
}

ul.teams-thumbs {
    margin: 0;
    padding: 0;
}

.teams-thumbs li {
    list-style: none;
    float: left;
    width: 70px;
    margin: 0 5px 5px;
    position: relative;
}

.teams-thumbs li .team-thumb-image {
    height: 100px;
    overflow: hidden;
    border-radius: 2px;
}

.teams-thumbs li img {
    border-radius: 2px;
}

.team-thumb-title {
    position: absolute;
    width: 70px;
    height: 100px;
    top: 0;
    left: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 5px 0;
    font-size: 12px;
    text-align: center;
    line-height: 13px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.15s linear;
}

.teams-thumbs li:hover .team-thumb-title {
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 30px 5px 0;
}

/**
 * Press
 * ----------------------------------------------------------------------------
 */

.press-search-result .span-mini {
    font-size: 13px;
}

.press-search-result img {
    border-radius: 2px;
}

.press-date {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 6px 0;
    margin-bottom: 12px;
}

/**
* Forms
* ----------------------------------------------------------------------------
*/

.gform_wrapper {
    margin: 10px 0 30px;
}

ul.gform_fields {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.gform_fields li {
    margin-bottom: 12px;
}

ul.gform_fields input, ul.gform_fields textarea {
    width: 370px;
}

.gform_wrapper div.validation_error {
    color: #790000;
    font-size: 1.2em;
    font-weight: 600;
}

.gform_wrapper div.validation_error {
    color: #790000;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 1.6em;
}

.validation_message {
    font-weight: 600;
    padding: 6px 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 12px;
    margin-bottom: 12px !important;
    padding-left: 10px !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #FFDFE0;
    margin-bottom: 6px !important;
    padding: 6px 6px 4px 6px !important;
    border: 1px solid #C89797;
}
.gform_validation_container {
    display: none;
}

/**
* 5.10 Search Results/No posts
* ----------------------------------------------------------------------------
*/

.page-header {
    background-color: #e8e5ce;
}

.page-title {
    font: 300 italic 30px "proxima-nova", Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%;
}

.page-content {
    margin: 0 auto;
    max-width: 604px;
    padding: 40px 0;
    width: 100%;
}

.search-result {
    padding: 20px 0 10px;
}

/**
 * Contact
 * ----------------------------------------------------------------------------
 */

.contact-element {
    padding-top: 70px;
    word-break: break-all;
}

/**
* 5.11 404
* ----------------------------------------------------------------------------
*/

.error404 .page-header {
    background-color: #fff;
}

.error404 .page-title {
    line-height: 0.6;
    margin: 0;
    padding: 300px;
    position: relative;
    text-align: center;
    width: auto;
}

.error404 .page-title:before {
    color: #e8e5ce;
    content: "\f423";
    font-size: 964px;
    line-height: 0.6;
    overflow: hidden;
    position: absolute;
    left: 7px;
    top: 28px;
}

.error404 .page-wrapper {
    background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding-bottom: 40px;
    width: 100%;
}

/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
}

.mu_alert {
    margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
    font-size: inherit;
    width: 270px;
}

.site-main .mu_register input[type="submit"] {
    width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.sidebar {
    margin-top: 128px;
}

.sidebar .sidebar-inner {
    background-color: #f1f1f1;
    border-radius: 4px;
    padding: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.sidebar-header {
    padding: 10px 20px 0;
    border-bottom: 1px solid #fafafa;
    background: #eaeaea;
    cursor: pointer;
}

.sidebar-body {
    padding: 20px;
}

.sidebar-toggle {
    position: absolute;
    top: 0px;
    right: 15px;
    cursor: pointer;
    height: 60px;
    border-left: 1px solid #fafafa;
    padding-left: 17px;
    padding-top: 23px;
}

.sidebar-header.active .sidebar-toggle:before {
    content: "\f107\00a0";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 120%;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

.sidebar-header.inactive .sidebar-toggle:before {
    content: "\f106\00a0";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 120%;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

.team-member {
    margin-bottom: 20px;
}

.team-thumbnail {
    float: left;
    width: 25%;
    margin-right: 2%;
}

.team-thumbnail img {
    border-radius: 2px;
}

.team-info {
    float: left;
    width: 73%;
}

.team-contact {
    clear: both;
    margin: 15px 0;
}

.team-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.sidebar ul.recent-publications {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar ul.recent-publications li {
    margin-bottom: 18px;
    overflow: hidden;
}

.recent-icon {
    float: left;
    width: 9%;
    margin-right: 3%;
    font-size: 240%;
}

.recent-icon a {
    color: #666;
}

.recent-content {
    float: left;
    width: 88%;
}

#s {
    width: 65%;
}

.menu-panel-list #s {
    width: 65%;
}

.sidebar-search-button {
    float: right;
}

.search-label {
    width: 100px;
    margin-right: 10px;
    display: inline-block;
}

.search-field {
    width: 200px;
    float: right;
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
    background-color: rgba(247, 245, 231, 0.7);
    font-size: 14px;
    margin: 0 0 24px;
    padding: 20px;
    word-wrap: break-word;
}

.widget .widget-title {
    font: 300 italic 20px "proxima-nova", Helvetica, sans-serif;
    margin: 0 0 10px;
}

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

.widget li {
    padding: 5px 0;
}

.widget .children li:last-child {
    padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
    margin-left: 20px;
}

/* Search widget */
.search-form .search-submit {
    display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
    display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
    color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px;
}

.widget_calendar caption {
    font-size: 14px;
    margin: 0;
}

.widget_calendar th,
.widget_calendar td {
    padding: 0;
    text-align: center;
}

.widget_calendar a {
    display: block;
}

.widget_calendar a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
    background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
    background-color: #f1f1f1;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    padding-bottom: 30px;
}

.site-footer ul {
    padding: 0;
}

.site-footer li {
    list-style: none;
}

.logo-content {
    padding: 15px 0;
    background-color: #fff;
}

.logo-content .container {
    display: table;
    width: auto;
}

.logo-thumb {
    text-align: center;
    display: table-cell;
    margin: 20px 10px;
    padding: 0 15px;
}

.logo-thumb img {
    max-width: 150px;
}

.disclaimer-content {
    padding: 15px 0;
    background-color: #f1f1f1;
    font-size: 75%;
    text-align: center;
}

#designer-credit {
    font-size: 70%;
    margin: 30px 15px 10px 0;
    float: right;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media (min-width: 1000px) {
    #mobile-navbar {
        display: none !important;
    }
}

@media (max-width: 1189px) {
    .container {
        width: 1000px;
    }

    .span-1 {
        width: 65px;
        width: 6.5%;
    }

    .span-2 {
        width: 150px;
        width: 15%;
    }

    .span-3 {
        width: 235px;
        width: 23.5%;
    }

    .span-4 {
        width: 320px;
        width: 32%;
    }

    .span-5 {
        width: 405px;
        width: 40.5%;
    }

    .span-6 {
        width: 490px;
        width: 49%;
    }

    .span-7 {
        width: 575px;
        width: 57.5%;
    }

    .span-8 {
        width: 660px;
        width: 66%;
    }

    .span-9 {
        width: 745px;
        width: 74.5%;
    }

    .span-10 {
        width: 830px;
        width: 83%;
    }

    .span-11 {
        width: 915px;
        width: 91.5%;
    }

    .span-12 {
        max-width: 1000px;
    }

    .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-6-5 {
        margin-right: 2%;
    }

    .span-mini .icon-3x {
        font-size: 1.75em;
    }

    .last-one {
        margin-right: 0;
    }

    .nav-menu li a {
        font-size: 16px;
        margin-left: 25px;
    }

    .search-label {
        display: block;
    }

    .search-field {
        float: none;
    }

    .teams-thumbs li {
        list-style: none;
        float: left;
        width: 60px;
        margin: 0 5px 5px;
        position: relative;
    }

    .teams-thumbs li .team-thumb-image {
        height: 80px;
    }

    .team-thumb-title {
        width: 60px;
    }

    .slider-caption {
        bottom: 15px;
        width: 300px;
        font-size: 28px;
        font-weight: 300;
        line-height: 1.3;
        padding: 20px 20px 10px;
    }
}

@media (max-width: 999px) {
    .container {
        width: 750px;
    }

    .big-header .site-header, .small-header .site-header {
        position: relative;
        height: 90px;
    }

    .big-header .site-title {
        width: 100px;
        height: auto;
        margin-top: 18px;
    }

    .mobile-hidden {
        display: none;
    }

    .mobile-visible {
        display: block;
    }

    .site-header {
        overflow: visible;
    }

    #site-navigation {
        display: none;
    }

    #mobile-navbar.toggled-on {
        display: block;
    }

    #mobile-nav-button {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 40px;
        right: 0;
        font-size: 150%;
    }

    ul.mobile-nav-menu {
        margin: 0;
        padding: 0;
    }

    ul.mobile-nav-menu li {
        border-bottom: 1px solid #ccc;
    }

    ul.mobile-nav-menu li:last-child {
        border-bottom: none;
    }

    ul.mobile-nav-menu li a {
        padding: 10px 0;
        display: block;
        width: 100%;
        height: 100%;
    }

    ul.mobile-nav-menu li a:hover {
        text-decoration: none;
    }

    ul.mobile-nav-menu ul.sub-menu {
        display: none;
    }

    ul.mobile-nav-menu li.menu-item-has-children ul.sub-menu {
        display: block;
    }

    ul.mobile-nav-menu ul.sub-menu li.menu-item-has-children a {
        width: 90%;
        display: inline-block;
    }

    ul.mobile-nav-menu ul.sub-menu li.menu-item-has-children a.mobile-toggle-icon {
        padding-top: 0;
        width: 10%;
        display: inline-block;
        text-align: right;
    }

    .mobile-toggle-icon:after {
        content: "\f055\00a0";
        font-size: 120%;
        font-family: FontAwesome;
        text-align: right;
    }

    .mobile-toggle-icon.toggly:after {
        content: "\f056\00a0";
        font-size: 120%;
        font-family: FontAwesome;
    }

    ul.mobile-nav-menu ul.sub-menu ul.sub-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .container {
        width: 95%;
    }

    .big-header .site-header, .small-header .site-header {
        height: 70px;
    }

    #mobile-nav-button {
        top: 21px;
    }

    .span-1 {
        width: 100%;
    }

    .span-2 {
        width: 100%;
    }

    .span-3 {
        width: 100%;
    }

    .span-4 {
        width: 100%;
    }

    .span-5 {
        width: 100%;
    }

    .span-6 {
        width: 100%;
    }

    .span-7 {
        width: 100%;
    }

    .span-8 {
        width: 100%;
    }

    .span-9 {
        width: 100%;
    }

    .span-10 {
        width: 100%;
    }

    .span-11 {
        width: 90%;
    }

    .span-12 {
        width: 100%;
    }

    .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-6-5 {
        margin-right: 0;
        float: none;
    }

    .slider-caption {
        bottom: 0;
        font-size: 22px;
        line-height: 1.3;
        padding: 10px 10px 5px;
    }

    .mobile-span-1 {
        float: left;
    }

    .mobile-span-4 {
        width: 31%;
        margin-right: 2%;
    }

    .mobile-span-6 {
        width: 48%;
        margin-right: 2%;
    }

    .mobile-span-11 {
        width: 90%;
    }

    .mobile-span-mini, .mobile-span-1, .mobile-span-4, .mobile-span-6, .mobile-span-11 {
        float: left;
    }

    .mobile-first-one {
        clear: left;
    }

    .mobile-last-one:after {
        content: "";
        display: table;
    }

    .twitter-panel {
        margin-top: 0;
        min-height: auto !important;
    }

    .team-thumbnail {
        width: 15%;
    }

    .team-info {
        width: 83%;
    }

    .hentry {
        padding-top: 20px;
    }

    .sidebar {
        margin-top: 30px;
    }

    .logo-thumb {
        display: inline-block;
    }
}

@media (max-width: 643px) {
    .mobile-span-mini, .mobile-span-1, .mobile-span-4, .mobile-span-6, .mobile-span-11 {
        width: 100%;
        float: none;
    }

    .slider-caption {
        bottom: 0;
        font-size: 16px;
        width: 100%;
        line-height: 1.3;
        padding: 3px 5px 0;
    }
}

/* Mobile devices */
@media (max-width: 359px) {

}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

    .site-header .search-field {
        background-image: url(images/search-icon-2x.png);
    }

    .format-audio .audio-content,
    .format-status .entry-content:before,
    .format-status .entry-meta:before,
    .comment-list > li:after,
    .comment-list .children > li:before {
        background-image: url(images/dotted-line-2x.png);
    }
}

@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }

    footer a[rel="bookmark"]:link:after,
    footer a[rel="bookmark"]:visited:after {
        content: " [" attr(href) "] "; /* Show URLs */
    }

    .site {
        max-width: 98%;
    }

    .site-header {
        background-image: none !important;
    }

    .site-header .home-link {
        max-width: none;
        min-height: 0;
    }

    .site-title {
        color: #000;
        font-size: 21pt;
    }

    .site-description {
        font-size: 10pt;
    }

    .author-avatar,
    .site-footer,
    .comment-respond,
    .comments-area .comment-edit-link,
    .comments-area .reply,
    .comments-link,
    .entry-meta .edit-link,
    .page-links,
    .site-content nav,
    .widget-area,
    .main-navigation,
    .navbar,
    .more-link {
        display: none;
    }

    .entry-header,
    .entry-content,
    .entry-summary,
    .entry-meta {
        margin: 0;
        width: 100%;
    }

    .page-title,
    .entry-title {
        font-size: 21pt;
    }

    .entry-meta,
    .entry-meta a {
        color: #444;
        font-size: 10pt;
    }

    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }

    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0;
    }

    .format-image .entry-content .size-full {
        margin: 0;
    }

    /* Remove colors from post formats */
    .hentry {
        background-color: #fff;
    }

    /* Comments */
    .comments-area > li.comment {
        background: none;
        position: relative;
        width: auto;
    }

    .comment-metadata {
        float: none;
    }

    .comment-author .fn,
    .comment-reply-link,
    .comment-reply-login {
        color: #333;
    }
}

/* Toolkit and shortcodes */
.le-block-outer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.le-block-outer p:empty {
    display: none;
}

.le-block-wrapper {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 6px;
    background: #f9f9f9;
    margin-bottom: 20px;
    position: relative;
}

.le-block-wrapper.has-icon {
    padding: 50px 20px 6px;
    margin-top: 40px;
}

.le-block-wrapper h3 {
    margin-top: 0;
}

.le-block-wrapper a {
    font-weight: bold;
}

.cols-2 .le-block-wrapper {
    width: 49%;
}

.cols-2 .le-block-wrapper:first-child {
    margin-right: 2%
}

.cols-3 .le-block-wrapper {
    width: 32%;
    margin-right: 2%;
}

.cols-3 .le-block-wrapper:last-child {
    margin-right: 0;
}

.le-icon-wrapper {
    position: absolute;
    top: -40px;
    width: 80px;
    height: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 5px solid #fff;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
}

.le-icon-wrapper img {
    width: 100px;
    max-width: 100px;
    margin: -10px 0 0 -15px;
}

.le-content-wrapper {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

@media screen and (max-width: 768px) {
    .le-block-outer {
        display: block;
    }

    .cols-2 .le-block-wrapper,
    .cols-3 .le-block-wrapper {
        width: 100%;
        margin-bottom: 40px
    }

    .le-block-wrapper.has-icon {
        margin-top: 60px;
    }
}

.le-gallery-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 40px;
}

.le-gallery-image-wrapper {
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    padding: 0 20px;
}

.le-gallery-image-wrapper img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.55;
    max-width: 80%;
}

@media screen and (max-width: 768px) {
    .le-gallery-wrapper {
        display: block;
    }

    .le-gallery-image-wrapper {
        max-width: 50%;
        margin: 0 auto;
    }
}
