/*
Theme Name: Blumont by Found 2.4 20180605
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 2.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blumont-by-found
Tags:

Blumont by Found is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/* @group FF Yoga Sans */

@font-face {
    font-family: 'YogaSansWeb';
    src: url('fonts/ff-yoga-sans-web/YogaSansWeb.woff') format('woff');
}

@font-face {
  font-family: 'YogaSansWeb-Italic';
  src: url('fonts/ff-yoga-sans-web/YogaSansWeb-Italic.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
  font-family: 'YogaSansWeb-Bold';
  src: url('fonts/ff-yoga-sans-web/YogaSansWeb-Bold.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
  font-family: 'YogaSansWeb-BoldItalic';
  src: url('fonts/ff-yoga-sans-web/YogaSansWeb-BoldItalic.woff') format('woff'); /* Pretty Modern Browsers */
}

/* @end */

/* @group Tiina Pro */

@font-face {
  font-family: 'TiinaPro-NormalItalic';
  src: url('fonts/Tiina/TiinaPro-NormalItalic.eot'); /* IE9 Compat Modes */
  src: url('fonts/Tiina/TiinaPro-NormalItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  		url('fonts/Tiina/TiinaPro-NormalItalic.woff') format('woff'), /* Pretty Modern Browsers */
  		url('fonts/Tiina/TiinaPro-NormalItalic.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'TiinaPro-Medium';
  src: url('fonts/Tiina/TiinaPro-Medium.eot'); /* IE9 Compat Modes */
  src: url('fonts/Tiina/TiinaPro-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('fonts/Tiina/TiinaPro-Medium.woff') format('woff'), /* Pretty Modern Browsers */
  url('fonts/Tiina/TiinaPro-Medium.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'TiinaPro-SemiBold';
  src: url('fonts/Tiina/TiinaPro-SemiBold.eot'); /* IE9 Compat Modes */
  src: url('fonts/Tiina/TiinaPro-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('fonts/Tiina/TiinaPro-SemiBold.woff') format('woff'), /* Pretty Modern Browsers */
   url('fonts/Tiina/TiinaPro-SemiBold.ttf')  format('truetype'); /* Safari, Android, iOS */
}

/* @end */


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	overflow-x: hidden;
	
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #333333;
	font-family: 'YogaSansWeb', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-size: .8rem;
	line-height: 1.5;
}

@media only screen and (min-width: 640px) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 15px;
		font-size: 1rem;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #004667;
	font-family: 'TiinaPro-Medium';
	font-style: normal;
	font-weight: normal;
	clear: both;
	margin: 0;
}

h2 {
	font-family: 'TiinaPro-SemiBold';
	font-style: normal;
}

h3 {
	font-family: 'YogaSansWeb', sans-serif;
}

p {
	margin-bottom: 1.5em;
    margin-top: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

*,
*: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/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0;
	background: #e6e6e6;
	box-shadow: none;
	font-size: .875em;
	font-size: 0.875rem;
	
	font-family: 'YogaSansWeb', sans-serif;
	font-style: normal;
	font-weight: normal;
	
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: none;
	box-shadow: none;
	
	text-transform: uppercase;
	
	outline: none;
	-webkit-appearance:	none;
	   -moz-appearance:	none;
	   appearance:		none;
	   
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;   
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	box-shadow: none;
	-webkit-appearance: none;
	outline: none;
	color: #FFF;
	background: #0099cc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	box-shadow: none;
	-webkit-appearance: none;
	outline: none;
}

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 {
	border: none;
	outline: none;
	
	-webkit-appearance:	none;
	   -moz-appearance:	none;
	   appearance:		none;
}

select {
/*	border: 1px solid #ccc;*/
	border: none;
}

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 {
	box-shadow: none;
}

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"] {
	padding: .5em;
	border: 1px solid;
	margin-bottom: .75em;
}

textarea {
	padding-left: .5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0099cc;
	text-decoration: none;
	
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

a:visited {
	color: #0099cc;
}

a:hover,
a:focus,
a:active {
	color: #0099cc;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content: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 {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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 {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0px;
    color: #777;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	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%;
}

.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%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Blumont Customizations
--------------------------------------------------------------*/

/* @group Animation */

/* make keyframes that tell the start state and the end state of our object */
 
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

@-webkit-keyframes fadeOut { from { opacity:1; } to { opacity:0; } }
@-moz-keyframes fadeOut { from { opacity:1; } to { opacity:0; } }
@keyframes fadeOut { from { opacity:1; } to { opacity:0; } }
 
.jscroll-inner .scroll-container, 
.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
 
	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
 
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	animation-duration:0.5s;
}
 
.fade-in.one {
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
 
.fade-in.two {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay:1.5s;
	animation-delay: 1.5s;
}
 
.fade-in.three {
	-webkit-animation-delay: 2.25s;
	-moz-animation-delay: 2.25s;
	animation-delay: 2.25s;
}

.fade-in.four {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	animation-delay: 6s;
}

/* @end */

/* @group General Classes */

::-moz-selection { /* Code for Firefox */
	color: #fff;
	background: #44d7f5;
}

::selection {
	color: #fff;
	background: #44d7f5;
}

.fullscreen,
.halfscreen {
	width: 100%!important;
    position: relative;
	background-size: cover; 
	-webkit-background-size: cover;
    background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: center center;
}

.fullscreen {
	min-height: 100vh;
}

@media only screen and (max-width: 640px) {
	
	.mobile .double-fullscreen,
	.mobile .fullscreen,
	.mobile .halfscreen {
		background-attachment: scroll;
	}
}

.halfscreen {
	height: 400px;
	height: 50vh;
}

.container {
	position: relative;
	margin: auto;
	/*width: 85%;
	max-width: 940px;*/
	height: auto;
}

.hide {
	display: none!important;
}

.center {
	display: block;
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 50%;
	right: auto;
	
	text-align: center;
	
	-webkit-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
}

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

/* @group Button */

.blumont #ff-stream-1 .ff-loadmore-wrapper .ff-btn,
a.button,
.button {
    color: #FFF;
    background-color: #d5d6d8;
    border-radius: 0;
    padding: .875em 1.5em .75em;
    display: inline-block;
    margin: 1.5em 0;
    text-decoration: none;
    height: auto;
    
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .02em;
    
    font-family: 'YogaSansWeb', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: .875em;
    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    
}

main.home #ff-stream-1 .ff-loadmore-wrapper .ff-btn,
.button.blue,
.button.dkblue:hover {
    background-color: #0099cc;
}

main.home #ff-stream-1 .ff-loadmore-wrapper .ff-btn:hover,
.button.blue:hover, 
.button.dkblue {
    background-color: #004667;
}

/* @end */

/* @group Headlines */

.headline {
	text-rendering: optimizeLegibility;
	line-height: 1.363636;
}

.headline.sans {
	font-family: 'YogaSansWeb', sans-serif!important;
}

.headline.xl {
	font-size: 45px;
    letter-spacing: -.015em;
	line-height: .913;
}

.headline.bigger {
    font-size: 35px;
    line-height: 1.2;
}

.headline.big,
.headline.med {
	font-size: 35px;
	line-height: 1.3077;
}

.headline.sm {
	font-size: 30px;
}

.headline.smaller,
.headline.smallest {
	font-family: 'TiinaPro-SemiBold';
	font-style: normal;
	font-weight: normal;
	
	font-size: 20px;
    letter-spacing: -.01em;
}

.headline.smallest {
	font-size: 15px;
}

/* @group Headline Media Queries */

@media only screen and (min-width: 640px) {
	.headline.xl {
		font-size: 115px;
	}
	
	.headline.bigger {
	    font-size: 75px;
	}
	
	.headline.big {
		font-size: 65px;
	}
	
	.headline.med {
		font-size: 55px;
	}
	
	.headline.sm {
		font-size: 45px;
	}
	
	.headline.smaller {
		font-size: 30px;
	}
	
	.headline.smallest {
		font-size: 20px;
	}
}

/* @end */

.headline.blue {
	color: #0099cc;
}

/* @end */

/* @group Sub Headlines */

.subheadline {
	font-size: 1.2em;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
    margin: .5em 1em;
}

.subheadline.sm {
	font-size: 1.125em;
}

.subheadline.smaller {
    font-size: .95em;
    line-height: 1.2;
}

.subheadline.blue {
	color: #0099cc;
}

/* @end */

.small-caps {
	text-transform: uppercase;
    letter-spacing: .11em;
}

.reverse-out {
	color: #FFF!important;
}

.legibility {
  text-rendering: optimizeLegibility;
}
.speed {
  text-rendering: optimizeSpeed;
}

.caption {
	font-family: 'YogaSansWeb', sans-serif;
	font-style: normal;
	font-weight: normal;
	
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	
	font-variant-numeric: lining-nums;
	  -moz-font-feature-settings: "lnum";
	  -webkit-font-feature-settings: "lnum";
	  font-feature-settings: "lnum";
	
	font-size: 1em;
	line-height: 1em;
}

/*@media only screen and (min-width: 640px) {
	.caption {
		font-size: 1em;
	}
}*/

.italcaption {
	text-decoration: none;
	font-family: 'TiinaPro-NormalItalic';
	font-style: normal;
	font-weight: normal;
	
	font-size: .875em;
	line-height: 1em;
}

.illust {
	width: 100%;
	margin-bottom: 1em;
}

.image43 {
	box-sizing: initial;
	padding-top:75%; 
	height:0;
}

.linkall {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;	
}

section#feature-image {
    background-color: #0099CC;
    min-height: 200px;
    max-height: 550px;
}

figure.wp-caption {
    text-align: center!important;
	margin: 3.5em auto !important;
}

.entry-content p img {
    display: block!important;
    margin: auto!important;
    text-align: center!important;
}

a.title-scroll-prompt {
	position: relative;
/*	bottom: 1em;*/
	display: block;
	height: 42px;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	color: #FFF;
	font-size: 1.75em;
	text-align: center;
}

a.title-scroll-prompt.blue {
	color: #0099cc;
}

a.title-scroll-prompt:hover {
	color: #004667;
}

#next-page {
	position: absolute;
	bottom: 0;
	height: 0;
	width: 100%;
}

.cover-scroll-prompt a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-indent: -999999px;
}

/* @end */

/* @group Header */

nav#site-navigation-cover {
    position: absolute;
    top: 3.375em;
    right: 1.125em;
}

header.masthead,
body.single.single-leadership header.masthead.reverse-out {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(255, 255, 255, 1);
    padding: 1em;
    
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
	
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	
	-webkit-transition-property: all;
	transition-property: all;
}

body.home header.masthead {
	z-index: 1;
}

header.masthead.spacer {
	position: relative!important;
}

/*@media only screen and (min-width: 992px) {
	body.page-template-blumont-info header.masthead.reverse-out,
	body.archive header.masthead.reverse-out,
	body.single header.masthead.reverse-out {
	    background-color: rgba(255, 255, 255, 0);
	}
}*/

.main-navigation {
    display: block;
    width: auto;
    
    position: absolute;
    right: 1em;
    
    top: 50%;
    -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.main-navigation ul {
	list-style: none;
	margin: 0 1em 0 0;
	padding-left: 0;
}

.main-navigation li {
    position: relative;
    display: inline-block;
}

body.single.single-leadership header.masthead.reverse-out .main-navigation li a,
.main-navigation li a {
    color: #004667;
    font-family: 'TiinaPro-Medium';
    line-height: 1;
    display: block;
    text-decoration: none;
    padding: 1em;
    /*border-bottom: 4px solid #FFF;
    margin-bottom: -4px;*/
}

/*body.page-template-blumont-info header.masthead.reverse-out .main-navigation li a,
body.archive header.masthead.reverse-out .main-navigation li a,
body.single header.masthead.reverse-out .main-navigation li a {
	color: #FFF;
}

body.page-template-blumont-info header.masthead.reverse-out .main-navigation li ul,
body.archive header.masthead.reverse-out .main-navigation li ul, 
body.single header.masthead.reverse-out .main-navigation li ul {
	background: transparent;
}*/

.main-navigation li a:hover,
.main-navigation li.current_page_item a:hover,
body.page-template-blumont-info header.masthead.reverse-out .main-navigation li a:hover,
body.archive header.masthead.reverse-out .main-navigation li a:hover, 
body.single header.masthead.reverse-out .main-navigation li a:hover {
	color: #0099CC;
	background: #FFF;
}

body.archive.tax-programcat header.masthead.reverse-out .main-navigation li a:hover {
	color: #004667;
}

/*.main-navigation li.current_page_item a
body.single-program .main-navigation li#menu-item-26 a,
body.single-dispatch .main-navigation li#menu-item-25 a {
	color: #44d7f5;
}
*/
.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 3em;
    left: -999em;
    z-index: 99999;
    background-color: #FFF;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
/*	left: auto;*/
    left: -80%;
    text-align: center;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #44d7f5;
}

.site-branding {
    display: inline-block;
	margin: 0 .5em;
}

.site-title {
    margin: 0;
}

body.page-template-blumont-info header.masthead.reverse-out .site-title a,
body.single.single-leadership header.masthead.reverse-out .site-title a,
.site-title a {
    display: inline-block;
    height: 75px;
    width: 150px;
    text-indent: -999999px;
    background: url('images/blumont-logo.png') center center no-repeat transparent;
    background-image: url('images/blumont-logo.svg');
    background-size: contain;
}

@media only screen and (max-width: 992px) {
	body.page-template-blumont-info header.masthead.reverse-out .site-title a,
	body.single.single-leadership header.masthead.reverse-out .site-title a,
	.site-title a {
		height: 45px;
		width: 90px;
	}
	
	header.masthead .site-branding {
	    margin-left: .25em;
	}
	
	header.masthead {
		padding: .5em 1em;
	}
}

/*@media only screen and (min-width: 992px) {
	
	body.page-template-blumont-info header.masthead.reverse-out .site-title a,
	body.archive header.masthead.reverse-out .site-title a, 
	body.single header.masthead.reverse-out .site-title a {
	    background: url('images/blumont-logo-white') center center no-repeat transparent;
	    background-image: url('images/blumont-logo-white.svg');
	}
	
}*/
@media only screen and (max-width: 992px) {
	
	header.masthead.header--narrow .site-title a {
		height: 45px;
		width: 90px;
	}
	
	header.masthead.header--narrow .site-branding {
	    margin-left: .25em;
	}
	
	header.masthead.header--narrow {
		padding: .5em 1em;
	}

}

.header--hidden
{
    -webkit-transform: translateY( -100% );
    -ms-transform: translateY( -100% );
    transform: translateY( -100% );
}

div.menu-main-menu-temporary-container,
div.menu-blumont-menu-container {
	display: inline-block;
	vertical-align: middle;
}

nav i#blumont-search {
	cursor: pointer;
	display: inline-block;
	margin-right: .5em;
	width: 2em;
	height: 2em;
	border-radius: 1.5em;
	background-color: #ccd0d5;
	vertical-align: middle;
	text-align: center;
	padding-top: .375em;
	font-size: .75em;
	color: #FFF;
	margin-top: -7px;
	    
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

nav i#blumont-search:hover {
	background-color: rgb(0, 153, 204);
}

