/*
	Theme Name: Nordbridge
	Theme URI: http://www.figarobrands.com/
	Description: Bourne Capital theme
	Author: Figaro Brands
	Author URI: http://www.figarobrands.com/
	Version: 1.0.1
	Tags: 
	Template: genesis
	License: GPL-2.0 + Commercial
	License URI: http://www.gnu.org/licenses/gpl-2.0.html + http://www.figarobrands.com/
*/



/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */




/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,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-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}




/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
a#cn-accept-cookie {
    padding: 5px 10px;
    background: #fff;
    color: #34a2bd;
}

html {
	font-size: 62.5%; /* 10px browser default */
	
}

body {
	background-color: #e1ddd2;
	

	
    margin: 0;
    padding: 0;

    color: #ffffff;
font-family: "acumin-pro-wide",sans-serif;
font-size: 18px;
font-size: 1.8rem;
font-weight: 200;
line-height: 1.5;

-moz-osx-font-smoothing: grayscale;
}

.home{
	
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #666;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 22px;
	font-size: 2.2rem;
}

h5 {
	font-size: 19px;
	font-size: 1.9rem;
}

h6 {
	font-size: 17px;
	font-size: 1.7rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #f15123;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

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

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 100%;
}

.site-inner {
	clear: both;
	padding-top:0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

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

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

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


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

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

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



/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding: 40px 0;
	padding: 4rem 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	font-weight: 700;
	padding: 0;
	width: 50%;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	background: url(images/logo.png) no-repeat left;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 4rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #999;
	display: block;
	padding: 28px 24px;
	padding: 2.8rem 2.4rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a:hover {
	color: #333;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	border-radius: 0;
margin-bottom: 0;
padding: 0;
}

.entry-content a {
	border-bottom: 1px solid #ddd;
	color: #f15123;
}

.entry-content a:hover {
	color: #515151;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f15123;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar a {
	border-bottom: 1px solid #ddd;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.sidebar .enews-widget {
	background-color: #333;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 40px 0;
	padding: 4rem 0;
	text-align: center;
}

.site-footer a {
	border-bottom: 1px solid #ddd;
}

.site-footer p {
	margin-bottom: 0;
}

/* 
Slides
-----------------------------------------------------------------------------------------------------*/
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}

/*
modal
---------------------------------------------------------------------------------------------------- */


.blocker {
  background-color: #e1ddd2 !important;
bottom: 0;
box-sizing: border-box;
height: 100%;
left: 0;
opacity: 1 !important;
overflow: auto;
padding: 20px;
position: fixed;
right: 0;
text-align: center;
top: 0;
width: 100%;
z-index: 1;
}

.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.modal {
background-color: transparent;
color: #fff;
display: inline-block;
margin-top: 0 !important;
padding: 0;
position: relative;
text-align: left;
top: 0 !important;
vertical-align: top;
width: 700px;
z-index: 2;
}


.modal a.close-modal{
	display: none;
}

.modal a.close-modal.close-override {
  display: block!important;
}


.modal a.close-modal {
background: rgba(0, 0, 0, 0) url("images/close.jpg") no-repeat scroll 0 0;
display: block;
height: 53px;
position: fixed;
right: 40px;
text-indent: -9999px;
top: 40px;
width: 40px;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,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") #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.archive-pagination.pagination {
  display: none;
}


/*
video css
---------------------------------------------------------------------------------------------------- */


/*
map css
---------------------------------------------------------------------------------------------------- */

