/*
Theme Name: CREA Café
Theme URI: 
Author: Alphabet
Author URI: https://alphabetcreative.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/



/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	opacity: 1;
	overflow-x: hidden;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.limit-width {
	max-width: 1195px;
	width: 100%;
	margin: 0 auto !important;
	display: block;
}

.limit-width .limit-width {
	width: 100%;
}

.clear {
	height: 0;
	overflow: hidden;
	clear: both;
}

.display-none {
	display: none !important;
}

.no-select {
	pointer-events: none;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

@font-face {
    font-family: 'Adelle-Light';
    src: url('/wp-content/themes/creaweb_v1/webfonts/opensans-light-webfont.eot');
    src: url('/wp-content/themes/creaweb_v1/webfonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-light-webfont.woff2') format('woff2'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-light-webfont.woff') format('woff'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-light-webfont.ttf') format('truetype'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirLTStd-Heavy';
    src: url('/wp-content/themes/creaweb_v1/webfonts/opensans-bold-webfont.eot');
    src: url('/wp-content/themes/creaweb_v1/webfonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-bold-webfont.woff') format('woff'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-bold-webfont.ttf') format('truetype'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirLTStd-BookOblique';
    src: url('/wp-content/themes/creaweb_v1/webfonts/opensans-italic-webfont.eot');
    src: url('/wp-content/themes/creaweb_v1/webfonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-italic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-italic-webfont.woff') format('woff'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-italic-webfont.ttf') format('truetype'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirLTStd-Light';
    src: url('/wp-content/themes/creaweb_v1/webfonts/opensans-light-webfont.eot');
    src: url('/wp-content/themes/creaweb_v1/webfonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-light-webfont.woff2') format('woff2'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-light-webfont.woff') format('woff'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-light-webfont.ttf') format('truetype'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirLTStd-Book';
    src: url('/wp-content/themes/creaweb_v1/webfonts/opensans-regular-webfont.eot');
    src: url('/wp-content/themes/creaweb_v1/webfonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-regular-webfont.woff') format('woff'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-regular-webfont.ttf') format('truetype'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirLTStd-HeavyOblique';
    src: url('/wp-content/themes/creaweb_v1/webfonts/opensans-bolditalic-webfont.eot');
    src: url('/wp-content/themes/creaweb_v1/webfonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-bolditalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-bolditalic-webfont.woff') format('woff'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-bolditalic-webfont.ttf') format('truetype'),
         url('/wp-content/themes/creaweb_v1/webfonts/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}



h1,
h1 a {
	font-family: 'AvenirLTStd-Light', sans-serif;
	font-weight: normal;
	font-size: 32px !important;
	color: #000000;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0;
	
	text-decoration: none;
	box-shadow: none !important;
}

h2,
h2 a {
	font-family: 'AvenirLTStd-Heavy', sans-serif;
	font-size: 20px;
	color: #000000;
	line-height: 1.15;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	box-shadow: none !important;
}

h3,
h3 a {
	font-family: "AvenirLTStd-Book",sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.35;
	color: #000000;
	margin: 0;
	
	text-decoration: none;
	box-shadow: none !important;
}

h4,
h4 a {
	font-family: "AvenirLTStd-Book",sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.15;
	margin: 0;
	color: #000000;
	
	text-decoration: none;
	box-shadow: none !important;
}

h5,
h5 a {
	font-family: "AvenirLTStd-Book",sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.15;
	margin: 0;
	
	color: #353535;
	text-decoration: none;
	box-shadow: none !important;
}

h6 {
	font-family: "AvenirLTStd-Book",sans-serif;
	font-size: 13px;
	line-height: 1.15;
	margin: 0;
	color: #424242;
	font-weight: normal;
	
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: none !important;
}

p,
a,
p a,
li a {
	font-family: "AvenirLTStd-Book",sans-serif;
	font-size: inherit;
	
	box-shadow: none !important;
}

p,
li {
	color: #525252;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.75;
}

a,
p a,
.entry-content li a {
	text-decoration: underline;
	font-family: "AvenirLTStd-Book",sans-serif;
	font-weight: normal;

	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}

p a:hover,
p a:active,
p a:focus,

li a:hover,
li a:active,
li a:focus {
	color: #d12229;

	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}



.icon-prev,
.icon-next {
	color: #ffffff !important;
}

.icon-prev:hover,
.icon-next:hover,
.icon-prev:active,
.icon-next:active,
.icon-prev:focus,
.icon-next:focus {
	color: #d12229 !important;
}



blockquote {
	margin: 55px 0;
	padding-left: 105px;
	padding-top: 40px;
	padding-right: 40px;
	position: relative;
}


blockquote:before {
	content: "";
	position: absolute;
	background-image: url(img/blockquote-icon.png);
	width: 111px;
	height: 111px;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

blockquote,
blockquote p,
blockquote em {
	font-family: 'AvenirLTStd-BookOblique';
	font-size: 26px;
	line-height: 1.65;
	font-style: normal;
}

em {
	font-family: 'AvenirLTStd-BookOblique';
	font-style: normal;
}

sub,
sup {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}

sub { 
  top: 0.4em; 
}

p.light {
    font-family: 'Adelle-Light', sans-serif;;
}

p b,
p strong, 
strong {
	font-family: "AvenirLTStd-Heavy",sans-serif;
	font-weight: normal;
}

.entry-content {
	font-family: "AvenirLTStd-Book",sans-serif;
	font-size: 16px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p {
	margin-bottom: 16px;
}

.entry-content ul,
.entry-content ul li {
	list-style: none;
}


.entry-content ul li::before {
	font-family: "AvenirLTStd-Heavy",sans-serif;
	content: "\25E6"; 
	color: #d12229;
	display: inline-block; 
	width: 1.5em;
	margin-left: -1.5em;
	font-size: 24px;
}

.entry-content ul li {
	padding-left: 2.25em;
	margin-bottom: 10px;
}

.entry-content ol {
	list-style: none;
	counter-reset: li;
}

.entry-content ol li {
	padding-left: 2.25em;
	list-style: none;
	counter-increment: li;
	margin-bottom: 10px;
}

.entry-content ol li::before {
	font-family: "AvenirLTStd-Heavy",sans-serif;
	content: '.' counter(li); 
	color: #d12229;
	display: inline-block;
	width: 0;
	margin-left: -1.5em;
	margin-right: 1.5em; 
	text-align: right; 
	direction: rtl;
}

table {
	width: 100%;
	/* border: 1px solid #bbb; */
}

table tr {
	width: 100%;
}

table tr td {
	padding: 15px;
}

table.table-thirds tr td {
	width: calc(100%/3);
}

table.table-thirds tr td img {
	width: auto;
	max-width: 85%;
}

.uppercase {
	text-transform: uppercase;
}

@media (max-width: 1195px) {

	blockquote {
		padding-left: 35px;
		padding-top: 20px;
		padding-right: 0;
	}
	
	blockquote:before {
		width: 65px;
		height: 65px;
	}

	blockquote,
	blockquote p,
	blockquote em {
		font-family: 'AvenirLTStd-BookOblique';
		font-size: 20px;
		line-height: 1.65;
	}

	.entry-content ul li::before {
		width: 1em;
		margin-left: -1em;
		font-size: 20px;
	}
	.entry-content ul li {
		padding-left: 1.25em;
		line-height: 1.55;
		margin-bottom: 10px;
	}
	
	.entry-content ol li {
		list-style: none;
		counter-increment: li;
		padding-left: 0;
		line-height: 1.55;
		margin-bottom: 10px;
	}
	
	.entry-content ol li::before {
		width: 0;
		margin-left: -0.5em;
		margin-right: 0.5em; 
	}

}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	/* -webkit-border-radius: 2px; */
	/* border-radius: 2px; */
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;

	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	font-family: "AvenirLTStd-Book",sans-serif;
	color: #717171;
}

:-moz-placeholder {
	font-family: "AvenirLTStd-Book",sans-serif;
	color: #717171;
}

::-moz-placeholder {
	font-family: "AvenirLTStd-Book",sans-serif;
	color: #717171;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	font-family: "AvenirLTStd-Book",sans-serif;
	color: #717171;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.main-container {
	position: relative;
	padding-bottom: 125px;
	background-color: #ffffff;
	/* background-image: url(img/main-container-background.jpg); */
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}

.main-container-resources {
  background-color:#f5f6f8;
}

.home .main-container {
  padding-bottom:0;
}


.main-container .grid {
	z-index: 3;
}

.default-header {
	position: relative;
	background-position: center;
	background-size: cover;
	width: 100%;
	min-height: 480px;
	overflow: hidden;
	/* height: 100vh; */
}

.default-header:after {
	content: "";
	background-color: rgba(0,0,0,0.55);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: 1;
}

.default-header .limit-width {
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.default-header-background {
	z-index: 2;
	background-color: #000000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;

	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	-o-pointer-events: none;
	pointer-events: none;

	-webkit-transition: 0.55s all ease-in-out;
	-moz-transition: 0.55s all ease-in-out;
	-ms-transition: 0.55s all ease-in-out;
	-o-transition: 0.55s all ease-in-out;
	transition: 0.55s all ease-in-out;
}

.down-arrow {
	width: auto;
	display: block;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	position: absolute;
	padding: 15px;
	z-index: 6;
}

.down-arrow i {
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	display: block;
}

.padding-bottom-none,
.padding-bottom-none .vc_grid-item {
	padding-bottom: 0 !important;
}

.full-header {
	width: 100%;
	min-height: 500px;
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.lightbox-video {
	background-color: rgba(0,0,0,0.65);
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

	pointer-events: none;

	opacity: 0;
}

.video-wrapper {
	width: 100%;
	height: 0;
	display: block;
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.video-wrapper iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}


@media (max-width: 1195px) {

	.main-container {
		margin-top: 105px;
		padding-bottom: 65px;
	}

	.default-header {
		min-height: 325px;
	}

	.default-header .limit-width h1 {
		font-size: 28px !important;
	}

	body.single #page-start {
		padding-top: 0 !important;
	}

	body.single .main-container {
		background-color: #ffffff;
		background-image: none;
	}

}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.55em;
	padding: 0;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.55em;
}

dt {
	
}

dd {
	margin: 0 1.5em 1.5em;
}

@media(max-width: 800px) {
	ol {
		padding-left: 5%;
	}
}


/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #d12229;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #65ade0;
	outline: 0;
}

/* Hover effects */

.entry-content a,
.entry-summary a,
.comment-content a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.comment-content a:focus,
.comment-content a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	/* color: #000; */
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