/* @group Tap Tap Menu */

.blumont .taptap-menu-button-wrapper {
	top: 1px;
}

.taptap-menu-button-three:after, .taptap-menu-button-three:before, .taptap-menu-button-three div.taptap-menu-button-three-middle:before {
	background-color: rgb(0, 153, 204);
}

.taptap-by-bonfire ul li a {
    font-family: 'YogaSansWeb', sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    
    font-size: 1em;
	font-size: 1rem;
	font-size: 4vh;
	line-height: 1.4;
	
	color: #FFF;
	margin: 0; 
	padding: 6px 5px; 
	display: inline-block; 
    text-decoration: none;
    
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.blumont .taptap-by-bonfire ul#menu-blumont-menu li.current-menu-item a {
    color: #44d7f5;
}

.blumont .taptap-menu-active .taptap-menu-button-three:after,
.blumont .taptap-menu-active .taptap-menu-button-three:before {
	background-color: #FFF;
}

.blumont .taptap-menu-active .taptap-menu-button-three:hover:after,
.blumont .taptap-menu-active .taptap-menu-button-three:hover:before {
	background-color: rgb(0, 153, 204)!important;
}

.taptap-by-bonfire ul li a:hover {
	color: rgb(0, 153, 204);
}

/*.mobile .taptap-by-bonfire .menu ul {
	display: block!important;
}*/