.acf-map {
	border: 1px solid #ccc;
height: 445px;
margin: 0;
width: 100%;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/*
Tom edits
---------------------------------------------------------------------------------------------------- */

.site-container {
  position: relative;
  z-index: 0;
}


.site-header {
 background-color: #34a2bd;
height: 135px;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
position: relative;
z-index: 2147483647;
overflow: hidden;
}


.slide-item {
  padding-top: 130px;
}

.slides {
  position: absolute !important;
  top: 0;
  z-index: 0;
}

.slide-item img {
 margin-top: 130px;
top: 0 !important;
}

.over-slide {
  
  display: block;
  
  margin-top: 16%;
  text-align: center;
  width: 100%;
}

.over-slide h3{
	color: #fff;
font-size: 35px;
padding:0 10px 20px;

}

.over-slide a{
	border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
color: #fff;
font-size: 14px;
padding: 5px 0 3px;
text-transform: uppercase;
}

.site-header .wrap {
 max-width: 100%;
padding: 0;
}

.site-title {
  display: none;
}

.site-description {
  display: none;
}

.logo {
 border-left: 10px solid #e1ddd2;
border-right: 10px solid #e1ddd2;
float: left;
left: 0;
margin-left: auto;
margin-right: auto;
padding-top: 0;
position: absolute;
right: 0;
width: 155px;
}

.top-menu {
  background-color: #9B7B87;
  float: left;
  height: 135px;
  width: 100%;
}



.genesis-nav-menu a {
border-color: #fff;
    border-image: none;
    border-style: solid none;
    border-width: 1px medium;
    color: #154734;
    display: block;
    font-size: 18px;
    height: 22px;
    line-height: 28px;
    margin: 50px 5px 0;
    height: 27px;
    padding: 0;
    position: relative;
    transition: border 500ms ease-out 0s;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;


}

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #154734;
	
	border-top: 1px solid #164734;
  border-bottom: 1px solid #164734;
}

#menu-top li {
  display: inline;
  float: left;
  list-style: outside none none;
  padding: 95px 2px 0;
}

#menu-top li a {
  color: #fff;
font-family: "acumin-pro-wide",sans-serif;
font-weight: normal;
padding: 1px 4px;

width: 100%;
height: 100%;

background-size: 100% 200%;
    background-image: linear-gradient(to top, #fff 50%, transparent 50%);
    -webkit-transition: background-position .5s;
    -moz-transition: background-position .5s;
    transition: background-position .5s;


}

#menu-top li a:hover, #menu-top .current-menu-item a{

	color: #9c9288;

	background-position: 0 100%;
}

#menu-top {
  padding-left: 10px;
}



.header-widget-area {
  margin-right: 50px;
}

.slides-pagination a {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  border: 1px solid #fff;
  border-radius: 15px;
  display: inline-block;
  height: 15px;
  margin: 5px 5px 50px;
  overflow: hidden;
  text-indent: -100px;
  vertical-align: middle;
  width: 15px;
}

.slides-pagination a.current {
  background: #fff none repeat scroll 0 0;
}

.home .site-inner, .home .site-footer{
	display: none;
}

.site-footer {
  display: none;
}

.full-width-header-image {
 background-position: 50% 50%;
background-size: cover;
border-left: 10px solid #e1ddd2;
border-right: 10px solid #e1ddd2;
margin-top: 10px;
min-height: 270px;
text-align: center;
width:100%;
float: left;
}

.fwhi-title {
color: #fff;
font-weight: 100;
font-size: 46px;
padding-top: 100px;
}

.page-id-7 .fwhi-title{
	color: #0d4d71;

}

.entry-content {
  margin: 0 auto;
  max-width: 100%;
  padding:  0;
}


.bpp-slide-foot{
	display: block;
	width: 100%;
	height: 30px;
}







.gform_wrapper form {
  text-align: left;
  width: 634px;
}

.page-template-page_contact .gform_wrapper .top_label .gfield_label {
  clear: both;
  display: none;
}

.gform_wrapper ul li.gfield {
  clear: left;
  float: left;
  width: 313px;
}

.form-left {
  clear: both;
  float: left;
  width: 313px;
}


.site-header .widget-area {
  float: right;
  height: 135px;
  margin: 0;
  position: relative;
  text-align: right;
  width: auto;
}

#search-4 {
background:#9bd3dd url("images/Search.png") no-repeat scroll 80px 5px;
    background-size: 23px;
border-left: 10px solid #e1ddd2;
cursor: pointer;
display: block;
height: 92px;
width: 120px;
}

.s4bg{
	background-image: none!important;
}