/* Fixes linked images */
.entry-content a img,
.comment-content a img,
.widget a img {
	/* -webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff; */
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/




.header-background {
	position: fixed;
	display: block;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 88px;
	background-color: #1b1d1f;
	opacity: 0;
	pointer-events: none;

	-webkit-transition: 0.35s all ease-in-out;
	-moz-transition: 0.35s all ease-in-out;
	-ms-transition: 0.35s all ease-in-out;
	-o-transition: 0.35s all ease-in-out;
	transition: 0.35s all ease-in-out;
}






.toggled-menu {
	position: fixed;
	opacity: 0;
	pointer-events: none;
	user-select: none;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;

	-webkit-transition: 0.35s all ease-in-out;
	-moz-transition: 0.35s all ease-in-out;
	-ms-transition: 0.35s all ease-in-out;
	-o-transition: 0.35s all ease-in-out;
	transition: 0.35s all ease-in-out;
}

.toggled-menu:after {
	content: "";
	background-color: rgba(255,255,255,0.88);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 101;
}

.toggled-menu .primary-consumer {
	width: 85%;
	max-width: 1140px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;

	top: 50%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 103;
}

.toggled-menu .primary-consumer li {
	list-style: none;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: right;
}

.toggled-menu .primary-consumer li a {
	/* font-family: 'AvenirLTStd-Book', sans-serif; */
	font-weight: normal;
	font-size: 55px;
	color: #000000;
	text-transform: uppercase;

	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}

.toggled-menu .primary-consumer li a:hover,
.toggled-menu .primary-consumer li a:active,
.toggled-menu .primary-consumer li a:focus {
	color: #65ade0;
	
	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}












.breadcrumbs {
	margin: 0 auto;
	display: table;
	margin-bottom: 55px;
	position: relative;
}

.breadcrumbs li {
	font-family: "AvenirLTStd-Book",sans-serif;
	list-style: none;
	display: inline;
	text-transform: uppercase;
	font-size: 14px;
}

.breadcrumbs li a {
	font-family: "AvenirLTStd-Book",sans-serif;
	color: #000000;
	font-size: 14px;
	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}

.breadcrumbs li:hover a,
.breadcrumbs li:active a,
.breadcrumbs li:focus a {
	color: #65ade0;
	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}

.breadcrumbs li.item-current {
	color: #000000;
}

.breadcrumbs li.item-current strong {
	font-family: "AvenirLTStd-Book",sans-serif;
	
}

.breadcrumbs li.separator {
	margin-left: 5px;
	margin-right: 5px;
	color: #000000;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	border-bottom: 1px solid rgba(165,165,165,0.35);
	z-index: 10000;
}

.site-header .header_logo {
	display: block;
	position: absolute;
	width: 65%;
	max-width: 185px;
	top: 20px;
	left: 5%;
}

#site-header .grid-9 p {
  color:#000;
  font-size:26px;
  padding-left:100px;
  max-width:780px;
  line-height: 1.6;
  margin:0;
}


.primary-nav {
	margin: 0 auto;
	display: block;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	margin-top: 35px;
	padding-top: 18px;
	border-top: 1px solid rgba(165,165,165,0.35);
}

.primary-nav.scrolled {
	margin-top: 0;
	position: fixed;
	background-color: #000000;
}

.primary-nav.scrolled ul li a {
	color: #ffffff;
}

.primary-nav ul {
	padding: 0;
	margin: 0 auto;
	display: table;	
}

.primary-nav ul li {
	display: inline-block;
	list-style: none;
	padding-left: 15px;
	padding-right: 15px;
}

.primary-nav ul > li,
.primary-nav ul > li a {
	padding-bottom: 15px;
}

.primary-nav ul li:first-child {
	padding-left: 0;
}

.primary-nav ul li:last-child {
	padding-right: 0;
}

.primary-nav ul li a {
	color: #000000;
	text-decoration: none;
	font-size: 20px;
	font-family: 'AvenirLTStd-Book', sans-serif;

	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}



.primary-nav ul > li.current-menu-item > a,
.primary-nav ul > li.current_page_parent > a,
.primary-nav ul > li.current_page_ancestor > a,
.primary-nav ul > li:hover > a,
.primary-nav ul > li:active > a,
.primary-nav ul > li:focus > a {
	color: #65ade0;

	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}










.primary-nav ul li .sub-menu {
	position: absolute;
	pointer-events: none;
	opacity: 0;
	width: 100%;
	background-color: #222222;
	z-index: 1000;
	left: 0;
	right: 0;
	margin: 15px auto 0 auto;
	padding: 55px 55px 75px 55px;

	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}


.primary-nav ul li .sub-menu li {
	padding: 0;
	position: relative;
	width: 31%;
	margin-right: 3%;
	border-bottom: 1px solid rgba(165,165,165,0.35);
	text-indent: 0;
	display: inline-block;
	margin-left: 0;
	text-align: left;
}

.primary-nav ul li .sub-menu li:nth-child(3n) {
	margin-right: 0;
}

.primary-nav ul li .sub-menu li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	font-family: "AvenirLTStd-Book",sans-serif;
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 15px;
	padding-bottom: 10px;

	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}

.primary-nav ul li:hover > .sub-menu {
	opacity: 1;
	pointer-events: visible;

	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}

.primary-nav ul li  > .sub-menu li.current-menu-item > a,
.primary-nav ul li  > .sub-menu li:hover > a,
.primary-nav ul li  > .sub-menu li:active > a,
.primary-nav ul li  > .sub-menu li:focus > a {
	color: #65ade0;

	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}






























/* Menu toggle */

.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 1em;
	text-shadow: none;
}









.main-content-wrapper {
	left: 0;
	position: relative;
	
	-webkit-transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;
	-ms-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
}

.mobile-menu {
	height: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	z-index: 72;
	visibility: hidden;
	background: url(img/bg_sidebar_mobile.png) repeat-y left;
	background-color: #db2f25;
	width: 55%;
	right: -55%;
	
	-webkit-transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;
	-ms-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
	
	-webkit-overflow-scrolling: touch; 
}

.mobile-menu .mobile-menu-wrapper {
	padding-top: 26px;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 40px;
}

.mobile-menu .mobile-menu-wrapper hr {
	background-color: #a61417;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.mobile-menu .mobile-menu-wrapper ul li {
	list-style: none !important;
	margin: 0 !important;
}

.mobile-menu .mobile-menu-wrapper li.current-menu-item {
	text-decoration: underline;
}

.mobile-menu .mobile-menu-wrapper li a {
  display:block;
	color: #fff;
	text-decoration: none;
	line-height: 34px;
	font-size: 16px;
}

.mobile-menu .mobile-menu-wrapper .menu-item-description {
	display: none !important;
}





.mobile-menu-toggle {
	width: 100px;
	height: 72px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1100;
	cursor: pointer;
}






.back-to-top {
	opacity: 0;
	pointer-events: none;
	position: fixed;
	display: block;
	bottom: 20px;
	right: 5%;
	width: 45px;
	height: 45px;
	border-radius: 5px;
	background-color: #000000;
	cursor: pointer;
	z-index: 100;

	-webkit-box-shadow: 6px 6px 15px -8px rgba(0,0,0,0.45);
	-moz-box-shadow: 6px 6px 15px -8px rgba(0,0,0,0.45);
	box-shadow: 6px 6px 15px -8px rgba(0,0,0,0.45);

	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}


.back-to-top:hover,
.back-to-top:active,
.back-to-top:focus {
	-webkit-box-shadow: 6px 6px 15px -8px rgba(0,0,0,0.85);
	-moz-box-shadow: 6px 6px 15px -8px rgba(0,0,0,0.85);
	box-shadow: 6px 6px 15px -8px rgba(0,0,0,0.85);

	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}


.back-to-top.active {
	opacity: 1;
	pointer-events: visible;
}

.back-to-top i {
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	overflow-x: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

html {
	position: relative;
    overflow-x: hidden;
    width: 100%;
}

.desktop-only {
    display: block !important;
}

.mobile-only {
    display: none !important;
}

.text-wrapper {
    position: absolute; 
    margin: 0 auto; 
    display: block;
    left: 0; 
    right: 0; 
    top: 50%; 
    transform: translateY(-50%); 
    -webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%); 
    -ms-transform: translateY(-50%); 
    -o-transform: translateY(-50%); 
}

.grid {
    display: block;
    width: 100%;
    position: relative;
}

.grid-1 {
    width: 8.33333333%;
    float: left;
    position: relative;
}

.grid-2 {
    width: 16.6666667%;
    float: left;
    position: relative;
}

.grid-3 {
    width: 25%;
    float: left;
    position: relative;
}

.grid-4 {
    width: 33.3333333%;
    float: left;
    position: relative;
}

.grid-5 {
    width: 41.6666667%;
    float: left;
    position: relative;
}

.grid-6 {
    width: 50%;
    float: left;
    position: relative;
}

.grid-7 {
    width: 58.3333333%;
    float: left;
    position: relative;
}

.grid-8 {
    width: 66.6666667%;
    float: left;
    position: relative;
}

.grid-9 {
    width: 75%;
    float: left;
    position: relative;
}

.grid-10 {
    width: 83.333333%;
    float: left;
    position: relative;
}

.grid-11 {
    width: 91.666667%;
    float: left;
    position: relative;
}

.grid-12 {
    width: 100%;
    position: relative;
    float: none;
}

.slick-slide {
	height: auto !important;
}

@media (max-width: 1195px) {
	body {
		padding: 0 15px;
	}
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#site-utility {
	clear: both;
	background-color: #345fa8;
	min-height: 49px;
	width: 100%;
	display: block;
}

#site-utility #site-tabs {
	list-style: none;
	margin: 0;
	float: left;
	display: block;
	background: #2f5597;
}

#site-utility #site-tabs li.active {
	background: url(/wp-content/themes/creaweb_v1/img/bg_top_tabs.png) repeat-x top #2a4d88;
}

#site-utility #site-tabs li {
	display: inline-block;
	margin: 0px;
	line-height: 49px;
	font-size: 14px;
}

#site-utility #site-tabs li a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 49px;
	padding-left: 15px;
	padding-right: 15px;
}

#site-utility .nav-menu {
	list-style: none;
	margin: 0px;
	display: block;
	float: right;
}

#site-utility .nav-menu li {
	display: inline-block;
	margin-left: 15px;
}

#site-utility .nav-menu li a {
	color: #fff;
	text-decoration: none;
	line-height: 49px;
	font-size: 14px;

	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}

#site-utility .nav-menu li.current-menu-item a,
#site-utility.nav-menu li.current-menu-item a:hover,
#site-utility.nav-menu li a:hover {
	color: #cbdefd;

	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}


.top_crea_bg {
	/* min-height: 50px; */
	/* max-height: 182px; */
	z-index: 1000;
	position: relative;
}

.top_crea_bg #site-header {
	/* background: url(img/bg_navbar.png) repeat-x; */
	/* background-position: bottom; */
	width: 100%;
	display: block;
	/* height: 182px; */
	z-index: 100;
	position: relative;
}

.top_crea_bg #site-header .limit-width {
	position: relative;
	z-index: 3;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
  display:flex;
  align-items:center;
  padding:25px 0 50px;
}