.taptap-by-bonfire .menu li span {
    height: 1rem;
    height: 6vh;
    border-left: 1px solid #242F35;
    line-height: 6vh;
}

.taptap-by-bonfire .menu li span svg {
    width: 1em;
    fill: #FFF;
    position: absolute;
    top: 32%;
    left: 10px;
}

.taptap-by-bonfire .menu li span:hover svg {
	fill: rgb(0, 153, 204);
}

.taptap-by-bonfire .sub-menu a {
    color: #FFF;
    
    font-size: 1em;    
    font-size: 1rem;
    font-size: 2vh;

    margin: 0;
    padding: 6px 5px;
}

/* @end */

/* @group Modals */

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
/*	background: rgba(0, 153, 204, 0.93);*/
	background: rgba(14, 33, 56, 0.97);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
	color: #FFF;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #fff;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.md-content > div {
    padding: 0;
    margin: 0;
}

.md-content > div p {
	margin: 0;
	padding: 1em 0;
}

.md-content > div ul {
	margin: 0;
	padding: 0;
}

.md-content > div ul li {
	padding: 0;
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}

.md-close {
    display: block;
    position: fixed;
    bottom: 1em;
    left: 50%;
    margin-left: -.75em;
    font-size: 1.5em;
    color: #FFF;
    cursor: pointer;
}

.md-overlay:hover .md-close,
.md-close:hover {
	color: #c63841;
}

/*.md-close:before {
	content:'\f00d';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	color: #FFF;
}*/

/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 11: Super scaled */
.md-effect-11 .md-content {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-11 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 12:  Just me */
.md-effect-12 .md-content {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/*.md-show.md-effect-12 ~ .md-overlay {
	background: rgba(0, 153, 204, 0.9);
} */

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
	background: transparent;
}

.md-show.md-effect-12 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* @group Search Form */

.md-content {
	padding: 3em;
}

.md-content form#searchform input#s {
	width: 100%;
	display: block;
	text-align: center;
	background: none;
	border-bottom: 2px solid #7F848B;
	font-size: 2em;
	color: #FFF;
	
	font-family: 'TiinaPro-NormalItalic';
	font-style: normal;
	font-weight: normal;
	
	-webkit-appearance: none;
}

input[type="search"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #FFF;
	text-align: center;
	letter-spacing: -.02em;
}
input[type="search"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #FFF;
	text-align: center;
	opacity:  1;
	letter-spacing: -.02em;
}
input[type="search"]::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #FFF;
	text-align: center;
	opacity: 1;
	letter-spacing: -.02em;
}
input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #FFF;
	text-align: center;
	letter-spacing: -.02em;
}
input[type="search"]:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
	color: #FFF;
	text-align: center;
	letter-spacing: -.02em;
}

/* @end */

/* @end */

/* @end */

/* @group Homepage */

#homepage-content {
    z-index: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
}

/* @group Media */

#media {
	background-color: #f0f1f2;
	position: relative;
	margin-top: 1em;
	margin-bottom: -1em;
}

/* @group Filter */

.blumont #ff-stream-1 .ff-filter-holder {
	height: auto;
}

.blumont #ff-stream-1 .ff-filter-holder .ff-filter {
    margin: .5em;
    background: #acbfc8;
    font-size: 1em;
    padding: .875em 1.5em .75em;
    border-radius: 0px;
    width: auto;
    height: auto;
    line-height: 1;
    
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.blumont #ff-stream-1 .picture-item__inner {
	
}

.blumont #ff-stream-1 .ff-share-wrapper a, 
.blumont #ff-stream-1 .ff-mob-link, 
.blumont #ff-stream-1-slideshow .ff-share-wrapper a, 
.blumont #ff-stream-1 .ff-filter-holder .ff-filter:hover{
	background-color: #004667;
}

.blumont .ff-filter-holder .ff-search {
	display: none;
}

.blumont .ff-filter-holder:before {
	display: none;
}

.blumont span.ff-filter {
    text-transform: uppercase;
}

.ff-filter-holder .ff-filter:after {
	transform: translate(0, -1px);
}

.blumont .ff-filter-holder .ff-filter.ff-type-rss:before,
.blumont .ff-filter-holder span.ff-filter.ff-type-facebook:before,
.blumont .ff-filter-holder span.ff-filter.ff-type-twitter:before,
.blumont .ff-filter-holder span.ff-filter.ff-type-youtube:before {
	 content: 'Announcements';
	 order: 2;
	 margin-left: .5em;
}

.ff-rss .ff-icon-inner:after, .ff-type-rss:after,
.blumont .ff-filter-holder .ff-filter.ff-type-all:before {
	content:'\f0f6'!important;
	display: inline-block;
	font-family: FontAwesome!important;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, -1px);
}