.social-top {
    background-color: #d8d2cc;
border-left: 10px solid #e1ddd2;
border-top: 10px solid #e1ddd2;
bottom: 0px;
height: 45px;
position: absolute;
right: 0;
text-align: right;
width: 120px;
}

.social-top img {
    margin: 7px 0 0;
    width: 20px;
}

.linked-in{
	margin-right: 10px;
}


#search-4 .widget-wrap {
  display: none;
}

.search-close {
  padding: 10px 20px;
  color: #fff;
  font-size: 41px;
}


#search-4 input {
  background-color: transparent;
  border: medium none;
  box-shadow: none;
  color: #1081a3;
  font-size: 40px;
  padding-top: 3px;
}



.site-header .wrap {
  position: relative;
}


.site-header .widget-area {
  float: right;
  height: 92px;
  margin: 0;
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
  width: auto;
  overflow: hidden;
}


.site-header .search-form {
  float: left;
  margin-top: 30px;
  margin-left: 30px;
}


.responsive-area, .responsive-menu-open  {

display: none;
}

#search-3 {
  display: none;
}

.noscroll{
	overflow: hidden;
}


.post-edit-link {
  display: none;
}

.custom-content-area {
 background-color: #0d4d71;
border-left: 10px solid #e1ddd2;
border-right: 10px solid #e1ddd2;
float: left;
margin-top: 10px;
width: 100%;
margin-bottom: 10px;
position: relative;
}

.custom-wrap {
  margin: 0 auto;
  max-width: 790px;
  padding: 70px 0;
  font-family:"acumin-pro-wide", sans-serif;
}

.large-content {
  font-size: 21px;
  line-height: 29px;
}

.standard-content {
  font-size: 16px;
}



.custom-wrap.profile-wrap {
  color: #82786f;
}

.entry-content .profile-item {
  list-style: outside none none;
}

.profile-photo {
 float: left;
 max-width: 100%;
}

.profile-meta {
    float: left;
    height: 220px;
    margin-left: auto;
    width: 100%;
    text-align: center;
}

.profile-meta h3 {
 color: #82786f;
font-size: 26px;
margin: 60px 0 0;
}

.profile-meta h4 {
  font-size: 20px;
  margin: 0 0 20px 0;
  color: #82786f;
}

.profile-meta span {
clear: left;
color: #82786f;
float: left;
font-size: 16px;
line-height: 1.5;
margin: 0;
}

.profile-meta a {
    color: #82786f;
    border: none;
    font-size: 15px;
}

.entry-content .profile-list {
  margin: 0;
}

.profile-content{
clear: both;
float: left;
margin-bottom: 40px;
margin-top: 40px;
}

.circles.circle1 {
  background-color: #1081a3;
  border-left: 10px solid #e1ddd2;
  border-right: 10px solid #e1ddd2;
  float: left;
  margin-top: 0;
  width: 100%;
}

.circle-wrap{
	display: block;
	width: 351px;
	height: 337px;
	background: url('images/circle1.jpg') top center no-repeat scroll transparent;

	margin: 30px auto 70px;


}

.cricle-line-1,.cricle-line-2,.cricle-line-3 {
 clear: left;
float: left;
position: relative;
width: 351px;
height: 112px;
}


.circ-sec {
 font-family: "acumin-pro-wide",sans-serif;
font-size: 12px;
line-height: 1;
position: absolute;
text-align: center;
}

.cl1-2.circ-sec {
    right: 87px;
    top: 58px;
}

.cl1-1.circ-sec {
left: 72px;
    top: 59px;
}

.cl2-2.circ-sec {
    right: 35px;
    top: 46px;
}

.cl2-1.circ-sec {
    left: 28px;
    top: 42px;
}

.cl3-2.circ-sec {
    right: 73px;
    top: 14px;
}

.cl3-1.circ-sec {
    left: 68px;
    top: 8px;
}

.circles.circle2 {
 background-color: #34a1bb;
border-left: 10px solid #e1ddd2;
border-right: 10px solid #e1ddd2;
float: left;
margin-bottom: 10px;
margin-top: 10px;
width: 100%;
}

