/*!
Theme Name: 801epoxy
Theme URI: http://underscores.me/
Author: oozlemedia
Author URI: https://www.oozlemedia.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: epoxy
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

801epoxy is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 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 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}









@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400,700&display=swap');

/* 
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

/* Reset CSS */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	line-height: inherit;
	font-size: inherit;
	vertical-align: baseline;
	font: inherit;
	border: 0;
	outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* Set Base Styles */
html {
	overflow: -moz-scrollbars-vertical;
	scroll-behavior: smooth;
}

body {
	font-size: 3.75vw;
	color: #2F2F2F;
	font-weight: 400;
	line-height: 1.65em;
	font-family: 'Roboto', sans-serif;
}

/*****************/
/* GLOBAL STYLES */
/*****************/
p {
	margin: 0 0 1.75em;
}

p:last-child {
	margin: 0;
}

em,
i {
	font-style: italic;
}

strong,
b {
	font-weight: 700;
}

sup {
	font-size: .5em;
	vertical-align: super;
}

sub {
	font-size: .5em;
	vertical-align: sub;
}

cite {
	font-style: italic;
	font-weight: 700;
}

small {
	font-size: .7em;
}

code {
	font-family: monospace;
	font-size: .75em;
	line-height: 1em;
}

pre {
	clear: both;
	margin: 0 0 1.5em;
	border: 2px dashed #CCC;
	background: #EFEFEF;
	padding: .5em 1em;
}

mark {
	background: #F3F2E9;
	display: inline-block;
	padding: 0 .5em;
}

address {
	display: block;
	font-style: italic;
	margin: 0 0 .75em;
}

blockquote {
	padding: .75em 1em;
	font-size: 1.5em;
	margin: 1em 0;
	text-align: center;
}

blockquote::after {
	content: " ";
	width: 50%;
	height: 3px;
	background: #515659;
	position: absolute;
	bottom: -3px;
	left: 25%;
}

blockquote::before {
	content: " ";
	width: 50%;
	height: 3px;
	background: #515659;
	position: absolute;
	top: -3px;
	left: 25%;
}

blockquote p {
	font-size: 1em;
	line-height: 1.25em;
	margin: 0;
}

li,
li a {
	color: #000 !important;
}

/* Link Styles */
a {
	text-decoration: none;
	color: #06C813;
}

a:hover {
	color: #004F2B;
}

a.button,
a.fancybox {
	background: #000;
	padding: .5em 1em;
	line-height: 1.35em;
	font-size: .7em;
	border-radius: 10em;
	display: inline-block;
	color: #FFF;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}

a.button:hover,
a.fancybox:hover {
	background: #5096FF;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
	line-height: 1.15em;
	margin: 0 0 .75em;
	position: relative;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	text-align: center;
}

h1 {
	font-size: 2.5em;
	margin: 0 0 .5em;
	text-align: center;
	padding: 0 0 10px;
}

h2 {
	font-size: 2em;
	padding: .35em;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.05em;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child {
	margin-bottom: 0;
}

h1 .subheading,
h2 .subheading,
h3 .subheading {
	font-size: .5em;
	display: block;
	width: 100%;
	text-transform: uppercase;
	line-height: 1em;
}

h1:after {
	position: absolute;
	left: 10%;
	bottom: 0;
	width: 80%;
	height: 2px;
	background: #06C813;
	content: " ";
	margin: 0 auto;
}

h2:after {
	position: absolute;
    left: 30%;
    bottom: 0;
    width: 40%;
    height: 2px;
    background: #06C813;
    content: " ";
}

/* List Elements */
ol,
ul {
	margin: 0 auto 1.75em;
	padding: 0 .75em 0 1.75em;
	text-align: left;
	display: inline-block;
}

ol:last-child,
ul:last-child {
	margin-bottom: 0;
}

li {
	line-height: 1.35em;
	margin: 0 0 .75em;
}

li:last-child {
	margin-bottom: 0;
}

ul li {
	list-style: none;
	padding: 0;
	margin: 0 1em .75em 0;
	position: relative;
}

ul li::before {
	position: absolute;
	top: 0;
	left: -.75em;
	content: "\2022";
	line-height: .8em;
	font-size: 1.75em;
	color: #ABABAB;
}

li ul,
li ol {
	display: block;
	margin: .5em 1.75em 0 0;
}

/* Definition List */
dl {
	display: block;
	margin: 1em 0;
}

dt {
	display: block;
}

dd {
	margin: 0;
	padding: 0 0 0.5em 0;
}

/* Image Styles */
img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.alignright,
.alignleft,
.aligncenter {
	display: block;
	margin: 1.5em auto;
	max-width: 100%;
}

.wp-caption img {
	margin: 0 0 3px;
}

.wp-caption {
	max-width: 100%;
	border: 1px solid #C2C2C2;
	padding: 3px;
}

.wp-caption-text {
	font-size: .7em;
	font-weight: 500;
	text-align: center;
	background: #EFEFEF;
	line-height: 1.25em;
	margin: 0;
	padding: .25em .5em;
	color: #000;
}

/* HTML Elements */
iframe {
	max-width: 100%;
	margin: 0 auto 1em;
	display: block;
}

hr {
	width: 85%;
	border-top: 1px solid #e7c32a;
	clear: both;
	margin: .25em auto 1.75em;
	height: 0;
}

/* Tables */
table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	font-size: .8em;
	table-layout: fixed;
	margin: 0 0 1.5em;
}

th h1,
th h2,
th h3,
th h4 {
	color: #FFF;
	font-size: 1em;
}

table th {
	color: #FFF;
	background: #CCC;
	padding: .25em .75em;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
}

td {
	padding: 1em;
	font-size: .9em;
	line-height: 1.25em;
	color: #000;
}

table tr:nth-child(odd) {
	background: #EFEFEF;
}

/* Layout Styles*/
.layer {
	width: 100%;
	position: relative;
	clear: both;
}

.wrapper {
	width: 100%;
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 960px;
	padding: 0 2em;
}

.desktop {
	display: none;
}

.mobile {
	display: block;
}

p.disclaimer {
	font-size: .7em;
	font-style: italic;
	line-height: 1.15em;
}

/* FORM ELEMENTS */
::-webkit-input-placeholder {
	color: #767676;
}

:-moz-placeholder {
	color: #767676;
}

::-moz-placeholder {
	color: #767676;
}

:-ms-input-placeholder {
	color: #767676;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
	color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
	color: transparent;
}

/* IE 10+ */

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #fff;
	color: #000;
	padding: 0 .75em 0;
	font-size: .8em;
	background: #FFF;
	max-width: 100%;
	width: 100%;
	margin: 0 !important;
	font-weight: 300;
	border-radius: 0;
	height: 2.75em;
	line-height: 2.75em;
}

input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #000;
	color: #FFF;
	padding: .25em 0;
	margin: 0 auto !important;
	display: inline-block;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: .75em;
	width: 100% !important;
	align-items: center;
	border-radius: 5em;
	border: none;
	line-height: 1em;
	height: auto;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

input[type=submit]:hover {
	background: #5096FF;
}

select {
	background: #FFF url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAYAAABxVAqfAAAA5klEQVRYhe3TPUoDQRQH8J8ftemVHMA72ItewzqN9h5BLbQ0eA7PIKQMGj+KGEHLpBMRWZliEJbMJDbi+8Gwu7M8/rzHjBBCCCGEEMLftbLV7W7jGB+YYbWym09s4gZXk/H4uaRoHUNMcLTE+N5whqLQxtpGp9M8r1O3uwuEvmAHg+ZjNp0WFeVjPcFhZeg99vBQWfc96twp3nFeUHuXQh9rQ7UcpAv05tSNsL9oaFuw1PFBy79BOgvV4839HHWun94vs73bNN7XZUIV3Nl+1vnwt0LN6TgPb+7pU1ohhBBCCCGEfw1fNPgrN79qpKUAAAAASUVORK5CYII=') right center no-repeat;
	background-size: auto 100%;
	padding: 0em 2em 0 .75em;
	cursor: pointer;
}

textarea {
	height: 6.7em;
	line-height: 1.5em;
	padding: 1em;
}

input:focus,
textarea:focus,
select:focus {
	border: 1px solid #4D4BFC !important;
}

/* FORM ELEMENTS - Gravity Forms */
::placeholder {
	color: #000;
}

.form .gform_wrapper {
	padding: 0;
	margin: 0 auto 1em;
}

.form .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
}

.gform_wrapper ul.gform_fields {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}

.gform_wrapper ul.gform_fields li.gfield {
	margin: 0 auto;
	padding: 0 0 1em;
	width: 100%;
	display: block;
	position: relative;
}

.gform_wrapper ul.gform_fields li.gfield::before {
	display: none;
}

.gfield_label {
	display: none;
}

.gform_wrapper ul.gform_fields li.gfield.hidden_label>.gfield_label {
	display: none;
}

.gform_wrapper ul.gform_fields li.gfield.gform_validation_container,
.gform_wrapper ul.gform_fields li.gfield.gfield_visibility_hidden {
	display: none;
}

/* FORM ELEMENTS - Real Time Validation */
.gform_wrapper ul.gform_fields li.gfield.gfield_error {
	background: transparent;
	border: 0;
	width: inherit;
}

.gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).LV_invalid_field {
	border: 1px solid #F00 !important;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTUwNy40OTQsNDI2LjA2NkwyODIuODY0LDUzLjUzN2MtNS42NzctOS40MTUtMTUuODctMTUuMTcyLTI2Ljg2NS0xNS4xNzJjLTEwLjk5NSwwLTIxLjE4OCw1Ljc1Ni0yNi44NjUsMTUuMTcyICAgIEw0LjUwNiw0MjYuMDY2Yy01Ljg0Miw5LjY4OS02LjAxNSwyMS43NzQtMC40NTEsMzEuNjI1YzUuNTY0LDkuODUyLDE2LjAwMSwxNS45NDQsMjcuMzE1LDE1Ljk0NGg0NDkuMjU5ICAgIGMxMS4zMTQsMCwyMS43NTEtNi4wOTMsMjcuMzE1LTE1Ljk0NEM1MTMuNTA4LDQ0Ny44MzksNTEzLjMzNiw0MzUuNzU1LDUwNy40OTQsNDI2LjA2NnogTTI1Ni4xNjcsMTY3LjIyNyAgICBjMTIuOTAxLDAsMjMuODE3LDcuMjc4LDIzLjgxNywyMC4xNzhjMCwzOS4zNjMtNC42MzEsOTUuOTI5LTQuNjMxLDEzNS4yOTJjMCwxMC4yNTUtMTEuMjQ3LDE0LjU1NC0xOS4xODYsMTQuNTU0ICAgIGMtMTAuNTg0LDAtMTkuNTE2LTQuMy0xOS41MTYtMTQuNTU0YzAtMzkuMzYzLTQuNjMtOTUuOTI5LTQuNjMtMTM1LjI5MkMyMzIuMDIxLDE3NC41MDUsMjQyLjYwNSwxNjcuMjI3LDI1Ni4xNjcsMTY3LjIyN3ogICAgIE0yNTYuNDk4LDQxMS4wMThjLTE0LjU1NCwwLTI1LjQ3MS0xMS45MDgtMjUuNDcxLTI1LjQ3YzAtMTMuODkzLDEwLjkxNi0yNS40NywyNS40NzEtMjUuNDdjMTMuNTYyLDAsMjUuMTQsMTEuNTc3LDI1LjE0LDI1LjQ3ICAgIEMyODEuNjM4LDM5OS4xMSwyNzAuMDYsNDExLjAxOCwyNTYuNDk4LDQxMS4wMTh6IiBmaWxsPSIjRDgwMDI3Ii8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 1em auto;
}

.gform_wrapper ul.gform_fields li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper ul.gform_fields li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin: 0 !important;
	padding: 0 !important;
}

.gform_wrapper ul.gform_fields li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	padding: 2px 0 0 2px;
	margin: 0;
	line-height: 1.25em;
	font-size: .65em;
	font-weight: 400;
	color: #F00;
}

span.LV_validation_message.LV_invalid.showed {
	display: none;
}

.gform_legacy_markup_wrapper .gfield_error .gfield_label {
	color: #000 !important;
}




/* Gravity Checkboxes */

.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
	font-size: 16px !important;
	text-transform: uppercase;
}

/* Complex Fields */
.ginput_complex::after {
	content: " ";
	width: 76%;
	position: absolute;
	bottom: 0;
	left: 13%;
	height: 1px;
	background: #999;
}

.ginput_complex label {
	display: none;
}

#gform_2 .ginput_complex label {
	display: block;
}

.page-id-19007 .wysiwyg .gform_wrapper {
	max-width: 850px !important;
}

.ginput_complex .gfield_label.gfield_label_before_complex {
	display: block;
	font-size: 1.15em;
	line-height: 1.5em;
}

.ginput_complex span {
	display: inline-block;
	width: 100%;
	margin: 0 0 .75em;
}

/* Custom Radio and Checkbox Inputs */
.gfield_radio,
.gfield_checkbox {
	margin: 0;
	display: inline-block;
	width: 100%;
	padding: 0 0.5em;
}

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

.gfield_radio label,
.gfield_checkbox label {
	cursor: pointer;
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: left;
}

.gfield_radio li,
.gfield_checkbox li {
	margin: 0 0 .5em;
	background: none;
	padding: 0;
	display: inline-block;
	width: 100%;
}

.gfield_radio li span,
.gfield_checkbox li span {
	display: inline-block;
	width: 100%;
	padding: 0 0 0 30px;
}

.gfield_radio .gchoice_select_all {
	font-weight: bold;
}

.gfield_selector label.gfield_label {
	display: block;
	margin: .5em 0 0;
	font-size: 1.1em;
}

.gform_wrapper input[type=radio] {
	display: none;
}