.top_crea_bg #site-header .post-categories li {
	list-style: none;
	text-align: right;
}

.top_crea_bg #site-header .post-categories li a{
	font-family: 'AvenirLTStd-Heavy', sans-serif;
}








.menu-top-menu-container,
.menu-top-menu-fr-container {
	/* margin: 0 auto; */
	margin-top: 25px;
	display: table;
	/* right: 0; */
	float: none;
}

.menu-top-menu-container li,
.menu-top-menu-fr-container li {
	display: table-cell;
	list-style: none;
	padding-left: 40px;
}

.menu-top-menu-container li:first-child,
.menu-top-menu-fr-container li:first-child {
	padding-left: 0;
}

.menu-top-menu-container li a,
.menu-top-menu-fr-container li a {
	font-family: 'AvenirLTStd-Heavy', sans-serif;
	font-size: 15px;
	color: #000000;
	text-transform: uppercase;
	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}

.menu-top-menu-container li:hover a,
.menu-top-menu-container li:active a,
.menu-top-menu-container li:focus a,

.menu-top-menu-fr-container li:hover a,
.menu-top-menu-fr-container li:active a,
.menu-top-menu-fr-container li:focus a  {
	color: #345fa8;
	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}

.top-menu .search-form {
	margin: 0;
	/* margin-top: 25px; */
	display: table;
	right: 0;
	float: right;
	max-width: 235px;
	margin-left: 25px;
	outline: none;
	position: absolute;
	top: 0;
}

.top-menu .search-form label {
	margin: 0;
}

.top-menu .search-form input.search-field {
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
	outline: none;
}


.top-menu .menu-item-has-children {
	position: relative;
}

.top-menu .menu-item-has-children ul.sub-menu {
	/* overflow: hidden; */
	width: 259px;
	z-index: -3;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: 15px;

	list-style: none;
	margin-left: 0px;
	background: #d22528;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: 0.25s all ease-in-out;
	-moz-transition: 0.25s all ease-in-out;
	-ms-transition: 0.25s all ease-in-out;
	-o-transition: 0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
}

.top-menu .menu-item-has-children ul.sub-menu:before {
	content: url(img/navbar_arrow_top.png);
	position: absolute;
	z-index: 10;
	top: -21px;
	left: 60px;
}

/* to account for lack of left padding on first item */
.top-menu .menu-item-has-children:first-child ul.sub-menu {
  left:-40px;
  right:40px;
}

.top-menu .menu-item-has-children ul.sub-menu li {
	display: block;
	line-height: 1.15;
  padding:0;

	-webkit-transition: 0.25s all ease-in-out;
	-moz-transition: 0.25s all ease-in-out;
	-ms-transition: 0.25s all ease-in-out;
	-o-transition: 0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
}

.top-menu .menu-item-has-children ul.sub-menu li a {
  display:block;
  padding:10px 25px;
}

.top-menu .menu-item-has-children ul.sub-menu li:first-child {
	-webkit-top-left-border-radius: 5px;
	-moz-top-left-border-radius: 5px;
	border-top-left-radius: 5px;

	-webkit-top-right-border-radius: 5px;
	-moz-top-right-border-radius: 5px;
	border-top-right-radius: 5px;
}

.top-menu .menu-item-has-children ul.sub-menu li:last-child {
	-webkit-bottom-left-border-radius: 5px;
	-moz-bottom-left-border-radius: 5px;
	border-bottom-left-radius: 5px;

	-webkit-bottom-right-border-radius: 5px;
	-moz-bottom-right-border-radius: 5px;
	border-bottom-right-radius: 5px;
}

.top-menu .menu-item-has-children ul.sub-menu li:hover, 
.top-menu .menu-item-has-children ul.sub-menu li:active, 
.top-menu .menu-item-has-children ul.sub-menu li:focus {
	background-color: #b31e22;

	-webkit-transition: 0.25s all ease-in-out;
	-moz-transition: 0.25s all ease-in-out;
	-ms-transition: 0.25s all ease-in-out;
	-o-transition: 0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
}

.top-menu .menu-item-has-children ul.sub-menu li a {
	font-size: 14px;
	color: #ffffff;
	text-transform: none;
	font-family: 'AvenirLTStd-Book', sans-serif;
	line-height: 1.15;
  
}

.top-menu .menu-item-has-children:hover ul.sub-menu,
.top-menu .menu-item-has-children:active ul.sub-menu,
.top-menu .menu-item-has-children:focus ul.sub-menu,

.top-menu .menu-item-has-children a:hover ul.sub-menu,
.top-menu .menu-item-has-children a:active ul.sub-menu,
.top-menu .menu-item-has-children a:focus ul.sub-menu {
	z-index: 1010;
	opacity: 1;

	-webkit-transition: 0.25s opacity ease-in-out;
	-moz-transition: 0.25s opacity ease-in-out;
	-ms-transition: 0.25s opacity ease-in-out;
	-o-transition: 0.25s opacity ease-in-out;
	transition: 0.25s opacity ease-in-out;
}





.header-intro {
	width: 100%;
	background-image: url(img/bg_hero_realtorscare.jpg);
	background-size: cover;
	background-position: center left;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 70px;
	background-color: #d12229;
	max-width: 1400px;
	min-height: 295px;
	position: relative;
}

.header-intro .text-wrapper {
	max-width: 1195px;
    width: 90%;
	margin: 0 auto !important;
	left: 0;
	right: 0;
}

.header-intro h1,
.header-intro p {
	text-align: center;
	color: #ffffff;
}

.homepage-callouts {
  padding:125px 0;
}

.homepage-callout {
  text-align:center;
  padding:0 35px;
}

.homepage-callout span {
  display:inline-block; 
  width:50px; 
  fill:#d12229;
}

.homepage-callout p {
  font-size:20px;
  color:#000;
  margin-bottom:0;
}

.homepage-library,
.homepage-posts {
  background-color: #f5f6f8;
  padding:125px 0;
  text-align:center;
}

.homepage-posts {
  background-color: #fff;
  padding-top:0;
}

.homepage-library h2,
.homepage-posts h2 {
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-size:36px;
  font-weight:400;
  margin-top:0;
  margin-bottom:55px;
}
 

.homepage-header-container {
	background-color: #f5f6f8;
	width: 100%;
	padding: 25px 0;
	margin-top: 55px;
	margin-bottom: 0;
}

.homepage-header-container .homepage-header-wrapper {
	position: relative;
	top: -55px;
}


.homepage-header-intro {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 70px;
	background-color: #ccc;
	max-width: 1400px;
	min-height: 500px;
	position: relative;
}

.homepage-header-intro .homepage-header-photo {
  position: absolute;
  object-fit:cover;
  object-position:center;
	height:100%;
  width:100%;
	left: 0;
	top: 0;
}

.homepage-header-intro .header-motif-left {
	position: absolute;
	height: 100%;
	opacity: 1;
	left: 0;
	top: 0;
	pointer-events: none;

	-webkit-user-select: none;
	user-select: none;
}

.homepage-header-intro .header-wrapper {
	display: block;
	z-index: 3;
	position: absolute;
	bottom: 45px;
	left: 25px;
	padding: 0 25px;
	background-color: transparent;
	max-width: 335px;
	width: 85%;
}



.homepage-header-intro .header-wrapper h3 {
	font-size: 20px;
}




.homepage-header-intro .header-wrapper .post-category {
	position: relative;
	padding: 0;
	padding-bottom: 20px;
	background-color: transparent;
}

.homepage-header-intro .header-wrapper .post-category .post-category-wrapper {
	position: relative;
	display: table;
	padding: 5px 15px;
	background-color: #f1f3f6;
}

.homepage-header-intro .header-wrapper .post-category .post-category-wrapper p {
	color: #000000;
	font-size: 13px;
	margin: 0;
    font-family: 'AvenirLTStd-Heavy';
}




.homepage-header-intro .header-wrapper .post-info {
	display: table;
	margin-top: 10px;
	margin-bottom: 5px;
}

.homepage-header-intro .header-wrapper .post-info div {
	display: table-cell;
}

.homepage-header-intro .header-wrapper .post-info div a,
.homepage-header-intro .header-wrapper .post-info div p {
	margin: 0;
	font-size: 16px;
	color: #525252;
	text-decoration: none;
}

.homepage-header-intro .header-wrapper .post-info #slash {
	padding: 0 10px;
}

.homepage-header-intro .header-wrapper .post-info #slash p {
	color: #d8dde5;
}










.featured-image-single {
	position: relative;
}

.featured-image-single img {
	display: block;
}

.featured-image-single .post-info {
	display: table;
	background-color: #ffffff;
	position: absolute;
	padding: 10px;
	left: 20px;
	bottom: 20px;
	margin: 0 !important;
}

.featured-image-single .post-info div {
	display: table-cell;
}

.featured-image-single .post-info div a,
.featured-image-single .post-info div p {
	margin: 0;
	font-size: 16px;
	color: #525252;
	text-decoration: none;
}

.featured-image-single .post-info #slash {
	padding: 0 10px;
}

.featured-image-single .post-info #slash p {
	color: #d8dde5;
}




body.single .post-category {
	position: relative;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 20px;
	background-color: #ffffff;
}

body.single .post-category .post-category-wrapper {
	position: relative;
	display: table;
	padding: 5px 15px;
	background-color: #f1f3f6;
}

body.single .post-category .post-category-wrapper p {
	color: #292929;
	font-size: 13px;
	margin: 0;
    font-family: 'AvenirLTStd-Heavy';
}

body.single article h1 {
	padding-top: 0;
}

body.single .single-navigation {
	position: relative;
	display: block;
	min-height: 72px;
	margin-bottom: 25px;
}

body.single .single-navigation .single-navigation-button {
	position: absolute;
	display: inline-block;
}

body.single .single-navigation .single-navigation-button#prev {
	left: 0;
}

body.single .single-navigation .single-navigation-button#next {
	right: 0;
}

.dropdown-menu-wrapper {
	/* height: 100%; */
}

.main-dropwdown-menu {
	position: relative;
	margin: 0;
	/* height: 100%; */
}

.main-dropwdown-menu .current-issue {
	position: relative;
}

.main-dropwdown-menu .current-issue a:after {
	position: relative;
	content: "\f0dd";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #d22528;
	font-size: 18px;
	top: 0;
	right: 0;
	margin-left: 8px;
}

.main-dropwdown-menu .dropdown-hidden > a {
	display: none;
}

.main-dropwdown-menu li {
	list-style: none;
	text-align: right;
}

.main-dropwdown-menu .menu-item-description {
	display: none;
}

.main-dropwdown-menu > li a {
	font-family: 'AvenirLTStd-Heavy', sans-serif;
	padding: 35px 0;
}

.main-dropwdown-menu .dropdown-menu {
	position: absolute;
	top: 35px;
	right: -25px;
}

.main-dropwdown-menu .dropdown-menu a {
	color: #ffffff;
	font-family: 'AvenirLTStd-Book', sans-serif;
}