.circle2-wrap{
	display: block;
	width: 351px;
	height: 337px;
	background: url('images/circle2.jpg') top center no-repeat scroll transparent;

	margin: 30px auto;


}

.cricle2-line-1,.cricle2-line-2,.cricle2-line-3,.cricle2-line-4 {
  position: relative;
}

.cricle2-line-1 {
  height: 75px;
  width: 100%;
}

.c2l1-1.circ-sec {
  left: 110px;
  top: 41px;
}

.c2l1-2.circ-sec {
  right: 113px;
  top: 41px;
}

.cricle2-line-2 {
  height: 80px;
  width: 100%;
}

.c2l2-1.circ-sec {
    left: 28px;
    top: 35px;
}

.c2l2-2.circ-sec {
  right: 56px;
  top: 35px;
}

.cricle2-line-3 {
  height: 75px;
  width: 100%;
}

.c2l3-1.circ-sec {
  left: 26px;
top: 10px;
}

.c2l3-2.circ-sec {
  right: 26px;
top: 10px;
}


.c2l4-3.circ-sec {
  right: 90px;
}

.c2l4-2.circ-sec {
  right: 157px;
  top: 33px;
}

.c2l4-1.circ-sec {
  left: 75px;
}

.circle-title {
  color: #fff;
  display: block;
  margin: 70px 0 30px;
  text-align: center;
  width: 100%;
}


.contact-info {
  background-color: #34a2bd;
  border-left:10px solid #e1ddd2;
  border-right:10px solid #e1ddd2;
  margin: 10px 0;
  padding: 70px 0;
  text-align: center;
  width: 100%;
}

.cont-inf {
  clear: left;
  display: block;
  font-size: 21px;
  padding-bottom: 12px;
}

.cont-inf a{
	color: #fff;
	border: none;
}


.nord-map {
 border-left: 10px solid #e1ddd2;
border-right: 10px solid #e1ddd2;
margin-bottom: 10px;
}


.spotlight-outer{
  float: left;
  margin-top: 0;
  width: 100%;
   border-left:10px solid #e1ddd2;

}

.spotlight-cont{
float: left;
margin: 0;
padding: 0;
width: 100%;
}

.spotlight-cont { }

.spotlight-post {
  width: 24.9%;
  float: left;
  margin-bottom: 10px;
  border-right:10px solid #e1ddd2;
  cursor: pointer;

}

.spotlight-post:hover{
	opacity: .9;

}


.spotlight-excerpt {
  padding: 15px;
}

.spot-col-1, .entry .whatever-background-1{
	background-color: #c45e9d;
}

.spot-col-2, .entry .whatever-background-2{
	background-color: #1081a3;
}

.spot-col-3, .entry .whatever-background-3{
	background-color: #9c9288;
}

.spot-col-4, .entry .whatever-background-4{
	background-color: #266181;
}

.spot-col-5, .entry .whatever-background-5{
	background-color: #ce7aac;
}

.spot-col-6, .entry .whatever-background-6{
	background-color: #479eb9;
}

.spot-col-7, .entry .whatever-background-7{
	background-color: #b83e89;
}

.spot-col-8, .entry .whatever-background-8{
	background-color: #6f655c;
}

.spot-col-9, .entry .whatever-background-9{
	background-color: #c45e9d;
}

.spot-col-10, .entry .whatever-background-10{
	background-color: #57839c;
}

.ajax-popup{
	display: none;
	overflow: hidden;
}

.noscroll{
	overflow: hidden;
}

.whatever{
	background-color: #9c9288;
border-left: 10px solid #e1ddd2;
border-right: 10px solid #e1ddd2;
margin-bottom: 10px;
margin-top: 10px;
padding-top: 10px;
position: relative;
}

.whatever-wrap {
  margin: 0 auto;
  max-width: 750px;
}

.entry-content .back-close {
  border: medium none;
  position: absolute;
  right: 7px;
  top: 9px;
  width: 40px;
}