.gform_wrapper input[type=radio]+label {
	line-height: 25px;
}

.gform_wrapper input[type=radio]+label span {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 3px 8px 0 0;
	vertical-align: middle;
	cursor: pointer;
	-moz-border-radius: 100em;
	border-radius: 100em;
	background: #FFF;
	border: 2px solid #F9C300;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.gform_wrapper input[type=radio]:checked+label span:before {
	position: absolute;
	left: -6px;
	top: -6px;
	width: 25px;
	box-sizing: border-box;
	border-radius: 100em;
	height: 25px;
	border: 2px solid #383838;
	content: " ";
}

.gform_wrapper input[type=radio]:checked+label span {
	border: 6px solid #FFF;
	background: #000;
}

.gform_wrapper input[type=checkbox] {
	display: none;
}

.gform_wrapper input[type=checkbox]+label {
	line-height: 25px;
}

.gform_wrapper input[type=checkbox]+label span {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 3px 8px 0 0;
	vertical-align: middle;
	cursor: pointer;
	background: transparent;
	border: 2px solid #fff;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.gform_wrapper input[type=checkbox]:checked+label span {
	background-image: url('../landing/images/checked.png');
	background-position: center center;
	background-repeat: no-repeat;
}

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

input.gfield-choice-input {
	visibility: hidden;
}

.gchoice label {
	margin-left: 7px;
}

.gfield-choice-input {
	display: none !important;
}

.gform_wrapper li.gchoice {
	margin-left: 25px !important;
}

.gform_wrapper li.gchoice label {
	font-weight: 500 !important;
	font-size: .75em !important;
}



/**********/
/* HEADER */
/**********/
#header {
	padding: 0;
	margin: 0;
	background: #FFF;
	z-index: 9999;
	position: relative;
	overflow: visible;
	height: 8em;
}

#header .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	height: 100%;
}

#header .logo {
	width: 68%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#header .logo img {
	margin: 0;
	max-width: 90%;
	max-height: 85%;
}

#header .cta.mobile {
	max-width: 25%;
	min-width: 25%;
	padding: 0 5%;
	height: 100%;
}

#header .cta.mobile a.call {
	background: url("images/call-bg.svg") center center no-repeat;
	background-size: 100% auto;
	display: inline-block;
	height: 100%;
	width: 100%;
}

/* MOBILE NUMBER POPUP */
.phone-numbers {
	display: none;
	width: 95%;
}

.phone-numbers.fancybox-content {
	padding: 3em 2em 1em;
}

.phone-numbers a {
	display: flex;
	width: 100%;
	margin: 0 0 1.5em;
	color: #000;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	line-height: 1.4;
}

.phone-numbers a span {
	display: inline-block;
	width: 70%;
	text-transform: uppercase;
	color: #000;
}

/* DESKTOP NUMBER LIST */
#header .cta.desktop #number-container {
	width: 300px;
	overflow: visible;
	position: relative;
	margin: 0 auto;
}

#header .cta.desktop #number-trigger {
	position: relative;
	z-index: 99;
	display: block;
	cursor: pointer;
	font-size: 22px;
	height: 50px;
	line-height: 40px;
	padding: 5px 25px 5px;
	color: #FFF;
	text-transform: uppercase;
	width: 100%;
	text-align: left;
	margin: 0 auto;
	background: #7A7A7A;
	border-radius: 5px;
}

#header .cta.desktop #number-trigger span {
	display: inline-block;
	font-size: 30px;
	padding: 0 35px 0 0;
	position: relative;
}

#header .cta.desktop #number-trigger span::after {
	content: "";
	position: absolute;
	right: 0;
	top: 49%;
	width: 0;
	height: 0;
	pointer-events: none;
	border: solid transparent;
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #FFF;
	border-width: 9px;
	margin: -8px 0 0;
	z-index: 99;
}

#header .cta.desktop #number-trigger.active span::after {
	border-top-color: #FFF;
	border-left-color: transparent;
	top: 60%;
}

#header .cta.desktop #number-list {
	position: absolute;
	margin: -1em 0 0;
	z-index: 0;
	display: none;
	width: 100%;
	border: 3px solid #7A7A7A;
	border-radius: 0 0 5px 5px;
	background: #FFF;
	font-size: 16px;
	padding: 2.5em 1em .75em;
	border-top: 0;
	text-align: left;
}

#header .cta.desktop #number-list a {
	display: block;
	line-height: 1.5em;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
	color: #EA1F17;
	text-align: left;
	margin: 0 0 5px;
}

#header .cta.desktop #number-list a:hover {
	color: #CCC;
}

#header .cta.desktop #number-list a span {
	display: inline-block;
	width: 50%;
	font-size: 14px;
	color: #000;
}


/*************/
/* SUBHEADER */
/*************/
#subheader {
	background: #EEE;
}

#subheader h1::after,
#subheader h2::after {
	display: none;
}

/* Tagline */
#subheader .banner {
	margin: 0;
	padding: 1em 0;
	background: #EEE;
	color: #004F2B;
	text-align: center;
}

#subheader .tagline h1,
#subheader .tagline h2 {
	margin: 0;
	font-weight: 300;
	letter-spacing: 1px;
}

/* Background */
#subheader .image {
	width: 100%;
	height: 20em;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

/* Caption */
#subheader .image .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2em;
	color: #FFF;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	font-size: 1.25em;
}

#subheader .caption h1 {
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 2.3em;
	line-height: 1;
	font-weight: 400;
}

/* Form */
#subheader .form {
	width: 100%;
	background: #212121;
	text-align: center;
	padding: 1em 0;
	color: #FFF;
	min-width: 375px;
	margin: 0 auto;
}

#subheader .form h2 {
	font-size: 2em;
	text-transform: uppercase;
	margin: 0;
	margin-top: 20px;
}

#subheader .form h3 {
	font-size: .75em !important;
	text-transform: uppercase;
	margin: 0 14px 17px;
}

#subheader .form .gform_wrapper form {
	padding: 0 2em;
}

#subheader .form .gform_wrapper .gform_fields {
	display: flex;
	flex-wrap: wrap;
}

#subheader .form .disclaimer {
	font-size: 12px;
	padding: 0 1em;
	line-height: 1.15em;
	text-align: center;
	color: #fff;
}

#subheader .form li.gfield select,
#subheader .form li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#subheader .form li.gfield textarea {
	width: 100%;
}

#subheader .form input[type=submit] {
	font-size: 1.75em;
}

#subheader #form li {
	margin: 0;
}

#subheader #form ul {
	padding: 0;
	margin: 0;
}

#subheader #form li:before {
	display: none;
}

/* Overlapping subheader form */
.form-cols {
	display: flex;
	flex-direction: column;
}

.form-head {
	text-align: center;
	color: #000;
	font-family: 'Roboto', sans-serif !important;
	font-size: 1.85em;
	padding-bottom: 15px;
	padding-top: 5px;
	font-weight: 700;
}

.form-disc {
	text-align: center;
	color: #000 !important;
	padding: 0 2em;
	line-height: 1.5;
	margin: 0 0 5px;
}

.form-cols p.disclaimer {
	text-align: center;
	color: #000 !important;
	font-size: .8em !important;
	margin-top: 15px;
}

.slide-up {
	background: #27C536;
	padding: 2em 1.4em;
}


/*****************/
/* SLIDESHOW NAV */
/*****************/
.slick-dots {
	position: absolute;
	left: 0;
	bottom: .5em;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	display: block;
}

.slick-dots li {
	display: inline-block;
	width: 1em;
	height: 1em;
	overflow: hidden;
	margin: 0 5px;
	padding: 0;
	background: none;
}

.slick-dots li::before {
	display: none;
}

.slick-dots li button {
	display: block;
	background: #FFF;
	border: 0;
	border-radius: 100em;
	box-shadow: none;
	text-indent: 100em;
	overflow: hidden;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background: #000;
	border: 0;
}

.slick-arrow {
	background-color: transparent;
	overflow: hidden;
	text-indent: 100em;
	position: absolute;
	left: .15em;
	z-index: 99;
	opacity: .35;
	display: block;
	width: 1em;
	height: 2.4em;
	cursor: pointer;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAA7CAYAAADGkvybAAADB0lEQVR4nO3bS3IaMRAG4H8guUYOE3IcL0z5jV838RlsrzPgF7bxZZJNVkmVsnBTUXpaYh5SazRmqlhQaKTuz40BPWCMgfYDwDWAHwB2PG12qM11ihgLCkLtKoriO4AJPf1jjPnsaPcbwCd6WhpjvmnEt75GmoMVRVHiHwoAzDzN7dcmdK/epfj2KQEY63FZ455Ldk+pFq8SypwleNHg3gt273wQMF1QUuLERll0RfHgLLKEEVDOA/R5roWjhXIWsO8zDZwYKPexUDw4972GEVBOY/w1aazTmDhZomjghArwQRvFg/PQCxgBZaaFYsUwC43TNaDH1CgenMckMALKSSoUK6aTUDiDQQmN02bgJzbwcWoMIcZjFuNTNBgABYAlG/AoNYIn3iMW6xJ4n5gLBkNXNigbcMLAUKU854biwXmuUzmbOh0JKIepk22BcyjgjFrB0PWSO4oH58X3tvJVyivr6CB1cgFwDlhOr67KqYuynzqpgDj7dXA+RKW0qRy78XjIlVKzcsb/wVClrFjDvdTBK+DssZxX68oBgC8A3qwXfwGYpg5aEWdKOa/zfyMTXDG1m9TBJsC5YQZXrorZTR2sIsquWDH04vZ/DP8fYzUaCzgf6VNpVflUshpvv8dIMFblDPb7zKbvL06YIVdOnUrxwlAnQPXXdbY4AkrzX9escvh8THY4Akr7+RirU2kGL5t5GciTVN1m8KzOge2cr7dyssFxoIRdJWADcpwc1pWWjftoOXBvF90ElMaLba1hHDjJl2lRXZ5thdIJhgLpzRq2gJJmt0OfcEKjBIGhwJJtHkKETUPBYChAvgcvOo6A0q89eClwYqIEh3HgBN+oiMhbWaPAUOB3sXAElLsoOcTo1IHTeYc4qjvCo6BEhaFEFiyR1gctoHjAIjoMJcTPKzWuHKFS8j6vFKJytCtFFYYS5GciNx7qQvXw1rDORFqJ8reVc/UB1dl8lbOQ60eKc9clgK/0tO6567kxZiK1i3WpnrsGAErwFsBPvO80cF1TanOrjQIAfwFX5ASLjpz8fwAAAABJRU5ErkJggg==');
	background-size: auto 100%;
	background-position: left center;
	background-repeat: no-repeat;
	top: 50%;
	margin: -2em 0 0;
}

.addr .slick-arrow:hover {
	opacity: 1;
}

.slick-arrow.slick-next {
	background-position: right center;
	left: auto;
	right: .15em;
}



/********************/
/* CONTENT SECTIONS */
/********************/
.wysiwyg {
	padding: 0;
}

.wysiwyg .wrapper {
	padding: 3em 6%;
}

/* WYSIWYG - Intro */
.wysiwyg.intro .wrapper {
	max-width: 1200px;
	font-size: 1.1em;
	padding-bottom: 0;
	text-align: center;
}

/* WYSIWYG - Full */
.wysiwyg.full {
	padding: 0;
}

.wysiwyg.full .wrapper {
	max-width: 100%;
	padding: 0;
	width: 100%;
}

.wysiwyg.full img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.wysiwyg.full iframe {
	width: 100%;
	height: 20em;
	margin: 0;
	padding: 0;
}

/* Divider Line - WYSIWYG */
.dark-bg {
	background: #282828;
}

.full.dark-bg p {
	max-width: 1400px;
	margin: 0 auto;
}

img.wide-line {
	width: 100% !important;
}

/* WYSIWYG - Video */
.wysiwyg.video {
	padding: 0;
}

.wysiwyg.video .wrapper {
	padding: 0;
	max-width: 100%;
	width: 100%;
}

.wysiwyg.video img {
	width: 100%;
	height: auto;
}

.wysiwyg.video a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.wysiwyg.video a span.play {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 5em;
	height: 5em;
	background: url("images/icon-play.png") center center no-repeat;
	background-size: 100% 100%;
	margin: -2.5em 0 0 -2.5em;
	opacity: .7;
}

.wysiwyg.video a:hover span.play {
	opacity: 1;
}

/* WYSIWYG - Maps */
.wysiwyg.map {
	padding: 0;
}

.wysiwyg.map .wrapper {
	width: 100%;
	padding: 0;
	max-width: 100%;
}

.wysiwyg.map iframe {
	width: 100%;
	height: 20em;
	margin: 0;
	padding: 0;
}