.main-dropwdown-menu .dropdown-menu li {
	padding-top: 3px;
	padding-bottom: 3px;
}

.dropdown-menu-wrapper .dropdown-menu {
	padding: 25px;
	opacity: 0;
	pointer-events: none;

	background-color: #d22528;
	border-radius: 5px;

	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}

.dropdown-menu-wrapper:hover .dropdown-menu,
.dropdown-menu-wrapper:active .dropdown-menu,
.dropdown-menu-wrapper:focus .dropdown-menu {
	opacity: 1;
	pointer-events: visible;

	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}

.dropdown-menu .view-more {
	margin-top: 10px !important;
	padding-top: 10px !important;
	border-top: 1px solid rgba(255,255,255,0.65) !important;
}


#btn_mobile_burger {
	display: none;
	width: 28px;
	height: 22px;
	position: absolute;
	right: 0;
	background: url(img/btn_mobile_burger.png) no-repeat top;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header_logo_en {
	max-width: 275px;
	display: block;
	width: 90%;
}


body.blog .desktop-primary-nav,
body.archive .desktop-primary-nav {
	position: relative;
	top: -75px;
	margin-bottom: 25px;
}

.menu-primary-navigation-container,
.menu-primary-navigation-fr-container {
	background-color: #d12229;
	margin: 25px auto;
	display: block;
	padding: 40px 55px;
	float: none;
}

ul.category_list {
	display: table;
	margin: 0 auto;
}

ul.category_list li {
	position: relative;
	list-style: none;
	display: inline-block;
	padding-top: 0;
	padding-left: 16px;
	padding-bottom: 0;
	padding-right: 16px;
	line-height: 1;
	border-right: 1px solid #434343;
	
	-webkit-transition: 0.25s all ease-in-out;
	-moz-transition: 0.25s all ease-in-out;
	-ms-transition: 0.25s all ease-in-out;
	-o-transition: 0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
}


ul.category_list li a {
	position: relative;
	font-size: 20px;
    font-family: 'AvenirLTStd-Book';
	padding: 0;
	color: #ffffff;
	border: none;
	
	-webkit-transition: 0.25s all ease-in-out;
	-moz-transition: 0.25s all ease-in-out;
	-ms-transition: 0.25s all ease-in-out;
	-o-transition: 0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
}

ul.category_list li:first-child {
	padding-left: 0;
}

ul.category_list li:last-child {
	padding-right: 0;
	border-right: none;
}


ul.category_list li:hover a,
ul.category_list li:active a,
ul.category_list li:focus a {
	color: #ffffff;
	
	-webkit-transition: 0.25s all ease-in-out;
	-moz-transition: 0.25s all ease-in-out;
	-ms-transition: 0.25s all ease-in-out;
	-o-transition: 0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
}

ul.category_list li.current-menu-item:before,
ul.category_list li.current_page_item:before,
ul.category_list li.current-menu-parent:before,
ul.category_list li.current-post-parent:before,
ul.category_list li.current-post-ancestor:before {
	content: "";
	background-image: url(img/menu-hover-white.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 36px;
	height: 16px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -45px;
}

body.home ul.category_list li.current-menu-item:before,
body.home ul.category_list li.current_page_item:before,
body.home ul.category_list li.current-menu-parent:before,
body.home ul.category_list li.current-post-parent:before,
body.home ul.category_list li.current-post-ancestor:before,

body.archive ul.category_list li.current-menu-item:before,
body.archive ul.category_list li.current_page_item:before,
body.archive ul.category_list li.current-menu-parent:before,
body.archive ul.category_list li.current-post-parent:before,
body.archive ul.category_list li.current-post-ancestor:before {
	content: "";
	background-image: url(img/menu-hover.png);
}

ul.category_list li .menu-item-description {
	display: none !important;
}

.resources-banner-header {
  background:#d12229;
  padding:135px 0;
}

.resources-banner-header h1 {
  font-size:46px !important;
  font-family: 'AvenirLTStd-Book', sans-serif;
  color:#FFF;
}

.global-site-footer {
  width: 100%; 
  background-color: #f5f6f8;
}

.social-footer {
  background:#d12229;
  color:#FFF;
  padding:135px 0;
  text-align:center;
}

.social-footer p { 
  color:#FFF;
  font-size:24px;
  max-width:640px;
  margin:0 auto 35px;
}

.social-footer ul {
  list-style-type:none;
  display:flex;
  align-items:center;
  justify-content:center;
}

@media (max-width: 1195px) {

  .global-site-footer,
  .social-footer {
    margin:0 -15px;
    width:calc(100% + 30px);
    padding-left:15px;
    padding-right:15px;
  }

	.top_crea_bg #site-header {
		padding-bottom: 25px;
		position: fixed!important;
		background-color: #ffffff;
		top: 0px!important;
		width: 100%!important;
		left: 0;
	
		-webkit-transition: 0.4s all ease;
		-moz-transition: 0.4s all ease;
		-ms-transition: 0.4s all ease;
		-o-transition: 0.4s all ease;
		transition: 0.4s all ease;
	}

  .top_crea_bg #site-header .limit-width {
    display:block;
    padding:0;
  }


	
	.top_crea_bg #site-header .grid-3 {
		position: relative;
	}

  .top_crea_bg #site-header .grid-9 {
    display:none;
  }

	#btn_mobile_burger {
		display: block;
		right: 15px;
	}

	.header_logo_en {
		max-width: 185px;
    margin: 15px 0 0 15px;
	}

  .homepage-callout {
    margin-bottom:70px;
  }

	ul.category_list {
		display: none;
	}

	.menu-primary-navigation-container,
	.menu-primary-navigation-fr-container {
		background-color: transparent;
		margin: 0;
		padding: 0;
	}

	.menu-top-menu-container,
	.menu-top-menu-fr-container {
		margin-top: 0;
		display: block;
		float: none;
	}

	.menu-top-menu-container li,
	.menu-top-menu-fr-container li {
		padding-left: 0 !important;
		display: block;
	}

	.menu-top-menu-container li a,
	.menu-top-menu-fr-container li a {
		font-family: 'AvenirLTStd-Book', sans-serif;
		text-transform: none;
	}

  /* TODO - new mobile menu */
  .top-menu .menu-item-has-children ul.sub-menu {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    z-index: 72;
    visibility: visible;
    background: url(img/bg_sidebar_mobile.png) repeat-y left;
    background-color: #db2f25;
    width: 55%;
    left:auto;
    right: -55%;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease !important;
    -webkit-overflow-scrolling: touch;
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 40px;
    margin:0;
  }

  .top-menu .menu-item-has-children:first-child ul.sub-menu {
    left:auto;
    right: -55%;
  }

  .top-menu .menu-item-has-children ul.sub-menu.is-open,
  .top-menu .menu-item-has-children:first-child ul.sub-menu.is-open {
    right:0;
    opacity:1;
  }

	.top-menu .menu-item-has-children ul.sub-menu:before {
		content: none;
	}

	.top-menu .menu-item-has-children ul.sub-menu li {
		padding:0;
		background: none !important;
    font-size: 18px;
    line-height: 1.75;
	}

  .top-menu .menu-item-has-children ul.sub-menu li a {
    display:block;
    line-height: 24px;
    font-size: 16px;
    padding:0 0 12px 18px;
  }

  .top-menu .menu-item-has-children ul.sub-menu li.sub-menu__parent a,
  .top-menu .menu-item-has-children ul.sub-menu li.sub-menu__back a {
    font-family: 'AvenirLTStd-Heavy', sans-serif;
    padding-left:0 !important;
  }

  .top-menu .menu-item-has-children ul.sub-menu li.sub-menu__back {
    margin-top:70px !important;
    
  }

  .top-menu .menu-item-has-children ul.sub-menu li.sub-menu__back a {
    font-size:14px;
    text-transform:uppercase;
  }

  .top-menu .menu-item-has-children ul.sub-menu li.sub-menu__back i {
    display:inline-block;
    margin-right:10px;
  }

  .top-menu .menu-item a:hover,
  .top-menu .menu-item a:hover,
  .top-menu .menu-item a:focus {
    color:#FFF !important;
  }

	.homepage-header-container {
		background-color: #ffffff;
	}

	.homepage-header-container .homepage-header-wrapper {
		top: 0;
	}

	.homepage-header-intro .header-wrapper {
		left: 0;
		padding: 0;
	}	

	body.single .single-navigation .single-navigation-button {
		position: relative;
		display: block;
		width: 100%;
	}

	body.single .single-navigation .single-navigation-button button {
		width: 100%;
	}
	
	body.single .single-navigation .single-navigation-button#prev {
		left: 0;
	}
	
	body.single .single-navigation .single-navigation-button#next {
		left: 0;
	}

}


/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/


.home-header {
	width: 100%;
	min-height: 640px;
	background-color: #383838;
}

.page-background {
	z-index: 25;
	background-color: #000000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	opacity: 1;

	/* -webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	-o-pointer-events: none; */
	pointer-events: none;

	-webkit-transition: 0.55s all ease-in-out;
	-moz-transition: 0.55s all ease-in-out;
	-ms-transition: 0.55s all ease-in-out;
	-o-transition: 0.55s all ease-in-out;
	transition: 0.55s all ease-in-out;
}

.slider-overlay {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a8000000',GradientType=0 ); /* IE6-9 */
	position: absolute;
	width: 100%;
	height: 65%;
	bottom: 0;
	left: 0;

}

.home .default-slider .slick-track div {
	/* min-height: 840px;
	background-position: center;
	background-size: cover; */
}

.default-slider {
	margin-bottom: 75px !important;
}

.default-slider .slick-dots {
	bottom: -35px !important;
}






/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	background-color: #fff;
	position: relative;
}

.site-content {
	/* padding: 2.5em 0 0; */
}

.no-margin {
	margin: 0  !important;
}

.no-margin-wrapper h1,
.no-margin-wrapper h2,
.no-margin-wrapper h3,
.no-margin-wrapper h4,
.no-margin-wrapper h5,
.no-margin-wrapper h6,
.no-margin-wrapper p {
	margin: 0  !important;
}

.comment-form .form-submit input.submit,
.formBuilderSubmit input,
.default-button,
.default-button-wrapper a,
.default-button-wrapper button {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0 !important;
	text-transform: none;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0;
	font-family: "AvenirLTStd-Book",sans-serif;
	background-color: #f1f3f6 !important;
	background-image: none !important;
	display: table !important;
	line-height: 1;
	margin-bottom: 10px !important;
	color: #292929 !important;
	padding: 20px 40px !important;
	border: 0 solid #d12229 !important;

	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}