.blumont .ff-filter-holder .ff-filter.ff-type-all:after {
	 content: 'Media';
	 font-family: 'YogaSansWeb'!important;
	 margin-left: .25em;
	transform: translate(0, 0);
}

.blumont .ff-filter-holder .ff-filter.ff-type-all:before {
	content:"\f055"!important;
	margin-right: .5em;
}

.blumont .ff-filter-holder span.ff-filter.ff-type-facebook:before {
	content: 'Facebook';
}

.blumont .ff-filter-holder span.ff-filter.ff-type-twitter:before {
	content: 'Twitter';
}

.blumont .ff-filter-holder span.ff-filter.ff-type-youtube:before {
	content: 'YouTube';
}

/* @end */

/* @group Tiles */

.blumont .ff-theme-classic .picture-item__inner, .blumont .ff-theme-classic .shuffle__sizer {
    padding: 15px 15px 20px;
}

.blumont .ff-stream {
	padding: 10px 0 0px;
}

.blumont #ff-stream-1 h4 {
	font-family: 'TiinaPro-SemiBold';
	font-style: normal;
	font-weight: normal;
	font-size: 1.375em;
	line-height: 1.1363;
}

.blumont #ff-stream-1 h4 a {
	color: #004667!important;
}

.blumont #ff-stream-1 a:hover,
.blumont #ff-stream-1 h4 a:hover {
	text-decoration: none!important;
}

.blumont #ff-stream-1 a {
	color: #0099cc!important;
}

.blumont #ff-stream-1 .ff-content a[href*="twitter.com/search"] {
	color: #c63841!important;
}

.blumont #ff-stream-1 .ff-item {
	border-bottom: 5px solid #0099cc;
}

.blumont .ff-item .ff-content, .ff-article {
    margin: 0;
    font-size: .875em;
    line-height: 20px;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.5;
}

.blumont .ff-item .ff-content br:first-of-type {
	display: none;	
}

.blumont .ff-item .ff-content p:last-of-type {
/*  display: none; 
    display: block;
    height: 0;
    overflow: hidden;*/
}

span.ff-img-holder.ff-no-margin.ff-img-loaded {
    max-height: 230px!important;
}

.blumont #ff-stream-1 .ff-square:nth-child(1) {
    background-color: #44d7f5;
}

.blumont .ff-square {
    border-radius: 100%;
}

/* @end */

/* @group Meta */

.blumont .ff-theme-classic.ff-style-4 .ff-item-meta{
	border: none;
	padding-top: 1em;
	margin-top: 0;
}

.blumont .ff-icon {
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.blumont .ff-icon-inner {
	background-color: #44d7f5!important;
	
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

.blumont .ff-item:hover .ff-icon-inner {
	background-color: #c63841!important;
}

.blumont .ff-icon-inner:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.blumont .ff-theme-classic.ff-style-4 .ff-icon-inner {
	height: 30px;
    border-radius: 30px;
}

.blumont .ff-theme-classic.ff-style-4 .ff-item-meta {
	height: 30px;
}

.blumont .ff-theme-classic.ff-style-4 .ff-userpic {
	width: 30px;
	height: 30px;
    margin-right: .75em;
}

.blumont .ff-theme-classic.ff-style-4 .ff-name {
	display: none;
}

.blumont .ff-theme-classic.ff-style-4 .ff-timestamp:before, .blumont .ff-theme-classic.ff-style-5 .ff-timestamp:before {
	display: none;
}

.blumont #ff-stream-1 a.ff-timestamp {
	color: #b3b4b5!important;
    padding-top: .325em;
    display: inline-block;
    min-width: 180px;
    
    text-transform: uppercase;
    
    font-variant-numeric: lining-nums;
      -moz-font-feature-settings: "lnum";
      -webkit-font-feature-settings: "lnum";
      font-feature-settings: "lnum";
}

/* @end */

/* @end */

/* @group Partners */

#partners {
	background-color: #e8eaed;
	position: relative;
	margin-top: 1em;
}

#partner-logos {
    text-align: center;
	padding: 3em 0;
    margin-top: 1.5em;
}

h5.partner {
    display: inline-block;
    width: 35%;
    min-height: 125px;
    position: relative;
    text-indent: -999999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 10%;
}

a h5.partner {
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:hover h5.partner {
	opacity: .8;
}

@media only screen and (min-width: 640px) {
	h5.partner {
	    width: 20%;
	    margin: 0 2%;
	}
}

.defs-only {
	position: absolute;
	height: 0; width: 0;
	overflow: none;
	left: -100%;
}

/* @end */

.section {
	text-align: center;
}

.section-wrapper {
	padding: 3em 0;
	padding: 3rem 0;
}

/*@media only screen and (min-width: 640px) {
	section#media .section-wrapper, 
	body.home .section-wrapper {
	    padding: 8em 0;
	    padding: 8rem 0;
	}
}*/

#home-feature-tiles {
	margin: 0 -2px;
}

.home-feature-tile {
    width: 50%;
    height: 0;
    padding-top: 50%;
    position: relative;
    float: left;
    
    background-size: cover; 
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	
	border-top-style: none;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 4px solid #FFF;
	
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

.home-feature-tile:hover:before {
    background: rgba(0, 37, 66, .72);
}

.home-feature-tile .center {
	width: 85%;
}

.home-feature-tile .headline {
	font-size: 25px;
}

.home-feature-tile:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

@media only screen and (min-width: 992px) {
	.home-feature-tile {
	    width: 25%;
	    padding-top: 25%;
	}
}

/* @end */

/* @group Presentation Template */

article.presentation-article {
    background-color: #FFF;
    padding: 3em 4em 4em;
    text-align: left;
}

article.presentation-article .sumome-share-client-header-center-article {
    display: none!important;
}


/* @end */

/* @group Impact */

#page-intro {
	position: relative;
}

#page-intro.white {
	background-color: #FFF;
}

.section-leader .headline,
#page-intro h1.headline {
	margin: .5em 0;
}

#page-intro.white a.title-scroll-prompt {
	color: #0099cc;
}

.section-leader {
    background-color: #f7f7f7;
    padding: 75px 0;
}

#page-intro{
    padding: 25px 0 75px;
}

/*#page-intro .headline {
	padding: 0 1.5em;
}*/

/* @group General Presentation Styles */

#presentation .section {
    position: relative;
    margin-bottom: 4em;
    padding: 3em 0 8em;
}

@media only screen and (min-width: 640px) {
	#presentation .section {
	    padding: 8em 0;
	}
}

#presentation .section::before {
	content: '';
	display: block;
	position: absolute;
	background-color: rgba(0, 37, 66, 0.82); 
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

#presentation .section .fullbg {
}

#presentation .section .fullbg::after {
	
}

/* @group Full BG */

.fullbg {
	position: absolute;
	
	background-size: cover; 
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: center center;
	
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -2;
	
	-webkit-filter: grayscale(100%) brightness(115%);
	  filter: grayscale(100%) brightness(115%);
	          
	overflow: hidden;
}