/* WYSIWYG - Callout */
.wysiwyg.cta {
	background: #AAA;
	padding: 0;
	color: #fff;
	background: rgb(162, 4, 91);
	background: -moz-linear-gradient(90deg, #054C28 0%, #30E927 100%);
	background: -webkit-linear-gradient(90deg, #054C28 0%, #30E927 100%);
	background: linear-gradient(90deg, #054C28 0%, #30E927 100%);
}

.wysiwyg.cta h3 {
	display: flex;
	align-items: center;
	color: #fff;
	font-style: unset !important;
	font-family: 'Roboto', sans-serif !important;
	font-size: 1.7em;
	padding: 0.75em;
	margin:0;
}

.wysiwyg.cta h3::after {
	display: none;
}

.wysiwyg.cta .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 1em;
	text-align: center;
	max-width: 1200px;
	flex-wrap: wrap;
}

.wysiwyg.cta p {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	display: inline-block;
	font-size: 2em;
	font-weight: 200;
	line-height: 1.25em;
}

/* WYSIWYG - Partners */
.wysiwyg.partners .wrapper {
	max-width: 1400px;
	padding: 2em 2em 1em;
}

.wysiwyg.partners p,
.wysiwyg.logos p {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.wysiwyg.partners p img,
.wysiwyg.logos p img {
	margin: 0 1em 2em;
	display: block;
	max-height: 4em;
	max-width: 18em;
}

.wysiwyg.partners p br {
	display: none;
}

/* WYSIWYG - Instagram */
.wysiwyg.instagram {
	margin: 0;
}

.wysiwyg.instagram .wrapper {
	max-width: 100%;
	width: 100%;
	padding: 2em 0;
}

.wysiwyg.instagram .logo {
	height: auto;
	width: auto;
	text-align: center;
	margin: 0 auto 0.5em;
}

.wysiwyg.instagram .logo img {
	padding: 0 10%;
}


/* TRUST POINTS */
.trust-points {
	padding: 1em 0 2em;
	background: #EEE;
}

.trust-points .header {
	width: 100%;
	padding: 0 2em 2em;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}

.trust-points h2 {
	color: #000
}

.trust-points .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 0 2em;
	max-width: 1050px;
}

.trust-points .column {
	width: 100%;
	text-align: center;
	margin: 0 0 2em;
	max-width: 380px;
	padding: 0 25px;
}

.trust-points .column .icon {
	width: 100%;
	height: 16em;
	max-height: 180px;
	margin: 0 auto 1em;
	background-position: center top;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.trust-points .column h2,
.trust-points .column h3 {
	position: relative;
	padding: 0 0 0.65em;
	font-size: 1.3em;
	color: #000;
	font-weight: 600;
	margin: 0 0 0.75em;
	line-height: 1.3em;
	text-transform: uppercase;
}

.trust-points .column h2::after,
.trust-points .column h3::after {
	display: block;
	content: " ";
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
	left: 0;
	height: 2px;
	background: #06C813;
	right: 0;
}

.trust-points .column p {
	font-weight: 400;
	text-align: left;
	color: #000 !important;
}


/* FEATURED CONTENT */
.featured-content {
	padding: 2em 0;
	background-color: #012313 !important;
}

.featured-content .wrapper {
	padding: 0 1em;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
}

.featured-content .image {
	width: 85%;
	height: auto;
	margin: 0 auto;
	max-width: 500px;
}

.featured-content .image img {
	width: 100%;
	height: auto;
}

.featured-content .caption {
	padding: 1.5em 2em 0;
	max-width: 525px;
	margin: 0 auto;
}

.featured-content h2,
.featured-content h3 {
	padding: 0 0 10px;
	font-size: 1.35em;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.25em;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif !important;
	text-align: left;
}

.featured-content h2::after,
.featured-content h3::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #06C813;
	content: " ";
}


/* TESTIMONIALS */
.testimonials {
	background: #012313;
}

.testimonials .copy {
	width: 100%;
	padding: 2em 3em 1em;
	margin: 0 auto;
	text-align: center;
	max-width: 1200px;
	position: relative;
}

.testimonials .copy h2,
.testimonials .copy h3 {
	margin: 0;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
	font-size: 2em;
	padding: 0 0 0 .35em;
	color: #EEE;
	padding-bottom: 10px;
}

.testimonials .testimonial {
	padding: 2em !important;
	text-align: left;
	position: relative;
	background: #fff;
}

.testimonials .testimonial p {
	margin: 0 0 1em;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.75em;
}

.testimonials .testimonial cite {
	letter-spacing: 2px;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
	display: block;
	color: #A4A4A4;
	font-size: 1em;
	font-family: 'Roboto', sans-serif !important;
}

.testimonials .testimonial .stars {
	margin: 0 0 15px;
	max-height: 1.25em;
}

.testimonials.testimonial-columns .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding: 0 3em 1em;
	max-width: 1200px;
}

.testimonials.testimonial-columns .testimonial {
	margin: 0 0 2em;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}

.testimonials.testimonial-slideshow .wrapper {
	padding: 0 3em 4em;
	max-width: 700px;
}

.review-flex {
	display: flex;
}

.test-pic {
	width: 35%;
	padding: 0 5px;
}

.test-review {
	width: 65%;
	font-size: 0.9em;
	line-height: 1.4;
	padding: 0 5px;
}

/* PHOTO GALLERY */
.gallery {
	padding: 0;
}

.gallery .wrapper {
	padding: 0;
	max-width: 100%;
	margin: 0;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

.gallery .photo {
	height: 17em;
	width: 50%;
	max-width: 50%;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.gallery .photo img {
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
	max-width: none;
	max-height: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}


/* LOCATIONS */
.locations .wrapper {
	padding: 0;
	max-width: 100%;
	margin: 0;
	width: 100%;
}

.locations .maps {
	display: none;
}

.locations .switcher {
	background: #27C536;
	padding: 1em 0;
}

.locations .switcher .address {
	width: 100%;
	position: relative;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	padding: 1.5em 1em;
	font-size: 1em;
	color: #000;
	background-color: #fff;
}

.locations .switcher .address a {
	color: #fff;
	text-transform: capitalize;
}

.locations .switcher .address a:hover {
	text-decoration: underline;
}

.locations .switcher .address h3,
.locations .switcher .address h4 {
	margin: 0 0 .15em;
	color: #27C536;
	text-transform: capitalize;
	font-weight: 500;
}

.locations .wrapper .address.active h3,
.locations .wrapper .address.active h4 {
	color: #fff;
}

.locations .switcher .address::after {
	content: "";
	width: 78%;
	height: 1px;
	background: rgba(0, 0, 0, .15);
	position: absolute;
	left: 11%;
	bottom: 0;
}

.locations .switcher .address:last-child::after {
	display: none;
}

.locations .switcher .address p {
	text-transform: capitalize;
	color: #000 !important;
	text-align: center;
}

.locations .wrapper .address.active p {
	color: #000 !important
}

/* Hide 3rd and 4th Location. (workaround to display secondary map type when only 2 locations exist) */
.switcher div:nth-child(3) {
	display: none;
}

.switcher div:nth-child(4) {
	display: none;
}


/**********/
/* FOOTER */
/**********/
#footer {
	background: #212121;
	text-align: center;
	padding: 1em 0;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
}

#footer .wrapper {
	max-width: 800px;
}

#footer p {
	margin: 0;
	color: #eee !important;
}

#footer a {
	color: #FFF !important;
}

#footer a:hover {
	color: #EEE;
	text-decoration: underline;
}

#footer ul {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}

#footer ul li {
	margin: 0;
	padding: 0 .5em 0 .25em;
	display: inline-block;
	line-height: 1em;
}

#footer ul li::before {
	display: none;
}

#footer ul li::after {
	content: "|";
	color: #FFF;
	margin: 0 0 0 1em;
}

#footer ul li:last-child::after {
	content: "";
	display: none;
}


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

	body {
		font-size: 18px;
	}

	/* Basic Styles */
	.columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
		overflow: auto;
		margin: 0 0 1.5em;
		width: 100%;
	}

	.columns div {
		display: inline-block;
		width: 100%;
	}

	/* NUMBER TRIGGER */
	.cta.desktop {
		display: block;
	}

	.cta.mobile {
		display: none;
	}

	/* HEADER */
	#header {
		height: 105px;
	}

	#header .logo {
		width: 285px;
		height: 95px;
	}

	#header .cta.desktop {
		padding: 0 10px 0 0;
	}

	#header .cta.desktop a {
		font-size: 1em;
		display: block;
		margin: 7px 0;
		line-height: 1em;
		text-align: right;
		vertical-align: middle;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
	}

	#header .cta.desktop a span {
		display: inline-block;
		font-size: 16px;
		vertical-align: middle;
		margin: 0 10px 0 0;
		text-transform: uppercase;
		color: #000;
		font-weight: 700;
	}

	#header .cta.desktop.numbers-1 {
		font-size: 26px;
	}

	#header .cta.desktop.numbers-2 {
		font-size: 22px;
	}

	#header .cta.desktop.numbers-3 {
		font-size: 20px;
	}

	/* SUBHEADER */
	#subheader .tagline h1,
	#subheader .tagline h2 {
		font-size: 26px;
	}

	#subheader .form {
		font-size: 18px;
	}

	#subheader .form .gform_wrapper form {
		padding: 0 25px;
	}

	#subheader .form .gform_wrapper .gfield.gf_left_half {
		width: 49%;
		margin-right: 2%;
	}

	#subheader .form .gform_wrapper .gfield.gf_right_half {
		width: 49%;
	}

	/* TRUST POINTS */
	.trust-points {
		padding: 50px 0;
	}

	.trust-points .header {
		padding: 0 0 50px;
	}

	.trust-points .wrapper {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: stretch;
		font-size: 18px;
		padding: 0 30px;
	}

	.trust-points .column .icon {
		height: 125px;
	}

	.trust-points .column h2,
	.trust-points .column h3,
	.trust-points .column h4 {
		font-size: 24px;
	}

	/* WYSIWYG */
	.wysiwyg .wrapper {
		max-width: 1200px;
		padding: 50px 30px 25px;
	}

	/* WYSIWYG - Partners */
	.wysiwyg.partners p img,
	.wysiwyg.logos p img {
		max-height: 5.5em;
		max-width: 18em;
	}

	/* WYSIWYG - Callout */
	.wysiwyg.cta p {
		font-size: 28px;
	}

	/* WYSIWYG - Map */
	.wysiwyg.map iframe {
		height: 450px;
	}

	/* WYSIWYG - Partners */
	.wysiwyg.partners p img,
	.wysiwyg.logos p img {
		margin: 0 2em 1em;
	}

	/* PHOTO GALLERY */
	.gallery .photo {
		width: 25%;
		max-width: 25%;
		height: 32vw;
	}

	.gallery.photos-5 .photo {
		width: 20%;
		height: 26.5vw;
	}

	.gallery.photos-6 .photo {
		width: 33.33%;
		max-width: 33.33%;
		height: 44vw;
	}

	/* LOCATIONS */
	.locations .switcher .address {
		font-size: 16px;
		line-height: 1.5em;
	}

	.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
		padding-right: 0 !important;
}

	body .gform_legacy_markup_wrapper .top_label div.ginput_container {
		margin-top: 0 !important;
	}

	.gform_wrapper ul.gform_fields li.gfield {
		padding-bottom: 5px !important;
	}

	.gform_legacy_markup_wrapper .gform_footer {
		padding: 10px 0 10px 0 !important;
		margin: 0 !important;
		text-align: center;
	}

}

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

	#subheader .tagline h1,
	#subheader .tagline h2 {
		font-size: 1.5em !important;
	}

}



@media only screen and (max-width: 959px) {
	.wysiwyg.cta h2 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.slide-up {
		margin-top: 30px;
	}

	.review-flex {
		flex-direction: column;
	}

	.test-pic {
		width: 100%;
		padding-bottom: 10px;
	}

	.test-review {
		width: 100%;
	}

	#subheader .tagline h1,
	#subheader .tagline h2 {
		padding-bottom: 0;
	}

	#subheader .tagline {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.locations .switcher .address {
		background-color: #27C536;
		color: #000 !important;
	}

	.locations .switcher .address p,
	.locations .switcher .address h3 {
		color: #fff !important;
	}
	
	.featured-content .caption {
		color: #FFF !Important;
	}

}

@media only screen and (max-width: 768px) {
	#subheader .tagline h2 {
		font-size: 24px !important;
	}
	
	.gform_legacy_markup_wrapper .gform_footer {
		text-align: center !important;
	}
}

@media only screen and (max-width: 630px) {
	#subheader .tagline h2 {
		font-size: 1.2em !important;
	}

	.wysiwyg.cta .button {
		font-size: 19px !important;
	}
	
}