.comment-form .form-submit input.submit:hover,
.comment-form .form-submit input.submit:active,
.comment-form .form-submit input.submit:focus,
.formBuilderSubmit input:hover,
.formBuilderSubmit input:active,
.formBuilderSubmit input:focus,
.default-button:hover,
.default-button:active,
.default-button:focus,
.default-button-wrapper a:hover,
.default-button-wrapper a:active,
.default-button-wrapper a:focus,
.default-button-wrapper button:hover,
.default-button-wrapper button:active,
.default-button-wrapper button:focus {
	color: #ffffff !important;
	background-color: #d12229 !important;

	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}


.homepage-features {
  display:grid;
  grid-template-columns:2fr 1fr;
  grid-template-rows:1fr 1fr;
}

.homepage-feature {
  position:relative;
  display:flex;
  height:100%;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-end;
  overflow:hidden;
}

.homepage-feature a {
  display:block;
  position:relative;
  z-index:5;
  height:100%;
  width:100%;
  padding:45px;
}

.homepage-feature__1 {
  grid-column: 1/2;
  grid-row: 1/3;
  position: relative;
}

.homepage-feature__1 a {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-end;
}

.homepage-feature__1 a::after {
  content:"";
  position:absolute;
  z-index:1;
  top:0; right:0; bottom:0; left:0;
  background-image:linear-gradient(to top right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 66%);
}

.homepage-feature__bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height:100%;
  top:0;right:0;bottom:0;left:0;
  background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
  transition:transform 5s ease-in-out;
  transform:scale(1.01);
}


.homepage-feature__link i {
  margin-left:8px;
}

.homepage-feature__text {
  position:relative;
  z-index:2;
  padding:2rem;
  width:100%;
}

.homepage-feature__1 .homepage-feature__text p {
  font-size:36px;
  line-height:1.3;
  max-width:600px;
}