/*.fixed-image {
    position: fixed; 
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    background-repeat: no-repeat;
   
    background-size: cover; 
    -webkit-background-size: cover;
    
    background-position: center center;
    will-change: transform;
}

body.ie .fixed-image {
	position: relative; 
}

@supports (-ms-accelerator:true) {
	.fixed-image {
    	position: relative; 
	}
}

@-moz-document url-prefix() { 
  .fixed-image {
  	background-attachment: fixed;
  }
}*/

/*@media only screen and (max-width: 640px) {
	
	.mobile .fullbg {
		background-attachment: scroll;
	}

}*/

#title-page::before {
	content: '';
	display: block;
	position: absolute;
	background-color: rgba(0, 153, 204, 0.80); 
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	
}

/* @end */

section.program-categories {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin: 4em -1em -10em;
}

section.program-categories article {
    width: 100%;
    display: inline-block;
    position: relative;
    
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-flex: 1;         /* OLD - Firefox 19- */
      width: 20%;               /* For old syntax, otherwise collapses. */
      -webkit-flex: 1;          /* Chrome */
      -ms-flex: 1;              /* IE 10 */
      flex: 1;
    
    margin: 0 1em;
    border-top: 5px solid #FFF;
    padding-top: 1em;
}

section.program-categories article h3 {
	display: block;
	position: relative;
    margin-bottom: 3em;
}

/* @group Program Feed */

.program-image {
	position: relative;
	width: 100%;
	background-position: center center;
	background-size: cover; 
	-webkit-background-size: cover;
    background-repeat: no-repeat;
}

.example-programs {
    margin: 0 -1em 3em;
    text-align: center;
}

@media only screen and (min-width: 640px) {
	.example-programs {
	    margin: 0 -1em 7em;
	}
}

.program-feed {
    margin-bottom: 1em;    
    /*display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	justify-content: space-around;*/
}

.archive .program-feed {
	padding-top: 4em;
}

.program-feed article {
    position: relative;
	background-color: rgb(0, 37, 66); 
    width: 100%;
    margin: 0 0 2em;
    display: inline-block;
}

@media only screen and (min-width: 640px) {
	.program-feed article {
	    width: 45%;
	    width: calc( 50% - 2em );
	    margin: 0 1em 2em;
	}
}

.program-feed article .program-title {
    padding: 0 1em;
}

.program .headline {
    margin: .5em 0;
}

.program-feed .program-image {
	opacity: .7;
	
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.program-feed article.program:hover .program-image {
	opacity: .5;
}

.program-categories article a.linkall div {
	opacity: 0;
	color: #FFF;
	
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.program-image a.linkall:hover {
	background-color: rgba(14, 29, 49, 0.25);
}

.program-feed .program-image a.linkall:hover {
	background-color: rgba(14, 29, 49, .6);
}

.program-categories article a.linkall:hover div {
	opacity: 1;
}

/* @end */

.wayfind-circle {
    display: inline-block;
    position: relative;
    height: 110px;
    width: 110px;
    border-radius: 90px;
    border: 3px solid #0099cc;
    margin-bottom: 4em;
    color: #FFF;
}

@media only screen and (min-width: 640px) {
	.wayfind-circle {
	    margin-bottom: 6em;
	}
}

section.program-categories article h3:after,
.wayfind-circle:after {
    content: "\f078";
    color: #44d7f5;
    display: block;
    position: absolute;
    bottom: -3em;
    left: 50%;
    width: 1em;
    margin-left: -.5em;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

section.program-categories article h3:after {
	bottom: -2em;
}

/* @end */

/* @end */

/* @group Programs */

body.page-template-blumont-presentation #presentation .section,
body.page-template-blumont-programs #presentation .section {
    padding: 8em 0 18em;
    margin-bottom: -14em;
}

body.page-template-blumont-programs #presentation .section::before {
	background-color: rgba(0, 153, 204, 0.85); 
}

body.page-template-blumont-programs .wayfind-circle {
	border-color: #004667;
}

body.page-template-blumont-programs .wayfind-circle:after {
	color: #FFF;
}

/* @end */

/* @group Program Single */

body.single #feature-image.halfscreen {
	height: 50vh;
}

#feature-image header {
	z-index: 1;
}

.post-text p,
.post-text ul,
.post-text ol {
	font-size: 1.33em;
}

body.single .post-text p:first-of-type, .sub-head p {
    font-size: 2em;
    font-size: 2rem;
    color: #0099CC;
    text-align: center;
}

.sub-head.drk-blue p {
	color: #004667;
}

.sub-head.sm p {
	font-size: 1.125em;
	font-size: 1.125rem;
	text-transform: uppercase;
    line-height: 1.4;
}

body.page-template-blumont-presentation .post-text p:first-of-type {
	font-family: 'YogaSansWeb-Bold';
	font-weight: normal;
    color: #0099CC;
}

/* @group Publication Feed */

body.single section#program-documents {
    padding: 3em 0 6em;
}

div#program-documents-feed h4 {
    margin-bottom: 1em;
    border-top: 2px solid #0099CC;
    padding-top: 1em;
}

a.publication-post {
    position: relative;
    display: inline-block;
    margin: 2em .5em 0em;
    width: 85%;
}

@media only screen and (min-width: 640px) {
	a.publication-post {
	    width: 30%;
	}
}

a.publication-post img {
    display: block;
    margin: 0 10%;
    width: 80%;

    opacity: 1;
    
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

a.publication-post .program-overlay {
	opacity: 0;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

a.publication-post .program-overlay span.italcaption {
    margin-top: .875em;
    display: inline-block;
}

a.publication-post:hover .program-overlay {
	opacity: 1;
}

a.publication-post:hover img {
    opacity: .25;
}

/* @end */

/* @end */

/* @group Taxonomy Archives */

body.tax-programcat section#feature-image {
	background-color: rgba(0, 153, 204, 0.85);
}

body.tax-impact section#feature-image {
	background-color: rgba(0, 37, 66, 0.9); 
}

/* @end */

/* @group Dispatch Feed */

/* @group Dispatch Feed Container */

/*body.page-template-blumont-innovation #dispatches,
body.page-template-blumont-dispatches #dispatches {
	padding: 3em 0;
}

@media only screen and (min-width: 992px) {
	body.page-template-blumont-innovation #dispatches,
	body.page-template-blumont-dispatches #dispatches {
	    padding: 6em 0;
	}
}*/

.loading-illus {
	margin-top: 2em;
	color: #ccd0d5;
	font-size: 1.25em;
}

.next-posts-link {
    display: none;
}

#dispatches {
	background-color: #f7f7f7;
	position: relative;
	margin-bottom: -1em;
}

#dispatch-feed {
	padding: 1em 0 2em;
	position: relative;
	overflow: hidden;
}

body.single #dispatches {
    padding: 6em 0;
}

/* @end */

/* @group Individual Dispatch */

/* @group Dispatch Construction */

.dispatch-post-container {
    width: 100%;
    margin-top: 2em;
    display: block;
    position: relative;
}

@media only screen and (min-width: 992px) {
	.dispatch-post-container {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	}
}