.whatever .entry-title {
  color: #fff;
}

.whatever .entry-content {
  padding: 0 50px 50px;
}

.whatever .entry-title {
  color: #fff;
font-size: 30px;
margin-bottom: 40px;
padding: 20px 50px 0;
}

.loading{

	position: absolute;	
	bottom: 20px;
	right: 20px;
	background-color: #fff;
	display: none;

}

/* Slider arrows */
.home .tparrows.tp-leftarrow{  background:url(images/left-arrow.png) no-repeat top left!important;}
.home .tparrows.tp-rightarrow{  background:url(images/right-arrow.png) no-repeat top right!important; }
.home .tparrows.tp-leftarrow:hover,
.home .tparrows.tp-rightarrow:hover{opacity: .7 }

.home .tparrows.tp-rightarrow:before,
.home .tparrows.tp-leftarrow:before{
 content:"";
}

.profile-content > p {
  font-size: 16px;
}

.credits {
  bottom: 20px;
  color: #595959;
  font-size: 12px;
  position: absolute;
  right: 40px;
}

.credits > a {
  color: #595959;
}

.page-template-page-spotlight .credits{
	display: none;
}

#search-5{
	display: none;
}

.spotlight-container > a {
  color: #fff;
}


.home .credits {

}

.search .content, .error404 .content {
  color: #666666;
  padding: 40px;
  width: 100%;
}

.search .full-width-header-image, .error404 .full-width-header-image{
	display: none;
}

.social img {
  padding: 5px;
  width: 47px;
}

.responsive-menu-open > img {
margin-right: 13px;
padding-top: 12px;
width: 50px;
}

.search-link img {
  width: 50px;
}


.prolie-linkedin img {
  width: 30px;
}

.profile-item {
display: block;
float: left;
margin-bottom: 35px;
padding: 30px 70px;
width: 100%;
}

.profile-popup:hover {
  background-color: #b9dfe5;
  cursor: pointer;
}

.page-template-page-profile-individual .full-width-header-image {
  display: none;
}


.profile-item {
  position: relative;
}

.profile-plus {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 35px;
  display: none;
}

.profile-popup:hover .profile-plus{
	display: block;
}


.home-sub {
background-attachment: scroll;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-left: 10px solid #e1ddd2;
border-right: 10px solid #e1ddd2;
float: left;
margin-bottom: 10px;
text-align: center;
width: 100%;
}

.home-sub > a {
  display: block;
padding: 120px 0;
text-align: center;
width: 100%;
}

.home-about.home-sub {
  background-image: url("images/home-about.jpg");
}

.home-profile.home-sub {
  background-image: url("images/home-profile.jpg");
}

.home-focus.home-sub {
  background-image: url("images/home-focus.jpg");
}

.home-spotlight.home-sub {
  background-image: url("images/home-spotlight.jpg");
}

.home-contact.home-sub {
  background-image: url("images/home-contact.jpg");
}


.home-sub-section-title {
  font-size: 45px;
  font-weight: 100;
  margin-bottom: 34px;
}

.home-sub-section-title.hss-white{
color: #fff;
}

.home-sub-section-title.hss-grey{
color: #70655c;
}

.home-sub-section-sub-title {
  color: #fff;
  font-weight: 100;
  margin: 0 auto;
  max-width: 450px;
}

.home-profile .home-sub-section-sub-title {
  color: #70655c;
}

.home-contact .home-sub-section-title.hss-white {
  margin-top: 30px;
}

.post-217 h3,
.post-217 a,
.post-217 a:hover {
    color: #fff;
    border: none;
    text-decoration: none;
}

body #cookie-notice .button.bootstrap {
    margin-right: .3em;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #34a2bd;
    text-shadow: none;
    background-color: #fff;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
    border-color: transparent;
    box-shadow: none;
    filter: none;
    filter: none;
    padding: 2px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

body #cookie-notice .button.bootstrap:hover{
	color: #34a2bd;
	background-color: #fff;
}

.bpp-slide-inner {
    border: 10px solid #e1ddd2;
}