.homepage-feature__2 .homepage-feature__text,
.homepage-feature__3 .homepage-feature__text { 
  top:1rem;
  transition:top 0.2s ease-in-out;
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.homepage-feature__link:not(.default-button) {
  display:block;
  color:#FFF;
  font-family: "AvenirLTStd-Heavy",sans-serif;
  opacity:0;
  position:relative;
  top:0.5rem;
  margin-bottom:1rem;
  transition:top 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.homepage-feature__text p { color:#FFF; }

.homepage-feature__2 {
  grid-column: 2/3;
  grid-row: 1/2;
  background-color:#d12229;
}

.homepage-feature__3 {
  grid-column: 2/3;
  grid-row: 2/3;
  background-color:#345fa8;
}

.homepage-feature .default-button {
  margin:0 !important;
}


.homepage-feature .default-button,
.homepage-section .default-button {
  margin:32px auto 0;
  background-color: #d12229 !important;
  color: #ffffff !important;
}

.homepage-feature .default-button:hover,
.homepage-feature .default-button:active,
.homepage-feature .default-button:focus,
.homepage-section .default-button:hover,
.homepage-section .default-button:active,
.homepage-section .default-button:focus {
  background-color: #b11a1f !important;
  color: #ffffff !important;
}

.homepage-feature__1 .homepage-feature__link i {
  width:0;
  opacity:0;
  transition:width 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.homepage-feature__1 a:hover .homepage-feature__link i,
.homepage-feature__1 a:active .homepage-feature__link i,
.homepage-feature__1 a:focus .homepage-feature__link i {
  width:1rem;
  opacity:1;
}

.homepage-feature__1 a:hover .homepage-feature__bg,
.homepage-feature__1 a:active .homepage-feature__bg,
.homepage-feature__1 a:focus .homepage-feature__bg {
  transform:scale(1.25);
}

.homepage-feature__2 .homepage-feature__bg,
.homepage-feature__3 .homepage-feature__bg { 
  opacity:0.15;
  mix-blend-mode: overlay;
}

.homepage-feature__2 a:hover .homepage-feature__link,
.homepage-feature__3 a:hover .homepage-feature__link,
.homepage-feature__2 a:active .homepage-feature__link,
.homepage-feature__3 a:active .homepage-feature__link,
.homepage-feature__2 a:focus .homepage-feature__link,
.homepage-feature__3 a:focus .homepage-feature__link {
  opacity:1;
  top:0;
}

.homepage-feature__2 a:hover .homepage-feature__bg,
.homepage-feature__3 a:hover .homepage-feature__bg,
.homepage-feature__2 a:active .homepage-feature__bg,
.homepage-feature__3 a:active .homepage-feature__bg,
.homepage-feature__2 a:focus .homepage-feature__bg,
.homepage-feature__3 a:focus .homepage-feature__bg {
  transform:scale(1.25);
}

.homepage-feature__2 a:hover .homepage-feature__text,
.homepage-feature__3 a:hover .homepage-feature__text,
.homepage-feature__2 a:active .homepage-feature__text,
.homepage-feature__3 a:active .homepage-feature__text,
.homepage-feature__2 a:focus .homepage-feature__text,
.homepage-feature__3 a:focus .homepage-feature__text {
  top:0;
}




.article-grid article .entry-header {
	margin-top: 25px;
}

.article-grid article img {
	margin-bottom: 15px;
}

.article-grid article img:nth-of-type(1) {
	clear: right;
	width: 100%;
}

.article-grid h5 {
    font-family: 'Adelle-Light';
	display: table;
	position: relative;
	line-height: 1.35;
	margin-bottom: 15px;
    font-size: 24px;
	text-align: left;
	color: #d12229;
}


.article-grid .grid-9 .image-wrapper,
.article-grid .grid-item .image-wrapper {
	min-height: 275px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-color: #ccc;
	position: relative;
}

.article-grid .grid-4 .grid-item {
  background-color:#FFF;
  text-align:left;
  border-right:20px solid #CCC;
}

.homepage-section .article-grid,
.main-container-resources .article-grid {
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  grid-gap:32px;
}

.homepage-section .article-grid .grid-item,
.main-container-resources .article-grid .grid-item {
  background-color:#FFF;
  text-align:left;
}

.homepage-section .article-grid .grid-item .post-info,
.homepage-section .article-grid .grid-item .post-info + a {
  display:block;
  padding:0 20px 20px;
}

.article-grid .grid-9 .image-wrapper .post-category,
.article-grid .grid-item .image-wrapper .post-category {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: transparent;
}

.article-grid .grid-9 .image-wrapper .post-category .post-category-wrapper,
.article-grid .grid-item .image-wrapper .post-category .post-category-wrapper {
	position: relative;
	display: table;
	padding: 5px 15px;
	background-color: #ffffff;
}

.article-grid .grid-9 .image-wrapper .post-category .post-category-wrapper p,
.article-grid .grid-item .image-wrapper .post-category .post-category-wrapper p {
	color: #000000;
	font-size: 13px;
	margin: 0;
    font-family: 'AvenirLTStd-Heavy';
}

.resource-filters {
  padding-top:60px;
}

.resource-filters p {
  margin-top:0;
  text-transform:uppercase;
  font-family:'AvenirLTStd-Heavy', sans-serif;
  font-size:13px;
  color: #323232;
}

.resource-filter-button {
  background-color:#FFF;
  color:#323232;
  font-size:18px;
  appearance:none;
  padding:12px 16px;
  margin-right:16px;
  margin-bottom:16px;
  font-family: 'AvenirLTStd-Book', sans-serif;
}

.resource-card a h3 {
  padding:40px;
  font-size:22px;
}

.main-container-resources .article-grid {
  margin-top:40px;
}

.article-grid .grid-9 .background-div {
	background-color: #ffffff;
	padding-bottom: 35px;
}

body.single .article-grid .grid-9 .background-div {
	padding-left: 85px;
	padding-right: 85px;
	position: relative;
}

.author-info.grid {
	margin-top: 85px;
	position: relative;
	padding-top: 45px;
	margin-bottom: 45px;
}

.author-info.grid:before {
	content: "";
	position: absolute;
	background-image: url(img/author-icon.png);
	width: 200px;
	height: 200px;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 0;
	left: -85px;
}

.author-info.grid p.author-bio{
	margin: 0;
	font-size: 15px;
}

.author-info.grid p.author-bio strong {
    font-family: 'AvenirLTStd-Heavy';
	font-size: 20px;
}

.author-info.grid .author-avatar .author-image {
    width: 185px;
	height: 185px;
	display: block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f1f3f6;
	float: right;
	clear: both;
}

.author-info.grid .author-description {
	padding-left: 25px;
}

.article-grid .grid-9 .grid-6 {
	padding-right: 12.5px;
	clear: left;
	margin-bottom: 25px;
}

.article-grid .grid-9 .grid-6:nth-of-type(2n+1) {
	padding-left: 12.5px;
	padding-right: 0;
	clear: right;
}

body.blog .article-grid .grid-9 .grid-6:nth-of-type(2n),
body.author .article-grid .grid-9 .grid-6:nth-of-type(2n),
body.archive .article-grid .grid-9 .grid-6:nth-of-type(2n),
body.search .article-grid .grid-9 .grid-6:nth-of-type(2n) {
	padding-left: 12.5px;
	padding-right: 0;
	clear: right;
}

body.blog .article-grid .grid-9 .grid-6:nth-of-type(2n+1),
body.author .article-grid .grid-9 .grid-6:nth-of-type(2n+1),
body.archive .article-grid .grid-9 .grid-6:nth-of-type(2n+1),
body.search .article-grid .grid-9 .grid-6:nth-of-type(2n+1){
	padding-left: 0;
	padding-right: 12.5px;
	clear: left;
}


.article-grid .grid-9 .grid-6 h3 {
	font-size: 24px;
	color: #000000;
}

.article-grid .grid-3 {
	padding-left: 25px;
}

.article-grid .grid-3 .image-wrapper {
	min-height: 185px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-color: #ccc;
}

.article-grid .grid-3 .grid-12 {
	clear: both;
	margin-bottom: 25px;
}

.article-grid .grid-3 .grid-12 h3 {
	margin-top: 10px;
	font-size: 18px;
	color: #000000;
}



.article-grid .post-info {
	display: table;
	margin-top: 10px;
	margin-bottom: 5px;
}

.article-grid .post-info div {
	display: table-cell;
}

.article-grid .post-info div a,
.article-grid .post-info div p {
	margin: 0;
	font-size: 16px;
	color: #525252;
	text-decoration: none;
}

.article-grid .post-info #slash {
	padding: 0 10px;
}

.article-grid .post-info #slash p {
	color: #d8dde5;
}

.instagram-info {
	display: table;
	margin-top: 25px;
	margin-bottom: 25px;
}

.instagram-info div {
	display: table-cell;
	vertical-align: middle;
}

.instagram-info div h5 {
	margin: 0;
}

.instagram-info .article-logo-instagram {
	max-width: 50px;
	width: 50px;
	display: block;
	margin-right: 25px;
}

.article-logo-twitter {
	max-width: 40px;
	width: 40px;
	display: block;
	margin: 25px 0;
}

.timeline-Widget {
	background-color: transparent !important;
}

.timeline-InformationCircle-widgetParent {
	display: none !important;
}






.article-grid .navigation.pagination {
	padding: 0 !important;
	float: none !important;
	width: 100% !important;
	border: none !important;
	margin-bottom: 0 !important;
	border-top: 1px solid #bbbbbb !important;
}

.article-grid .navigation.pagination .page-numbers {
	display: inline-block !important;
}

.article-grid .navigation.pagination .page-numbers.prev,
.article-grid .navigation.pagination .page-numbers.next {
	display: none !important;
}

.article-grid .navigation.pagination .nav-links .page-numbers {
	border: 0 !important;
	border-top: 3px solid transparent !important;
	padding-top: 15px !important;

	-webkit-transition: 0.25s all ease-in-out;
	-moz-transition: 0.25s all ease-in-out;
	-ms-transition: 0.25s all ease-in-out;
	-o-transition: 0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
}

.article-grid .navigation.pagination .nav-links .page-numbers.current {
	border-top: 3px solid #d12229 !important;
	color: #d12229 !important;
}

.article-grid .navigation.pagination .nav-links .page-numbers:hover, 
.article-grid .navigation.pagination .nav-links .page-numbers:active, 
.article-grid .navigation.pagination .nav-links .page-numbers:focus {
	color: #d12229 !important;

	-webkit-transition: 0.25s all ease-in-out;
	-moz-transition: 0.25s all ease-in-out;
	-ms-transition: 0.25s all ease-in-out;
	-o-transition: 0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
}

.share-story {
	position: fixed;
	z-index: 70;
	right: 25px;
	bottom: 25px;
	color: #ffffff !important;
	background-color: #d12229 !important;
}

.share-story:hover,
.share-story:active,
.share-story:focus {
	background-color: #b11a1f !important;
}

.formBuilderForm .formBuilderField.control-group {
	margin-bottom: 15px;
}

.text-block {
	margin: 35px auto;
	padding: 55px 25px;
	width: 100%;
	background-color: #1b1b1b;
}

.text-block.black {
	background-color: #1b1b1b !important;
}

.text-block.red {
	background-color: #951b2a !important;
}

.text-block.blue {
	background-color: #2c56a3 !important;
}

.text-block h1,
.text-block p {
	color: #ffffff !important;
	text-align: center;
}

.text-block ul li,
.text-block ol li {
	color: #ffffff !important;
}

.text-block ul li::before {
	color: #ffffff !important;
}

.text-block ol li::before {
	color: #ffffff !important;
}

.homepage-mobile-brand-statement {
  display:none;
}

.homepage-header-intro .header-wrapper h3 i.fa {
  display:none;
}

/* Ensure homepage buckets fit within browser viewport */
@media (min-width: 1195px) and (max-width: 1600px) {
	.homepage-features {
		height: 78vh;
	}
}

@media (max-width: 1195px) {
  .header-motif-left {
    display:none;
  }

  .homepage-header-intro {
    min-height:0;
    margin-bottom:0;
  }

  .homepage-header-intro .homepage-header-photo {
    height:300px;
    position:relative;
    display:block;
  }

  .homepage-header-intro .header-wrapper {
    bottom:0;
    padding:30px;
    background:#d12229;
    color:#FFF;
    position:relative;
    width:100%;
    max-width:none;
    margin-top:-4px;
  }

  .homepage-header-intro .header-wrapper h3 {
    color:#FFF;
    font-size:18px;
    padding-right:30px;
  }

  .homepage-header-intro .header-wrapper h3 i.fa {
    display:block;
    position:absolute;
    right:30px;
    top:50%;
    margin-top:-9px;
  }

  .homepage-mobile-brand-statement {
    display:block;
    color: #000;
    font-size: 22px;
    line-height: 1.6;
    text-align:center;
    max-width:640px;
    margin:120px auto 50px;
    
  }

  .homepage-features {
    margin:0 -15px;
    grid-template-rows: 500px 250px;
    grid-template-columns: 1fr 1fr;
  }

  .homepage-feature__1 {
    grid-column: 1/3;
    grid-row: 1/2;
  }

  .homepage-feature__2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .homepage-feature__3 {
    grid-column: 2/3;
    grid-row: 2/3;
  }

  .homepage-feature__1 a {
    min-height:500px;
  }

  .homepage-feature__2 a,
  .homepage-feature__3 a {
    min-height:250px;
  }

  .homepage-feature__1 .homepage-feature__text {
    text-align:center;
  }

  .homepage-feature__1 .homepage-feature__text p {
    max-width:none;
    font-size:32px;
    font-family: "AvenirLTStd-Book",sans-serif;
    line-height:1.6;
  }

  .homepage-feature__1 .homepage-feature__link {
    margin:0 auto !important;
  }


  .homepage-feature__2 .homepage-feature__link,
  .homepage-feature__3 .homepage-feature__link {
    opacity:1;
    margin-top:1rem;
    top:0;
  }

  .homepage-feature__2 .homepage-feature__text,
  .homepage-feature__3 .homepage-feature__text {
    top:0;
  }

  .homepage-feature__2 a:hover .homepage-feature__text,
  .homepage-feature__3 a:hover .homepage-feature__text,
  .homepage-feature__2 a:active .homepage-feature__text,
  .homepage-feature__3 a:active .homepage-feature__text,
  .homepage-feature__2 a:focus .homepage-feature__text,
  .homepage-feature__3 a:focus .homepage-feature__text {
    top:0;
  }

	.article-grid h5 {
		margin-left: auto;
		margin-right: auto;
	}
	
	.article-grid .grid-9 .image-wrapper,
	.article-grid .grid-3 .image-wrapper {
		min-height: 360px;
	}

	.article-grid .grid-9 .background-div {
		background-color: transparent;
	}

	body.single .article-grid .grid-9 .background-div {
		padding-left: 0;
		padding-right: 0;
	}

	.article-grid .grid-3 {
		padding-left: 0;
		background-color: transparent;
	}
	
	.article-grid .grid-9 .grid-6 {
		padding-right: 0;
		clear: left;
		margin-bottom: 25px;
	}
	
	.article-grid .grid-9 .grid-6:nth-of-type(2n+1) {
		padding-left: 0;
		padding-right: 0;
		clear: right;
	}
	
  body.blog .article-grid .grid-9 .grid-6:nth-of-type(2n),
	body.author .article-grid .grid-9 .grid-6:nth-of-type(2n),
  body.archive .article-grid .grid-9 .grid-6:nth-of-type(2n),
  body.search .article-grid .grid-9 .grid-6:nth-of-type(2n) {
		padding-left: 0;
		padding-right: 0;
		clear: right;
	}
	
  body.blog .article-grid .grid-9 .grid-6:nth-of-type(2n+1),
	body.author .article-grid .grid-9 .grid-6:nth-of-type(2n+1),
  body.archive .article-grid .grid-9 .grid-6:nth-of-type(2n+1),
  body.search .article-grid .grid-9 .grid-6:nth-of-type(2n+1) {
		padding-left: 0;
		padding-right: 0;
		clear: left;
	}

	.article-grid .grid-9 .grid-6 h3 {
		font-size: 18px;
	}
	
	.article-grid .grid-3 .grid-12 h3 {
		font-size: 18px;
	}

	.instagram-info {
		margin-left: auto;
		margin-right: auto;
	}
	
	.article-logo-twitter {
		margin: 25px auto;
	}
	
	/* .article-grid .grid-9 .grid-6,
	.article-grid .grid-3 .grid-12 {
		width: 50% !important;
		float: left !important;
		clear: none !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	.article-grid .grid-9 .grid-6:nth-child(2n),
	.article-grid .grid-3 .grid-12:nth-child(2n) {
		clear: left !important;
		padding-left: 0 !important;
	}
	
	.article-grid .grid-9 .grid-6:nth-child(2n+1),
	.article-grid .grid-3 .grid-12:nth-child(2n+1) {
		clear: right !important;
		padding-right: 0 !important;
	}

	.article-grid .grid-9 .image-wrapper .post-category {
		padding-top: 10px;
		padding-right: 10px;
	}
	
	.article-grid .grid-9 .image-wrapper .post-category .post-category-wrapper {
		padding: 2.5px 10px;
	}

	.article-grid .post-info div a,
	.article-grid .post-info div p {
		margin: 0;
		font-size: 13px;
	}

	.article-grid .post-info #slash {
		padding: 0 5px;
	} */



	.author-info.grid:before {
		left: 0;
	}

	.author-info.grid .author-avatar .author-image {
		margin: 0 auto;
		float: none;
		clear: both;
	}

	.author-info.grid .author-description {
		padding-top: 25px;
		padding-left: 0;
	}

}


@media (max-width: 840px) {
	.article-grid .grid-9 .image-wrapper,
	.article-grid .grid-3 .image-wrapper {
		min-height: 200px;
	}

  .homepage-section .article-grid,
  .main-container-resources .article-grid {
    display:grid;
    grid-template-columns:1fr;
  }


  .homepage-features {
    display:block;
  }

  .homepage-feature__1 .homepage-feature__text p {
    font-size:24px;
  }

  .homepage-feature__1 a::after {
    background-image:linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 66%);
  }

  .homepage-feature a {
    padding:15px;
    display:flex;
    align-items:center;
  }

  .homepage-feature__text {
    padding:15px;
  }

  .homepage-feature__2 .homepage-feature__text .homepage-feature__link,
  .homepage-feature__3 .homepage-feature__text .homepage-feature__link {
    font-size:16px;
    margin-top:0;
  }

  .homepage-feature__1 .homepage-feature__text {
    padding:15px 15px 45px;
  }
}

@media (max-width: 480px) {
  .homepage-feature__text p {
    font-size:16px;
  }

  .homepage-feature__2 a,
  .homepage-feature__3 a {
    min-height:200px;
  }
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

.navigation.pagination {
	border-top: double rgba(0,0,0,0.25);
	border-bottom: double rgba(0,0,0,0.25);

	padding-top: 10px;
	padding-bottom: 10px;

	margin-top: 25px;
	margin-bottom: 25px;
}

.navigation.pagination .nav-links .page-numbers {
	font-family: "AvenirLTStd-Book",sans-serif;
	font-weight: normal;
	color: #1b1d1f;
	line-height: 1;
	text-decoration: none;
	box-shadow: none !important;
}

.navigation.pagination .nav-links .page-numbers.current {
	padding-bottom: 5px;
	border-bottom: 2px solid #1b1d1f;
}

.navigation.pagination .nav-links .prev,
.navigation.pagination .nav-links .next {
	padding: 0;
	float: none;
	background-color: transparent;
}

.navigation.pagination .nav-links .prev {
	padding-right: 15px;
}

.navigation.pagination .nav-links .next {
	padding-left: 15px;
}

.navigation.pagination .nav-links .prev .icon,
.navigation.pagination .nav-links .next .icon {
	top: 0;
	font-size: 18px;
}


/* Post Landing Page */

.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	/* color: #222;
	font-size: 14px;
	font-size: 0.875rem; */
	
	/* letter-spacing: 0.14em; */
	/* text-transform: uppercase; */
}

.entry-header .entry-title {
	margin-bottom: 0.25em;
}

.entry-title a {
	color: #333;
	text-decoration: none;
	margin-left: -2px;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta {
	/* color: #767676;
	font-size: 11px;
	font-size: 0.6875rem; */
	
	/* letter-spacing: 0.1818em; */
	/* padding-bottom: 0.25em;
	text-transform: uppercase; */
}

.entry-meta a {
	color: #767676;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: 0.875rem;
	
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}

.page-numbers {
	display: none;
	padding: 0.5em 0.75em;
}

.page-numbers.current {
	color: #767676;
	display: inline-block;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 2em;
}

body:not(.twentyseventeen-front-page) .entry-header,
body:not(.twentyseventeen-front-page) .entry-content,
body:not(.twentyseventeen-front-page) #comments {
	margin-left: auto;
	margin-right: auto;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* More tag */

.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.single-featured-image-header {
	background-color: #ffffff;
	border-bottom: 0 solid #eee;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
	margin-left: 0;
}

.page-links {
	font-size: 14px;
	font-size: 0.875rem;
	
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	
	/* letter-spacing: 0.1818em; */
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	/* letter-spacing: 0.1818em; */
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}

.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}



.social-sharing {
	list-style: none;
}

.social-sharing li {
	list-style: none;
	padding: 10px;
	display: inline-block;
}





@media (max-width: 1195px) {


}










/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page-header {
	padding-bottom: 2em;
}

.page .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page:not(.home) #content {
	/* padding-bottom: 1.5em; */
}

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