@media only screen and (min-width: 960px) {
	body {
		font-size: 20px;
	}

	.slick-dots li {
		width: 15px;
		height: 15px;
	}

	/* Image Styles */
	.alignright {
		float: right;
		margin: 0 0 1.5em 1.5em;
		max-width: 50%;
	}

	.alignleft {
		float: left;
		margin: 0 1.5em 1.5em 0;
		max-width: 50%;
	}

	.aligncenter {
		display: block;
		margin: 1.5em auto;
	}

	/* Basic Styles */
	.columns.three {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 25px;
		-moz-column-gap: 25px;
		column-gap: 25px;
	}

	/* Layer Cake */
	.wrapper {
		padding: 0;
	}

	.mobile {
		display: none;
	}

	.desktop {
		display: block;
	}

	/* HEADER */
	#header {
		height: 135px;
	}

	#header .wrapper {
		padding: 0 25px;
		max-width: 1010px;
	}

	#header .cta.desktop a span {
		font-size: 20px;
	}

	#header .cta.desktop.numbers-1 {
		font-size: 40px;
	}

	#header .cta.desktop.numbers-2 {
		font-size: 32px;
	}

	#header .cta.desktop.numbers-3 {
		font-size: 26px;
	}

	#header .cta.desktop #number-container {
		width: 350px;
		margin: 0 10px 0 0;
	}

	#header .cta.desktop #number-list a {
		font-size: 22px;
	}

	#header .cta.desktop #number-list a span {
		font-size: 17px;
		width: 40%;
		font-weight: 500;
	}

	#header .cta.desktop.numbers-2 {
		display: flex;
	}

	#header .cta.desktop.numbers-2 a {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		margin: 0 30px;
	}

	/* SUBHEADER */
	#subheader .banner {
		padding: 0;
	}

	#subheader .tagline {
		text-align: left;
		width: 585px;
		overflow: hidden;
	}

	#subheader .tagline h1,
	#subheader .tagline h2 {
		font-size: 36px;
		line-height: 60px;
	}

	#subheader .image {
		width: 100%;
		height: 500px;
		max-width: 100%;
	}

	#subheader .form {
		z-index: 999;
		width: 375px;
		position: absolute;
		left: 50%;
		top: 0;
		margin: 0 0 0 107px;
		max-height: 100%;
		height: 100%;
		overflow: visible;
		padding: 0;
	}

	#subheader .form h2,
	#subheader .form h3 {
		font-size: 30px;
	}

	#subheader .image .caption {
		width: 585px;
		margin: 0 0 0 -480px;
		left: 50%;
		font-size: 20px;
		padding: 2em 1em 2em 7em;
	}

	#subheader .caption h1 {
		font-size: 60px;
	}

	/* Overlapping Subheader Form */
	.form-cols {
		flex-direction: row !important;
	}

	.slide-up {
		margin-top: -300px;
		height: 100%;
	}

	.first-col {
		max-width: 60%;
		padding-right: 2em;
	}

	.second-col {
		max-width: 40%;
	}




	/* WYSIWYG */
	.wysiwyg p,
	.wysiwyg li {
		font-size: 0.9em;
	}

	/* WYSIWYG - Video */
	.wysiwyg.video a span.play {
		width: 150px;
		height: 150px;
	}

	/* TRUST POINTS */
	.trust-points .column {
		margin: 0;
	}

	.trust-points .column p {
		font-size: 0.9em;
		line-height: 1.7;
	}

	.trust-points .header p {
		padding: 0.5em 2em;
		font-size: .9em;
		text-align: left;
		line-height: 1.6;
	}

	.trust-points .header,
	.trust-points .wrapper {
		max-width: 1200px;
	}
	

	/* CTA */

	.wysiwyg.cta .button {
		margin-left: 30px;
		margin-top: 0;
	}

	/* FEATURED CONTENT */
	.featured-content {
		font-size: 20px;
		background: #FFF;
	}

	.featured-content .wrapper {
		flex-direction: row;
		max-width: 940px;
		padding: 0;
		justify-content: center;
		align-items: center;
	}

	.featured-content .image {
		width: 50%;
		height: auto;
		max-width: 480px;
	}

	.featured-content .image img {
		width: 100%;
		height: auto;
	}

	.featured-content .caption {
		padding: 2em;
		width: 50%;
		max-width: 50%;
		min-width: 50%;
		background: #EEE;
		margin: 0 0 0 -65px;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
	}

	.featured-content.image-right .wrapper {
		flex-direction: row-reverse;
	}

	.featured-content.image-right .caption {
		margin: 0 -65px 0 0;
	}

	.featured-content p {
		font-size: 0.8em;
		line-height: 1.6;
	}

	/* FEATURED CONTENT - Highlighted */
	.featured-content.highlight {
		background: #EEE;
	}

	.featured-content.highlight .caption {
		background: #FFF;
	}

	/* WYSIWYG - Instagram */
	.wysiwyg.instagram .wrapper,
	.home .wysiwyg.instagram .wrapper {
		padding: 0;
	}

	.wysiwyg.instagram p {
		margin: 0;
	}

	.wysiwyg.instagram .logo,
	.sb_instagram_header {
		max-width: 300px;
		text-align: left;
		margin: 0 auto;
		padding: 35px 0;
	}

	.sbi_lb-outerContainer {
		height: 100% !important;
	}

	/* TESTIMONIALS */
	.testimonials .copy {
		padding: 50px 0 1em;
	}

	.testimonials .copy::before {
		display: none;
	}

	.testimonials .testimonial .stars {
		max-height: 25px;
	}

	.testimonials .testimonial p {
		font-size: 1em;
		line-height: 1.75em;
	}

	/* TESTIMONIALS - Columns */
	.testimonials.testimonial-columns.count-3 .copy {
		max-width: 960px;
	}

	.testimonials.testimonial-columns.count-2 .copy {
		max-width: 860px;
	}

	.testimonials.testimonial-columns.count-1 .copy {
		max-width: 600px;
	}

	.testimonials.testimonial-columns .wrapper {
		flex-direction: row;
		padding: 0 30px 75px;
		max-width: 1200px;
	}

	.testimonials.testimonial-columns.count-3 .wrapper {
		max-width: 1060px;
	}

	.testimonials.testimonial-columns.count-1 .wrapper {
		max-width: 700px;
	}

	.testimonials.testimonial-columns .testimonial {
		margin: 0 1em;
		padding: 2em 2em 3em 2em !important;
		position: relative;
		width: 50%;
		min-height: 275px;
	}

	.testimonials.testimonial-columns .testimonial cite {
		position: absolute;
		left: 0;
		bottom: 15px;
		right: 0;
		text-align: center;
		color: #A4A4A4;
		text-transform: uppercase;
	}

	/* TESTIMONIALS - Slideshow */
	.testimonials.testimonial-slideshow .wrapper {
		padding: 50px 0;
		max-width: 700px;
	}

	/* GALLERY */
	.gallery.photos-6 .photo {
		width: 16.66%;
		max-width: 16.66%;
		height: 21.5vw;
	}

	/* LOCATIONS */
	.locations .maps {
		display: block;
		width: 100%;
		height: 20em;
		z-index: 9;
	}

	.locations .maps .map {
		display: none;
		width: 100%;
		height: 100%;
		z-index: 9;
	}

	.locations .maps .map iframe {
		width: 100%;
		height: 100%;
		max-height: 500px;
		margin: 0;
		padding: 0;
	}

	.locations .maps .map.active {
		display: block;
	}

	.locations .wrapper .maps {
		height: 500px;
	}

	.locations .wrapper .address.active {
		background: #27C536;
		color: #ffffff;
	}

	/* LOCATIONS - 3 or Fewer */
	.locations.maps-vert .switcher {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: stretch;
		padding: 0;
	}

	.locations.maps-vert .switcher .address {
		padding: 15px 10px 10px;
		font-size: 16px;
		line-height: 1.5em;
	}

	.locations.maps-vert .switcher .address::after {
		position: absolute;
		left: 100%;
		top: 25%;
		width: 1px;
		content: " ";
		height: 50%;
		background: #999;
		z-index: 9;
	}

	.locations.maps-vert .switcher .address.active::before {
		content: " ";
		display: block;
		position: absolute;
		left: 50%;
		bottom: 100%;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #27C536;
	}

	.locations.maps-vert .switcher .address.active::after {
		display: none;
	}

	.locations.maps-vert .switcher .address h3,
	.locations.maps-vert .switcher .address h4 {
		font-size: 22px;
	}

	.locations.maps-vert .switcher .address p {
		line-height: 1.25em;
	}

	/* LOCATIONS - 4 or More */
	.locations.maps-horz .wrapper {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}

	.locations.maps-horz .maps {
		width: 50%;
		max-width: 50%;
		min-width: 50%;
	}

	.locations.maps-horz .switcher {
		width: 50%;
		max-width: 50%;
		min-width: 50%;
		padding: 2em;
		align-items: flex-start;
		align-content: center;
		flex-wrap: wrap;
	}

	.locations.maps-horz .switcher .address {
		width: 50%;
		max-width: 50%;
		min-width: 50%;
		margin: 2em 0;
	}

	.locations.maps-horz .switcher .address::after {
		display: none;
	}

	.locations.maps-horz .switcher .address h3,
	.locations.maps-horz .switcher .address h4 {
		font-size: 24px;
	}

	.address .desktop {
		text-align: left;
	}

	.locations .switcher {
		background: #fff;
	}

	/* FOOTER */
	#footer p {
		display: inline-block;
	}

	#footer p::after {
		content: "|";
		margin: 0 .5em 0 1em;
	}

	#footer ul {
		display: inline-block;
	}

}

@media only screen and (min-width: 1400px) {
	.first-col {
		max-width: 65%;
	}

	.second-col {
		max-width: 35%;
	}
}











/* Remove Popup on LP */
#ssb-container {
	display: none;
}



/**************/
/*** LAYOUT ***/
/**************/

/* Feed container */
#sb_instagram {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sb_instagram:after {
	content: "";
	display: table;
	clear: both;
}

/*********************/
/*** STYLE OPTIONS ***/
/*********************/
#sb_instagram.sbi_fixed_height {
	overflow: hidden;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sb_instagram #sbi_images {
	width: 100%;
	float: left;
	line-height: 0;

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

/* Animate the height of the container for layout feeds */
#sb_instagram.sbi_masonry #sbi_images,
#sb_instagram.sbi_highlight #sbi_images {
	-webkit-transition: height 0.5s ease;
	-moz-transition: height 0.5s ease;
	-o-transition: height 0.5s ease;
	-ms-transition: height 0.5s ease;
	transition: height 0.5s ease;
}

#sb_instagram a {
	border-bottom: 0 !important;
}

/* Items */
#sb_instagram #sbi_images .sbi_item {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;

	max-height: 1000px;
	padding: inherit !important;
	margin: 0 !important;
	text-decoration: none;
	opacity: 1;
	overflow: hidden;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* Transition items in */
#sb_instagram #sbi_images .sbi_item.sbi_transition {
	opacity: 0;
	max-height: 0;
}

/* Override transition for other layouts */
#sb_instagram.sbi_masonry #sbi_images .sbi_item,
#sb_instagram.sbi_highlight #sbi_images .sbi_item {
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

#sb_instagram.sbi_masonry #sbi_images .sbi_item.sbi_transition,
#sb_instagram.sbi_highlight #sbi_images .sbi_item.sbi_transition {
	opacity: 0;
	max-height: 1000px;
}

/* Carousel in transition */
#sb_instagram #sbi_images.sbi_carousel .sbi_item,
#sb_instagram #sbi_images.sbi_carousel .sbi_item.sbi_transition {
	opacity: 1;
	max-height: 1000px;
}

#sb_instagram.sbi_carousel_2_row #sbi_images.sbi_carousel .sbi_item {
	width: 100%;
}

/* Cols */
#sb_instagram.sbi_col_1 #sbi_images .sbi_item {
	width: 100%;
}

#sb_instagram.sbi_col_2 #sbi_images .sbi_item {
	width: 50%;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
	width: 33.33%;
}

#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
	width: 25%;
}

#sb_instagram.sbi_col_5 #sbi_images .sbi_item {
	width: 20%;
}

#sb_instagram.sbi_col_6 #sbi_images .sbi_item {
	width: 16.66%;
}

#sb_instagram.sbi_col_7 #sbi_images .sbi_item {
	width: 14.28%;
}

#sb_instagram.sbi_col_8 #sbi_images .sbi_item {
	width: 12.5%;
}

#sb_instagram.sbi_col_9 #sbi_images .sbi_item {
	width: 11.11%;
}

#sb_instagram.sbi_col_10 #sbi_images .sbi_item {
	width: 10%;
}

/* Disable mobile layout */
#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item {
	width: 100%;
}

#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images .sbi_item {
	width: 50%;
}

#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images .sbi_item {
	width: 33.33%;
}

#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
	width: 25%;
}

#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item {
	width: 20%;
}

#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
	width: 16.66%;
}

#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images .sbi_item {
	width: 14.28%;
}

#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item {
	width: 12.5%;
}

#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images .sbi_item {
	width: 11.11%;
}

#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item {
	width: 10%;
}

/* Photos */
.sbi-screenreader {
	text-indent: -9999px !important;
	display: block !important;
	width: 0 !important;
	height: 0 !important;
	line-height: 0 !important;
	text-align: left !important;
}

#sb_instagram .sbi_photo_wrap {
	position: relative;
}

#sb_instagram .sbi_photo {
	display: block;
	text-decoration: none;
}

#sb_instagram .sbi_photo img {
	width: 100%;
	height: auto;
	border-radius: 0;
}

#sb_instagram .sbi_photo video {
	width: 100%;
	height: 100%;
	border-radius: 0;
	display: block;
	margin: 0;
	padding: 0;
}

#sb_instagram #sbi_images img {
	display: block;
	padding: 0 !important;
	margin: 0 !important;
	max-width: 100% !important;
	opacity: 1 !important;
	font-size: 10px !important;
	line-height: 0.9;
	color: #999;
}

#sb_instagram .sbi_link.sbi_disable_lightbox {
	display: none !important;
}

#sb_instagram .sbi_link {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	width: 100%;
	padding: 0;
	background: #333;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1.1;
	overflow: hidden;
}

#sb_instagram .sbi_link.sbi_default p,
#sb_instagram .sbi_link.sbi_default span,
#sb_instagram .sbi_link.sbi_default a {
	text-shadow: 0px 0px 10px #000;
}

#sb_instagram .sbi_link .sbi_username a,
#sb_instagram .sbi_link .sbi_instagram_link,
#sb_instagram .sbi_link .sbi_hover_bottom,
#sb_instagram .sbi_link .sbi_playbtn,
#sb_instagram .sbi_link .sbi_lightbox_link,
#sb_instagram .sbi_link .svg-inline--fa.fa-play {
	filter: alpha(opacity=90);
	opacity: 0.9;
}

#sb_instagram .sbi_link .sbi_username a:hover,
#sb_instagram .sbi_link .sbi_instagram_link:hover,
#sb_instagram .sbi_link .sbi_playbtn:hover,
#sb_instagram .sbi_link .sbi_lightbox_link:hover,
#sb_instagram .sbi_link .svg-inline--fa.fa-play:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

#sb_instagram .sbi_link_area {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#sb_instagram .sbi_link a {
	padding: 0;
	text-decoration: none;
	color: #ddd;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.1;
	background: none;

	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

#sb_instagram .sbi_link a:hover,
#sb_instagram .sbi_link a:active {
	color: #fff;
}

#sb_instagram .sbi_link .sbi_lightbox_link {
	display: block;
	/*display: none;*/
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;

	margin-top: -24px;
	margin-left: -21px;
	padding: 0;
	font-size: 49px;
	font-style: normal !important;
}

#sb_instagram .sbi_type_video .sbi_lightbox_link,
#sb_instagram .sbi_carousel_vid_first .sbi_lightbox_link {
	display: none;
}