.profile-meta span {
    text-align: center;
    width: 100%;
}


rs-layer#slider-1-slide-8-layer-5 a {
    color: #0c4d71;
    text-decoration: underline;
}

.tparrows:before {
    color: #0c4d71!important;
}

rs-layer#slider-1-slide-8-layer-5,
rs-layer#slider-1-slide-8-layer-5 a{
    font-family: "acumin-pro-wide",sans-serif!important;
    font-size: 18px!important;
}

img.profile-photo {
    float: none!important;
    text-align: center;
    margin: 0 auto;
}

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


.page-template-page-profile-individual-new .custom-wrap.profile-wrap {
    max-width: 1000px;
}


li.profile-item.new-profile-item {
    padding: 30px 20px;
}

.flex {
	display: flex;
}

.flex-1 {
	flex: 1;
}


.page-template-page-profile-individual-new  .full-width-header-image {
    display: none;
}


.new-profile-text.flex-1.flex-right {
    text-align: left;
    margin-left: 60px;
}


.page-template-page-profile-individual-new  .profile-meta {
    text-align: left;
}


.page-template-page-profile-individual-new  .profile-meta span {
	text-align: left;
}


.page-template-page-profile-individual-new  span.prolie-linkedin {
    margin-top: 22px;
}

.page-template-page-profile-individual-new .profile-content {
    margin-top: 24px;
}

.plus-section {
    float: left;
    width: 100%;
    border-left: 10px solid #e1ddd2;
    border-right: 10px solid #e1ddd2;
    float: left;
    margin-top: 0;
    width: 100%;
    margin-bottom: 10px;
}

.plus-image {
    height: 500px;
    float: left;
    width: 100%;
    background-size: cover;
}

.plus-item {
    margin-right: 10px;
    cursor: pointer;
}

.plus-item:hover .plus-image{
	opacity: .9;
}

.plus-item.flex-1.pi3 {
    margin-right: 0;
}

.plus-text {
    padding: 20px;
    float: left;
}

.plus-hidden {
   padding: 10px;
    z-index: 99;
    position: absolute;
    top: 155px;
    left: 0;
     border-left: 10px solid #e1ddd2;
    border-right: 10px solid #e1ddd2;
    width: 100%;
        height: 100%;
}


.plus-hidden-content {
    flex: 1;
}

.plus-hidden-image {
    max-width: 621px;
    margin-right: 40px;
        width: 100%;
}

.plus-hidden-content-text {
    margin-top: 80px;
}


.plus-hidden strong {
    font-size: 25px;
    font-weight: 100;
}

.plus-hidden ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.plus-hidden a {
    color: #fff;
}


img.close-plus {
    position: absolute;
    right: 10px;
    width: 39px;
    top: 10px;
}

.media-page {
	background-color: #D6ECF0;
	   border-left: 10px solid #e1ddd2;
    border-right: 10px solid #e1ddd2;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 80px;
}

.media-item {
    width: 25%;
    position: relative;
    margin-bottom: 10px;
    padding-left: 10px;

    min-height: 140px;
    /* margin-left: 10px; */
}

.media-item:first-child {
    padding-left: 0;
}

.media-item a{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	padding: 10px;
	color: #fff;
}

.flex-wrap{
	flex-wrap: wrap;
	justify-content: center;
}


h3.patnerships-title {
    color: #fff;
    padding: 10px 10px 0;
    font-size: 22px;
}

.patnerships-text {
    padding: 0 10px;
}

.media-items.partner-items.flex.flex-wrap {
    justify-content: left;
}

#menu-top li a {
    font-size: 15px;
}

.home-partnerships.home-sub {
    background-image: url(images/home-partnerships.jpg);
}