.page-template-template-sitemap .grid-9 ul li {
	list-style: none;
}

.page-template-template-sitemap .grid-9 ul > li {
	border-top: 1px solid rgba(165,165,165,0.35);
	padding-top: 15px;
	padding-bottom: 15px;
}

.page-template-template-sitemap .grid-9 ul > li:first-child {
	border-top: none;
	padding-top: 0;
}

.page-template-template-sitemap .grid-9 ul > li .children li {
	border-top: none;
	padding-top: 0;
	padding-bottom: 0;
}

.hero-background {
	width: 100%;
	min-height: 385px;
  background-color:#f5f6f8;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	margin: 0 auto;
}




.hero-bucket-wrapper {
	width: 100%;
	margin: 0 auto 35px auto;;
	display: flex;
}

.hero-bucket-wrapper .hero-bucket {
	flex: 1;
	background-color: #e14a4c;
	border-top: 1px solid #ffffff;
	border-left: 0.5px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 0.5px solid #ffffff;

	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}

.hero-bucket-wrapper .hero-bucket.selected {
	background-color: #d12127;

	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}

.hero-bucket-wrapper .hero-bucket:hover,
.hero-bucket-wrapper .hero-bucket:active,
.hero-bucket-wrapper .hero-bucket:focus {
	background-color: #d12127;

	-webkit-transition: 0.15s all ease-in-out;
	-moz-transition: 0.15s all ease-in-out;
	-ms-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;

}

.hero-bucket-wrapper .hero-bucket .hero-bucket-inner {
	width: 100%;
	height: 100%;
	display: block;
	padding: 25px;
}

.hero-bucket-wrapper .hero-bucket .hero-bucket-inner p {
	color: #ffffff;
	text-align: center;
	margin: 25px auto;
	display: table;
}



@media (max-width: 840px) {

  .hero-background {
    min-height: 280px;
  }

	.hero-bucket-wrapper {
		width: 100%;
		margin: 0 auto 35px auto;;
		display: block;
	}
	
	.hero-bucket-wrapper .hero-bucket {
		display: block;
		width: 100%;
		flex: none;
		border-top: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
	}


}

@media (max-width: 480px) {
  .hero-background {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
	border-top: 1px solid #eee;
}

.site-footer .wrap {
	padding-bottom: 1.5em;
	padding-top: 2em;
}

/* Footer widgets */

.site-footer .widget-area {
	padding-bottom: 2em;
	padding-top: 2em;
}


.footer .grid-3 p.uppercase {
	margin-top: 0;
}


/* Social nav */

.social-navigation {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
}

.social-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.social-navigation li {
	display: inline;
}

.social-navigation a {
	background-color: #767676;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	height: 40px;
	margin: 0 1em 0.5em 0;
	text-align: center;
	width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
	background-color: #333;
}

.social-navigation .icon {
	height: 16px;
	top: 12px;
	width: 16px;
	vertical-align: top;
}

/* Site info */

.site-info {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 1em;
}

.site-info a {
	color: #666;
}

.site-info .sep {
	margin: 0;
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}

.site-info span[role=separator] {
	padding: 0 0.2em 0 0.4em;
}

.site-info span[role=separator]::before {
	content: '\002f';
}










.footer {
	/* border-top: 8px solid #d8dee6; */
	/* margin-top: 43px; */
	padding-top: 52px;
	padding-bottom: 46px;
}

.footer-angle {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	max-width: 555px;
	width: 65%;
	pointer-events: none;

	-webkit-user-select: none;
	user-select: none;
}

.footer p,
.footer a {
	font-size: 14px;
	margin: 0;
}

.footer p.light {
	width: 90%;
	margin-bottom: 1.6em;
}

.footer hr {
	margin-top: 30px;
	margin-bottom: 35px;
}

.footer .footer_logo_en {
	margin-top: 10px;
}

#icon_facebook {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 11px;
	display: inline-block;
	margin-top: -5px;
	background: url(img/icon_facebook.png) no-repeat top;
}

#icon_linkedin {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 11px;
	display: inline-block;
	margin-top: -5px;
	background: url(img/icon_linkedin.png) no-repeat top;
}

#icon_twitter {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 11px;
	display: inline-block;
	margin-top: -5px;
	background: url(img/icon_twitter.png) no-repeat top;
}

#icon_youtube {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 11px;
	display: inline-block;
	margin-top: -5px;
	background: url(img/icon_youtube.png) no-repeat top;
}

#icon_instagram {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 11px;
	display: inline-block;
	margin-top: -5px;
	background: url(img/icon_instagram.jpg) no-repeat top;
}

#icon_rss {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 11px;
	display: inline-block;
	margin-top: -5px;
	background: url(img/icon_rss.png) no-repeat top;
}

#icon_googleplus {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 11px;
	display: inline-block;
	margin-top: -5px;
	background: url(img/icon_googleplus.png) no-repeat top;
}


@media (max-width: 1195px) {

	.footer .footer_logo_en {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.footer .mobile-vspacing{
		margin-bottom: 20px;
	}

	.footer p.light {
		width: 100%;
	}

}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#secondary {
	padding: 1em 0 2em;
}

.widget {
	padding-bottom: 3em;
}

h2.widget-title {
	/* color: #222;
	font-size: 13px;
	font-size: 0.8125rem;
	
	letter-spacing: 0.1818em;
	margin-bottom: 1.5em;
	text-transform: uppercase; */
}

.widget-title a {
	color: inherit;
}

/* widget forms */

.widget select {
	width: 100%;
}


/* widget lists */

.widget ul {
	list-style: none;
	margin: 0;
}

.widget ul li,
.widget ol li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 0.5em 0;
}

.widget:not(.widget_tag_cloud) ul li + li {
	margin-top: -1px;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* Widget markup */

.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li + li {
	margin-top: -1px;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	
	/* letter-spacing: 0.18em; */
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Search */

.search-form {
	position: relative;
}

.search-form .search-submit {
	bottom: 3px;
	padding: 0.5em 1em;
	position: absolute;
	right: 3px;
	top: 3px;
}

.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}

/* Tag cloud widget */

.tagcloud ul li {
	float: left;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 4px 10px 5px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
	margin-left: 0;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	
	/* letter-spacing: 0.1818em; */
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/* Contest Form Module */
.contest_form_select {
	border: 1px solid #000;
    width: 100%;
    /* height: 28px; */
	background: #fff url(images/btn_down_sm.png) no-repeat center right!important;
	background-size: 15px 14px;
    font-size: 16px;
    -webkit-appearance: none;
    text-indent: 19px;
    line-height: 25px;
    border-radius: 0px!important;
    /* text-transform: uppercase; */
    margin-bottom: 0px!important;
    padding-top: 3px;
	font-family: 'Geometria-Medium'!important;
}

#contestForm .error{
	color:#F00;
}

.contest_input{
	border: 1px solid #000;
    display: inline-block;
	width: 100%;
	margin-bottom: 20px;	
}

.contest_checkbox{
	-webkit-appearance:checkbox!important;
	margin-right: 10px;
}

#contest_thanks{
	display:none;
	
}
.contest_headline{
	text-align:center;
}