#sb_instagram .sbi_link .sbi_instagram_link {
	/*float: right;*/
	font-size: 30px;
	position: absolute;
	z-index: 100;
	bottom: 0;
	right: 2px;
	padding: 8px;
}

#sb_instagram .sbi_link a:hover,
#sb_instagram .sbi_link a:focus {
	text-decoration: underline;
}

/* Date */
#sb_instagram .sbi_hover_top,
#sb_instagram .sbi_hover_bottom {
	position: absolute;
	width: 98%;
	text-align: center;
	padding: 1% !important;
	margin: 0 !important;
	font-size: 12px;
	color: #ddd;
	color: rgba(255, 255, 255, 1);
}

#sb_instagram .sbi_username {
	top: 0;
	margin: 0;
}

#sb_instagram .sbi_username a {
	padding: 10px 10px 0 10px;
	position: relative;
	z-index: 2;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

#sb_instagram .sbi_link .sbi_caption {
	line-height: 1;
	padding-top: 10px;
}

#sb_instagram .sbi_hover_bottom {
	bottom: 10px;
	line-height: 1;
	z-index: 2;
}

#sb_instagram .sbi_hover_bottom p {
	margin: 0;
	padding: 0;
}

#sb_instagram .sbi_date,
#sb_instagram .sbi_location {
	padding: 0 5px;
	margin: 3px 0;
	display: inline-block;
}

#sb_instagram .sbi_hover_bottom .fa,
#sb_instagram .sbi_hover_bottom svg {
	margin: 0 5px 0 0;
}

#sb_instagram .sbi_hover_bottom .sbi_location {
	line-height: 1;
	width: 100%;
	padding: 0 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sb_instagram .sbi_hover_bottom .sbi_meta {
	padding: 5px 0 0 0;
}

/* Medium */
#sb_instagram.sbi_medium .sbi_username a {
	font-size: 11px;
}

#sb_instagram.sbi_medium .sbi_lightbox_link,
#sb_instagram.sbi_medium .sbi_instagram_link,
#sb_instagram.sbi_medium .sbi_playbtn,
#sb_instagram.sbi_medium .sbi_link .svg-inline--fa.fa-play {
	margin-top: -12px;
	margin-left: -10px;
}

#sb_instagram.sbi_medium .sbi_lightbox_link,
#sb_instagram.sbi_medium .sbi_instagram_link,
#sb_instagram.sbi_medium .sbi_playbtn,
#sb_instagram.sbi_medium .sbi_photo_wrap .fa-clone,
#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play {
	font-size: 23px;
}

#sb_instagram.sbi_medium .sbi_instagram_link {
	margin: 0;
	padding: 6px;
}

#sb_instagram.sbi_medium .sbi_hover_bottom {
	bottom: 7px;
	font-size: 11px;
}

#sb_instagram.sbi_medium .sbi_playbtn,
#sb_instagram.sbi_medium .svg-inline--fa.fa-play {
	margin-left: -10px;
}

#sb_instagram.sbi_medium .sbi_hover_bottom .sbi_location {
	padding: 0 30px;
}

#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone {
	right: 8px;
	top: 8px;
}

/* Small */
#sb_instagram.sbi_small .sbi_username a {
	padding: 3px 2px;
	font-size: 10px;
	line-height: 1;
}

#sb_instagram.sbi_small .sbi_lightbox_link,
#sb_instagram.sbi_small .sbi_instagram_link,
#sb_instagram.sbi_small .sbi_playbtn,
#sb_instagram.sbi_small .svg-inline--fa.fa-play {
	margin-top: -9px;
	margin-left: -7px;
}

#sb_instagram.sbi_small .sbi_lightbox_link,
#sb_instagram.sbi_small .sbi_instagram_link,
#sb_instagram.sbi_small .sbi_playbtn,
#sb_instagram.sbi_small .sbi_photo_wrap .fa-clone,
#sb_instagram.sbi_small .sbi_type_video .svg-inline--fa.fa-play,
#sb_instagram.sbi_small .sbi_carousel_vid_first .svg-inline--fa.fa-play {
	font-size: 18px;
}

#sb_instagram.sbi_small .sbi_instagram_link {
	margin: 0;
	padding: 4px 3px;
	font-size: 14px;
}

#sb_instagram.sbi_small .sbi_hover_bottom {
	bottom: 3px;
	font-size: 10px;
}

#sb_instagram.sbi_small .sbi_hover_bottom .sbi_location {
	padding: 0 18px;
}

#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone {
	right: 5px;
	top: 5px;
	font-size: 12px;
}


/* Post info */
#sb_instagram .sbi_info {
	width: 100%;
	float: left;
	clear: both;
	text-decoration: none;
	color: #666;
	text-align: center;
}

#sb_instagram.sbi_highlight .sbi_info {
	display: none;
}

#sb_instagram .sbi_info p {
	width: 100%;
	clear: both;
	padding: 5px 5px 2px 5px !important;
	margin: 0 !important;
	line-height: 1.2;

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

#sb_instagram .sbi_expand {
	display: none;
}

/* Caption */
#sb_instagram .sbi_caption {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/* Meta */
#sb_instagram .sbi_meta {
	line-height: 1.1;
	padding: 4px 0 8px 0;
}

#sb_instagram .sbi_meta span {
	margin: 0 5px !important;
	font-size: 11px;
}

#sb_instagram .sbi_meta i,
#sb_instagram .sbi_meta svg {
	margin-right: 5px !important;
	font-size: 13px;
}

#sb_instagram .sbi_lightbox_link .fa-arrows-alt {
	display: none;
}


/* VIDEO */
.sbi_video {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.sbi_video_lightbox .sbi_video,
#sbi_lightbox .sbi_owl-wrapper .sbi_video {
	display: block;
}

#sbi_lightbox .sbi_lb-image-wrap-outer {
	direction: ltr !important;
}

/* Video play button */
.sbi_playbtn,
#sb_instagram .svg-inline--fa.fa-play {
	display: none !important;
}

.sbi_type_video .sbi_playbtn,
.sbi_carousel_vid_first .sbi_playbtn,
.sbi_type_carousel .fa-clone,
#sb_instagram .sbi_carousel_vid_first .svg-inline--fa.fa-play,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play {
	display: block !important;
	position: absolute;
	z-index: 1;

	padding: 0;
	font-size: 48px;
	color: #fff;
	color: rgba(255, 255, 255, 0.9);
	font-style: normal !important;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.sbi_type_video .sbi_playbtn,
.sbi_carousel_vid_first .sbi_playbtn,
.sbi_link .svg-inline--fa.fa-play {
	top: 50%;
	left: 50%;

	margin-top: -24px;
	margin-left: -19px;
}

#sb_instagram .sbi_type_carousel .fa-clone {
	right: 12px;
	top: 12px;
	font-size: 24px;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.sbi_type_carousel svg.fa-clone,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,
.sbi_carousel_vid_first .svg-inline--fa.fa-play {
	-webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
	filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
}

/* Don't apply text shadow to play button on hover link */
#sb_instagram .sbi_type_video .sbi_link .sbi_playbtn,
#sb_instagram .sbi_carousel_vid_first .sbi_link .sbi_playbtn {
	text-shadow: none;
}

.sbi_lb_lightbox-carousel-video {
	position: relative !important;
}



/* Media queries */
@media all and (max-width: 640px) {

	/* Make 3-6 cols into 2 col */
	#sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images .sbi_item,
	#sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images .sbi_item,
	#sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images .sbi_item,
	#sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images .sbi_item {
		width: 50%;
	}

	/* Make 7-10 cols into 4 col */
	#sb_instagram.sbi_col_7 #sbi_images .sbi_item,
	#sb_instagram.sbi_col_8 #sbi_images .sbi_item,
	#sb_instagram.sbi_col_9 #sbi_images .sbi_item,
	#sb_instagram.sbi_col_10 #sbi_images .sbi_item,
	#sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images .sbi_item,
	#sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images .sbi_item,
	#sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images .sbi_item,
	#sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images .sbi_item {
		width: 25%;
	}

	#sb_instagram.sbi_col_2 #sbi_images .sbi_item {
		width: 50%;
	}

	#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
		width: 33.33%;
	}

	#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
		width: 25%;
	}

	#sb_instagram.sbi_col_5 #sbi_images .sbi_item {
		width: 20%;
	}

	#sb_instagram.sbi_col_6 #sbi_images .sbi_item {
		width: 16.66%;
	}

	#sb_instagram.sbi_col_7 #sbi_images .sbi_item {
		width: 14.28%;
	}

	#sb_instagram.sbi_col_8 #sbi_images .sbi_item {
		width: 12.5%;
	}

	#sb_instagram.sbi_col_9 #sbi_images .sbi_item {
		width: 11.11%;
	}

	#sb_instagram.sbi_col_10 #sbi_images .sbi_item {
		width: 10%;
	}

	/* On mobile make the min-width 100% */
	#sb_instagram.sbi_width_resp {
		width: 100% !important;
	}
}

@media all and (max-width: 480px) {

	/* Make all cols into 1 col */
	#sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images .sbi_item,
	#sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images .sbi_item,
	#sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images .sbi_item,
	#sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images .sbi_item,
	#sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images .sbi_item,
	#sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images .sbi_item,
	#sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images .sbi_item,
	#sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images .sbi_item,
	#sb_instagram.sbi_mob_col_1 #sbi_images .sbi_item {
		width: 100%;
	}

	#sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item {
		width: 50%;
	}

	#sb_instagram.sbi_mob_col_3 #sbi_images .sbi_item {
		width: 33.33%;
	}

	#sb_instagram.sbi_mob_col_4 #sbi_images .sbi_item {
		width: 25%;
	}

	#sb_instagram.sbi_mob_col_5 #sbi_images .sbi_item {
		width: 20%;
	}

	#sb_instagram.sbi_mob_col_6 #sbi_images .sbi_item {
		width: 16.66%;
	}

	#sb_instagram.sbi_mob_col_7 #sbi_images .sbi_item {
		width: 14.28%;
	}
}


/* Lightbox */
/* Preload images */
body:after {
	content: url(../img/sbi-sprite.png);
	display: none;
}

.sbi_lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.9;
	display: none;
}

.sbi_lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}

.sbi_lightbox .sbi_lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.sbi_lightbox a:hover,
.sbi_lightbox a:focus,
.sbi_lightbox a:active {
	outline: none;
}

.sbi_lightbox a img {
	border: none;
}

.sbi_lb-outerContainer {
	position: relative;
	background-color: #000;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto 5px auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.sbi_lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.sbi_lb-container-wrapper {
	height: 100%;
}

.sbi_lb-container {
	position: relative;
	padding: 4px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
}

.sbi_lb-loader {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	height: 20px;
	margin-top: -10px;
	text-align: center;
	line-height: 0;
}

.sbi_lb-loader span {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 auto;
	background: url(../img/sbi-sprite.png) no-repeat;
}

.sbi_lb-nav {
	/*position: absolute;*/
	top: 0;
	left: 0;
	/*height: 100%;*/
	width: 100%;
	z-index: 10;
	/*pointer-events: none;*/
}

.sbi_lb-container>.nav {
	left: 0;
}

.sbi_lb-nav a {
	position: absolute;
	z-index: 100;
	top: 0;
	height: 90%;
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}


/* Arrows */
.sbi_lb-prev,
.sbi_lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}

.sbi_lb-nav a.sbi_lb-prev {
	/*width: 30%;*/
	width: 50px;
	left: -70px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;

	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
	opacity: 0.5;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;

}

.sbi_lb-nav a.sbi_lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.sbi_lb-nav a.sbi_lb-next {
	/*width: 30%;*/
	width: 50px;
	right: -70px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;

	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
	opacity: 0.5;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;

}

.sbi_lb-nav a.sbi_lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.sbi_lb-nav span {
	display: block;
	top: 55%;
	position: absolute;
	left: 20px;
	width: 34px;
	height: 45px;
	margin: -25px 0 0 0;
	background: url(../img/sbi-sprite.png) no-repeat;
}

.sbi_lb-nav a.sbi_lb-prev span {
	background-position: -53px 0;
}

.sbi_lb-nav a.sbi_lb-next span {
	left: auto;
	right: 20px;
	background-position: -18px 0;
}