.table {
    display: table;
    float: left;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.table-cell{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


img.patnerships-image-large {
    max-height: 140px;
    max-width: 90%;
}


.flex-2{
	flex:2;
}

.charity-page{
	background-color: #fff;
	float: left;
	width: 100%;
	border-left: 10px solid #e1ddd2;
    border-right: 10px solid #e1ddd2;
    margin-top: 60px;
    margin-bottom: 40px;

}

.charity-image.flex-1 {
    padding: 90px 40px;
}

.content-blue {
    color: #1181a2;
}

.content-pink {
    color: #af4660;
}


.charity-content.flex-2 {
    padding: 20px;
}


.media-item.partner-item {
    width: 50%;
}

.media-items.partner-items.partner-item-vertical.flex-1 {
    margin-left: 10px;
}

.media-item.partner-item.partner-item-only-logo {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    padding-left: 0;
}

.media-item.partner-item.partner-item-only-logo a {
    padding: 20px;
}

.media-item.partner-item.partner-item-only-logo img {
    max-width: 260px;
    max-height: 130px;
}

.home-banner {
    position: fixed;
    width: 230px;
    z-index: 9999;
    bottom: 20px;
    right: 0;
}


/*#
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}

}

@media only screen and (min-width: 1500px) {

	

	.plus-image {
	    height: 690px;
	}

	

}

@media only screen and (max-width: 1023px) {

	.media-items.partner-items.partner-item-vertical.flex-1 {
    margin-left: 0px;
}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
	}

	

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.site-inner {
		
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
	}

	

	

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	#menu-top li a {
	  font-size: 16px;
	}

	.spotlight-post {
  		width: 33.3%;
	}

}


@media only screen and (max-width: 1100px) {

	.media-items.partner-items.partner-item-vertical.flex-1 {
    margin-left: 0px;
}

	.media-items.flex.flex-wrap {
	    display: flex;
	}

	.plus-item {
	    float: left;
	    width: 100%;
	    margin-bottom: 10px;
	}

	.plus-hidden-content-text {
	    margin-top: 30px;
	}

	.flex {
	    display: block;
	}
	
	.new-profile-text.flex-1.flex-right{
		margin-left: 0;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	#nav_menu-2{
		display: none;
	}


	.responsive-area {
	 background-color: #9ec8d2;
	height: 100%;
	min-height: 650px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 2147483647;
	border: 10px solid #e1ddd2;
	}

	.responsive-area .menu {
	 list-style: outside none none;
	display: block;
	clear: both;
	margin-top: 45px;
	}

	.responsive-area .menu a {
	color: #4a7f9f;
	display: block;
	font-size: 23px;
	line-height: 1;
	margin: 0 17%;
	padding: 16px 0;
	text-transform: none;
	width: 66%;
	}

	.home {
	  overflow: visible !important;
	}


	.close-menu {
	  float: right;
	  text-align: right;
	  width: 100%;
	}

	.close-menu > img {
	padding: 10px 10px 50px;
	width: 78px;
	}

	.responsive-menu li:first-child a {
	}

	.responsive-menu-open {
	  position: absolute;
	  right: 10px;
	  top: 10px;
	  z-index: 2147483647;
		display: block;

	}

	.responsive-area .logo {
	  border-color: #9ec8d2;
	  margin-bottom: 40px;
	}

	.responsive-menu {
	 clear: both;
	float: left;
	margin-bottom: 10px;
	width: 100%;
	}

	#nav_menu-3 {
	  margin-bottom: 30px;
	}

	.widget-area.header-widget-area {
	  display: none;
	}

	.search-link {
	  border-top: 1px solid #4a7f9f;
	  clear: both;
	  margin: 0 auto;
	  padding-bottom: 10px;
	  padding-top: 30px;
	  width: 100px;
	}

	.social-top {
	  background-color: #9ec8d2;
	  border: medium none;
	  height: 100%;
	  width: 50%;
	  z-index: 0;
	}

	.logo{
		z-index: 9;
	}

	.social-top > a {
	  display: none;
	}

	.spotlight-post {
  		width: 49.9%;
	}
	rs-layer#slider-1-slide-8-layer-5 {
	    line-height: 1.3!important;
	}

	.media-item {
	    width: 33.33%;
	}
}


@media only screen and (max-width: 767px) {
	
	.media-item {
	    width: 50%;
	}

	.media-item:nth-child(3) {
    padding-left: 0;
}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	

	.ct-list-item {
	 display: inline-block;
float: none;
margin: 0 20px 40px;
max-width: 147px;
	}

	.ct-last {
	  margin-right: 15px;
	}

	.modal {
	  color: #d0cdc9;
	  display: inline-block;
	  padding: 15px 30px;
	  position: absolute !important;
	  text-align: left;
	  vertical-align: top;
	  width: 100%;
	  z-index: 2;
	}

	.ct-list {
	 text-align: center;
width: 100%;
	}

	.ct-popup-right {
	  float: right;
	  width: 100%;
	}

	.modal {
	  color: #d0cdc9;
	display: inline-block;
	max-height: 100%;
	overflow-y: auto;
	padding: 65px 30px;
	position: fixed !important;
	text-align: left;
	vertical-align: top;
	width: 100%;
	z-index: 2;
		}

	.ct-popup-left {
	  margin-bottom: 30px;
	}

	.contact-column {
	  float: left;
	  margin-bottom: 30px;
	  width: 100%;
	}

	.contact-column.cc-3{
	  float: left;
	  margin-bottom: 0px;
	  width: 100%;
	}

	#field_1_4 {
	  clear: left;
	  float: left;
	}

	.form-left {
	  clear: both;
	  float: left;
	  width: 100%;
	}
	

	.page-template-page_contact .button {
	  background-color: #686964;
	  border-radius: 0;
	  display: block;
	  float: left;
	  font-size: 14px;
	  margin-left: 4px;
	  margin-top: 20px;
	  overflow: visible;
	  padding: 10px 20px;
	  text-transform: none;
	}

	.contact-form {
	  margin: 35px auto;
	  max-width: 645px;
	  overflow: hidden;
	  padding-left: 5%;
	}

	.gform_wrapper form {
	  text-align: left;
	  width: 100%;
	}


	.home .tparrows.tp-leftarrow{  display: none;}
	.home .tparrows.tp-rightarrow{  display: none;}

	.custom-wrap {
	  padding: 70px 30px;
	}

	.profile-photo {
	  float: left;
	}

	.profile-meta {

	  margin-left: 0;
	}

	.profile-item {
	  padding: 20px;
	}

	.profile-meta {
	  clear: left;
	}
	
	.circle-wrap, .circle2-wrap {
	  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	}

	.circ-sec {
	background: #64a1b9 none repeat scroll 0 0;
	display: block;
	font-family: "acumin-pro-wide",sans-serif;
	font-size: 17px;
	line-height: 1.3;
	margin-bottom: 10px;
	padding: 10px;
	position: static;
	text-align: center;
	width: 100%;
	}

	.cricle-line-1, .cricle-line-2, .cricle-line-3 {
	  clear: left;
	  float: left;
	  height: auto;
	  position: relative;
	  width: 100%;
	}

	.circles.circle1 {
	  padding-bottom: 40px;
	}

	.cricle2-line-1, .cricle2-line-2, .cricle2-line-3, .cricle2-line-4 {
	  height: auto !important;
	}
	
	.circle2-wrap {
	  height: auto;
	  padding-bottom: 40px;
	}

	.circle2 .circ-sec {
	  background-color: #4a7f9f;
	}

	.circle2-wrap, .circle-wrap {
	  width: 70%;
	}

	.cont-inf {
	  font-size: 17px;
	  padding-left: 30px;
	  padding-right: 30px;
	}
	
	.spotlight-post {
  		width: 99.9%;
	}

	.whatever .entry-content {
	  padding: 0 20px 50px;
	}

	.whatever .entry-title {
	  padding: 20px 20px 0;
	}
	.whatever {
	  padding-top: 0;
	}

	.profile-meta {
	  float: left;
	  height: auto;
	}

	.profile-meta h3 {
	  margin: 30px 0 0;
	}
	
}

@media only screen and (max-width: 500px) {
	
	.media-item {
	    width: 100%;
	    padding-left: 0;
	}

}