#dispatch-feed.interior-dispatches .page0.dispatch-post-container:first-of-type {
    display: block;
}

.dispatch-post-image,
#dispatch-feed.interior-dispatches .page0.dispatch-post-container:first-of-type .dispatch-post-image,
.dispatch-post-text,
#dispatch-feed.interior-dispatches .page0.dispatch-post-container:first-of-type .dispatch-post-text {
    position: relative;
	width: 100%;
	background-color: #FFF;
	padding: 1.5em;
	text-align: left;
	padding-bottom: 7em;
}

.dispatch-post-image,
#dispatch-feed.interior-dispatches .page0.dispatch-post-container:first-of-type .dispatch-post-image {
	padding: 66.67% 0 0;
}

#dispatch-feed.interior-dispatches .page0.dispatch-post-container:first-of-type {
	
}

@media only screen and (min-width: 992px) {
	
	.dispatch-post-image {
		padding-top: 50%;
	}
	
	.dispatch-post-image,
	.dispatch-post-text {
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}
}

.dispatch-post-container:nth-of-type(2n) .dispatch-post-image{
	-webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
	-ms-flex-order: 2;              /* TWEENER - IE 10 */
	-webkit-order: 2;               /* NEW - Chrome */
	order: 2;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.dispatch-post-text {
    border-bottom: 7px solid #0099cc;
}

@media only screen and (min-width: 640px) {
	.dispatch-post-text {
	    min-height: 350px;
	    min-height: 40vh;
	}
}

#dispatch-feed.interior-dispatches .page0.dispatch-post-container:first-of-type .dispatch-post-text {
	min-height: auto;
}

/* @end */

/* @group Typographic Arrow */

.dispatch-post-text:after,
#dispatch-feed.interior-dispatches .page0.dispatch-post-container:first-of-type .dispatch-post-text:after {
    content: '';
    position: absolute;
    width: 2em;
    height: 2em;
    background-color: #FFF;
    transform: rotate(45deg);
    
    left: auto;
    right: 22%;
    top: -.5em;
}

@media only screen and (min-width: 992px) {
	
	.dispatch-post-text:after {
	    content: '';
	    position: absolute;
	    width: 2em;
	    height: 2em;
	    background-color: #FFF;
	    transform: rotate(45deg);
	    
	    left: 0;
	    margin-left: -.75em;
	    top: 22%;
	    margin-top: -1em;
	}
	
	#dispatch-feed.interior-dispatches .page0.dispatch-post-container:first-of-type .dispatch-post-text:after {
		top: .125em;
	}
	
	.dispatch-post-container:nth-of-type(2n) .dispatch-post-text:after {
		left: auto;
		margin-left: auto;
		right: 0;
		margin-right: -.75em;
	}
}

/* @end */

/* @group Image Treatment */

.dispatch-post-container .dispatch-post-image {
	background-color: #e8eaed;
    background-size: cover; 
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    
    -webkit-filter: brightness(115%);
      filter: brightness(115%);
}

.leadership-post-container .leadership-profile-image:before,
.dispatch-post-container .dispatch-post-image:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(14, 29, 49, 0.15);
	
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

.leadership-post-container:hover .leadership-profile-image:before,
.dispatch-post-container:hover .dispatch-post-image:before {
	background-color: rgba(14, 29, 49, 0.05);
}

/* @end */

/* @group Dispatch Image Caption */

.dispatch-post-image-caption {
	color: #FFF;
	font-size: .875em;
}

.entry-meta.dispatch-post-image-caption {
    margin-top: 1em;
}

.entry-meta.dispatch-post-image-caption div {
	margin-bottom: .875em;
}

#dispatch-feed .dispatch-post-image-caption {
	position: absolute;
	bottom: 1.5em;
	left: 1.5em;
}

/* @end */

/* @group Dispatch Typography */

.dispatch-post-container h3 {
    padding-top: .75em;
}

.dispatch-post-meta.date {
    font-size: .875em;
    line-height: 1;
    text-transform: uppercase;
    color: #b3b4b5;
    
    font-variant-numeric: lining-nums;
      -moz-font-feature-settings: "lnum";
      -webkit-font-feature-settings: "lnum";
      font-feature-settings: "lnum";
}

/* @end */

/* @group Dispatch Read More Circle */

a.read-more-circle {
    display: block;
    width: 3.5em;
    height: 3.5em;
    border-radius: 3em;
    background-color: #44d7f5;
    text-align: center;
    padding-top: 1.25em;
    color: #FFF;
    position: absolute;
    bottom: 1.75em;
    left: 1.5em;
    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.dispatch-post-container:hover a.read-more-circle {
    background-color: #c63841;
}
 
/* @end */

/* @end */

/* @end */

/* @group Leadership */

#leadership-feed {
    padding: 0 0 3em;
}

.leadership-post-container {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 1.5em;
    vertical-align: top;
}

@media only screen and (min-width: 640px) {
	.leadership-post-container {
		width: 25%;
		display: inline-block;
	}
}

#leadership-feed header {
	padding: 1em 0;
}

.leadership-profile-image {
    padding-top: 100%;
    position: relative;
    height: 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
    -webkit-background-size: cover;
}

.leadership-title {
    padding: .5em 0 0;
    position: relative;
}

h6.caption.leader-title {
    margin-bottom: .375em;
    color: #0099cc;
}

/* @group Single Post */

body.single-leadership header.entry-header {
    text-align: center;
    padding-top: 3em;
}

body.single-leadership .entry-content {
    margin: 4.5em 0 0;
}


/* @end */

/* @end */

/* @group Informational Page */

body.page-template-blumont-info-php .entry-content {
	text-align: center;
}

.informational-section {
    width: 100%;
    display: block;
    padding: 2em 0;
}

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

.informational-section {
    width: 50%;
    display: inline-block;
    vertical-align: text-top;
    padding: 3em 3%;
}

}

.informational-section-feature-image {
    height: 0;
    display: inline-block;
    padding-top: 50%;
    width: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 1em;
    border-radius: 100%;
}

.informational-section p {
    margin-bottom: .5em;
}

/* @end */

/* @group Contact Form Alerts */

img.ajax-loader {
    display: block;
}

span.wpcf7-not-valid-tip {
    color: #c63841;
    font-size: .75em;
}

/* @end */

/* @group Search */

body.search.search-results #main,
.no-results {
    padding: 10em 0 6em;
    min-height: 400px;
    min-height: 80vh;
}

body.search.search-results .entry-summary, body.search.search-results .entry-summary p {
    margin: 0;
}

body.search.search-results h1.page-title {
    padding-bottom: 1em;
}

body.search.search-results h2.entry-title a:hover {
    color: #c63841;
}

.search-everything-highlight-color {
	background-color: rgba(0, 153, 204, 0.3) !important;
}

/* @group No Result Search Form */

.no-results input.search-field {
    border-bottom: 2px solid #e6e6e6;
    text-align: center;
    padding: .25em;
}

.no-results input.search-submit {
    display: block;
    margin: 1em auto;
    background-color: #0099CD;
    color: #FFF;
    text-transform: uppercase;
}

/* @end */

/* @end */

/* @group Sumo Share */