.sbi_lb-dataContainer {
	margin: 0 auto;
	padding-top: 10px;
	*zoom: 1;
	width: 100%;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;

	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer {
	position: relative;
	padding-right: 300px;
	background: #fff;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper {
	position: relative;
	background: #000;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
	width: 300px !important;
	position: absolute;
	top: 0;
	right: -300px;
	height: 100%;
	bottom: 0;
	background: #fff;
	line-height: 1.4;
	overflow: hidden;
	overflow-y: auto;
	text-align: left;
}

.sbi_lb-dataContainer:after,
.sbi_lb-data:after,
.sbi_lb-commentBox:after {
	content: "";
	display: table;
	clear: both;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox {
	display: block !important;
	width: 100%;
	margin-top: 20px;
	padding: 4px;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number {
	padding-bottom: 0;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text {
	display: inline-block;
	padding-top: 10px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment {
	display: block !important;
	width: 100%;
	min-width: 100%;
	float: left;
	clear: both;
	font-size: 12px;
	padding: 3px 20px 3px 0;
	margin: 0 0 1px 0;

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

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
	font-weight: 700;
	margin-right: 5px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p {
	text-align: left;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
	box-sizing: border-box;
	padding: 15px 20px;
}

.sbi_lb-data {
	padding: 0 4px;
	color: #ccc;
}

.sbi_lb-data .sbi_lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1;
}

.sbi_lb-data .sbi_lb-caption {
	float: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.3;
	padding-bottom: 3px;
	color: #ccc;

	word-wrap: break-word;
	word-break: break-word;
	overflow-wrap: break-word;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.sbi_lb-data .sbi_lb-caption a {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

.sbi_lb-data .sbi_lb-caption a:hover,
.sbi_lb-commenter:hover {
	color: #fff;
	text-decoration: underline;
}

.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username {
	float: left;
	width: 100%;
	color: #ccc;
	padding-bottom: 0;
	display: block;
	margin: 0 0 5px 0;
}

.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p {
	color: #fff;
	text-decoration: underline;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
	color: #333;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p {
	color: #333;
}

.sbi_lightbox .sbi_lightbox_username img {
	float: left;
	border: none;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	background: #666;

	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}

.sbi_lightbox_username p {
	float: left;
	margin: 0;
	padding: 0;
	color: #ccc;
	line-height: 32px;
	font-weight: bold;
	font-size: 13px;
}

.sbi_lb-data .sbi_lb-number {
	display: block;
	float: left;
	clear: both;
	padding: 5px 0 15px 0;
	font-size: 12px;
	color: #999999;
}

.sbi_lb-data .sbi_lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	font-size: 18px;
	/* Hides icon font X */
	color: #aaa;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.sbi_lb-data .sbi_lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	color: #fff;
}

/* Lightbox video - must go after lighbox CSS */
/* Leave a gap at the bottom of the nav for video controls */
.sbi_lb-nav {
	height: auto;
}

.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video {
	position: relative !important;
}

/* Remove 4px padding from lightbox container so video lines up */
.sbi_lb-container {
	padding: 0;
}

/* Mod link to remove image */
#sbi_mod_link,
#sbi_mod_error {
	display: none;
}

#sbi_mod_error {
	border: 1px solid #ddd;
	background: #eee;
	color: #333;
	margin: 0 0 10px 0;
	padding: 10px 15px;
	font-size: 13px;
	text-align: center;
	clear: both;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#sbi_mod_error p {
	padding: 5px 0 !important;
	margin: 0 !important;
	line-height: 1.3 !important;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
}

#sbi_mod_error p:first-child b {
	font-size: 14px;
}

#sbi_mod_error ol,
#sbi_mod_error ul {
	padding: 5px 0 5px 20px !important;
	margin: 0 !important;
}

#sbi_mod_error li {
	padding: 1px 0 !important;
	margin: 0 !important;
}

#sbi_mod_error span {
	font-size: 12px;
	font-style: italic;
}

.sbi_lb-container-wrapper #sbi_mod_error {
	position: absolute;
	z-index: 9999999;
	font-size: 12px;
	line-height: 1.5;
	bottom: 0;
	width: 92%;
	margin: 0 2% 10px 2%;
	padding: 12px 2% 13px 2%;
	background: rgba(255, 255, 255, 0.9);
	border: none;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}

/* Lightbox action links */
#sbi_lightbox .sbi_lightbox_action {
	float: left;
	/*clear: both;*/
	position: relative;
	padding: 0 0 0 10px;
	margin: 5px 0 0 10px;
	border-left: 1px solid #666;
	font-size: 12px;
}

#sbi_lightbox .sbi_lightbox_action a {
	display: block;
	float: left;
	color: #999;
	text-decoration: none;
}

#sbi_lightbox .sbi_lightbox_action a:hover,
#sbi_lightbox .sbi_lightbox_action a:focus {
	color: #fff;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:focus {
	color: inherit;
}

#sbi_lightbox .sbi_lightbox_action .fa,
#sbi_lightbox .sbi_lightbox_action svg {
	margin-right: 5px;
}

#sbi_lightbox .sbi_lightbox_action.sbi_instagram .fa,
#sbi_lightbox .sbi_lightbox_action.sbi_instagram svg {
	font-size: 13px;
}

/* Lightbox sidebar mod link/box */
#sbi_lightbox.sbi_lb-comments-enabled #sbi_mod_link {
	width: 100%;
	margin-left: 0;
	padding: 5px 0 0 0;
	border-left: none;
}

#sbi_lightbox.sbi_lb-comments-enabled #sbi_mod_box {
	width: 265px;
	left: -15px;
}

/* Lightbox tooltip */
#sbi_lightbox .sbi_lightbox_tooltip {
	display: none;
	position: absolute;
	width: 100px;
	bottom: 22px;
	left: 0;
	padding: 5px 10px;
	margin: 0;
	background: rgba(255, 255, 255, 0.9);
	color: #222;
	font-size: 12px;
	line-height: 1.4;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);

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

#sbi_lightbox .sbi_lightbox_tooltip .svg-inline--fa.fa-play {
	position: absolute;
	font-size: 8px;
	bottom: -6px;
	left: 36px;
	color: rgba(255, 255, 255, 0.9);
}

#sbi_lightbox .sbi_tooltip_social a .fa,
#sbi_lightbox .sbi_tooltip_social a svg {
	font-size: 16px;
	margin: 0;
	padding: 5px;
}

#sbi_lightbox .sbi_tooltip_social a#sbi_facebook_icon .fa,
#sbi_lightbox .sbi_tooltip_social a#sbi_twitter_icon .fa,
#sbi_lightbox .sbi_tooltip_social a#sbi_pinterest_icon .fa {
	padding-top: 4px;
	font-size: 18px;
}

#sbi_lightbox .sbi_tooltip_social a svg {
	font-size: 19px;
	padding: 3px 4px;
	margin: auto;
}

#sbi_lightbox .sbi_share_close {
	position: absolute;
	top: -16px;
	right: -16px;
	height: 20px;
	width: 20px;
	background: #fff;
	border-radius: 50% !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sbi_lightbox .sbi_share_close:hover {
	cursor: pointer;
}

#sbi_lightbox .sbi_share_close:hover svg {
	background: #333;
	border-radius: 50%;
}

#sbi_lightbox .sbi_share_close svg {
	width: 12px !important;
	height: 14px !important;
}

/* Hide photos tooltip */
#sbi_lightbox #sbi_mod_box {
	width: 285px;
	padding: 8px 10px;
}

/* Social icons tooltip */
#sbi_lightbox .sbi_tooltip_social {
	width: 145px;
	padding: 5px 5px 4px 5px;
}

#sbi_lightbox .sbi_tooltip_social a {
	color: #333;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#sbi_lightbox .sbi_lightbox_action #sbi_facebook_icon:hover {
	background: #3b5998;
}

#sbi_lightbox .sbi_lightbox_action #sbi_twitter_icon:hover {
	background: #00aced;
}

#sbi_lightbox .sbi_lightbox_action #sbi_google_icon:hover {
	background: #dd4b39;
}

#sbi_lightbox .sbi_lightbox_action #sbi_linkedin_icon:hover {
	background: #007bb6;
}

#sbi_lightbox .sbi_lightbox_action #sbi_pinterest_icon:hover {
	background: #cb2027;
}

#sbi_lightbox .sbi_lightbox_action #sbi_email_icon:hover {
	background: #333;
}

#sbi_lightbox .sbi_owl-theme .sbi_owl-controls .sbi_owl-page span {
	width: 8px;
	height: 8px;
}

/* begin small device comments CSS */
@media all and (max-width: 640px) {
	.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer {
		width: 100% !important;
		padding-right: 0 !important;
		background: #000;
	}

	.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
		box-sizing: border-box;
		width: 100% !important;
		position: relative;
		right: 0;
		height: 100%;
		line-height: 1.4;
		overflow: hidden;
		overflow-y: auto;
		text-align: left;
		border-radius: 0 0 5px 5px;
	}

	.sbi_lightbox .sbi_lb-image {
		margin: auto !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding: 0 !important;
		border-radius: 0;
	}

	#sbi_lightbox.sbi_lb-comments-enabled #sbi_mod_link.sbi_lightbox_action {
		padding: 0 0 0 10px;
		margin: 5px 0 0 10px;
		border-left: 1px solid #666;
	}

	/* Carousel in Lightbox */
	#sbi_lightbox .sbi_lb-prev,
	#sbi_lightbox .sbi_lb-next,
	#sbi_lightbox .sbi_lb-nav {
		display: none !important;
	}

	#sbi_lightbox .sbi_owl-theme .sbi_owl-controls .sbi_owl-page span {
		width: 16px;
		height: 16px;
	}
}

/* end small device comments CSS */

/* Loader */
#sb_instagram .sbi_loader {
	width: 20px;
	height: 20px;

	position: relative;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);

	border-radius: 100%;
	-webkit-animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
	animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
}

/* Loader in button */
#sb_instagram #sbi_load .sbi_loader {
	position: absolute;
	margin-top: -11px;
	background-color: #fff;
	opacity: 1;
}

@-webkit-keyframes sbi-sk-scaleout {
	0% {
		-webkit-transform: scale(0)
	}

	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes sbi-sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	}
}

#sb_instagram .fa-spin,
#sbi_lightbox .fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

#sb_instagram .fa-pulse,
#sbi_lightbox .fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

#sbi_lightbox .sbi_gdpr_notice {
	z-index: 1;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -44px;
	margin-top: -44px;
	padding: 20px;
}

#sbi_lightbox .sbi_gdpr_notice svg:not(:root).svg-inline--fa {
	position: relative;
	display: block !important;
	height: 48px;
	width: 48px;
	opacity: .8;
}

#sbi_lightbox .sbi_gdpr_notice:hover svg:not(:root).svg-inline--fa {
	opacity: 1;
}

/* Lightbox sidebar/comments */
.sbi_lb-comments-enabled .sbi_lb-dataContainer {
	-moz-border-radius-bottom-left: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;

	-moz-border-radius-top-right: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-details {
	width: 95%;
}

.sbi_lb-comments-enabled .sbi_lb-closeContainer {
	position: absolute;
	top: 0;
	right: 0;
}

.sbi_lb-comments-enabled .sbi_lb-closeContainer .sbi_lb-close {
	background: none;
	color: #333;
	width: auto;
	height: auto;
	padding: 8px 10px;
	font-size: 14px;
}

.sbi_lb-comments-enabled .sbi_lb-closeContainer .sbi_lb-close:hover {
	background: rgba(0, 0, 0, 0.05);
	-moz-border-radius-bottom-left: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_tooltip_social a:hover,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_tooltip_social a:focus {
	color: #fff;
}

.sbi_loading_comments {
	text-align: center;
	margin-top: 15px;
}

/* Lightbox story */
.sbi_lb-story .sbi_lb-outerContainer:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	top: -5px;
	left: 0;
	background: rgb(250, 155, 87);
	background: linear-gradient(90deg, rgba(250, 155, 87, 1) 0%, rgba(247, 118, 63, 1) 35%, rgba(227, 72, 118, 1) 55%, rgba(220, 50, 124, 1) 75%, rgba(199, 51, 144, 1) 100%);

	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.sbi_lightbox.sbi_lb-story .sbi_lb-image {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

/* HEADER */
.sb_instagram_header {
	float: left;
	clear: both;
	margin: auto;
	padding: 0;
	line-height: 1.2;
	width: 100%;
	overflow: hidden;
	/* Prevents pushing width on mobile */

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

.sb_instagram_header a {
	float: left;
	display: block;
	min-width: 100%\9;
	text-decoration: none;
	transition: color 0.5s ease;
}

/* Header profile pic */
.sbi_header_img {
	float: left;
	position: relative;
	width: 50px;
	margin: 0 0 0 -100% !important;
	overflow: hidden;

	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}

.sbi_header_img img {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

/* Profile pic hover */
.sbi_header_img_hover,
.sbi_header_hashtag_icon {
	opacity: 0;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.75);
}

.sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
.sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	width: 24px;
	height: 24px;
	font-size: 24px;
}

.sb_instagram_header.sbi_medium .sbi_header_img_hover .sbi_new_logo,
.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo {
	margin-top: -18px;
	margin-left: -18px;
	width: 36px;
	height: 36px;
	font-size: 36px;
}

.sb_instagram_header.sbi_large .sbi_header_img_hover .sbi_new_logo,
.sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo {
	margin-top: -24px;
	margin-left: -24px;
	width: 48px;
	height: 48px;
	font-size: 48px;
}

.sb_instagram_header .sbi_header_img_hover i {
	overflow: hidden;
	background: url('../img/small-logo.png') no-repeat 0 0;
}

.sbi_header_img_hover {
	z-index: 2;
	transition: opacity 0.4s ease-in-out;
}

.sb_instagram_header .sbi_fade_in {
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
}

/* Header text */
.sbi_header_text {
	float: left;
	width: 100%;
	padding-top: 2px;
}

.sb_instagram_header.sbi_medium .sbi_header_text {
	padding-top: 10px;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_bio {
	margin-top: 3px !important;
}

.sb_instagram_header.sbi_large .sbi_header_text {
	padding-top: 14px;
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_bio {
	margin-top: 6px !important;
}

.sbi_header_text h3,
.sbi_header_text p {
	float: left;
	clear: both;
	width: auto;
	margin: 0 0 0 60px !important;
	padding: 0 !important;
}

.sbi_header_text .sbi_bio_info {
	padding: 0 !important;
}

.sbi_bio_info span+span {
	margin-left: 10px;
}

#sb_instagram .sbi_bio {
	line-height: 1;
}

.sbi_bio_info .fa,
.sbi_bio_info svg {
	padding-right: 3px;
}

.sbi_posts_count svg {
	height: 1.05em;
	margin-bottom: -1px;
}

.sbi_followers svg.svg-inline--fa.fa-user {
	width: 0.8em;
	margin-right: 0 !important;
}

/* Hashtag header */
.sbi_header_type_generic .sbi_header_img,
.sbi_no_avatar .sbi_header_img {
	background: #333;
	color: #fff;
	width: 50px;
	height: 50px;
	position: relative;
}

.sbi_header_type_generic .sbi_no_bio {
	padding-top: 9px !important;
}

.sbi_header_type_generic .sbi_header_hashtag_icon,
.sbi_no_avatar .sbi_header_hashtag_icon {
	display: block;
	color: #fff;
	opacity: .9;
	-webkit-transition: background .6s linear, color .6s linear;
	-moz-transition: background .6s linear, color .6s linear;
	-ms-transition: background .6s linear, color .6s linear;
	-o-transition: background .6s linear, color .6s linear;
	transition: background .6s linear, color .6s linear
}

.sbi_header_type_generic:hover .sbi_header_hashtag_icon,
.sbi_no_avatar:hover .sbi_header_hashtag_icon {
	display: block;
	opacity: 1;
	-webkit-transition: background .2s linear, color .2s linear;
	-moz-transition: background .2s linear, color .2s linear;
	-ms-transition: background .2s linear, color .2s linear;
	-o-transition: background .2s linear, color .2s linear;
	transition: background .2s linear, color .2s linear
}


.sb_instagram_header h3 {
	font-size: 16px;
	line-height: 1.3;
	-ms-word-wrap: break-word;
	word-break: break-word;
}

.sb_instagram_header p {
	font-size: 13px;
	line-height: 1.3;
}

/* No bio */
.sbi_header_text.sbi_no_info h3 {
	padding-top: 9px !important;
}

.sbi_header_text.sbi_no_bio .sbi_bio_info {
	clear: both;
}

/* Header followers */
.sbi_header_text .sbi_bio_info {
	float: left;
	clear: none;
	margin-top: 2px !important;
}

.sbi_header_text h3 {
	margin-right: -50px !important;
}

/* Header style boxed */
.sbi_header_style_boxed .sbi_header_img {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.sbi_header_bar {
	width: 100%;
	float: left;
	clear: both;
	padding: 5px;

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

.sbi_header_style_boxed .sbi_bio_info {
	margin: 2px 5px;
	float: left;
	width: auto;
}

.sbi_header_style_boxed .sbi_no_bio h3 {
	margin-top: 9px !important;
}

.sbi_header_style_boxed .sbi_bio {
	padding-bottom: 3px !important;
	margin-right: 5px !important;
}

.sb_instagram_header.sbi_header_style_boxed .sbi_header_follow_btn {
	float: right;
	padding: 4px 12px;
	background: #517fa4;
	color: #fff;
	font-size: 12px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.sbi_header_follow_btn:hover,
.sbi_header_follow_btn:focus {
	filter: alpha(opacity=85);
	opacity: 0.85;
	outline: none;
}

.sbi_header_follow_btn .fa,
.sbi_header_follow_btn svg {
	margin-right: 5px;
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -.125em;
}

.sbi_header_style_boxed .sbi_header_hashtag_icon {
	background: none;
}



/* Buttons */
#sb_instagram #sbi_load {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_moderation_link,
#sb_instagram .sbi_close_mod {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;

	padding: 7px 14px;
	margin: 5px auto 0 auto;
	background: #333;
	color: #eee;
	border: none;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.5;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

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

#sb_instagram #sbi_load .sbi_load_btn {
	position: relative;
}

#sb_instagram #sbi_load .sbi_load_btn.sbi_hide_load {
	display: none !important;
}

#sb_instagram #sbi_load .fa-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -7px;
	font-size: 15px;
}

#sb_instagram #sbi_load {
	opacity: 1;
	transition: all 0.5s ease-in;
}

#sb_instagram .sbi_load_btn .sbi_btn_text,
#sb_instagram .sbi_load_btn .sbi_loader {
	opacity: 1;
	transition: all 0.1s ease-in;
}

#sb_instagram .sbi_hidden {
	opacity: 0 !important;
}

/* Follow button */
#sb_instagram .sbi_follow_btn {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	text-align: center;
}