/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:after {
	border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .panel-content {
	z-index: 2; /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .twentyseventeen-panel-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	
	/* letter-spacing: 1px; */
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:nth-of-type(1):after {
	border: none;
}

.twentyseventeen-front-page.twentyseventeen-customizer #primary article.panel-placeholder {
	border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.twentyseventeen-panel > .customize-partial-edit-shortcut > button {
	top: 30px;
	left: 30px;
}

/* Ensure that placeholder icons are visible. */
.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	
	line-height: 1;
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0); /* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {

	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
}

@media screen and (min-width: 30em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 14px;
		font-size: 0.875rem;
	}

	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

	img.alignright {
		float: right;
		margin-left: 1.5em;
	}

	/* Site Branding */

	.site-branding {
		padding: 3em 0;
	}

	/* Front Page */

	.panel-content .wrap {
		padding-bottom: 2em;
		padding-top: 3.5em;
	}

	.page-one-column .panel-content .wrap {
		max-width: 740px;
	}

	.panel-content .entry-header {
		margin-bottom: 4.5em;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 0;
	}

	/* Blog Index, Archive, Search */

	.taxonomy-description {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.page-numbers.current {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Site Footer */

	.site-footer {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media screen and (min-width: 48em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	/* Layout */

	.wrap {
		max-width: 1000px;
		padding-left: 3em;
		padding-right: 3em;
	}

	.has-sidebar:not(.error404) #primary {
		float: left;
		width: 58%;
	}

	.has-sidebar #secondary {
		float: right;
		padding-top: 0;
		width: 36%;
	}

	.error404 #primary {
		float: none;
	}

	/* Site Branding */

	.site-branding {
		margin-bottom: 0;
	}

	.has-header-image.twentyseventeen-front-page .site-branding,
	.has-header-video.twentyseventeen-front-page .site-branding,
	.has-header-image.home.blog .site-branding,
	.has-header-video.home.blog .site-branding {
		bottom: 0;
		display: block;
		left: 0;
		height: auto;
		padding-top: 0;
		position: absolute;
		width: 100%;
	}

	.has-header-image.twentyseventeen-front-page .custom-header,
	.has-header-video.twentyseventeen-front-page .custom-header,
	.has-header-image.home.blog .custom-header,
	.has-header-video.home.blog .custom-header {
		display: block;
		height: auto;
	}

	.custom-header-media {
		height: 165px;
		position: relative;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 0;
		position: relative;
	}

	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media,
	.has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
		bottom: 0;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.custom-logo-link {
		padding-right: 2em;
	}

	.custom-logo-link img,
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: 350px;
	}

	.title-tagline-hidden.home.has-header-image .custom-logo-link img,
	.title-tagline-hidden.home.has-header-video .custom-logo-link img {
		max-height: 200px;
	}

	.site-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.site-description {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Navigation */

	.navigation-top {
		bottom: 0;
		font-size: 14px;
		font-size: 0.875rem;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 3;
	}

	.navigation-top .wrap {
		max-width: 1000px;
		/* The font size is 14px here and we need 50px padding in ems */
		padding: 0.75em 3.4166666666667em;
	}

	.navigation-top nav {
		margin-left: -1.25em;
	}

	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 7;
	}

	.admin-bar .site-navigation-fixed.navigation-top {
		top: 32px;
	}

	/* Main Navigation */

	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}

	.main-navigation {
		width: auto;
	}

	.js .main-navigation ul,
	.js .main-navigation ul ul,
	.js .main-navigation > div > ul {
		display: block;
	}

	.main-navigation ul {
		background: transparent;
		padding: 0;
	}

	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.main-navigation li {
		border: 0;
		display: inline-block;
	}

	.main-navigation li li {
		display: block;
	}

	.main-navigation a {
		padding: 1em 1.25em;
	}

	.main-navigation ul ul {
		background: #fff;
		border: 1px solid #bbb;
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:before,
	.main-navigation ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	}

	.main-navigation ul li.menu-item-has-children.focus:before,
	.main-navigation ul li.menu-item-has-children:hover:before,
	.main-navigation ul li.menu-item-has-children.focus:after,
	.main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		display: block;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
	}

	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #fff;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
	}

	.main-navigation ul ul a {
		padding: 0.75em 1.25em;
		width: 16em;
	}

	.main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

	.main-navigation li li:hover,
	.main-navigation li li.focus {
		background: #767676;
	}

	.main-navigation li li a {
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}

	.main-navigation li li.focus > a,
	.main-navigation li li:focus > a,
	.main-navigation li li:hover > a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus {
		color: #fff;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0.5em;
		right: auto;
	}

	.main-navigation .menu-item-has-children > a > .icon,
	.main-navigation .page_item_has_children > a > .icon {
		display: inline;
		left: 5px;
		position: relative;
		top: -1px;
	}

	.main-navigation ul ul .menu-item-has-children > a > .icon,
	.main-navigation ul ul .page_item_has_children > a > .icon {
		margin-top: -9px;
		left: auto;
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
	}

	.main-navigation ul ul ul {
		left: -999em;
		margin-top: -1px;
		top: 0;
	}

	.main-navigation ul ul li.menu-item-has-children.focus:before,
	.main-navigation ul ul li.menu-item-has-children:hover:before,
	.main-navigation ul ul li.menu-item-has-children.focus:after,
	.main-navigation ul ul li.menu-item-has-children:hover:after,
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after {
		display: none;
	}

	.site-header .site-navigation-fixed .menu-scroll-down {
		display: none;
	}

	/* Scroll down arrow */

	.site-header .menu-scroll-down {
		display: block;
		padding: 1em;
		position: absolute;
		right: 0;
	}

	.site-header .menu-scroll-down .icon {
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(90deg); /* IE 9 */
		transform: rotate(90deg);
	}

	.site-header .menu-scroll-down {
		color: #fff;
		top: 2em;
	}

	.site-header .navigation-top .menu-scroll-down {
		color: #767676;
		top: 0.7em;
	}

	.menu-scroll-down:focus {
		outline: thin dotted;
	}

	.menu-scroll-down .icon {
		height: 18px;
		width: 18px;
	}

	/* Front Page */

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		margin-bottom: 70px;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 1200px;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media:before,
	.twentyseventeen-front-page.has-header-video .custom-header-media:before,
	.home.blog.has-header-image .custom-header-media:before,
	.home.blog.has-header-video .custom-header-media:before {
		height: 33%;
	}

	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
	.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 32px);
	}

	.panel-content .wrap {
		padding-bottom: 4.5em;
		padding-top: 6em;
	}

	.panel-image {
		height: 100vh;
		max-height: 1200px;
	}

	/* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
	.background-fixed .panel-image {
		background-attachment: fixed;
	}

	.page-two-column .panel-content .entry-header {
		float: left;
		width: 36%;
	}

	.page-two-column .panel-content .entry-content {
		float: right;
		width: 58%;
	}

	/* Front Page - Recent Posts */

	.page-two-column .panel-content .recent-posts {
		clear: right;
		float: right;
		width: 58%;
	}

	.panel-content .recent-posts article {
		margin-bottom: 4em;
	}

	.panel-content .recent-posts .entry-header,
	.page-two-column #primary .panel-content .recent-posts .entry-header,
	.panel-content .recent-posts .entry-content,
	.page-two-column #primary .panel-content .recent-posts .entry-content {
		float: none;
		width: 100%;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 1.5em;
	}

	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	/* Posts */

	.site-content {
		/* padding: 2em 0 0; */
	}

	.single-post .entry-title,
	.page .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	.comments-pagination,
	.post-navigation {
		clear: both;
	}

	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}

	/* Blog, archive, search */

	.sticky .icon-thumb-tack {
		height: 23px;
		left: -2.5em;
		top: 1.5em;
		width: 32px;
	}

	body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: left;
		width: 36%;
	}

	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		float: right;
		width: 58%;
	}

	.blog .site-main > article,
	.archive .site-main > article,
	.search .site-main > article {
		padding-bottom: 4em;
	}

	.navigation.pagination {
		clear: both;
		float: right;
		width: 58%;
	}

	.has-sidebar .navigation.pagination,
	.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
		float: none;
		width: 100%;
	}

	.entry-footer {
		display: table;
		width: 100%;
	}

	.entry-footer .cat-tags-links {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	.entry-footer .edit-link {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}

	.entry-footer .edit-link a.post-edit-link {
		margin-top: 0;
		margin-left: 1em;
	}

	/* Entry content */

	/* without sidebar */

	:not(.has-sidebar) .entry-content blockquote.alignleft {
		margin-left: -17.5%;
		width: 48%;
	}

	:not(.has-sidebar) .entry-content blockquote.alignright {
		margin-right: -17.5%;
		width: 48%;
	}

	/* with sidebar */

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: 0;
		width: 34%;
	}

	.has-sidebar .entry-content blockquote.alignright {
		margin-right: 0;
		width: 34%;
	}

	.has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
		margin-right: -72.5%;
		width: 62%;
	}

	/* blog and archive */

	.blog:not(.has-sidebar) .entry-content blockquote.alignleft,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignleft,
	.archive:not(.has-sidebar) .entry-content blockquote.alignleft,
	.page-two-column .entry-content blockquote.alignleft {
		margin-left: -72.5%;
		width: 62%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright {
		margin-right: 0;
		width: 36%;
	}

	/* Post formats */

	.format-quote blockquote .icon {
		left: -1.5em;
	}

	/* Pages */

	.page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 4em;
	}

	.page:not(.home) #content {
		/* padding-bottom: 3.25em; */
	}

	/* 404 page */

	.error404 .page-content {
		padding-bottom: 9em;
	}

	/* Comments */

	#comments {
		padding-top: 5em;
	}

	.comments-title {
		margin-bottom: 2.5em;
	}

	ol.children .children {
		padding-left: 2em;
	}

	/* Posts pagination */

	.nav-links .nav-title {
		position: relative;
	}

	.nav-title-icon-wrapper {
		position: absolute;
		text-align: center;
		width: 2em;
	}

	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: -2em;
	}

	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		right: -2em;
	}

	/* Secondary */

	#secondary {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
	}

	/* Widgets */

	h2.widget-title {
		font-size: 11px;
		font-size: 0.6875rem;
		margin-bottom: 2em;
	}

	/* Footer */

	.site-footer {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
		margin-top: 3em;
	}

	.site-footer .widget-column.footer-widget-1 {
		float: left;
		width: 36%;
	}

	.site-footer .widget-column.footer-widget-2 {
		float: right;
		width: 58%;
	}

	.social-navigation {
		clear: left;
		float: left;
		margin-bottom: 0;
		width: 36%;
	}

	.site-info {
		float: left;
		padding: 0.7em 0 0;
		width: 58%;
	}

	.social-navigation + .site-info {
		margin-left: 6%;
	}

	.site-info .sep {
		margin: 0 0.5em;
		display: inline;
		visibility: visible;
		height: auto;
		width: auto;
	}

	/* Gallery Columns */

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

@media screen and ( min-width: 67em ) {

	/* Layout */

	/* Navigation */
	.navigation-top .wrap {
		padding: 0.75em 2em;
	}

	.navigation-top nav {
		margin-left: 0;
	}

	/* Sticky posts */

	.sticky .icon-thumb-tack {
		font-size: 32px;
		font-size: 2rem;
		height: 22px;
		left: -1.25em;
		top: 0.75em;
		width: 32px;
	}

	/* Pagination */

	.page-numbers {
		display: inline-block;
	}

	.page-numbers.current {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}

	/* Comments */

	.comment-body {
		margin-left: 0;
	}
}

@media screen and ( min-width: 79em ) {

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: -20%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright,
	.twentyseventeen-front-page .entry-content blockquote.alignright {
		margin-right: -20%;
	}
}

@media screen and ( max-width: 48.875em ) and ( min-width: 48em ) {

	.admin-bar .site-navigation-fixed.navigation-top,
	.admin-bar .site-navigation-hidden.navigation-top {
		top: 46px;
	}
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */

	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	.custom-header-media {
		padding: 0;
	}

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */

	.single-featured-image-header {
		background: transparent;
	}

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a,
	.twentyseventeen-front-page.has-header-image .site-title,
	.twentyseventeen-front-page.has-header-video .site-title,
	.twentyseventeen-front-page.has-header-image .site-title a,
	.twentyseventeen-front-page.has-header-video .site-title a {
		color: #222 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.twentyseventeen-front-page.has-header-image .site-description,
	.twentyseventeen-front-page.has-header-video .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}




.homepage-slider {
	max-width: 1400px;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}


@media (max-width: 1195px) {

    .desktop-only {
        display: none !important;
    }
    
    .mobile-only {
        display: block !important;
	}    

	.mobile-hidden {
        display: none !important;
	}

	.grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6,
    .grid-7,
    .grid-8,
    .grid-9,
    .grid-10,
    .grid-11,
    .grid-12 {
        width: 100% !important;
        float: none;
	}

}




.photonic-thumb {
	display: block !important;
}

.photonic-thumb img {
	padding: 0 !important;
}

.photonic-more-button {
	display: none !important;
}