.blumont .sumome-share-client-wrapper {
	margin: 3em 0;
}


/* @end */

/* @group Click to Tweet */

.blumont .bctt-click-to-tweet {
    border: none;
    padding: 3em;
    margin-bottom: 1.5em;
    text-align: center;
}

.blumont span.bctt-ctt-text {
    display: block;
    text-align: center;
}

.blumont .bctt-ctt-text a {
	font-family: 'TiinaPro-NormalItalic'!important;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	font-size: 1.875em;
	color: #0099cc!important;
}

.blumont a.bctt-ctt-btn {
    border-bottom: none !important;
    margin: 3em auto 0 !important;
    
    float: none;
    
    color: #FFF!important;
    background: #d5d6d8!important;
    border-radius: 0;
    padding: .875em 1.5em .75em!important;
    display: inline-block!important;
    text-decoration: none;
    height: auto;
    
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .02em;
    
    font-family: 'YogaSansWeb', sans-serif!important;
    font-style: normal;
    font-weight: normal;
    font-size: .875em;
    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    
}

.blumont .bctt-ctt-btn:hover {
    color: #FFF !important;
	background-color: #004667!important;
}
/* @end */

/* @group Footer */

#footer-nav {
	background-color: #004667;
}

#footer-nav * {
	color: #FFF;
}

#footer-nav .headline {
	color: #0099cc;
	margin-bottom: 8px;
}

#footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}

#hq-contact {
	color: #FFF;
	font-size: 1.2em;
	margin-bottom: .5em;
	
	font-variant-numeric: lining-nums;
	  -moz-font-feature-settings: "lnum";
	  -webkit-font-feature-settings: "lnum";
	  font-feature-settings: "lnum";
}

#hq-contact span {
	color: #0099cc;
	display: inline-block;
	padding: 0 6px;
}

#hq-contact a i.fa {
	color: #b0b4b8;
}

@media (max-width: 992px) {
	#footer-nav ul, #footer-nav .headline {
		text-align: center;
	}
	
	#footer-nav .col-sm-6 {
		margin-bottom: 3em;
	}
	
	#footer-nav.section-wrapper {
	    padding-bottom: 2em;
	}
}

#footer-nav ul ul li {
	display: none;
}

#footer-nav ul li a {
	padding: 5px 0;
	display: block;
}

#footer-nav ul li a:hover {
	color: #0099cc;
}

#footer-nav #site-nav ul li a {
  	font-family: 'YogaSansWeb-Bold';
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	letter-spacing: .04em;
	text-rendering: optimizeLegibility;
}

#footer-nav .social-list {
	margin-left: -5px;
}

#footer-nav .social-list a {
	margin: 5px;
}

footer.site-footer {
    border-top: 5px solid #0099cc;
    background-color: #0e2238;
    padding: 2.5em;
    text-align: center;
    position: relative;
}

.site-info {
    font-size: .75em;
    line-height: 1;
}

.site-info .caption {
	color: #FFF;
}

#menu-footer-menu,
.social-list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

#menu-footer-menu li, .social-list li {
    display: inline-block;
    margin: 0;
}

#menu-footer-menu li a {
    display: block;
    padding: .5em .25em;
}

#menu-footer-menu li a:hover {
	color: #FFF;
}

h3.whatsapp a,
.social-list li a {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #FFF;
}

h3.whatsapp a:hover,
.social-list li a:hover {
	color: #0099cc;
}

.social-list li a {
	font-size: 1.25em;
	padding: 1.25em .5em;
	color: #ccd0d5;
}

.main-navigation .social-list {
	margin-right: .5em;
}

.main-navigation .social-list li a {
	color: #ccd0d5;
}

.main-navigation .social-list li a:hover {
	color: #0099cc;
}

h3.whatsapp {
    color: #FFF;
    margin: 2em 0 1em;
}

.social-list li a[href*="facebook.com"]:before {
	content:"\f09a";
}

.social-list li a[href*="twitter.com"]:before {
	content:"\f099";
}

.social-list li a[href*="youtube.com"]:before {
	content:"\f16a";
}

.social-list li a[href*="linkedin.com"]:before {
	content:"\f0e1";
}

h3.whatsapp a[href*="whatsapp.com"]:before {
	content: "\f232";
	margin-right: .25em;
	font-size: 2em;
	vertical-align: sub;
}

/* @end */

/* @group Line Animations */

.lazylinepainter svg {
	position: relative;
	width: 100%;
}

.draw {
	position: relative;
    max-width: 230px;
    min-height: 120px;
    margin: auto;
    width: 50%;
}

#globe {
	max-width: 150px;
	min-height: 150px;
	margin: auto;
}

/* @group People - Programs */

div#people-container {
    position: relative;
    min-height: 150px;
    width: 100%;
}

#person {
	width: 100px;
	height: 150px;
	margin: auto;
}

#peoples {
	position: absolute;
	width: 300px;
	height: 150px;
	
	top: 0;
	left: 50%;
	margin-left: -150px;
	
	z-index: -1;
}

/* @end */

/* @end */


.beta-alert {
    display: block;
    background-color: rgba(255, 0, 164, 0.75);
    padding: 1em;
    position: fixed;
    bottom: 0;
    width: 33.333%;
    left: 0;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}

/*.beta-alert.top {
	bottom: auto;
	top: 4em;
}*/

/* @group AddThis */


.addthis_toolbox.addthis_default_style.addthis_32x32_style {
	text-align: center;
	margin-top: 3.5em;
	margin-bottom: 2.5em;
}
 
.addthis_toolbox.addthis_default_style.addthis_32x32_style a {
    width: auto;
    float: none!important;
    display: inline-block;
}

/* @end */

/* @group Translator */

body.blumont .translator-dropdown-container {
  /*text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;*/
  border: none !important;
  background: none !important;
  /*height: 28px !important;*/
  z-index: 99999 !important;
  position: relative !important;
  display: inline-block;
  vertical-align: middle;
  float: none!important;
  margin-right: 30px !important; }
  
@media (max-width: 992px) {
	body.blumont .translator-dropdown-container {
  		margin-right: 50px !important;}
}  
  
body.blumont .translator-dropdown-sub-container a {
  padding: 0 0px !important; }

/*body.blumont .translator-dropdown-sub-container {
  /*height: 28px !important;
  margin: 0 !important;
  background: none !important;
  border: none !important;
  z-index: 999999 !important;*!/
  padding: 6px 0 0 !important; }*/
  