#sb_instagram .sbi_follow_btn.sbi_top {
	display: block;
	margin-bottom: 5px;
}

#sb_instagram .sbi_follow_btn a {
	background: #408bd1;
	color: #fff;
}

#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_follow_btn a,
#sb_instagram #sbi_load .sbi_load_btn {
	transition: all 0.1s ease-in;
}

/* Hover state for default colors */
#sb_instagram #sbi_load .sbi_load_btn:hover {
	outline: none;
	box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, 0.25);
}

#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_follow_btn a:focus {
	outline: none;
	box-shadow: inset 0 0 10px 20px #359dff;
}

/* If a custom color is applied then just use opacity for the hover effect */
#sb_instagram .sbi_follow_btn.sbi_custom a:hover,
#sb_instagram .sbi_follow_btn.sbi_custom a:focus,
#sb_instagram #sbi_load .sbi_load_btn.sbi_custom:hover {
	box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, 0.15);
}

/* Active state */
#sb_instagram .sbi_follow_btn a:active,
#sb_instagram #sbi_load .sbi_load_btn:active {
	box-shadow: inset 0 0 10px 20px rgba(0, 0, 0, 0.3);
}

#sb_instagram .sbi_follow_btn .fa,
#sb_instagram .sbi_follow_btn svg {
	margin-bottom: -1px;
	margin-right: 7px;
	font-size: 15px;
}

#sb_instagram #sbi_load .sbi_follow_btn {
	margin-left: 5px;
}

/* SVGs */
#sb_instagram svg:not(:root).svg-inline--fa,
#sbi_lightbox svg:not(:root).svg-inline--fa {
	box-sizing: unset;
	overflow: visible;
	width: 1em;
}

#sb_instagram .svg-inline--fa.fa-w-16,
#sbi_lightbox .svg-inline--fa.fa-w-16 {
	width: 1em;
}

#sb_instagram .svg-inline--fa,
#sbi_lightbox .svg-inline--fa {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -.125em;
}

/* Don't show the carousel images initially, fade them in using JS */


/*
 *  Core Owl Carousel CSS File
 *  v2.1.1
 */

#sb_instagram #sbi_images.sbi_carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.sbi_carousel {
	direction: ltr;
}

.sbi_carousel .sbi_info,
.sbi_carousel .sbi_owl2row-item {
	display: none;
}

.sbi-owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.sbi-owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.sbi-owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.sbi-owl-wrapper,
.sbi-owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.sbi-owl-item {
	position: relative;
	min-height: 1px;
	padding: 0 5px;
	padding: 0;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.sbi-owl-item img {
	display: block;
	width: 100%;
}

.sbi-owl-nav.disabled,
.sbi-owl-dots.disabled {
	display: none;
}

.sbi-owl-nav .sbi-owl-prev,
.sbi-owl-nav .sbi-owl-next,
.sbi-owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sbi_carousel.sbi-owl-loaded {
	display: block;
}

.sbi_carousel.sbi-owl-loading {
	opacity: 0;
	display: block;
}

.sbi_carousel.sbi-owl-hidden {
	opacity: 0;
}

.sbi_carousel.sbi-owl-refresh .sbi-owl-item {
	visibility: hidden;
}

.sbi_carousel.sbi-owl-drag .sbi-owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sbi_carousel.sbi-owl-grab {
	cursor: move;
	cursor: grab;
}

.sbi_carousel.sbi-owl-rtl {
	direction: rtl;
}

.sbi_carousel.sbi-owl-rtl .sbi-owl-item {
	float: right;
}

/* No Js */
.no-js .sbi_carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.sbi-owl-animated-in {
	z-index: 0;
}

.sbi-owl-animated-out {
	z-index: 1;
}

.fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.sbi-owl-height {
	transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.sbi-owl-item .sbi-owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.sbi-owl-item img.sbi-owl-lazy {
	transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.sbi-owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.sbi-owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.sbi-owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.sbi-owl-video-playing .sbi-owl-video-tn,
.sbi-owl-video-playing .sbi-owl-video-play-icon {
	display: none;
}

.sbi-owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.sbi-owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}


.sbi-owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.sbi-owl-nav {
	margin-top: 0;
}

.sbi-owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.sbi-owl-nav.disabled+.sbi-owl-dots {
	margin-top: 10px;
}

.sbi-owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	padding: 5px 0;
	margin-top: 5px;
}

.sbi-owl-dots .sbi-owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.sbi-owl-dots .sbi-owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: #333;
	filter: Alpha(Opacity=25);
	/*IE7 fix*/
	opacity: 0.25;

	-webkit-backface-visibility: visible;
	transition: opacity 100ms ease;
	border-radius: 30px;
}

.sbi-owl-dots .sbi-owl-dot.active span,
.sbi-owl-dots .sbi-owl-dot:hover span {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
}

.sbi-owl-item {
	display: inline-block;
	vertical-align: top;
}

.sbi-owl-stage-outer {
	overflow-x: hidden;
	overflow-y: hidden;
}

.sbi-owl-item>div {
	width: 100% !important;
}

.sbi-post-links {
	max-width: 100%;
}

.sbi-owl-item {
	box-sizing: border-box;
}

/* Navigation arrows */
.sbi-owl-nav>div {
	position: absolute;
	top: 50%;
	font-size: 14px;
	display: inline-block;

	background: rgba(255, 255, 255, 0.3);
	padding: 6px 6px 6px 8px;
	border-radius: 50%;
	margin-top: -15px;
	color: #000;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.sbi_carousel:hover .sbi-owl-nav>div {
	background: rgba(255, 255, 255, 0.5);

	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);

	-webkit-transform: scale(1.1);
	/* Safari and Chrome */
	-moz-transform: scale(1.1);
	/* Firefox */
	-ms-transform: scale(1.1);
	/* IE 9 */
	-o-transform: scale(1.1);
	/* Opera */
	transform: scale(1.1);
}

.sbi_carousel:hover .sbi-owl-nav>div:hover {
	cursor: pointer;
	background: #fff;
}

.sbi-owl-nav .sbi-owl-prev {
	margin-left: 7px;
	padding: 6px 8px 6px 6px;
	left: 0;
}

.sbi-owl-nav .sbi-owl-next {
	margin-right: 7px;
	right: 0;
}

#sb_instagram .sbi_carousel .sbi-owl-nav .svg-inline--fa {
	height: 1.2em;
}


/* MODERATION MODE */
#sb_instagram.sbi_moderation_mode {
	position: relative;
	z-index: 999999;
	background: #f9f9f9;
}

#sb_instagram.sbi_moderation_mode p,
#sb_instagram.sbi_moderation_mode label,
#sb_instagram.sbi_moderation_mode a {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.sbi_moderation_mode .sb_instagram_header {
	padding: 15px 15px 0 15px !important;
	margin: 0;
}

.sbi_moderation_mode .sbi_mod_submit_mod {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	padding: 7px 14px;
	margin: 10px auto 0 auto;
	background: #333;
	border: none;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sbi_moderation_mode .sbi_mod_submit_mod:hover {
	color: #fff;
	opacity: .8;
}

.sbi_moderation_mode .sbi_mod_mode_wrapper {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	padding: 50px 2%;

	font-size: 14px;
	line-height: 1.4;
	color: #222;

	background: #eee;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sbi_moderation_mode .sbi_mod_mode_wrapper .sbi_mod_row {
	width: 100%;
	padding-bottom: 5px;
}

.sbi_moderation_mode .sbi_mod_mode_wrapper input {
	cursor: pointer;
	vertical-align: baseline;
}

.sbi_moderation_mode .sbi_mod_mode_wrapper label {
	position: relative;
	top: -2px;
	cursor: pointer;
}

#sb_instagram.sbi_moderation_mode .sbi_follow_btn {
	display: none;
}

/* Save button at bottom */
.sbi_mod_mode_wrapper_bottom {
	clear: both;
	margin-top: 20px;
}

.sbi_moderation_mode .sbi_mod_mode_wrapper_bottom .sbi_mod_submit_mod {
	margin: 0;
}

.sbi_moderation_mode .sbi_mod_new_white_list {
	background: #fff;
	border-radius: 4px;
	padding: 20px 2%;
	margin-top: 10px;
	width: 95%;
	border-left: 5px solid #4e9c2b;

	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.sbi_moderation_mode .sbi_warning {
	border-left: 5px solid #e8452b;
}

.sbi_mod_new_white_list span {
	font-weight: bold;
	margin-right: 5px;
}

.sbi_moderation_mode .sbi_mod_new_white_list code {
	font-size: 18px;
	display: inline-block;
	padding: 10px 0 0 0;
	margin-left: -2px;
}

#sb_instagram.sbi_moderation_mode .sbi_close_mod {
	position: absolute;
	right: 20px;
	top: 20px;
}

#sb_instagram.sbi_moderation_mode .sbi_close_mod:hover,
#sb_instagram.sbi_moderation_mode .sbi_close_mod:focus {
	background: #d83e2e;
}

#sb_instagram .sbi_moderation_link {
	float: right;
	background: #e6684f;
}

#sb_instagram .sbi_moderation_link .fa,
.sbi_moderation_mode .sbi_close_mod .fa,
.sbi_mod_submit_mod .fa,
#sb_instagram .sbi_moderation_link svg,
.sbi_moderation_mode .sbi_close_mod svg,
.sbi_mod_submit_mod svg {
	margin-right: 6px;
	width: 1em;
}

#sb_instagram .sbi_moderation_link:hover,
#sb_instagram .sbi_moderation_link:focus {
	background: #e5593d;
}

.sbi_moderation_mode .sbi_mod {
	padding: 10px;
	text-align: center;
}

.sbi_mod_post_status {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 13px 14px 16px;
	color: #fff;

	-moz-border-radius-bottom-left: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	z-index: 10;
}

.sbi_mod_post_status .fa,
.sbi_mod_post_status svg {
	font-size: 28px;
	font-weight: 700;
}

.sbi_mod_exclude {
	background: #e5593d;
}

.sbi_mod_include {
	background: #4e9c2b;
}

.sbi_mod_user {
	display: block;
	padding: 0 0 5px 0;
}

.sbi_mod input,
.sbi_mod label {
	cursor: pointer;
}

.sbi_mod_block {
	padding: 3px;
	margin-bottom: 5px;
}

.sbi_mod_user input {
	width: 100%;
	padding: 3px;
	line-height: 1;
	font-size: 11px;
	text-align: center;
}

.sbi_mod_block:hover,
.sbi_mod_block:focus {
	background: rgba(0, 0, 0, 0.05);
	color: #bf2c0f;
	border-radius: 4px;
}

.sbi_mod_block label {
	width: 100%;
	display: block;
}

.sbi_mod_block_user {
	position: relative;
	top: 1px;
}

.sbi_mod_submit_mod:hover,
.sbi_mod_submit_mod:focus {
	background: #488a2b;
}

.sbi_mod_type_header {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

.sbi_mod_saved {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999999;
	background: rgba(255, 255, 255, 0.9);
	padding: 18px 22px;
	margin: -32px 0 0 -60px;
	border-radius: 4px;
	color: #488a2b;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sbi_mod_saved .fa,
.sbi_mod_saved svg {
	margin-right: 3px
}

/* Carousel */
#sbi_lightbox .sbi-owl-dots {
	top: -45px;
	position: relative;
	width: auto;
	display: inline-block;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	padding: 3px 5px;
}

#sbi_lightbox .sbi-owl-dots .sbi-owl-dot span {
	opacity: 0.5;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	width: 8px;
	height: 8px;
}

#sbi_lightbox .sbi-owl-dots .sbi-owl-dot.active span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}

#sbi_lightbox .sbi-owl-nav>div {
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 8px;
	margin-top: -16px;
	color: #000;
	zoom: 1;
	padding: 6px 5px 6px 7px;
	font-size: 15px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #fff;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	z-index: 10;
}

#sbi_lightbox .sbi-owl-nav>.sbi-owl-prev {
	right: auto;
	left: 8px;
	padding-left: 5px;
	padding-right: 7px;
}

#sbi_lightbox .sbi-owl-nav>div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}

#sbi_lightbox .fa-clone {
	position: absolute;
	right: 12px;
	top: 12px;
	color: #fff;
	opacity: 1;
	z-index: 1;
}

.sbi_lightbox .sbi_lb-image {
	margin: 0;
	padding: 0 !important;
}

@media all and (max-width: 640px) {
	#sbi_lightbox .sbi_owl-theme .sbi_owl-controls .sbi_owl-buttons div {
		left: 0;
	}

	#sbi_lightbox .sbi_owl-theme .sbi_owl-controls .sbi_owl-buttons .sbi_owl-next {
		right: 0;
	}

	#sbi_lightbox .fa-clone {
		right: 4px;
		top: 4px;
	}
}

@media all and (min-width: 800px) {
	.sbi_lightbox.sbi_lb-comments-enabled {
		position: fixed;
		top: 50px !important;
	}
}


/* 3.0 styles */
/* Hover effect slight zoom */
#sb_instagram .sbi_photo_wrap {
	overflow: hidden;
}

#sb_instagram .sbi_item:not(.sbi_transition) .sbi_photo {
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#sb_instagram:not(.sbi_moderation_mode) .sbi_photo_wrap:hover .sbi_photo {
	-webkit-transform: scale(1.05);
	/* Safari and Chrome */
	-moz-transform: scale(1.05);
	/* Firefox */
	-ms-transform: scale(1.05);
	/* IE 9 */
	-o-transform: scale(1.05);
	/* Opera */
	transform: scale(1.05);
}

/* Carousel hover transition for 2 rows (as some cloned items still have the sbi_transition class on them) */
#sb_instagram #sbi_images.sbi_carousel .sbi_item.sbi_transition .sbi_photo {
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/* Use CSS for lightbox fade instead of JS */
#sb_instagram .sbi_link {
	opacity: 0;
	display: block;
	transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-webkit-transition: opacity .6s ease-in-out;
}

#sb_instagram .sbi_photo_wrap:hover .sbi_link {
	opacity: 1;
	display: block;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
}

#sb_instagram.sbi_moderation_mode .sbi_photo_wrap .sbi_link {
	display: none !important;
}

/** Medium Header */
/* Only use medium & large headers on devices above 480px */
@media all and (min-width: 480px) {
	.sb_instagram_header.sbi_medium .sbi_header_img {
		width: 80px;
		height: 80px;
		border-radius: 40px;
	}

	.sb_instagram_header.sbi_medium .sbi_header_img img {
		width: 80px;
		height: 80px;
		border-radius: 40px;
	}

	.sb_instagram_header.sbi_medium .sbi_header_text h3 {
		font-size: 20px;
	}

	.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
	.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio {
		font-size: 14px;
	}

	.sb_instagram_header.sbi_medium .sbi_header_text h3,
	.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
	.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio {
		margin-left: 95px !important;
		line-height: 1.4
	}

	.sb_instagram_header.sbi_medium .sbi_header_text h3 {
		margin-right: -85px !important;
	}

	.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info {
		margin-top: 4px !important;
	}

	.sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3 {
		padding-top: 7px !important;
	}

	.sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_info h3,
	.sb_instagram_header.sbi_header_type_generic.sbi_medium .sbi_no_bio {
		padding-top: 20px !important;
	}

	/** Large Header */
	.sb_instagram_header.sbi_large .sbi_header_img {
		width: 120px;
		height: 120px;
		border-radius: 60px;
	}

	.sb_instagram_header.sbi_large .sbi_header_img img {
		width: 120px;
		height: 120px;
		border-radius: 60px;
	}

	.sb_instagram_header.sbi_large .sbi_header_text h3 {
		font-size: 28px;
	}

	.sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
	.sb_instagram_header.sbi_large .sbi_header_text .sbi_bio {
		font-size: 16px;
	}

	.sb_instagram_header.sbi_large .sbi_header_text h3,
	.sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
	.sb_instagram_header.sbi_large .sbi_header_text .sbi_bio {
		margin-left: 140px !important;
		line-height: 1.5;
	}

	.sb_instagram_header.sbi_large .sbi_header_text h3 {
		margin-right: -120px !important;
	}

	.sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info {
		margin-top: 12px !important;
	}

	.sb_instagram_header.sbi_large .sbi_header_text.sbi_no_bio h3 {
		padding-top: 12px !important;
	}

	.sb_instagram_header.sbi_large .sbi_header_text.sbi_no_info h3,
	#sb_instagram .sb_instagram_header.sbi_header_type_generic.sbi_large .sbi_no_bio {
		padding-top: 32px !important;
	}
}

/* centered */
.sb_instagram_header.sbi_centered {
	float: none;
	clear: both;
	padding: 0;
	line-height: 1.2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 500px;
	overflow: hidden;
}

.sb_instagram_header.sbi_centered .sbi_header_img {
	float: none;
	margin: auto !important;
}

.sb_instagram_header.sbi_centered .sbi_header_text h3,
.sb_instagram_header.sbi_centered .sbi_header_text .sbi_bio_info,
.sb_instagram_header.sbi_centered .sbi_header_text .sbi_bio {
	margin: auto !important;
	text-align: center;
	float: none;
}

.sb_instagram_header.sbi_header_style_boxed .sbi_header_img,
.sb_instagram_header.sbi_header_style_boxed .sbi_header_img img {
	border-radius: 0 !important;
}

.sb_instagram_header.sbi_centered a {
	float: none;
}

/* header story */
.sb_instagram_header.sbi_story * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sb_instagram_header.sbi_story .sbi_header_img {
	padding: 3px;
	background: rgb(250, 155, 87);
	background: linear-gradient(45deg, rgba(250, 155, 87, 1) 0%, rgba(247, 118, 63, 1) 35%, rgba(227, 72, 118, 1) 55%, rgba(220, 50, 124, 1) 75%, rgba(199, 51, 144, 1) 100%);
}

.sb_instagram_header.sbi_story.sbi_header_style_boxed .sbi_header_img:after {
	border-radius: 0;
}

.sb_instagram_header.sbi_story .sbi_header_img_hover .sbi_new_logo {
	background: url('../img/sbi-sprite.png') no-repeat -91px -27px;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	margin-left: -14px;
}

.sb_instagram_header.sbi_story .sbi_header_img_hover {
	transition: opacity 0.2s ease-in-out;
}

/* Remove header shadow/border */
#sb_instagram .sbi_header_link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#sb_instagram .sbi_header_link:hover {
	border: none;
}

/* Header hover transition */
.sb_instagram_header.sbi_story .sbi_header_img img {
	height: auto;
	border: 3px solid #fff !important;
	border-radius: 50%;
}

.sbi_story .sbi_header_img_hover {
	background: none;
}

.sb_instagram_header.sbi_story .sbi_header_link:hover .sbi_header_img img {
	border: 0px solid #fff !important;
}

.sbi_story .sbi_header_link:hover .sbi_header_img {
	padding: 25px;
}

.sbi_story.sbi_medium .sbi_header_link:hover .sbi_header_img {
	padding: 40px;
}

.sbi_story.sbi_large .sbi_header_link:hover .sbi_header_img {
	padding: 60px;
}

/* ---- .element-item ---- */
#sb_instagram.sbi_masonry,
#sb_instagram.sbi_highlight {
	display: block !important;
}

#sb_instagram.sbi_highlight #sbi_images .sbi_item,
#sb_instagram.sbi_masonry #sbi_images .sbi_item {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

#sb_instagram.sbi_masonry #sbi_images .sbi_item,
#sb_instagram.sbi_highlight #sbi_images .sbi_item {
	position: relative;
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block !important;
}

#sb_instagram.sbi_highlight #sbi_images .sbi_item {
	height: 100px;
	width: 100px;
}

#sb_instagram.sbi_masonry #sbi_images .sbi_item.sbi_num_diff_hide,
#sb_instagram.sbi_highlight #sbi_images .sbi_item.sbi_num_diff_hide,
#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide {
	display: none !important;
}

.sbi_masonry #sbi_images:after,
.sbi_highlight #sbi_images:after {
	content: '';
	display: table;
	clear: both;
}

.sbi_masonry .sbi_hide {
	visibility: hidden;
}

/* Front end notice */
#sb_instagram .sbi_frontend_notice {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	clear: both;
	padding: 10px;
	margin: 0 0 10px 0;
	background: #f9f9f9;
	color: #333;
	border: 1px solid #eee;
	font-size: 12px;
	line-height: 1.5;

}

#sb_instagram .sbi_frontend_notice .sbi_close_notice {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px;
	color: #999;
	height: 10px;
	line-height: 1;
}

#sb_instagram .sbi_frontend_notice .sbi_close_notice:hover,
#sb_instagram .sbi_frontend_notice .sbi_close_notice:active {
	color: #333;
}

#sb_instagram #sbi_mod_error .sb_frontend_btn {
	display: inline-block;
	padding: 6px 10px;
	background: #ddd;
	background: rgba(0, 0, 0, 0.1);
	text-decoration: none;
	border-radius: 5px;
	margin-top: 10px;
	color: #444;
}

#sb_instagram #sbi_mod_error .sb_frontend_btn:hover {
	background: #ccc;
	background: rgba(0, 0, 0, 0.15);
}

#sb_instagram #sbi_mod_error .sb_frontend_btn .fa {
	margin-right: 2px;
}

/* NO AutoP */
#sb_instagram.sbi_no_autop .sbi_item {
	float: left;
}

#sb_instagram.sbi_no_autop #sbi_load br,
#sb_instagram.sbi_no_autop br {
	display: none !important;
}

#sb_instagram.sbi_no_autop #sbi_images .sbi_caption_wrap br {
	display: none !important;
}

#sb_instagram.sbi_no_autop #sbi_load p {
	display: inline-block !important;
	margin: 0 !important;
	padding: 0 !important;
}

#sb_instagram.sbi_no_autop #sbi_images p {
	margin: 0;
}

@media all and (min-width: 641px) {

	.sbi.sbi_no_autop.sbi_col_1 .sbi_item:nth-child(n+1),
	.sbi.sbi_no_autop.sbi_col_2 .sbi_item:nth-child(2n+1),
	.sbi.sbi_no_autop.sbi_col_3 .sbi_item:nth-child(3n+1),
	.sbi.sbi_no_autop.sbi_col_4 .sbi_item:nth-child(4n+1),
	.sbi.sbi_no_autop.sbi_col_5 .sbi_item:nth-child(5n+1),
	.sbi.sbi_no_autop.sbi_col_6 .sbi_item:nth-child(6n+1),
	.sbi.sbi_no_autop.sbi_col_7 .sbi_item:nth-child(7n+1) {
		clear: left;
	}
}

@media all and (min-width: 481px) and (max-width: 640px) {

	/* Make 3-6 cols into 2 col */
	#sb_instagram.sbi_no_autop.sbi_mob_col_auto #sbi_images .sbi_item:nth-child(2n+1) {
		clear: left;
	}
}

@media all and (max-width: 480px) {
	#sb_instagram.sbi_mob_col_2.sbi_no_autop #sbi_images .sbi_item:nth-child(2n+1) {
		clear: left;
	}

	#sb_instagram.sbi_mob_col_3.sbi_no_autop #sbi_images .sbi_item:nth-child(3n+1) {
		clear: left;
	}

	#sb_instagram.sbi_mob_col_4.sbi_no_autop #sbi_images .sbi_item:nth-child(4n+1) {
		clear: left;
	}

	#sb_instagram.sbi_mob_col_5.sbi_no_autop #sbi_images .sbi_item:nth-child(5n+1) {
		clear: left;
	}

	#sb_instagram.sbi_mob_col_6.sbi_no_autop #sbi_images .sbi_item:nth-child(6n+1) {
		clear: left;
	}

	#sb_instagram.sbi_mob_col_7.sbi_no_autop #sbi_images .sbi_item:nth-child(7n+1) {
		clear: left;
	}
}

</style>