body.blumont .translator-dropdown-body {
  padding: 3px 0 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
body.blumont .translator-dropdown-body p {
  color: #004667;
  /*position: relative !important;
  font-weight: normal !important;*/ }
body.blumont .translator-dropdown-current-language-arrow {
  /*display: block !important;
  width: 0 !important;
  height: 0 !important;
  border: 6px solid !important;
  position: absolute !important;
  top: 10px !important;
  right: 5px !important;*/
  border-color: #004667 transparent transparent !important;
  /*background: none !important;
  margin: 0 !important;
  padding: 0 !important;*/ }
body.blumont .translator-dropdown-languages-list-scroll-bar {
  background: #004667 !important;
  /*margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  z-index: 9999999 !important;
  left: auto !important;*/ }
body.blumont .translator-dropdown-hover .translator-dropdown-languages-list p:hover {
  color: #0099cc !important;
  background-color: #FFF!important; }
body.blumont .translator-dropdown-hover .translator-dropdown-languages-list p:hover a,
body.blumont .translator-dropdown-hover .translator-dropdown-languages-list p:hover a span {
  color: #0099cc !important; }
body.blumont .translator-dropdown-languages-list p {
  cursor: pointer !important;
  border-top: 1px solid #ccd0d5 !important;
  padding: 3px 0 3px 3px !important;
  /*		background: none !important;*/ }
body.blumont .translator-dropdown-languages-list-opened .translator-dropdown-body {
  /*		height: auto !important;*/
  background: #FFF !important;
  border: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important; }


body.blumont .translator-dropdown-sub-container table td {
  /*vertical-align: middle !important;
  background: none !important;
  border: none !important;
  height: 20px !important;
  line-height: 20px !important;
  width: auto !important;
  padding: 0 !important;*/
  font-family: 'TiinaPro-Medium';
  font-size: 16px; }
body.blumont .translator-dropdown-current-language {
  padding: 0 20px 0 3px !important;
  color: #004667 !important;
  background: none !important;
  /*		border-collapse: separate !important;*/ }
body.blumont .translator-dropdown-languages-list-opened .translator-dropdown-current-language,
body.blumont .translator-dropdown-languages-list-opened .translator-dropdown-current-language span,
body.blumont .translator-dropdown-current-language span {
  color: #004667 !important;
 /* padding-left: 6px !important;*/ }
body.blumont .translator-dropdown-sub-container a {
  /*		padding: 0 3px !important;*/
  color: #004667 !important;
  /*		width: 100%;
  		text-align: left;*/ }
body.blumont .translator-dropdown-sub-container a span {
  color: #004667 !important;
  border: none !important;
  font-family: 'TiinaPro-Medium'!important;
  font-size: 16px !important;
  /*text-decoration: none !important;
  white-space: nowrap !important;
  line-height: 16px !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;*/
  text-shadow: none !important; }
body.blumont .translator-dropdown-sub-container p.translator-dropdown-completed {
  color: #004667 !important; background-color: #fff!important; }
body.blumont .translator-dropdown-sub-container p.translator-dropdown-completed a span {
  color: #004667 !important; background-color: #fff!important; }
body.blumont .translator-dropdown-current-language,
body.blumont .translator-dropdown-sub-container a {
  /*font-weight: normal !important;
  text-decoration: none !important;
  height: 16px !important;
  display: table !important;
  border: none !important;*/
  font-size: 16px !important;
  /*white-space: nowrap !important;
  vertical-align: middle !important;
  line-height: 16px !important;
  margin: 0 !important;
  text-align: left !important;*/ }
body.blumont .translator-dropdown-hover .translator-dropdown-sub-container a:hover {
  /*		text-decoration: none !important;*/ }
body.blumont .translator-dropdown-current-language span,
body.blumont .translator-dropdown-sub-container a span {
	color: #004667 !important;
	font-family: 'TiinaPro-Medium'!important;
	font-size: 16px !important;
  /*padding: 0;
  line-height: 16px !important;*/ }
body.blumont .translator-dropdown-flags-and-names .translator-dropdown-current-language span,
body.blumont .translator-dropdown-flags-and-short-names .translator-dropdown-current-language span,
body.blumont .translator-dropdown-flags-and-names .translator-dropdown-sub-container a span,
body.blumont .translator-dropdown-flags-and-short-names .translator-dropdown-sub-container a span {
  padding-left: 6px !important;
  /*margin: 0 !important;*/
  border: none !important;
  font-family: 'TiinaPro-Medium'!important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  /*text-decoration: none !important;
  white-space: nowrap !important;
  line-height: 16px !important;
  font-weight: normal !important;
  background: none !important;
  text-transform: none !important;
  text-shadow: none! important;
  font-style: normal !important;
  text-transform: none !important;*/
  /*display: none;*/
  /*@include desktop {
  	display: inline-block;
  }*/ }
body.blumont .translator-dropdown-current-language img,
body.blumont .translator-dropdown-sub-container a img {
  /*border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: top !important;
  width: 22px !important;
  max-width: 22px !important;
  height: 16px !important;
  max-height: 16px !important;
  display: inline !important;*/
  width: 20px !important;
  max-width: 20px !important;
  height: 16px !important;
  margin-top: 1px !important;
  background: none !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important; }


/* @end */

/* @group 404 */

	.error-404 input[type="search"] {
		border: 1px solid #333;
		display: block;
	    margin: 1em auto;
	    width: 50%;
	}
	
	.error-404 header {
		margin-bottom: 8.625vh;
	}
	
/* @end */

/* @group Bootstrap */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* @end */

/* @group Content Blocks */

  section.content-block {
    text-align: justify; }
  section.lt-gray{
  	background-color: #f7f7f7;
  }
    @media (min-width: 768px) {
    section .row.headline {
      padding-bottom: 2em; } }
  section article header {
    margin: 2em 0; }
  section.no-top-pad {
    padding-top: 0; }
  section.no-bottom-pad {
    padding-bottom: 0; }

#content-block-section {
  text-align: center;
}
  #content-block-section .col-md-1, #content-block-section .col-md-2, #content-block-section .col-md-3, #content-block-section .col-md-4, #content-block-section .col-md-5, #content-block-section .col-md-6, #content-block-section .col-md-7, #content-block-section .col-md-8, #content-block-section .col-md-9, #content-block-section .col-md-10, #content-block-section .col-md-11, #content-block-section .col-md-12 {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1em;
    margin-top: 1em;
    margin-bottom: 1rem;
    margin-top: 1rem; }
    
  #content-block-section .col-md-1 .headline, #content-block-section .col-md-2 .headline, #content-block-section .col-md-3 .headline, #content-block-section .col-md-4 .headline {
  	font-size: 20px;
  }
  
  #content-block-section .post-text {
	margin-top: 3em;
	display: block;
  }
  #content-block-section .col-md-1 .sub-head p, #content-block-section .col-md-2 .sub-head p, #content-block-section .col-md-3 .sub-head p, #content-block-section .col-md-4 .sub-head p {
  	font-size: 1.25em;
  }
  #content-block-section .col-md-1 .post-text p, #content-block-section .col-md-2 .post-text p, #content-block-section .col-md-3 .post-text p, #content-block-section .col-md-4 .post-text p {
  	font-size: 1em;
  }
  #content-block-section .feat-image {
    width: 100%;
    padding-top: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 2rem;
    background-size: cover;
    }
    #content-block-section .feat-image.circle {
    	width: 60%;
    	padding-top: 60%;
    	border-radius: 100%;
    }
    #content-block-section .feat-image.square {
      width: 100%;
      padding-top: 100%; }
    
    .isolate {
    	display: block!important;
    	margin-left: auto!important;
    	margin-right: auto!important;
    }
    
    #content-block-section .sub-head p {
        margin-bottom: 0;
    }

/* @end */




