<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes fadeBottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes fadeBottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10%);
		transform: translateY(10%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes fadeLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes fadeLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes fadeRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10%);
		transform: translateX(10%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}

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

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

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

@-webkit-keyframes fadeInTop {
	0% {
		opacity: 0;
		-webkit-transform: translatey(-60%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translatey(0)
	}
}

@keyframes fadeInTop {
	0% {
		opacity: 0;
		-webkit-transform: translatey(-60%);
		transform: translatey(-60%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}
}

@-webkit-keyframes fadeOutTop {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translatey(-60%)
	}
}

@keyframes fadeOutTop {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translatey(-60%);
		transform: translatey(-60%)
	}
}

@-webkit-keyframes fadeInBottom {
	0% {
		opacity: 0;
		-webkit-transform: translatey(60%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translatey(0)
	}
}

@keyframes fadeInBottom {
	0% {
		opacity: 0;
		-webkit-transform: translatey(60%);
		transform: translatey(60%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}
}

@-webkit-keyframes fadeOutBottom {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translatey(60%)
	}
}

@keyframes fadeOutBottom {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translatey(60%);
		transform: translatey(60%)
	}
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-70%)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-70%);
		transform: translateX(-70%)
	}
}

@-webkit-keyframes fadeTop {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes fadeTop {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes Grow {
	0% {
		opacity: 0;
		-webkit-transform: scale(1, 0.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1, 1)
	}
}

@keyframes Grow {
	0% {
		opacity: 0;
		-webkit-transform: scale(1, 0.5);
		transform: scale(1, 0.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes slideWidth {
	0% {
		width: 0
	}
}

@keyframes slideWidth {
	0% {
		width: 0
	}
}

@-webkit-keyframes gridFadeIn {
	0% {
		opacity: 0;
		-webkit-transform: translatey(-5%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translatey(0)
	}
}

@keyframes gridFadeIn {
	0% {
		opacity: 0;
		-webkit-transform: translatey(-5%);
		transform: translatey(-5%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@media all and (max-width: 767px) {
	.tm-hide-mobile {
		display: none !important
	}
}

.tm_pb_taxonomy h1+.title-delimiter,
.tm_pb_taxonomy h2+.title-delimiter,
.tm_pb_taxonomy h3+.title-delimiter,
.tm_pb_taxonomy h4+.title-delimiter,
.tm_pb_taxonomy h5+.title-delimiter,
.tm_pb_taxonomy h6+.title-delimiter {
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	opacity: 0.5
}

.tm_pb_taxonomy .tm_pb_taxonomy__holder {
	float: left;
	padding: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.tm_pb_taxonomy__inner {
	position: relative;
	overflow: hidden
}

.tiles-columns .tm_pb_taxonomy__inner {
	position: absolute;
	width: 100%;
	height: 100%
}

.tm_pb_taxonomy__inner .term-img {
	display: block;
	width: 100%;
	height: auto
}

.tm_pb_taxonomy .tiles-item .term-img {
	background-size: cover;
	background-position: center
}

.tm_pb_taxonomy__content {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px
}

.tm_pb_taxonomy__content .btn {
	white-space: normal
}

.tm_pb_taxonomy__title {
	margin: 0
}

.tm_pb_taxonomy .button--holder {
	display: block;
	margin: 15px 0
}

#tm_builder_outer_content .tm_pb_accordion .tm_pb_toggle {
	margin-bottom: 10px
}

#tm_builder_outer_content .tm_pb_accordion .tm_pb_toggle:last-child {
	margin-bottom: 0
}

#tm_builder_outer_content .tm_pb_audio_module button {
	box-shadow: none;
	text-shadow: none;
	min-height: 0
}

#tm_builder_outer_content .tm_pb_audio_module_content h2 {
	padding-bottom: 10px;
	line-height: 1em
}

#tm_builder_outer_content .tm_pb_audio_module_content {
	padding: 50px 40px
}

#tm_builder_outer_content .tm_audio_container .mejs-mediaelement {
	background: transparent
}

#tm_builder_outer_content .tm_audio_container .mejs-time-handle,
#tm_builder_outer_content .tm_audio_container .mejs-volume-slider,
#tm_builder_outer_content .tm_audio_container .mejs-clear {
	display: block !important
}

#tm_builder_outer_content .tm_audio_container .mejs-controls {
	box-shadow: none;
	bottom: auto !important
}

#tm_builder_outer_content .tm_audio_container span.mejs-currenttime {
	font-size: 20px;
	text-shadow: none
}

#tm_builder_outer_content .tm_audio_container p.tm_audio_module_meta {
	margin-bottom: 17px
}

#tm_builder_outer_content .tm_audio_container .mejs-button.mejs-playpause-button,
#tm_builder_outer_content .tm_audio_container .mejs-button.mejs-volume-button,
#tm_builder_outer_content .tm_audio_container .mejs-button.mejs-playpause-button button,
#tm_builder_outer_content .tm_audio_container .mejs-button.mejs-volume-button button {
	border: none;
	box-shadow: none;
	background: none
}

#tm_builder_outer_content .mejs-volume-button button::after,
#tm_builder_outer_content .mejs-pause button::after {
	display: none !important
}

#tm_builder_outer_content .tm_audio_container span.mejs-offscreen {
	display: none
}

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider {
	width: 50px
}

#tm_builder_outer_content .tm_audio_container span.mejs-time-handle {
	background-color: #FFF
}

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-button button:focus {
	text-decoration: none !important
}

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-float {
	color: #fff;
	border: none !important;
	color: inherit !important
}

#tm_builder_outer_content .tm_audio_container button:focus {
	box-shadow: none
}

#tm_builder_outer_content .tm_audio_container span.mejs-time-float-current {
	min-width: 30px
}

#tm_builder_outer_content .tm_audio_content {
	background-color: #2EA3F2
}

#tm_builder_outer_content .tm_audio_content h2,
#tm_builder_outer_content .tm_pb_audio_module_content h2 {
	color: #fff !important
}

#tm_builder_outer_content .tm_audio_container .mejs-container {
	background: none;
	height: auto
}

#tm_builder_outer_content .tm_audio_container .mejs-embed {
	background: none;
	height: auto
}

#tm_builder_outer_content .tm_audio_container .mejs-embed body {
	background: none;
	height: auto
}

#tm_builder_outer_content .tm_audio_container .mejs-container .mejs-controls {
	background: none;
	height: auto
}

#tm_builder_outer_content .tm_audio_container .mejs-time.mejs-currenttime-container,
#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-loaded {
	display: none !important
}

#tm_builder_outer_content .tm_audio_container .mejs-time.mejs-currenttime-container.custom {
	display: block !important;
	padding: 0;
	margin-left: 10px;
	height: 30px;
	line-height: inherit
}

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, 0.5);
	height: 6px;
	margin: 12px 0;
	top: 0
}

#tm_builder_outer_content .tm_audio_container span.mejs-time-total.mejs-time-slider {
	display: block !important;
	position: relative !important;
	max-width: 100%
}

#tm_builder_outer_content .tm_audio_container .mejs-controls div.mejs-time-rail {
	padding-top: 0;
	position: relative;
	display: block !important
}

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-current,
#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
	height: 6px
}

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	top: 12px
}

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle {
	display: block;
	top: -5px;
	border: none;
	width: 16px;
	height: 16px;
	border-radius: 15px
}

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: block;
	top: -5px;
	border: none;
	border-radius: 15px;
	background: #FFF;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px
}

#tm_builder_outer_content .tm_audio_container .mejs-controls a.mejs-horizontal-volume-slider {
	height: 30px;
	margin-left: 5px;
	display: block !important;
	float: left
}

#tm_builder_outer_content .tm_audio_container .mejs-controls div.mejs-horizontal-volume-slider {
	height: 4px
}

#tm_builder_outer_content .tm_audio_container .mejs-controls div.mejs-time-rail {
	width: auto !important
}

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail span,
#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail a {
	width: auto
}

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-playpause-button {
	width: 30px;
	height: 30px;
	margin-right: 10px
}

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-playpause-button button {
	width: inherit;
	height: inherit;
	margin: 0
}

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-playpause-button button:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f04b';
	font-size: 22px;
	color: #fff
}

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-playpause-button.mejs-pause button:before {
	content: '\f04c'
}

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-volume-button {
	margin-left: 5px
}

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-volume-button button:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	color: #fff
}

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-volume-button.mejs-unmute button:before {
	content: "\f026"
}

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-volume-button.mejs-mute button:before {
	content: "\f028"
}

#tm_builder_outer_content .tm_pb_audio_module {
	position: relative
}

#tm_builder_outer_content .tm_pb_audio_cover_art {
	position: relative;
	width: auto;
	height: 100%;
	padding-bottom: 60%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_audio_cover_art {
		position: absolute;
		width: 220px;
		padding-bottom: 0;
		top: 0;
		left: 0
	}
}

#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_audio_cover_art {
	height: 170px;
	width: auto;
	position: relative
}

#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_audio_module_content {
	padding: 30px;
	margin-left: 0
}

#tm_builder_outer_content .tm_pb_column_1_4 .tm_audio_module_meta {
	font-size: 12px
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_audio_cover_art {
	position: relative;
	width: auto;
	height: 100%;
	padding-bottom: 60%
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_audio_cover_art {
		position: absolute;
		width: 240px;
		height: 100%;
		padding-bottom: 0;
		top: 0;
		left: 0
	}
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_audio_module_content {
	padding: 30px;
	margin-left: 0
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_audio_module_content {
		margin-left: 240px
	}
}

#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_audio_cover_art {
	position: relative;
	width: auto;
	height: 100%;
	padding-bottom: 60%
}

#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_audio_module_content {
	padding: 30px;
	margin-left: 0
}

#tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_audio_cover_art {
	height: 170px;
	width: auto;
	position: relative
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_audio_cover_art {
		position: absolute;
		width: 240px;
		height: 100%;
		padding-bottom: 0;
		top: 0;
		left: 0
	}
}

#tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_audio_module_content {
	margin-left: 0
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_audio_module_content {
		margin-left: 240px
	}
}

#tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_audio_cover_art {
	height: 170px;
	width: auto;
	position: relative
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_audio_cover_art {
		position: absolute;
		width: 240px;
		height: 100%;
		padding-bottom: 0;
		top: 0;
		left: 0
	}
}

#tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_audio_module_content {
	margin-left: 0
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_audio_module_content {
		margin-left: 240px
	}
}

#tm_builder_outer_content .tm_pb_column_1_3 .tm_link_content,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_link_content,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_link_content,
#tm_builder_outer_content .tm_pb_blog_grid .tm_link_content,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_audio_content,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_audio_content,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_audio_content,
#tm_builder_outer_content .tm_pb_blog_grid .tm_audio_content {
	padding: 35px 20px
}

#tm_builder_outer_content .tm_pb_blog_grid .tm_audio_content {
	margin-bottom: 19px
}

#tm_builder_outer_content .tm_pb_audio_module_content {
	margin-left: 0
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_audio_module_content {
		margin-left: 220px
	}
}

#tm_builder_outer_content .tm_pb_audio_module_content h2 {
	margin-bottom: -5px
}

#tm_builder_outer_content .tm_audio_module_meta {
	margin-bottom: 17px;
	color: #fff
}

#tm_builder_outer_content .tm_pb_audio_no_image .tm_pb_audio_module_content {
	margin-left: 0
}

#tm_builder_outer_content .tm_pb_counters {
	list-style: none !important;
	padding: 0 !important;
	line-height: inherit !important
}

#tm_builder_outer_content .tm_pb_counter_title {
	font-size: 12px;
	line-height: 1.6em;
	display: block;
	color: #666;
	word-wrap: break-word
}

#tm_builder_outer_content .tm_pb_counter_container {
	background-color: #dddddd;
	color: #fff;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	display: block
}

#tm_builder_outer_content .tm_pb_counter_amount {
	opacity: 0;
	float: left;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6em;
	text-align: right;
	padding: 1px 3% 1px 1px;
	display: block;
	min-height: 6px;
	background-color: #2EA3F2
}

#tm_builder_outer_content .tm-animated .tm_pb_counter_amount {
	opacity: 1;
	-webkit-animation: slideWidth 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: slideWidth 1s 1 cubic-bezier(0.77, 0, 0.175, 1)
}

#tm_builder_outer_content .tm_pb_blog_grid blockquote:before,
#tm_builder_outer_content .tm_pb_posts blockquote:before {
	display: none
}

#tm_builder_outer_content .tm_pb_blog_grid .tm_pb_image_container {
	max-width: 100%
}

#tm_builder_outer_content .tm_pb_post {
	margin-bottom: 30px
}

#tm_builder_outer_content .tm_pb_post .entry-featured-image-url {
	display: block;
	position: relative
}

#tm_builder_outer_content .tm_pb_post h2 a {
	text-decoration: none
}

#tm_builder_outer_content .tm_pb_post .post-meta {
	margin-bottom: 6px
}

#tm_builder_outer_content .tm_pb_post .post-meta a {
	text-decoration: none
}

#tm_builder_outer_content .tm_pb_post .more {
	text-decoration: none
}

#tm_builder_outer_content .tm_pb_posts a.more-link {
	clear: both
}

#tm_builder_outer_content .tm_pb_has_overlay.tm_pb_post .entry-featured-image-url {
	display: inline-block;
	position: relative
}

#tm_builder_outer_content .tm_pb_has_overlay.tm_pb_post .entry-featured-image-url img {
	display: block
}

#tm_builder_outer_content .tm_pb_blog_grid .tm_pb_post {
	word-wrap: break-word
}

#tm_builder_outer_content .tm_pb_blog_grid .tm_pb_image_container {
	position: relative
}

#tm_builder_outer_content .tm_pb_blog_grid .tm_pb_image_container img {
	min-width: 100%;
	max-width: 100%;
	height: auto
}

#tm_builder_outer_content .tm_pb_blog_grid .tm_pb_no_thumb h2 {
	margin-top: 0
}

#tm_builder_outer_content .tm_pb_blog_grid .tm_audio_content {
	margin-bottom: 0
}

#tm_builder_outer_content .tm_pb_blog_grid[data-columns]::before {
	display: none;
	opacity: 0;
	line-height: 0
}

#tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_post .tm_pb_slide {
	min-height: 442px
}

#tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_post .tm_pb_slide {
	min-height: 390px
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_post .tm_pb_slide {
	min-height: 284px
}

#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_post .tm_pb_slide,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_post .tm_pb_slide {
	min-height: 180px
}

#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_post .tm_pb_slide {
	min-height: 125px
}

#tm_builder_outer_content .tm_pb_post .tm_pb_slider {
	margin-bottom: 0
}

#tm_builder_outer_content .tm_pb_post .tm-pb-controllers a {
	margin-bottom: 10px
}

#tm_builder_outer_content .tm_pb_post_title.tm_pb_featured_bg {
	padding: 16% 8%;
	background-size: cover;
	background-position: center;
	position: relative;
	background-repeat: no-repeat;
	overflow: hidden
}

#tm_builder_outer_content .tm_pb_post_title .tm_pb_parallax_css {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden
}

#tm_builder_outer_content .tm_pb_post_title.tm_pb_featured_bg .tm_pb_title_container {
	padding: 1em 1.5em
}

#tm_builder_outer_content .tm_pb_post_title.tm_pb_featured_bg .tm_pb_title_meta_container {
	padding-bottom: 0
}

#tm_builder_outer_content .single-post.tm_right_sidebar .tm_pb_fullwidth_section .tm_pb_post_title,
#tm_builder_outer_content .single-post.tm_left_sidebar .tm_pb_fullwidth_section .tm_pb_post_title {
	padding-top: 0
}

#tm_builder_outer_content .single-post.tm_right_sidebar .tm_pb_fullwidth_section .tm_pb_post_title.tm_pb_featured_bg {
	padding-top: 6%
}

#tm_builder_outer_content .tm_pb_post_slider_image_bottom .tm_pb_slide_image {
	position: relative;
	margin: 0 auto 10px !important
}

#tm_builder_outer_content .tm_pb_post_slider_image_bottom .tm_pb_slide_description {
	padding-bottom: 8%
}

#tm_builder_outer_content .tm_pb_post_slider_image_top .tm_pb_slide_image {
	position: relative;
	margin: 8% auto 0 !important
}

#tm_builder_outer_content .tm_pb_post_slider_image_top .tm_pb_slide_description {
	padding-top: 8%;
	padding-bottom: 8%
}

#tm_builder_outer_content .tm_pb_post_slider_image_right .tm_pb_slide_description {
	float: left !important
}

#tm_builder_outer_content .tm_pb_post_slider_image_right .tm_pb_slide_image {
	right: 0;
	margin-right: 0
}

#tm_builder_outer_content .tm_pb_blog_grid .tm_main_video_container,
#tm_builder_outer_content .tm_pb_blog_grid .tm_audio_content,
#tm_builder_outer_content .tm_pb_blog_grid .tm_pb_post .tm_pb_slider {
	margin: -20px -20px 10px
}

#tm_builder_outer_content .js .tm_pb_blog_grid[data-columns] .tm_pb_post {
	opacity: 0
}

#tm_builder_outer_content .js .tm_pb_blog_grid[data-columns] .column .tm_pb_post {
	opacity: 1;
	-webkit-animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1)
}

#tm_builder_outer_content .tm_pb_post .entry-content {
	padding-top: 30px
}

#tm_builder_outer_content .tm_pb_post .tm_pb_gallery_post_type .tm_pb_slide {
	min-height: 500px;
	background-size: cover !important;
	background-position: top center
}

#tm_builder_outer_content .tm_pb_row .tm_pb_blog_grid .tm_pb_post .tm_pb_slide {
	min-height: 180px
}

#tm_builder_outer_content .tm_pb_post_slider.tm_pb_bg_layout_dark .post-meta {
	color: #fff !important
}

#tm_builder_outer_content .tm_pb_post_slider.tm_pb_bg_layout_dark .post-meta a {
	color: #fff !important
}

#tm_builder_outer_content .tm_pb_post_slider.tm_pb_bg_layout_light .post-meta {
	color: #333 !important
}

#tm_builder_outer_content .tm_pb_post_slider.tm_pb_bg_layout_light .post-meta a {
	color: #333 !important
}

#tm_builder_outer_content .tm_pb_post_slider.tm_pb_bg_layout_dark {
	background: #2ea3f2
}

#tm_builder_outer_content .tm_pb_post_slider.tm_pb_bg_layout_light {
	background: #f5f5f5
}

#tm_builder_outer_content .tm_pb_post_slider .tm_pb_slide.tm-pb-active-slide .tm_pb_slide_description,
#tm_builder_outer_content .tm_pb_post_slider .tm_pb_slide.tm-pb-active-slide .tm_pb_slide_image {
	opacity: 0
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_post_slider_image_bottom .tm_pb_slide,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_post_slider_image_bottom .tm_pb_slide,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_post_slider_image_bottom .tm_pb_slide,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_post_slider_image_bottom .tm_pb_slide {
	padding-bottom: 6%
}

#tm_builder_outer_content .tm_pb_column .tm_pb_post_slider_image_bottom .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column .tm_pb_post_slider_image_bottom .tm_pb_slide_video {
	margin-bottom: 10% !important
}

#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_post_slider_image_bottom .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_post_slider_image_bottom .tm_pb_slide_video {
	margin-bottom: 5% !important
}

#tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_post_slider_image_bottom .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_post_slider_image_bottom .tm_pb_slide_video {
	margin-bottom: 5% !important
}

#tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_post_slider_image_bottom .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_post_slider_image_bottom .tm_pb_slide_video {
	margin-bottom: 7% !important
}

#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_post_slider_image_bottom .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_post_slider_image_bottom .tm_pb_slide_video {
	margin-bottom: 15% !important
}

#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_post_slider_image_bottom .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_post_slider_image_bottom .tm_pb_slide_video {
	margin-bottom: 15% !important
}

#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_post_slider_image_bottom .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_post_slider_image_bottom .tm_pb_slide_video {
	margin-bottom: 25% !important
}

#tm_builder_outer_content .tm_pb_fullwidth_section .tm_pb_post_title {
	padding: 6% 0
}

#tm_builder_outer_content .tm_pb_fullwidth_section .tm_pb_post_title.tm_pb_image_above {
	padding-top: 0
}

#tm_builder_outer_content .tm_pb_fullwidth_section .tm_pb_post_title.tm_pb_image_below {
	padding-bottom: 0
}

#tm_builder_outer_content .tm_pb_posts_nav.nav-single:after {
	clear: both;
	display: block;
	content: ""
}

#tm_builder_outer_content .tm_pb_posts_nav a {
	display: inline-block
}

#tm_builder_outer_content .tm_pb_blurb .tm_pb_main_blurb_image {
	text-align: center;
	margin-bottom: 30px
}

#tm_builder_outer_content .tm_pb_blurb .tm_pb_main_blurb_image a {
	display: inline-block
}

#tm_builder_outer_content .tm_pb_blurb .tm-pb-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	height: 100%
}

#tm_builder_outer_content .tm_pb_blurb .tm-pb-icon:before {
	vertical-align: middle;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: attr(data-icon)
}

#tm_builder_outer_content .tm_pb_blurb .tm-pb-icon-circle {
	width: 100px;
	height: 100px;
	font-size: 30px;
	border-radius: 100px
}

#tm_builder_outer_content .tm_pb_blurb .tm-pb-icon-circle-border {
	border: 3px solid
}

#tm_builder_outer_content .tm_pb_blurb img {
	width: inherit
}

#tm_builder_outer_content .tm_pb_blurb_container h4 a {
	border-bottom: none
}

#tm_builder_outer_content .tm_pb_blurb_content {
	word-wrap: break-word
}

#tm_builder_outer_content .tm_pb_blurb_content {
	max-width: 550px;
	margin: 0 auto;
	position: relative
}

#tm_builder_outer_content .tm_pb_blurb_content p:last-of-type {
	padding-bottom: 0
}

#tm_builder_outer_content .tm_pb_blurb h4 {
	padding-bottom: 5px
}

#tm_builder_outer_content .tm_pb_blurb h4 a {
	text-decoration: none
}

#tm_builder_outer_content .tm_pb_blurb_position_left .tm_pb_main_blurb_image,
#tm_builder_outer_content .tm_pb_blurb_position_right .tm_pb_main_blurb_image {
	width: 32px;
	display: table-cell
}

#tm_builder_outer_content .tm_pb_blurb_position_left .tm_pb_main_blurb_image img,
#tm_builder_outer_content .tm_pb_blurb_position_right .tm_pb_main_blurb_image img {
	width: inherit
}

#tm_builder_outer_content .tm_pb_blurb_position_left .tm-pb-icon-circle-border,
#tm_builder_outer_content .tm_pb_blurb_position_right .tm-pb-icon-circle-border {
	border: 2px solid
}

#tm_builder_outer_content .tm_pb_blurb_position_left .tm_pb_blurb_container,
#tm_builder_outer_content .tm_pb_blurb_position_right .tm_pb_blurb_container {
	display: table-cell;
	vertical-align: top
}

#tm_builder_outer_content .tm_pb_blurb_position_left .tm_pb_blurb_container {
	padding-left: 15px
}

#tm_builder_outer_content .tm_pb_blurb_position_right .tm_pb_blurb_container {
	padding-right: 15px
}

#tm_builder_outer_content .tm_pb_blurb_position_right .tm_pb_blurb_content {
	padding-right: 52px;
	text-align: right
}

#tm_builder_outer_content .tm_pb_blurb_position_right .tm_pb_main_blurb_image {
	left: auto;
	right: 0
}

#tm_builder_outer_content .tm_pb_blurb_position_right .tm-pb-icon {
	margin-right: 0;
	margin-left: 20px
}

#tm_builder_outer_content .tm_pb_button_module_wrapper.tm_pb_button_alignment_right {
	text-align: right
}

#tm_builder_outer_content .tm_pb_button_module_wrapper.tm_pb_button_alignment_center {
	text-align: center
}

#tm_builder_outer_content .tm_pb_button:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

#tm_builder_outer_content .tm_pb_button {
	font-size: 20px;
	line-height: 1.7em;
	padding: 0.3em 1em;
	background: transparent;
	position: relative;
	border: 2px solid;
	display: inline-block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s
}

#tm_builder_outer_content .tm_pb_button:hover {
	background: rgba(255, 255, 255, 0.2)
}

#tm_builder_outer_content .tm_pb_button:after {
	font-size: 20px;
	line-height: 1.7em;
	content: attr(data-icon);
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.2s;
	transition: all 0.2s
}

#tm_builder_outer_content .tm_pb_custom_button_icon.tm_pb_button:after {
	content: attr(data-icon)
}

#tm_builder_outer_content .tm_pb_custom_button_icon.tm_pb_button:before {
	content: ""
}

#tm_builder_outer_content .tm_pb_promo {
	padding: 40px 60px;
	text-align: center;
	background-size: cover
}

#tm_builder_outer_content .tm_pb_promo_description {
	padding-bottom: 20px;
	word-wrap: break-word
}

#tm_builder_outer_content .tm_pb_promo_description p:last-of-type {
	padding-bottom: 0
}

#tm_builder_outer_content .tm_pb_promo_button:hover,
#tm_builder_outer_content .tm_pb_newsletter_button:hover {
	text-decoration: none
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_promo,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_promo,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_promo {
	padding: 40px
}

#tm_builder_outer_content .tm-promo {
	background-color: #1f6581;
	padding: 40px 0 25px
}

#tm_builder_outer_content .tm-promo-description {
	float: left;
	padding: 0 60px;
	width: 754px
}

#tm_builder_outer_content .tm-promo-description p {
	color: #fff
}

#tm_builder_outer_content .tm-promo-button {
	padding-right: 60px;
	display: inline-block;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.35);
	padding: 14px 20px;
	margin-top: 20px;
	float: left
}

.tm_pb_swiper {
	opacity: 0
}

.tm_pb_swiper .post__cats {
	position: relative;
	top: 0px;
	left: 0px
}

.tm_pb_swiper .post-thumbnail+.entry-content .post__cats {
	position: absolute;
	top: 30px;
	left: 30px
}

.tm_pb_swiper h1+.title-delimiter,
.tm_pb_swiper h2+.title-delimiter,
.tm_pb_swiper h3+.title-delimiter,
.tm_pb_swiper h4+.title-delimiter,
.tm_pb_swiper h5+.title-delimiter,
.tm_pb_swiper h6+.title-delimiter {
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	opacity: 0.5
}

.tm_pb_swiper .entry-content {
	margin: 0;
	padding: 0 2em
}

.tm_pb_swiper .entry-footer {
	margin: 1.5em 0;
	padding: 0 2em
}

.tm_pb_swiper .btn {
	float: none;
	white-space: normal
}

#tm_builder_outer_content .tm_pb_circle_counter {
	word-wrap: break-word
}

#tm_builder_outer_content .tm_pb_circle_counter {
	margin: 0 auto 30px;
	position: relative;
	text-align: center
}

#tm_builder_outer_content .tm_pb_circle_counter canvas {
	position: absolute;
	top: 0;
	left: 0
}

#tm_builder_outer_content .tm_pb_circle_counter .percent {
	position: relative;
	z-index: 2
}

#tm_builder_outer_content .tm_pb_circle_counter .percent {
	visibility: hidden
}

#tm_builder_outer_content .tm_pb_circle_counter .percent p,
#tm_builder_outer_content .tm_pb_slide_content .tm_pb_circle_counter .percent p:last-of-type {
	font-size: 40px;
	font-weight: 500;
	position: relative;
	line-height: 0.1em;
	padding: 49% 0
}

#tm_builder_outer_content .tm_pb_circle_counter h3 {
	padding: 20px 0 0;
	font-size: 18px
}

#tm_builder_outer_content .tm_pb_contact input.tm_pb_contact_captcha {
	display: inline-block;
	max-width: 45px
}

#tm_builder_outer_content .tm_pb_contact form span {
	width: auto
}

#tm_builder_outer_content .tm_pb_contact_form_input {
	width: 100%;
	margin: 0 0 20px 0
}

#tm_builder_outer_content .tm_pb_contact_right {
	display: inline-block;
	width: auto;
	margin: 0;
	text-align: right;
	vertical-align: top
}

#tm_builder_outer_content .tm_pb_contact_message {
	min-height: 150px
}

#tm_builder_outer_content .tm_pb_contact .tm_contact_error {
	border: 1px solid red
}

#tm_builder_outer_content .tm_contact_bottom_container {
	float: right;
	text-align: right;
	overflow: hidden
}

#tm_builder_outer_content .tm_pb_contact_form .tm_pb_contactform_validate_field {
	display: none !important;
	opacity: 0 !important;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	visibility: hidden !important
}

#tm_builder_outer_content .tm_pb_countdown_timer_container {
	word-wrap: break-word
}

#tm_builder_outer_content .tm_pb_countdown_timer .section {
	width: auto
}

#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_countdown_timer .section {
	font-size: 20px;
	line-height: 20px
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_countdown_timer .section {
	font-size: 38px;
	line-height: 38px
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_countdown_timer .section.label {
	font-size: 12px;
	line-height: 20px
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_countdown_timer .sep {
	top: -22px
}

#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_countdown_timer .sep,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_countdown_timer .sep,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_countdown_timer .sep {
	top: -22px
}

#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_countdown_timer .title,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_countdown_timer .title {
	font-size: 22px;
	margin-bottom: 20px
}

#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_countdown_timer .section,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_countdown_timer .section,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_countdown_timer .section {
	font-size: 28px;
	line-height: 28px
}

#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_countdown_timer .section .label,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_countdown_timer .section .label,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_countdown_timer .section .label {
	font-size: 11px;
	line-height: 19px
}

#tm_builder_outer_content .tm_vertical_nav .tm_pb_column_3_8 .tm_pb_countdown_timer .section .value,
#tm_builder_outer_content .tm_vertical_nav .tm_pb_column_3_8 .tm_pb_countdown_timer .sep {
	font-size: 20px;
	line-height: 20px
}

#tm_builder_outer_content .tm_vertical_nav .tm_pb_column_1_3 .tm_pb_countdown_timer .section .value,
#tm_builder_outer_content .tm_vertical_nav .tm_pb_column_1_3 .tm_pb_countdown_timer .sep {
	font-size: 20px;
	line-height: 20px
}

#tm_builder_outer_content .tm_vertical_nav .tm_pb_column_1_4 .tm_pb_countdown_timer .section .value,
#tm_builder_outer_content .tm_vertical_nav .tm_pb_column_1_4 .tm_pb_countdown_timer .sep {
	font-size: 20px;
	line-height: 20px
}

#tm_builder_outer_content .countdown-sep:before {
	content: ":"
}

#tm_builder_outer_content .tm_pb_countdown_timer {
	padding: 4%;
	background-size: cover;
	background-position: 50% 0%
}

#tm_builder_outer_content .tm_pb_countdown_timer .tm_pb_countdown_timer_container {
	width: 100%;
	text-align: center
}

#tm_builder_outer_content .tm_pb_countdown_timer .title {
	font-size: 26px;
	font-weight: 500;
	margin: 0 0 30px;
	padding: 0;
	text-align: center
}

#tm_builder_outer_content .tm_pb_countdown_timer .section {
	display: inline-block
}

#tm_builder_outer_content .tm_pb_countdown_timer .section.values {
	width: 17%
}

#tm_builder_outer_content .tm_pb_countdown_timer .section .value {
	font-size: 54px;
	line-height: 54px;
	padding-bottom: 0;
	text-align: center;
	display: inline-block
}

#tm_builder_outer_content .tm_pb_countdown_timer .section.zero span {
	opacity: 0.40
}

#tm_builder_outer_content .tm_pb_countdown_timer .section .label {
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	display: block
}

#tm_builder_outer_content .tm_pb_countdown_timer .sep {
	position: relative;
	top: -28px
}

#tm_builder_outer_content .tm_pb_countdown_timer_circle_layout .section.values {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center
}

#tm_builder_outer_content .tm_pb_countdown_timer_circle_layout .section.values span {
	display: block;
	-webkit-order: 0;
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	order: 0;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	-webkit-box-flex: 1;
	flex: 1 1 100%;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	text-align: center
}

#tm_builder_outer_content .tm_pb_countdown_timer_circle_layout .section.sep {
	top: 0
}

#tm_builder_outer_content hr.tm_pb_divider {
	width: 100%;
	box-sizing: initial
}

#tm_builder_outer_content .tm_pb_divider {
	margin: 0 0 30px;
	position: relative
}

#tm_builder_outer_content .tm_pb_divider:before {
	content: "";
	width: 100%;
	height: 0px;
	border-top-color: #eee;
	border-top-color: rgba(0, 0, 0, 0.1);
	border-top-width: 1px;
	border-top-style: solid;
	position: absolute;
	left: 50%;
	top: 0
}

#tm_builder_outer_content body.ie .tm_pb_divider {
	overflow: visible
}

#tm_builder_outer_content .tm_pb_no_sidebar_vertical_divider .tm_pb_widget_area_left {
	border-right: none
}

#tm_builder_outer_content .tm_pb_no_sidebar_vertical_divider .tm_pb_widget_area_right {
	border-left: none
}

#tm_builder_outer_content .tm_pb_image img {
	width: inherit
}

#tm_builder_outer_content .tm_pb_image {
	margin-left: auto;
	margin-right: auto;
	display: block;
	line-height: 0
}

#tm_builder_outer_content .tm_pb_image.aligncenter {
	text-align: center
}

#tm_builder_outer_content .tm_pb_image.tm_pb_has_overlay a.tm_pb_lightbox_image {
	display: inline-block;
	position: relative
}

#tm_builder_outer_content .tm_pb_image_sticky {
	margin-bottom: 0 !important;
	display: inherit
}

#tm_builder_outer_content .tm_pb_map {
	height: 440px;
	width: 100%;
	position: relative
}

#tm_builder_outer_content body.chrome.parallax-map-support .tm_pb_map {
	-webkit-transform: inherit !important;
	-ms-transform: inherit !important;
	transform: inherit !important
}

#tm_builder_outer_content .tm_pb_fullwidth_section .tm_pb_map_container {
	margin: 0
}

#tm_builder_outer_content .tm_pb_map_container img {
	max-width: inherit
}

#tm_builder_outer_content .tm_pb_map_pin {
	display: none;
	visibility: hidden
}

#tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_map {
	height: 400px
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_map,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_map {
	height: 280px
}

#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_map,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_map {
	height: 230px
}

#tm_builder_outer_content .tm_pb_number_counter {
	margin: 0 auto 30px;
	position: relative;
	text-align: center;
	word-wrap: break-word;
	background-size: cover;
	background-position: 50% 0%;
	width: auto
}

#tm_builder_outer_content .tm_pb_number_counter h3 {
	padding: 20px 0 0;
	font-size: 18px
}

#tm_builder_outer_content .tm_pb_number_counter canvas {
	display: none;
	visibility: hidden
}

#tm_builder_outer_content .tm_pb_number_counter .percent {
	height: 72px;
	position: relative;
	z-index: 2;
	visibility: hidden;
	font-size: 72px;
	line-height: 72px
}

#tm_builder_outer_content ul.tm_pb_member_social_links {
	margin-top: 20px
}

#tm_builder_outer_content .tm_pb_member_social_links li {
	display: inline-block;
	margin-right: 2px
}

#tm_builder_outer_content .tm_pb_member_social_links a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	position: relative;
	text-align: center;
	-webkit-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
	text-decoration: none
}

.tm-posts_item {
	position: relative;
	margin-bottom: 30px
}

.tm_pb_row_padding_reset .tm-posts_item {
	margin-bottom: 0
}

.tm-posts_item img {
	display: block
}

.tm-posts_item_content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	z-index: 10
}

.tm-posts_title_divider {
	margin: 15px auto;
	background: rgba(0, 0, 0, 0.3);
	height: 1px;
	max-width: 50%
}

.tm-posts_item_excerpt {
	padding: 0 0 15px
}

.tm-posts_title_group {
	text-align: center
}

.tm-posts_item_meta {
	padding: 0 0 10px
}

.tm-posts_item_meta&gt;a {
	display: inline-block;
	margin: 0 0 0 10px
}

.tm-posts_item_meta&gt;a:first-child {
	margin-left: 0
}

.tm-posts_item_meta&gt;a .fa {
	display: inline-block;
	margin: 0 5px 0 0
}

.tm-posts_button_wrap {
	text-align: center
}

.tm-posts_layout-3 img {
	width: 100%;
	height: auto
}

.tm-posts_listing {
	padding: 0 0 15px
}

#tm_builder_outer_content .tm_pb_ajax_more.btn-hidden {
	display: none
}

#tm_builder_outer_content .tm-pb-spinner-double-bounce.tm-pb-spinner {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 15px
}

#tm_builder_outer_content .tm-pb-spinner-double-bounce .tm-pb-double-bounce1,
#tm_builder_outer_content .tm-pb-spinner-double-bounce .tm-pb-double-bounce2 {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: cherry-doubleBounce 2s infinite ease-in-out;
	animation: cherry-doubleBounce 2s infinite ease-in-out
}

#tm_builder_outer_content .tm-pb-spinner-double-bounce .tm-pb-double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes cherry-doubleBounce {

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

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes cherry-doubleBounce {

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

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

#tm_builder_outer_content .tm_pb_pricing .tm_pb_featured_table {
	z-index: 50
}

#tm_builder_outer_content .tm_pb_pricing_heading {
	word-wrap: break-word
}

#tm_builder_outer_content .tm_pb_pricing_table {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
	margin: 30px -1px 0 0
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_pricing_table {
		width: 33.33%
	}
}

#tm_builder_outer_content .tm_pb_featured_table {
	background-color: #fff;
	margin-top: 0;
	position: relative;
	z-index: 100;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1)
}

#tm_builder_outer_content .tm_pb_centered_pricing_items .tm_pb_pricing {
	text-align: center
}

#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_pricing_table {
	width: 100%
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_pricing_table {
		width: 33.33%
	}
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_pricing_table {
	width: 100%
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_pricing_table {
		width: 33.33%
	}
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_pricing_table {
		width: 100%
	}
}

#tm_builder_outer_content .tm_pb_column_2_3 {
	width: 100%
}

#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_pricing_table {
	width: 100%
}

#tm_builder_outer_content .tm_pb_pricing_heading {
	margin-bottom: 17px;
	padding: 10px 0
}

#tm_builder_outer_content .tm_pb_pricing_heading h2 {
	color: #fff;
	padding-bottom: 5px
}

#tm_builder_outer_content .tm_pb_best_value {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	display: block;
	font-weight: 500
}

#tm_builder_outer_content .tm_pb_pricing_content_top {
	padding-bottom: 30px
}

#tm_builder_outer_content .tm_pb_tm_price {
	color: #999;
	font-size: 16px
}

#tm_builder_outer_content .tm_pb_dollar_sign {
	font-size: 18px;
	font-weight: 400;
	position: absolute;
	margin-left: -1em
}

#tm_builder_outer_content .tm_pb_sum {
	font-size: 80px;
	line-height: 1.03em;
	font-weight: 300
}

#tm_builder_outer_content .tm_pb_pricing_content {
	padding: 30px;
	text-align: left
}

#tm_builder_outer_content .tm_pb_featured_table .tm_pb_pricing_content {
	padding-bottom: 50px
}

#tm_builder_outer_content .tm_pb_pricing li {
	line-height: 1.6em;
	padding: 0 0 10px 20px;
	position: relative
}

#tm_builder_outer_content .tm_pb_pricing li:last-child {
	padding-bottom: 0
}

#tm_builder_outer_content .tm_pb_pricing li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f111';
	left: 4px;
	position: absolute;
	top: 7px;
	font-size: 10px
}

#tm_builder_outer_content .tm_pb_pricing li.tm_pb_not_available {
	color: #ccc
}

#tm_builder_outer_content .tm_pb_pricing li.tm_pb_not_available span:before {
	border-color: #ccc
}

#tm_builder_outer_content .tm_pb_pricing li a {
	font-weight: 500;
	text-decoration: none
}

#tm_builder_outer_content .tm_pb_pricing li span {
	position: relative
}

#tm_builder_outer_content .tm_pb_centered_pricing_items .tm_pb_pricing li {
	padding-left: 0
}

#tm_builder_outer_content .tm_pb_pricing_table_button {
	display: inline-block
}

#tm_builder_outer_content .tm_pb_slider {
	position: relative;
	overflow: hidden
}

#tm_builder_outer_content .tm_pb_slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	width: 0
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_slide {
	display: none;
	float: left;
	margin-right: -100%;
	position: relative;
	width: 100%;
	text-align: center;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
	list-style: none !important
}

#tm_builder_outer_content .tm_pb_slider.gallery-not-found .tm_pb_slide {
	min-height: 0 !important
}

#tm_builder_outer_content .tm_pb_slider.gallery-not-found .tm_pb_slide .tm_pb_container {
	min-height: 0 !important
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_more_button {
	margin: 10px
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_slide:first-child {
	display: list-item
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_container {
	width: 80%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	z-index: 2
}

#tm_builder_outer_content .tm_pb_slide {
	padding: 0 6%
}

#tm_builder_outer_content .tm_pb_video_slider .tm_pb_slide {
	padding: 0
}

#tm_builder_outer_content .tm_pb_slider_fullwidth_off .tm_pb_container {
	width: 100% !important
}

#tm_builder_outer_content .tm-pb-arrow-prev,
#tm_builder_outer_content .tm-pb-arrow-next {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	z-index: 100;
	font-size: 48px;
	color: #fff;
	margin-top: -24px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0
}

#tm_builder_outer_content .tm-pb-arrow-prev:hover,
#tm_builder_outer_content .tm-pb-arrow-next:hover {
	text-decoration: none
}

#tm_builder_outer_content .tm-pb-arrow-prev span,
#tm_builder_outer_content .tm-pb-arrow-next span {
	display: none
}

#tm_builder_outer_content .tm-pb-arrow-prev {
	left: -22px
}

#tm_builder_outer_content .tm-pb-arrow-next {
	right: -22px
}

#tm_builder_outer_content .tm-pb-arrow-prev:before {
	content: "\f053"
}

#tm_builder_outer_content .tm-pb-arrow-next:before {
	content: "\f054"
}

#tm_builder_outer_content .tm_pb_slider:hover .tm-pb-arrow-prev,
#tm_builder_outer_content .tm_mobile_device .tm-pb-arrow-prev {
	left: 22px;
	opacity: 1
}

#tm_builder_outer_content .tm_pb_slider:hover .tm-pb-arrow-next,
#tm_builder_outer_content .tm_mobile_device .tm-pb-arrow-next {
	right: 22px;
	opacity: 1
}

#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slider:hover .tm-pb-arrow-prev,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider:hover .tm-pb-arrow-prev {
	left: 0
}

#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slider:hover .tm-pb-arrow-next {
	right: 0
}

#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider:hover .tm-pb-arrow-prev {
	right: 0
}

#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider .tm_pb_slide {
	min-height: 170px
}

#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider:hover .tm-pb-arrow-next {
	right: 0
}

#tm_builder_outer_content .tm_pb_slide_image {
	position: absolute;
	bottom: 0
}

#tm_builder_outer_content .tm_pb_slide:first-child .tm_pb_slide_image img {
	opacity: 0
}

#tm_builder_outer_content .tm_pb_slide:first-child .tm_pb_slide_image img.active {
	opacity: 1;
	-webkit-animation-duration: 0.7s;
	-webkit-animation-delay: 0.6s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 0.7s;
	-moz-animation-delay: 0.6s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-o-animation-duration: 0.7s;
	-o-animation-delay: 0.6s;
	-o-animation-timing-function: ease-in-out;
	-o-animation-fill-mode: both;
	-ms-animation-duration: 0.7s;
	-ms-animation-delay: 0.6s;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-fill-mode: both;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeLeft;
	-ms-animation-name: fadeLeft;
	animation-name: fadeLeft
}

#tm_builder_outer_content .tm_pb_media_alignment_center .tm_pb_slide_image {
	bottom: auto;
	top: 50%
}

#tm_builder_outer_content .tm-pb-active-slide .tm_pb_slide_image,
#tm_builder_outer_content .tm-pb-active-slide .tm_pb_slide_video {
	-webkit-animation-duration: 0.7s;
	-webkit-animation-delay: 0.6s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 0.7s;
	-moz-animation-delay: 0.6s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-o-animation-duration: 0.7s;
	-o-animation-delay: 0.6s;
	-o-animation-timing-function: ease-in-out;
	-o-animation-fill-mode: both;
	-ms-animation-duration: 0.7s;
	-ms-animation-delay: 0.6s;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-fill-mode: both;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

#tm_builder_outer_content .tm-pb-active-slide .tm_pb_slide_image {
	-webkit-animation-name: fadeLeft;
	-ms-animation-name: fadeLeft;
	animation-name: fadeLeft
}

#tm_builder_outer_content .tm_pb_slide_image {
	width: 47.25%;
	margin-right: 5.5%
}

#tm_builder_outer_content .tm_pb_slide_image img {
	vertical-align: bottom
}

#tm_builder_outer_content .tm_pb_slide_video {
	width: 47.25%;
	margin-right: 5.5%
}

#tm_builder_outer_content .tm-pb-active-slide .tm_pb_slide_description {
	-webkit-animation-duration: 0.7s;
	-webkit-animation-delay: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 0.7s;
	-moz-animation-delay: 0.9s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-o-animation-duration: 0.7s;
	-o-animation-delay: 0.9s;
	-o-animation-timing-function: ease-in-out;
	-o-animation-fill-mode: both;
	-ms-animation-duration: 0.7s;
	-ms-animation-delay: 0.9s;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-fill-mode: both;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeBottom;
	-ms-animation-name: fadeBottom;
	animation-name: fadeBottom
}

#tm_builder_outer_content .tm_pb_bg_layout_dark .tm_pb_slide_description {
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3)
}

#tm_builder_outer_content .tm_pb_bg_layout_dark .tm_pb_slide_content {
	color: #fff
}

#tm_builder_outer_content .tm_pb_slide_description {
	padding: 16% 8%;
	width: auto;
	margin: auto
}

#tm_builder_outer_content .tm_pb_slide_description .tm_pb_slide_title {
	font-weight: 300;
	font-size: 46px;
	margin-top: 0
}

#tm_builder_outer_content .tm_pb_slider_fullwidth_off .tm_pb_slide_description {
	padding: 16% 8%;
	width: auto;
	margin: auto
}

#tm_builder_outer_content .tm_pb_slide_with_image .tm_pb_slide_description {
	width: 47.25%;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	float: right
}

#tm_builder_outer_content .tm_pb_slide_content {
	font-size: 18px;
	font-weight: 400;
	color: #333
}

#tm_builder_outer_content .tm_pb_slide_content p:last-of-type {
	padding-bottom: 0
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_slider .tm_pb_container,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_slider .tm_pb_container,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slider .tm_pb_container,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider .tm_pb_container {
	min-height: initial !important
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_slider_fullwidth_off .tm_pb_slide_description,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_slider_fullwidth_off .tm_pb_slide_description,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slider_fullwidth_off .tm_pb_slide_description {
	text-align: center
}

#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider_fullwidth_off .tm_pb_slide_content,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider_fullwidth_off .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider_fullwidth_off .tm_pb_slide_video {
	display: none
}

#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider_fullwidth_off .tm_pb_slide_description,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider_fullwidth_off .tm_pb_slide_with_image .tm_pb_slide_description {
	text-align: center
}

#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slider_fullwidth_off .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slider_fullwidth_off .tm_pb_slide_with_image .tm_pb_slide_content {
	display: none
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_slider_fullwidth_off .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slider_fullwidth_off .tm_pb_slide_video,
#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_slider_fullwidth_off .tm_pb_slide_video {
	display: none
}

#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_slider_fullwidth_off .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_slider_fullwidth_off .tm_pb_slide_with_image .tm_pb_slide_content,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_slider_fullwidth_off .tm_pb_slide_video {
	display: none
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_slide_content,
#tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_column_3_8 .tm_pb_slide_content,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slide_content,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slide_content {
	font-size: 14px
}

#tm_builder_outer_content .tm_pb_column .tm_pb_slider_fullwidth_off .tm_pb_slide_content,
#tm_builder_outer_content .tm_pb_column .tm_pb_slider_fullwidth_off .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column .tm_pb_slider_fullwidth_off .tm_pb_slide_video,
#tm_builder_outer_content .tm_pb_column .tm_pb_slider_fullwidth_off .tm_pb_slide_with_image .tm_pb_slide_content {
	display: block
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_slide_description .tm_pb_slide_title,
#tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_column_3_8 .tm_pb_slide_description .tm_pb_slide_title {
	font-size: 26px;
	font-weight: 400
}

#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slide_description .tm_pb_slide_title,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slide_description .tm_pb_slide_title {
	font-size: 22px;
	font-weight: 400
}

#tm_builder_outer_content .tm_pb_slider_with_text_overlay h2.tm_pb_slide_title {
	padding: 30px 30px 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

#tm_builder_outer_content .tm_pb_slider_with_text_overlay .tm_pb_slide_content {
	padding: 0 30px 30px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

#tm_builder_outer_content .tm_pb_slider_with_overlay .tm_pb_slide_overlay_container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

#tm_builder_outer_content .tm_pb_slide_content .post-meta {
	font-size: 13px !important;
	font-weight: 400 !important;
	padding-bottom: 0 !important;
	padding-top: 5px !important
}

#tm_builder_outer_content .tm_pb_slide_content .post-meta a {
	font-size: 13px !important;
	font-weight: 400 !important
}

#tm_builder_outer_content .tm_pb_slide_image img {
	margin: 0
}

#tm_builder_outer_content .tm_pb_slide_description h2 {
	line-height: 1em;
	padding-bottom: 10px
}

#tm_builder_outer_content .tm_pb_slider .mejs-offscreen {
	display: none
}

#tm_builder_outer_content ul.tm_pb_social_media_follow .tm_pb_social_icon a.icon {
	top: auto;
	position: relative
}

#tm_builder_outer_content ul.tm_pb_social_media_follow {
	list-style-type: none !important;
	margin: 0 0 22px;
	padding: 0
}

#tm_builder_outer_content .tm_pb_social_media_follow li {
	float: left;
	margin-bottom: 8px
}

#tm_builder_outer_content .tm_pb_social_media_follow li a {
	margin-right: 8px;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center
}

#tm_builder_outer_content .tm_pb_social_media_follow li a.follow_button {
	padding: 0 12px;
	margin-top: 5px;
	margin-right: 25px;
	font-size: 14px;
	line-height: 1.6em;
	background: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s
}

#tm_builder_outer_content .tm_pb_social_media_follow li a.follow_button:hover {
	background: rgba(0, 0, 0, 0.2);
	color: rgba(0, 0, 0, 0.6)
}

#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_bg_layout_dark li a.follow_button {
	background: rgba(0, 0, 0, 0.6);
	color: rgba(255, 255, 255, 0.8)
}

#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_bg_layout_dark li a.follow_button:hover {
	background: rgba(0, 0, 0, 0.7);
	color: #ffffff
}

#tm_builder_outer_content .tm_pb_social_media_follow li a.icon {
	height: 32px;
	width: 32px;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

#tm_builder_outer_content .tm_pb_social_media_follow li a.icon.rounded_rectangle {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

#tm_builder_outer_content .tm_pb_social_media_follow li a.icon.circle {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%
}

#tm_builder_outer_content .tm_pb_tabs_controls,
#tm_builder_outer_content .tm_pb_tab {
	word-wrap: break-word
}

#tm_builder_outer_content ul.tm_pb_tabs_controls {
	border-bottom: 2px solid #d9d9d9;
	background-color: #f4f4f4
}

#tm_builder_outer_content .tm_pb_tabs_controls li {
	display: inline-block;
	padding: 5px 30px 3px;
	font-weight: 600;
	position: relative;
	cursor: pointer;
	max-width: 100%
}

#tm_builder_outer_content .tm_pb_tabs_controls li a {
	text-decoration: none;
	color: #666
}

#tm_builder_outer_content .tm_pb_tabs_controls li.tm_pb_tab_active {
	padding: 4px 30px;
	bottom: -2px
}

#tm_builder_outer_content .tm_pb_tab_active a {
	color: #333
}

#tm_builder_outer_content .tm_pb_tab p:last-of-type {
	padding-bottom: 0
}

#tm_builder_outer_content .tm_pb_all_tabs {
	padding: 24px 30px;
	background: #fff
}

#tm_builder_outer_content .tm_pb_all_tabs&gt;div {
	display: none
}

#tm_builder_outer_content .tm_pb_all_tabs .tm_pb_active_content {
	display: block
}

#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_tabs_controls,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_tabs_controls {
	border-bottom: none
}

#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_tabs_controls li,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_tabs_controls li,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_tabs_controls li {
	float: none;
	border-right: none;
	border-bottom: 1px solid #d9d9d9
}

#tm_builder_outer_content .tm_pb_tabs_controls {
	list-style: none !important;
	padding: 0 !important;
	line-height: inherit !important
}

#tm_builder_outer_content .tm_pb_testimonial {
	position: relative;
	padding: 30px
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_testimonial_no_bg {
	padding: 30px 0 0
}

#tm_builder_outer_content .tm_pb_testimonial p:last-of-type {
	padding-bottom: 0
}

#tm_builder_outer_content .tm_pb_testimonial_portrait {
	border-radius: 90px;
	float: left;
	position: relative;
	display: table-cell;
	width: 90px;
	height: 90px;
	margin-right: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_testimonial_portrait,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_testimonial_portrait,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_testimonial_portrait {
	float: none;
	display: block;
	margin: 0 auto 20px
}

#tm_builder_outer_content .tm_pb_testimonial_description {
	display: table-cell
}

#tm_builder_outer_content .tm_pb_bg_layout_dark .tm_pb_testimonial_description a {
	color: #fff
}

#tm_builder_outer_content .tm_pb_testimonial_author {
	margin-top: 16px;
	font-weight: 700;
	display: block
}

#tm_builder_outer_content .tm_pb_testimonial_author a {
	color: inherit
}

#tm_builder_outer_content .tm_pb_testimonial:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: attr(data-icon);
	font-size: 32px;
	display: block;
	text-align: center;
	margin: 0 0 15px
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_testimonial_no_bg:before {
	background: inherit
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_icon_off:before {
	display: none
}

#tm_builder_outer_content .tm_pb_testimonial_old_layout {
	color: #666 !important
}

#tm_builder_outer_content .tm_pb_testimonial_old_layout .tm_pb_testimonial_description a {
	color: #666 !important
}

#tm_builder_outer_content .tm_pb_toggle {
	padding: 20px;
	border: 1px solid #d9d9d9
}

#tm_builder_outer_content .tm_pb_toggle .tm_pb_toggle_title {
	cursor: pointer;
	position: relative;
	padding: 0 0 0 20px
}

#tm_builder_outer_content .tm_pb_toggle .tm_pb_toggle_title:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	font-size: 16px;
	color: #ccc;
	top: 50%;
	margin-top: -0.5em
}

#tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_close {
	background-color: #f4f4f4
}

#tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title:before {
	content: '\f105'
}

#tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content {
	display: none
}

#tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_open {
	background: #FFF
}

#tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title:before {
	content: '\f107'
}

#tm_builder_outer_content .tm_pb_toggle .tm_pb_toggle_content {
	padding-top: 20px
}

#tm_builder_outer_content .tm_pb_toggle .tm_pb_toggle_content p:last-of-type {
	padding-bottom: 0
}

#tm_builder_outer_content .tm_pb_video_box *,
#tm_builder_outer_content .tm_main_video_container *,
#tm_builder_outer_content .tm_pb_slide_video * {
	height: auto
}

#tm_builder_outer_content .tm_pb_video_box iframe,
#tm_builder_outer_content .tm_main_video_container iframe,
#tm_builder_outer_content .tm_pb_slide_video iframe {
	height: 100%
}

#tm_builder_outer_content .tm_pb_video {
	position: relative
}

#tm_builder_outer_content .tm_pb_video_box {
	display: block;
	position: relative;
	z-index: 1;
	line-height: 0
}

#tm_builder_outer_content .tm_pb_video_box video {
	width: 100% !important;
	height: auto !important
}

#tm_builder_outer_content .tm_pb_video_overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer
}

#tm_builder_outer_content .tm_pb_video_play {
	display: block;
	position: absolute;
	z-index: 100;
	color: #fff;
	left: 50%;
	top: 50%
}

#tm_builder_outer_content .tm_pb_video_play:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f144"
}

#tm_builder_outer_content .tm_pb_bg_layout_light .tm_pb_video_play {
	color: #333
}

#tm_builder_outer_content .tm_pb_video_overlay_hover {
	background: transparent;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out
}

#tm_builder_outer_content .tm_pb_video .tm_pb_video_overlay_hover:hover {
	background: rgba(0, 0, 0, 0.6)
}

#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_video_play,
#tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_video_play,
#tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_video_play,
#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_video_play {
	font-size: 6rem;
	line-height: 1em;
	margin-left: -0.5em;
	margin-top: -0.5em
}

#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_video_play,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_video_play,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_video_play {
	font-size: 3rem;
	line-height: 1em;
	margin-left: -0.5em;
	margin-top: -0.5em
}

#tm_builder_outer_content .tm_pb_video_slider .tm_pb_slider:hover .tm_pb_video_overlay_hover {
	background: rgba(0, 0, 0, 0.6)
}

#tm_builder_outer_content .tm_pb_video_slider .tm_pb_slider_dots+.tm-pb-controllers {
	position: relative;
	margin-top: 10px;
	bottom: 0;
	z-index: initial
}

#tm_builder_outer_content .tm_pb_video_slider .tm_pb_slider_dots.tm_pb_controls_light+.tm-pb-controllers a {
	background-color: rgba(255, 255, 255, 0.5)
}

#tm_builder_outer_content .tm_pb_video_slider .tm_pb_slider_dots.tm_pb_controls_light+.tm-pb-controllers .tm-pb-active-control {
	background-color: #fff
}

#tm_builder_outer_content .tm_pb_video_slider .tm_pb_slider_dots.tm_pb_controls_dark+.tm-pb-controllers a {
	background-color: rgba(51, 51, 51, 0.5)
}

#tm_builder_outer_content .tm_pb_video_slider .tm_pb_slider_dots.tm_pb_controls_dark+.tm-pb-controllers .tm-pb-active-control {
	background-color: #333
}

#tm_builder_outer_content .tm_pb_carousel {
	margin-top: 2%;
	position: relative;
	overflow: hidden
}

#tm_builder_outer_content .tm_pb_carousel:hover .tm-pb-arrow-prev {
	left: 10px;
	opacity: 1
}

#tm_builder_outer_content .tm_pb_carousel:hover .tm-pb-arrow-next {
	right: 10px;
	opacity: 1
}

#tm_builder_outer_content .tm_pb_slider_carousel {
	margin-bottom: 0 !important
}

#tm_builder_outer_content .tm_pb_slider_carousel.tm_pb_controls_light+.tm_pb_carousel .tm-pb-arrow-prev,
#tm_builder_outer_content .tm_pb_slider_carousel.tm_pb_controls_light+.tm_pb_carousel .tm-pb-arrow-next,
#tm_builder_outer_content .tm_pb_slider_carousel.tm_pb_controls_light+.tm_pb_carousel .tm_pb_video_play {
	color: #fff
}

#tm_builder_outer_content .tm_pb_slider_carousel.tm_pb_controls_dark+.tm_pb_carousel .tm-pb-arrow-prev,
#tm_builder_outer_content .tm_pb_slider_carousel.tm_pb_controls_dark+.tm_pb_carousel .tm-pb-arrow-next,
#tm_builder_outer_content .tm_pb_slider_carousel.tm_pb_controls_dark+.tm_pb_carousel .tm_pb_video_play {
	color: #333
}

#tm_builder_outer_content .tm_pb_carousel_items {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden
}

#tm_builder_outer_content .tm_pb_carousel_items .tm-carousel-group {
	display: none;
	float: left;
	width: 100%;
	position: relative
}

#tm_builder_outer_content .tm_pb_carousel_items .tm-carousel-group.active {
	display: block
}

#tm_builder_outer_content .tm_pb_carousel_items .tm-carousel-group.active .tm_pb_carousel_item:last-child {
	margin-right: 0
}

#tm_builder_outer_content .tm_pb_carousel_item {
	display: none;
	position: relative;
	background: rgba(0, 0, 0, 0.25);
	float: left;
	margin: 0 2% 0 0;
	padding: 0
}

#tm_builder_outer_content .tm_pb_carousel_items.columns-6 .tm_pb_carousel_item {
	width: 15%
}

#tm_builder_outer_content .tm_pb_carousel_items.columns-5 .tm_pb_carousel_item {
	width: 18.4%
}

#tm_builder_outer_content .tm_pb_carousel_items.columns-4 .tm_pb_carousel_item {
	width: 23.5%
}

#tm_builder_outer_content .tm_pb_carousel_items.columns-3 .tm_pb_carousel_item {
	width: 32%
}

#tm_builder_outer_content .tm_pb_carousel_items.columns-2 .tm_pb_carousel_item {
	width: 49%
}

#tm_builder_outer_content .tm_pb_carousel_items.columns-1 .tm_pb_carousel_item {
	width: 100%
}

#tm_builder_outer_content .tm_pb_carousel_item:after {
	padding-top: 75%;
	display: block;
	content: ""
}

#tm_builder_outer_content .tm_pb_carousel_item .tm_pb_video_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}

#tm_builder_outer_content .tm_pb_carousel_item.tm-pb-active-control .tm_pb_video_overlay_hover {
	background: rgba(0, 0, 0, 0.6)
}

#tm_builder_outer_content .tm_pb_carousel_item .tm_pb_video_play {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out
}

#tm_builder_outer_content .tm_pb_carousel_item .tm_pb_video_overlay:hover .tm_pb_video_play {
	opacity: 1
}

#tm_builder_outer_content .tm_pb_carousel_item .tm_pb_video_overlay_hover:hover {
	background: rgba(0, 0, 0, 0.6)
}

#tm_builder_outer_content .tm_mobile_device .tm_pb_slider_carousel .tm-pb-arrow-prev,
#tm_builder_outer_content .tm_mobile_device .tm_pb_slider_carousel .tm-pb-arrow-next {
	opacity: 0 !important
}

#tm_builder_outer_content .tm_mobile_device .tm_pb_carousel .tm-pb-arrow-prev {
	left: -10px;
	opacity: 1
}

#tm_builder_outer_content .tm_mobile_device .tm_pb_carousel .tm-pb-arrow-next {
	right: -10px;
	opacity: 1
}

#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider_carousel .tm_pb_slide {
	min-height: initial !important
}

#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_carousel_item .tm_pb_video_play,
#tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_carousel_item .tm_pb_video_play,
#tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_carousel_item .tm_pb_video_play,
#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_carousel_item .tm_pb_video_play {
	font-size: 2.78rem;
	line-height: 2.78rem;
	margin-left: -1.39rem;
	margin-top: -1.39rem
}

#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_carousel_item .tm_pb_video_play,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_carousel_item .tm_pb_video_play {
	font-size: 2rem;
	line-height: 2rem;
	margin-left: -1rem;
	margin-top: -1rem
}

#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_carousel_item .tm_pb_video_play {
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin-left: -0.75rem;
	margin-top: -0.75rem
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper {
	display: block;
	margin-bottom: 50px
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__super-title {
	display: block;
	font-size: 20px;
	text-align: center
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__title {
	display: block;
	font-size: 24px;
	text-align: center
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__sub-title {
	display: block;
	font-size: 18px;
	text-align: center
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__divider {
	background-color: #ddd
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__brands {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__brands.swiper-container {
	display: block;
	-webkit-box-pack: inherit;
	-webkit-justify-content: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	padding-bottom: 36px
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__brands.swiper-container .swiper-button-next,
#tm_builder_outer_content .tm_pb_brands_showcase_module__brands.swiper-container .swiper-button-prev {
	background-color: transparent
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__brands.swiper-container .tm_pb_brands_showcase_module__item__wrapper.swiper-slide {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	text-align: center
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__brands.swiper-container .tm_pb_brands_showcase_module__item__wrapper.swiper-slide:hover {
	background-color: transparent
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item {
	text-align: center
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item:not(.swiper-slide) {
	display: block
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item__wrapper {
	margin: 15px 0 0 0
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item__title {
	display: block;
	font-size: 20px;
	font-weight: bold
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item__description {
	display: block;
	font-size: 18px;
	font-weight: normal
}

#tm_builder_outer_content .tm-pb-icon:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: attr(data-icon)
}

#tm_builder_outer_content .tm-pb-tooltip {
	display: none
}

#tm_builder_outer_content .tm_pb_image_container {
	margin-bottom: 20px
}

#tm_builder_outer_content ol,
#tm_builder_outer_content ul {
	list-style: none;
	text-align: inherit
}

#tm_builder_outer_content ol li,
#tm_builder_outer_content ul li {
	padding-left: 0;
	background: none;
	margin-left: 0
}

#tm_builder_outer_content blockquote {
	quotes: none
}

#tm_builder_outer_content blockquote:before,
#tm_builder_outer_content blockquote:after {
	content: "";
	content: none
}

#tm_builder_outer_content :focus {
	outline: 0
}

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

#tm_builder_outer_content embed,
#tm_builder_outer_content iframe,
#tm_builder_outer_content object,
#tm_builder_outer_content video {
	max-width: 100%
}

#tm_builder_outer_content .tm_pb_module h2 a,
#tm_builder_outer_content .tm_pb_module .sticky h2 {
	color: inherit
}

#tm_builder_outer_content .clearfix {
	clear: none;
	display: initial
}

#tm_builder_outer_content .clearfix {
	display: block
}

#tm_builder_outer_content .tm_pb_module ul {
	overflow: visible
}

#tm_builder_outer_content .tm_pb_module ol,
#tm_builder_outer_content .tm_pb_module ul {
	background: transparent
}

#tm_builder_outer_content ol.tm_pb_module,
#tm_builder_outer_content ul.tm_pb_module {
	background: transparent
}

#tm_builder_outer_content .tm_pb_module img {
	max-width: 100%;
	margin: 0;
	border: none;
	padding: 0;
	background: none;
	border-radius: 0
}

#tm_builder_outer_content .tm_pb_module img:hover {
	opacity: 1;
	box-shadow: none
}

#tm_builder_outer_content .tm_pb_module #email {
	width: 100%
}

#tm_builder_outer_content .tm_pb_section {
	z-index: 1
}

#tm_builder_outer_content .tm_pb_fullwidth_section {
	z-index: 5
}

#tm_builder_outer_content .pagination {
	width: 100%
}

#tm_builder_outer_content .pagination:before,
#tm_builder_outer_content .pagination:after {
	visibility: hidden
}

#tm_builder_outer_content .pagination a {
	width: auto;
	border: none;
	background: transparent
}

#tm_builder_outer_content article .tm_pb_text_color_light {
	color: #fff
}

#tm_builder_outer_content article .tm_pb_text_color_light a {
	color: #fff
}

#tm_builder_outer_content article .tm_pb_text_color_light a:visited,
#tm_builder_outer_content article .tm_pb_text_color_light a:hover {
	color: #fff
}

#tm_builder_outer_content article .tm_pb_text_color_light blockquote {
	color: #fff
}

#tm_builder_outer_content .tm_pb_module li {
	list-style: none
}

#tm_builder_outer_content .tm_pb_module ul {
	margin: 0
}

#tm_builder_outer_content ul.tm_pb_module {
	margin: 0
}

#tm_builder_outer_content .tm_pb_module a {
	text-decoration: none
}

#tm_builder_outer_content .tm_pb_module a:hover {
	text-decoration: none
}

#tm_builder_outer_content .tm_pb_section {
	margin-bottom: 0
}

#tm_builder_outer_content .tm_pb_module .column {
	padding: 0
}

#tm_builder_outer_content .tm_pb_module a:focus {
	outline: none
}

#tm_builder_outer_content .tm_pb_module span.percent-value {
	font-size: inherit
}

#tm_builder_outer_content hr.tm_pb_module {
	background-color: transparent;
	background-image: none;
	margin: 0;
	padding: 0
}

#tm_builder_outer_content .tm_pb_module .hentry.has-post-thumbnail:first-child {
	margin-top: 0
}

#tm_builder_outer_content .format-quote.hentry {
	padding: 0
}

#tm_builder_outer_content .tm-bg-layout-dark {
	text-shadow: none;
	color: inherit
}

#tm_builder_outer_content .tm_pb_widget_area {
	max-width: 100%
}

#tm_builder_outer_content .tm_pb_widget_area #searchform {
	word-wrap: break-word;
	box-sizing: border-box
}

#tm_builder_outer_content .tm_pb_widget_area #searchform #s {
	word-wrap: break-word;
	box-sizing: border-box
}

#tm_builder_outer_content .tm_pb_widget_area input.search-field,
#tm_builder_outer_content .tm_pb_widget_area * {
	max-width: 100%;
	word-wrap: break-word;
	box-sizing: border-box
}

#tm_builder_outer_content .tm_pb_widget_area .widget,
#tm_builder_outer_content .tm_pb_widget_area .widget-box,
#tm_builder_outer_content .tm_pb_widget_area .widget-container,
#tm_builder_outer_content .tm_pb_widget_area .widget-wrapper,
#tm_builder_outer_content .tm_pb_widget_area .fwidget,
#tm_builder_outer_content .tm_pb_widget_area .sb-widget,
#tm_builder_outer_content .tm_pb_widget_area .enigma_sidebar_widget {
	color: inherit
}

#tm_builder_outer_content .tm_pb_widget_area .widgettitle:before {
	display: none
}

#tm_builder_outer_content .tm_pb_widget_area img {
	max-width: 100% !important
}

#tm_builder_outer_content .tm_pb_widget_area .enigma_sidebar_widget ul li a {
	display: inline-block;
	margin-left: 0;
	padding-left: 0
}

#tm_builder_outer_content .tm_pb_widget_area .enigma_sidebar_widget ul ul li:last-child {
	padding-bottom: 0
}

#tm_builder_outer_content .tm_pb_widget_area .widget_search .themeform.searchform div:after,
#tm_builder_outer_content .tm_pb_widget_area .widget_search form:before {
	display: none
}

#tm_builder_outer_content .tm_pb_widget_area .widget_search label,
#tm_builder_outer_content .tm_pb_widget_area .widget_search fieldset,
#tm_builder_outer_content .tm_pb_widget_area .widget_search .input-group {
	display: block;
	max-width: 100% !important
}

#tm_builder_outer_content .tm_pb_widget_area .widget_search .search-submit:hover,
#tm_builder_outer_content .tm_pb_widget_area .widget_search input[type="submit"]:hover {
	background: #ddd
}

#tm_builder_outer_content .tm_pb_widget_area .widget_search button.search-submit .screen-reader-text {
	display: inline-block;
	clip: auto;
	width: auto;
	height: auto;
	position: relative !important;
	line-height: normal;
	color: #666
}

#tm_builder_outer_content .tm_pb_widget_area .widget_search button.search-submit:before {
	display: none
}

#tm_builder_outer_content .tm_pb_widget_area .widget_search form.searchform #search-button-box,
#tm_builder_outer_content .tm_pb_widget_area .widget_search form.form-search .input-group-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 40px;
	z-index: 12
}

#tm_builder_outer_content .tm_pb_widget_area .widget_search.tm-no-submit-button form.searchform #search-button-box,
#tm_builder_outer_content .tm_pb_widget_area .widget_search.tm-no-submit-button form.form-search .input-group-btn {
	position: relative !important
}

#tm_builder_outer_content .tm_pb_widget_area .widget_search.tm-narrow-wrapper form.searchform #search-button-box,
#tm_builder_outer_content .tm_pb_widget_area .widget_search.tm-narrow-wrapper form.form-search .input-group-btn {
	position: relative !important
}

#tm_builder_outer_content .tm_pb_widget_area .widget_search .seach_section fieldset {
	padding: 0;
	margin: 0
}

#tm_builder_outer_content .tm_pb_widget_area .widget_search .seach_section fieldset .searchtext,
#tm_builder_outer_content .tm_pb_widget_area .widget_search .seach_section fieldset .searchsub {
	padding: 0;
	background: none
}

#tm_builder_outer_content .tm_pb_widget_area .widget_search&gt;form&gt;div&gt;.screen-reader-text[for="s"],
#tm_builder_outer_content .tm_pb_widget_area .widget_search .assistive-text {
	display: none
}

#tm_builder_outer_content .tm_pb_widget_area .enigma_sidebar_widget .input-group {
	display: block
}

#tm_builder_outer_content .tm_pb_widget_area .enigma_sidebar_widget #searchform .input-group-btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 80px
}

#tm_builder_outer_content .tm_pb_widget_area .widget_search&gt;form&gt;.input-group&gt;span.input-group-btn,
#tm_builder_outer_content .tm_pb_widget_area .widget_search .large-2,
#tm_builder_outer_content .tm_pb_widget_area .widget_search .small-2 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 80px
}

#tm_builder_outer_content .tm_pb_widget_area .widget_search.tm-no-submit-button&gt;form&gt;.input-group&gt;span.input-group-btn,
#tm_builder_outer_content .tm_pb_widget_area .widget_search.tm-narrow-wrapper&gt;form&gt;.input-group&gt;span.input-group-btn {
	position: relative !important
}

#tm_builder_outer_content .tm_pb_widget_area .widget_search table.searchform td.searchfield {
	width: auto;
	border: none
}

#tm_builder_outer_content .tm_pb_widget_area .widget_search table.searchform td.searchbutton {
	border: none;
	background: transparent
}

#tm_builder_outer_content .tm_pb_widget_area .widget_search .large-10,
#tm_builder_outer_content .tm_pb_widget_area .widget_search .small-10 {
	width: 100%
}

#tm_builder_outer_content .tm_pb_widget_area .widget_search div.search-field {
	border: none !important;
	padding: 0 !important
}

#tm_builder_outer_content .tm_pb_widget_area .widget_search #searchform:after {
	display: none
}

#tm_builder_outer_content .tm_pb_widget_area #calendar_wrap {
	width: 100%
}

#tm_builder_outer_content .tm_pb_widget_area .widget_calendar table,
#tm_builder_outer_content .tm_pb_widget_area #wp-calendar {
	table-layout: fixed;
	width: 100%;
	margin: 0
}

#tm_builder_outer_content .tm_pb_widget_area .widget_calendar table th,
#tm_builder_outer_content .tm_pb_widget_area .widget_calendar table td {
	background: transparent
}

#tm_builder_outer_content .tm_pb_widget_area .widget_nav_menu ul {
	display: block
}

#tm_builder_outer_content .tm_pb_widget_area .widget_nav_menu ul li {
	display: block
}

#tm_builder_outer_content .tm_pb_widget_area .widget_nav_menu .menu {
	font-family: inherit
}

#tm_builder_outer_content .tm_pb_widget_area .widget_nav_menu .menu li&gt;ul:before {
	display: none
}

#tm_builder_outer_content .tm_pb_widget_area .widget_nav_menu .menu-item-has-children&gt;a:after {
	display: none
}

#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container {
	float: none
}

#tm_builder_outer_content .tm_quote_content blockquote {
	background-color: transparent !important
}

#tm_builder_outer_content .tm_pb_bg_layout_dark h1 a,
#tm_builder_outer_content .tm_pb_bg_layout_dark h2 a,
#tm_builder_outer_content .tm_pb_bg_layout_dark h3 a,
#tm_builder_outer_content .tm_pb_bg_layout_dark h4 a,
#tm_builder_outer_content .tm_pb_bg_layout_dark h5 a,
#tm_builder_outer_content .tm_pb_bg_layout_dark h6 a,
#tm_builder_outer_content .tm_pb_bg_layout_dark .widget {
	color: inherit !important
}

#tm_builder_outer_content .fullwidth-menu-nav {
	padding: 0 5px;
	margin-bottom: 0;
	overflow: visible !important;
	background: transparent;
	border: none
}

#tm_builder_outer_content .fullwidth-menu a {
	padding-top: 0;
	color: inherit !important;
	background: transparent
}

#tm_builder_outer_content .fullwidth-menu a:hover {
	background: inherit
}

#tm_builder_outer_content .fullwidth-menu.nav li {
	float: none
}

#tm_builder_outer_content .fullwidth-menu.nav li a {
	float: none
}

#tm_builder_outer_content .fullwidth-menu.nav li ul {
	display: block;
	border-radius: 0;
	border-left: none;
	border-right: none;
	border-bottom: none
}

#tm_builder_outer_content .fullwidth-menu.nav li li {
	padding: 0 20px !important;
	border-bottom: none;
	background: inherit
}

#tm_builder_outer_content .fullwidth-menu.nav li li a {
	padding: 6px 20px !important;
	border: none
}

#tm_builder_outer_content .fullwidth-menu.nav&gt;li&gt;ul {
	top: auto
}

#tm_builder_outer_content .tm_pb_fullwidth_menu .mobile_nav {
	display: block
}

#tm_builder_outer_content .tm_pb_fullwidth_menu .mobile_nav&gt;span {
	width: auto;
	height: auto;
	top: auto;
	right: auto
}

#tm_builder_outer_content .tm_pb_fullwidth_menu .mobile_nav.opened&gt;span {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

#tm_builder_outer_content .tm_pb_fullwidth_menu .tm_mobile_menu li&gt;a {
	color: inherit !important;
	background: none;
	width: 100%;
	padding: 10px 5% !important
}

#tm_builder_outer_content .tm_pb_fullwidth_menu .tm_mobile_menu li li {
	padding-left: 5% !important
}

#tm_builder_outer_content .tm_pb_fullwidth_menu .tm_mobile_menu&gt;.menu-item-has-children&gt;a {
	background-color: rgba(0, 0, 0, 0.03)
}

#tm_builder_outer_content * {
	box-sizing: border-box
}

#tm_builder_outer_content .clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

#tm_builder_outer_content * html .clearfix,
#tm_builder_outer_content *:first-child+html .clearfix {
	zoom: 1
}

#tm_builder_outer_content .tm_pb_slide_description,
#tm_builder_outer_content .tm_pb_pricing_content,
#tm_builder_outer_content .tm_pb_text,
#tm_builder_outer_content .product,
#tm_builder_outer_content .tm_pb_widget {
	word-wrap: break-word
}

#tm_builder_outer_content .tm_quote_content,
#tm_builder_outer_content .tm_link_content {
	background-color: #2EA3F2
}

#tm_builder_outer_content .tm_pb_column {
	background-size: cover;
	background-position: center
}

#tm_builder_outer_content .tm_pb_column.tm_pb_section_parallax {
	position: relative
}

#tm_builder_outer_content .tm_pb_more_button:hover:after {
	opacity: 1;
	margin-left: 0
}

#tm_builder_outer_content .fullwidth-menu li {
	display: inline-block;
	font-size: 14px;
	padding-right: 22px
}

#tm_builder_outer_content .fullwidth-menu&gt;li:last-child {
	padding-right: 0
}

#tm_builder_outer_content .fullwidth-menu a {
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

#tm_builder_outer_content .fullwidth-menu a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

#tm_builder_outer_content .fullwidth-menu li&gt;a {
	padding-bottom: 29px;
	word-wrap: break-word
}

#tm_builder_outer_content .tm_pb_fullwidth_image {
	position: relative;
	line-height: 0
}

#tm_builder_outer_content .tm_pb_fullwidth_image img {
	width: 100%
}

#tm_builder_outer_content .tm_pb_login_form form,
#tm_builder_outer_content .tm_pb_feedburner_form form {
	text-align: left
}

#tm_builder_outer_content .tm_pb_no_bg {
	padding: 0 !important
}

#tm_builder_outer_content .tm_pb_inline_icon:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: attr(data-icon)
}

#tm_builder_outer_content .tm_overlay {
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

#tm_builder_outer_content .tm_overlay.tm_pb_inline_icon:before {
	content: attr(data-icon)
}

#tm_builder_outer_content .tm_overlay:before {
	content: "\e050";
	position: absolute;
	top: 55%;
	left: 50%;
	margin: -14px 0 0 -14px;
	font-size: 32px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s
}

#tm_builder_outer_content .tm_overlay:hover:before {
	top: 50%
}

#tm_builder_outer_content .tm_pb_has_overlay:hover .tm_overlay {
	opacity: 1
}

#tm_builder_outer_content .tm_pb_fullwidth_menu .fullwidth-menu-nav {
	float: none
}

#tm_builder_outer_content .tm_pb_fullwidth_menu .fullwidth-menu-nav&gt;ul {
	float: none;
	padding: 28px 0 0 !important;
	line-height: 1.7em
}

#tm_builder_outer_content .tm_pb_fullwidth_menu .fullwidth-menu-nav&gt;ul&gt;li.mega-menu&gt;ul {
	top: 76px
}

#tm_builder_outer_content .tm_pb_fullwidth_menu .fullwidth-menu-nav&gt;ul ul {
	padding: 20px 0;
	text-align: left
}

#tm_builder_outer_content .fullwidth-menu li li.menu-item-has-children&gt;a:first-child:after {
	top: 12px
}

#tm_builder_outer_content .tm_pb_fullwidth_menu .fullwidth-menu-nav&gt;ul.upwards {
	padding: 0 0 29px !important
}

#tm_builder_outer_content .tm_pb_fullwidth_menu .fullwidth-menu-nav&gt;ul.upwards&gt;li {
	padding-top: 28px
}

#tm_builder_outer_content .tm_pb_fullwidth_menu .fullwidth-menu-nav&gt;ul.upwards&gt;li&gt;a {
	padding-bottom: 0
}

#tm_builder_outer_content .tm_pb_fullwidth_menu .fullwidth-menu-nav&gt;ul.upwards li ul {
	bottom: 100%;
	top: initial;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-top: none;
	border-bottom-color: #2EA3F2;
	box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.1)
}

#tm_builder_outer_content .tm_pb_fullwidth_menu .fullwidth-menu-nav&gt;ul.upwards li ul li ul {
	bottom: -23px
}

#tm_builder_outer_content .tm_pb_fullwidth_menu .fullwidth-menu-nav&gt;ul.upwards li.mega-menu ul ul {
	bottom: 0;
	top: initial;
	border: none
}

#tm_builder_outer_content .tm_pb_fullwidth_menu .fullwidth-menu-nav&gt;ul.upwards li.mega-menu&gt;ul {
	bottom: 76px
}

#tm_builder_outer_content .tm_pb_forgot_password {
	font-size: 12px;
	margin-top: -5px
}

#tm_builder_outer_content .tm_pb_forgot_password a {
	color: #fff;
	text-decoration: underline
}

#tm_builder_outer_content .tm_quote_content,
#tm_builder_outer_content .tm_link_content,
#tm_builder_outer_content .tm_audio_content,
#tm_builder_outer_content .tm_pb_audio_module_content {
	text-align: center;
	word-wrap: break-word;
	position: relative
}

#tm_builder_outer_content .tm_link_content,
#tm_builder_outer_content .tm_audio_content {
	padding: 50px 60px
}

#tm_builder_outer_content .tm_quote_content {
	padding: 50px 60px
}

#tm_builder_outer_content .tm_quote_content blockquote p,
#tm_builder_outer_content .tm_quote_content blockquote cite {
	color: #fff !important
}

#tm_builder_outer_content .tm_link_content h2,
#tm_builder_outer_content .tm_link_content a.tm_link_main_url {
	color: #fff !important
}

#tm_builder_outer_content .tm_quote_main_link {
	position: absolute;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0
}

#tm_builder_outer_content .tm_quote_content blockquote {
	padding: 0;
	margin: 0;
	border: none
}

#tm_builder_outer_content .tm_quote_content blockquote p {
	margin-top: 0
}

#tm_builder_outer_content .tm_link_content h2,
#tm_builder_outer_content .tm_audio_content h2,
#tm_builder_outer_content .tm_pb_audio_module_content h2 {
	margin-top: 0
}

#tm_builder_outer_content .tm_quote_content blockquote p,
#tm_builder_outer_content .tm_link_content h2 {
	line-height: 44px
}

#tm_builder_outer_content .tm_audio_content h2 {
	line-height: 44px;
	margin-bottom: 20px
}

#tm_builder_outer_content .tm_quote_content blockquote cite,
#tm_builder_outer_content .tm_link_content a.tm_link_main_url {
	font-size: 18px;
	font-weight: 200
}

#tm_builder_outer_content .tm_quote_content blockquote cite {
	font-style: normal
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_audio_content h2,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_audio_content h2,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_audio_content h2,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_audio_content h2,
#tm_builder_outer_content .tm_pb_blog_grid .tm_audio_content h2 {
	margin-bottom: 9px;
	margin-top: 0
}

#tm_builder_outer_content .tm_pb_column_2_3 .tm_quote_content {
	padding: 50px 42px 45px
}

#tm_builder_outer_content .tm_pb_column_2_3 .tm_link_content,
#tm_builder_outer_content .tm_pb_column_2_3 .tm_audio_content,
#tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_audio_module_content {
	padding: 40px 40px 45px
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_quote_content,
#tm_builder_outer_content .tm_pb_column_1_2 .tm_link_content,
#tm_builder_outer_content .tm_pb_column_1_2 .tm_audio_content {
	padding: 35px 40px
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_audio_module_content {
	padding: 40px 40px 35px
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_quote_content blockquote p {
	font-size: 26px;
	line-height: 32px
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_link_content h2,
#tm_builder_outer_content .tm_pb_column_1_2 .tm_audio_content h2 {
	line-height: 32px
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_quote_content blockquote cite,
#tm_builder_outer_content .tm_pb_column_1_2 .tm_link_content a.tm_link_main_url {
	font-size: 14px
}

#tm_builder_outer_content .tm_pb_column_1_3 .tm_quote_content,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_quote_content,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_quote_content,
#tm_builder_outer_content .tm_pb_blog_grid .tm_quote_content {
	padding: 35px 30px 32px
}

#tm_builder_outer_content .tm_pb_column_1_3 .tm_quote_content blockquote p,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_quote_content blockquote p,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_quote_content blockquote p,
#tm_builder_outer_content .tm_pb_blog_grid .tm_quote_content blockquote p,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_link_content h2,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_link_content h2,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_link_content h2,
#tm_builder_outer_content .tm_pb_blog_grid .tm_link_content h2,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_audio_content h2,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_audio_content h2,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_audio_content h2,
#tm_builder_outer_content .tm_pb_blog_grid .tm_audio_content h2 {
	font-size: 18px;
	line-height: 26px
}

#tm_builder_outer_content .tm_pb_column_1_3 .tm_quote_content blockquote cite,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_quote_content blockquote cite,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_quote_content blockquote cite,
#tm_builder_outer_content .tm_pb_blog_grid .tm_quote_content blockquote cite,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_link_content a.tm_link_main_url,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_link_content a.tm_link_main_url,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_link_content a.tm_link_main_url {
	font-size: 14px
}

#tm_builder_outer_content .tm_pb_blog_grid .tm_link_content {
	margin: -20px -20px 19px
}

#tm_builder_outer_content .tm_pb_blog_grid .tm_link_content a.tm_link_main_url {
	font-size: 14px
}

#tm_builder_outer_content .tm_pb_blog_grid .tm_quote_content {
	margin: -20px -20px 19px
}

#tm_builder_outer_content .nav li li {
	padding: 0 20px;
	margin: 0
}

#tm_builder_outer_content .fullwidth-menu li li a {
	padding: 6px 20px;
	width: 200px
}

#tm_builder_outer_content .nav li {
	position: relative;
	line-height: 1em
}

#tm_builder_outer_content .nav li li {
	position: relative;
	line-height: 2em
}

#tm_builder_outer_content .nav li ul {
	position: absolute;
	padding: 20px 0;
	z-index: 9999;
	width: 240px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	border-top: 3px solid #2EA3F2;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, 0, 0);
	text-align: left
}

#tm_builder_outer_content .nav li.tm-hover&gt;ul {
	visibility: visible
}

#tm_builder_outer_content .nav li:hover&gt;ul {
	opacity: 1;
	visibility: visible
}

#tm_builder_outer_content .nav li li ul {
	z-index: 1000;
	top: -23px;
	left: 240px
}

#tm_builder_outer_content .nav li.tm-reverse-direction-nav li ul {
	left: auto;
	right: 240px
}

#tm_builder_outer_content .nav li:hover {
	visibility: inherit
}

#tm_builder_outer_content .nav li li a {
	font-size: 14px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

#tm_builder_outer_content .tm_mobile_menu li a {
	font-size: 14px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

#tm_builder_outer_content .nav ul li a:hover,
#tm_builder_outer_content .tm_mobile_menu li a:hover {
	background-color: rgba(0, 0, 0, 0.03);
	opacity: 0.7
}

#tm_builder_outer_content .fullwidth-menu .menu-item-has-children&gt;a:first-child {
	padding-right: 20px
}

#tm_builder_outer_content .fullwidth-menu li li.menu-item-has-children&gt;a:first-child:after {
	right: 20px;
	top: 6px
}

#tm_builder_outer_content .fullwidth-menu-nav li.mega-menu {
	position: inherit
}

#tm_builder_outer_content .fullwidth-menu-nav li.mega-menu&gt;ul {
	padding: 30px 20px;
	position: absolute !important;
	width: 100%;
	left: 0 !important
}

#tm_builder_outer_content .fullwidth-menu-nav li.mega-menu ul li {
	margin: 0;
	float: left !important;
	display: block !important;
	padding: 0 !important
}

#tm_builder_outer_content .fullwidth-menu-nav li.mega-menu li&gt;ul {
	-webkit-animation: none !important;
	animation: none !important;
	padding: 0;
	border: none;
	left: auto;
	top: auto;
	width: 240px !important;
	position: relative;
	box-shadow: none;
	-webkit-box-shadow: none
}

#tm_builder_outer_content .fullwidth-menu-nav li.mega-menu li ul {
	visibility: visible;
	opacity: 1;
	display: none
}

#tm_builder_outer_content .fullwidth-menu-nav li.mega-menu.tm-hover li ul {
	display: block
}

#tm_builder_outer_content .fullwidth-menu-nav li.mega-menu:hover&gt;ul {
	opacity: 1 !important;
	visibility: visible !important
}

#tm_builder_outer_content .fullwidth-menu-nav li.mega-menu&gt;ul&gt;li&gt;a:first-child {
	padding-top: 0 !important;
	font-weight: bold;
	border-bottom: 1px solid rgba(0, 0, 0, 0.03)
}

#tm_builder_outer_content .fullwidth-menu-nav li.mega-menu&gt;ul&gt;li&gt;a:first-child:hover {
	background-color: transparent !important
}

#tm_builder_outer_content .fullwidth-menu-nav li.mega-menu li&gt;a {
	width: 200px !important
}

#tm_builder_outer_content .fullwidth-menu-nav li.mega-menu.mega-menu-parent li li {
	width: 100% !important
}

#tm_builder_outer_content .fullwidth-menu-nav li.mega-menu.mega-menu-parent li&gt;a {
	width: 100% !important
}

#tm_builder_outer_content .fullwidth-menu-nav li.mega-menu.mega-menu-parent li&gt;.sub-menu {
	float: left;
	width: 100% !important
}

#tm_builder_outer_content .fullwidth-menu-nav li.mega-menu&gt;ul&gt;li {
	width: 25%;
	margin: 0
}

#tm_builder_outer_content .fullwidth-menu-nav li.mega-menu.mega-menu-parent-3&gt;ul&gt;li {
	width: 33.33%
}

#tm_builder_outer_content .fullwidth-menu-nav li.mega-menu.mega-menu-parent-2&gt;ul&gt;li {
	width: 50%
}

#tm_builder_outer_content .fullwidth-menu-nav li.mega-menu.mega-menu-parent-1&gt;ul&gt;li {
	width: 100%
}

#tm_builder_outer_content .tm_pb_fullwidth_menu li.mega-menu .menu-item-has-children&gt;a:first-child:after {
	display: none
}

#tm_builder_outer_content .tm_fullwidth_nav #top-menu li.mega-menu&gt;ul {
	width: auto;
	left: 30px !important;
	right: 30px !important
}

#tm_builder_outer_content .tm_mobile_menu {
	position: absolute;
	left: 0;
	padding: 5%;
	background: #fff;
	width: 100%;
	visibility: visible;
	opacity: 1;
	display: none;
	z-index: 9999;
	border-top: 3px solid #2EA3F2;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
}

#tm_builder_outer_content #main-header .tm_mobile_menu li ul,
#tm_builder_outer_content .tm_pb_fullwidth_menu .tm_mobile_menu li ul {
	visibility: visible !important;
	display: block !important;
	padding-left: 10px
}

#tm_builder_outer_content .tm_mobile_menu li li {
	padding-left: 5%
}

#tm_builder_outer_content .tm_mobile_menu li a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	color: #666;
	padding: 10px 5%;
	display: block
}

#tm_builder_outer_content .tm_mobile_menu .menu-item-has-children&gt;a {
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.03)
}

#tm_builder_outer_content .tm_mobile_menu li .menu-item-has-children&gt;a {
	background-color: transparent
}

#tm_builder_outer_content .tm_mobile_nav_menu {
	float: right;
	display: none
}

#tm_builder_outer_content .mobile_menu_bar {
	position: relative;
	display: block;
	line-height: 0
}

#tm_builder_outer_content .mobile_menu_bar:before {
	content: "\61";
	font-size: 32px;
	left: 0;
	position: relative;
	top: 0;
	cursor: pointer
}

#tm_builder_outer_content .mobile_nav .select_page {
	display: none
}

#tm_builder_outer_content .tm_pb_slide_video {
	position: absolute;
	top: 50%;
	bottom: auto
}

#tm_builder_outer_content .tm_pb_slides:after,
#tm_builder_outer_content .tm_pb_row:after,
#tm_builder_outer_content .tm_pb_row_inner:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	width: 0
}

#tm_builder_outer_content .format-gallery .tm_pb_slider .tm_pb_slide,
#tm_builder_outer_content .tm_pb_slider_no_shadow .tm_pb_slide {
	box-shadow: none
}

#tm_builder_outer_content .format-gallery .tm_pb_slider.gallery-not-found .tm_pb_slide {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1)
}

#tm_builder_outer_content .tm_pb_section {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover
}

#tm_builder_outer_content .format-gallery .tm-pb-arrow-prev,
#tm_builder_outer_content .format-gallery .tm-pb-arrow-next {
	color: #fff
}

#tm_builder_outer_content .format-gallery .tm-pb-controllers a {
	background-color: rgba(255, 255, 255, 0.5)
}

#tm_builder_outer_content .format-gallery .tm_pb_slider:hover .tm-pb-arrow-prev {
	left: 0
}

#tm_builder_outer_content .format-gallery .tm_pb_slider:hover .tm-pb-arrow-next {
	right: 0
}

#tm_builder_outer_content .tm-pb-controllers {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10
}

#tm_builder_outer_content .format-gallery .tm-pb-controllers {
	bottom: 0
}

#tm_builder_outer_content .tm-pb-controllers a {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.5);
	text-indent: -9999px;
	border-radius: 7px;
	width: 7px;
	height: 7px;
	margin-right: 10px
}

#tm_builder_outer_content .tm-pb-controllers a:last-child {
	margin-right: 0
}

#tm_builder_outer_content .tm-pb-controllers .tm-pb-active-control {
	background-color: #fff
}

#tm_builder_outer_content .tm_pb_more_button {
	color: inherit;
	text-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin-top: 20px
}

#tm_builder_outer_content .tm_parallax_bg {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#tm_builder_outer_content .tm_pb_section_parallax,
#tm_builder_outer_content .tm_pb_slider_parallax {
	overflow: hidden
}

#tm_builder_outer_content .tm_pb_section_parallax .tm_pb_parallax_css,
#tm_builder_outer_content .tm_pb_slides .tm_parallax_bg.tm_pb_parallax_css {
	background-attachment: fixed
}

#tm_builder_outer_content .tm_pb_section_parallax.tm_pb_row .tm_pb_column,
#tm_builder_outer_content .tm_pb_section_parallax.tm_pb_row .tm_pb_module {
	z-index: 9;
	position: relative
}

#tm_builder_outer_content .tm_pb_section_parallax.tm_pb_column .tm_pb_module {
	z-index: 9;
	position: relative
}

#tm_builder_outer_content .tm_mobile_device .tm-waypoint,
#tm_builder_outer_content .tm_mobile_device .tm_pb_counter_amount {
	opacity: 1 !important;
	-webkit-animation: none !important;
	animation: none !important
}

#tm_builder_outer_content .tm_mobile_device .tm_pb_slider_parallax .tm_pb_slide,
#tm_builder_outer_content .tm_mobile_device .tm_pb_section_parallax .tm_pb_parallax_css,
#tm_builder_outer_content .tm_mobile_device .tm_pb_slides .tm_parallax_bg.tm_pb_parallax_css {
	background-attachment: scroll
}

#tm_builder_outer_content .tm_pb_preload {
	position: relative;
	background: #464646 !important
}

#tm_builder_outer_content .tm_pb_preload&gt;div,
#tm_builder_outer_content .tm_pb_preload .tm_pb_section_video_bg {
	visibility: hidden
}

#tm_builder_outer_content .tm_pb_preload:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: url("../image/ajax-loader.gif") no-repeat;
	border-radius: 32px;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px
}

#tm_builder_outer_content .tm_pb_text p:last-of-type {
	padding-bottom: 0
}

#tm_builder_outer_content .tm_pb_text_align_left {
	text-align: center
}

#tm_builder_outer_content .tm_pb_text_align_center {
	text-align: center;
	margin: auto
}

#tm_builder_outer_content .tm_pb_text_align_right {
	text-align: right
}

#tm_builder_outer_content .tm_pb_text_align_justified {
	text-align: justify
}

#tm_builder_outer_content .tm_pb_section {
	position: relative;
	background-color: #fff
}

#tm_builder_outer_content .tm_section_transparent {
	background-color: transparent
}

#tm_builder_outer_content .tm_pb_fullwidth_section {
	padding: 0
}

#tm_builder_outer_content .tm_pb_inner_shadow {
	box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07)
}

#tm_builder_outer_content .tm_pb_section_video {
	overflow: hidden
}

#tm_builder_outer_content .tm_pb_section_video_bg {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222
}

#tm_builder_outer_content .tm_pb_section_video_bg .mejs-controls,
#tm_builder_outer_content .tm_pb_section_video_bg .mejs-overlay-play {
	display: none !important
}

#tm_builder_outer_content .tm_pb_section_video_bg embed,
#tm_builder_outer_content .tm_pb_section_video_bg iframe,
#tm_builder_outer_content .tm_pb_section_video_bg object,
#tm_builder_outer_content .tm_pb_section_video_bg video {
	max-width: none
}

#tm_builder_outer_content .tm_pb_section_video_bg .mejs-video {
	left: 50%;
	position: absolute
}

#tm_builder_outer_content .tm_pb_section_video_bg .mejs-overlay-loading {
	display: none !important
}

#tm_builder_outer_content body.iphone .tm_pb_section_video_bg video::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none
}

#tm_builder_outer_content .tm_pb_row.tm_pb_row_empty,
#tm_builder_outer_content .tm_pb_row_inner:nth-of-type(n+2).tm_pb_row_empty {
	display: none
}

#tm_builder_outer_content .tm_pb_column.tm_pb_column_empty {
	min-height: 1px
}

#tm_builder_outer_content .tm_pb_row_inner {
	width: 100%
}

#tm_builder_outer_content .tm_pb_space {
	border: none
}

#tm_builder_outer_content .tm_pb_fullwidth_header {
	padding: 50px 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

#tm_builder_outer_content .tm_pb_fullwidth_header p {
	padding-bottom: 0
}

#tm_builder_outer_content .tm_pb_fullwidth_header_subhead {
	display: block
}

#tm_builder_outer_content .tm_pb_fullscreen {
	padding: 0
}

#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container {
	position: relative;
	z-index: 3;
	width: 80%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto
}

#tm_builder_outer_content .tm_pb_fullscreen .tm_pb_fullwidth_header_container {
	min-height: 100vh;
	width: 80%;
	max-width: none
}

#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container.center {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

#tm_builder_outer_content .tm_pb_fullscreen .tm_pb_fullwidth_header_container.center.bottom-bottom {
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

#tm_builder_outer_content .tm_pb_fullscreen .tm_pb_fullwidth_header_container.center.center-center {
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap
}

#tm_builder_outer_content .tm_pb_fullscreen .tm_pb_fullwidth_header_container.center.center-bottom .header-content-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

#tm_builder_outer_content .tm_pb_fullscreen .tm_pb_fullwidth_header_container.center.center-bottom .header-content-container .header-content {
	-webkit-align-self: center;
	-ms-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

#tm_builder_outer_content .tm_pb_fullscreen .tm_pb_fullwidth_header_container.center.bottom-center .header-image-container.center {
	-webkit-align-self: flex-start;
	-ms-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container.center .header-content-container,
#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container.center .header-image-container {
	width: 100%;
	-webkit-align-self: center;
	-ms-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container.center .header-content-container.center,
#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container.center .header-image-container.center {
	-webkit-align-self: center;
	-ms-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

#tm_builder_outer_content .tm_pb_fullscreen .tm_pb_fullwidth_header_container.center .header-content-container.bottom,
#tm_builder_outer_content .tm_pb_fullscreen .tm_pb_fullwidth_header_container.center .header-image-container.bottom {
	-webkit-align-self: flex-end;
	-ms-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container.left {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-flex-flow: row;
	-moz-flex-flow: row;
	-ms-flex-flow: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row
}

#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container.right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-flex-flow: row-reverse;
	-moz-flex-flow: row-reverse;
	-ms-flex-flow: row-reverse;
	-ms-flex-wrap: wrap;
	-webkit-flex-flow: row-reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse
}

#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container.left .header-content-container,
#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container.right .header-content-container {
	width: 100%
}

#tm_builder_outer_content .tm_pb_fullwidth_header.tm_pb_header_with_image .tm_pb_fullwidth_header_container.left .header-content-container,
#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container.left .header-image-container,
#tm_builder_outer_content .tm_pb_fullwidth_header.tm_pb_header_with_image .tm_pb_fullwidth_header_container.right .header-content-container {
	width: 50%;
	-webkit-align-self: center;
	-ms-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container.right .header-image-container {
	width: 50%;
	-webkit-align-self: center;
	-ms-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container.left .header-content-container.center,
#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container.left .header-image-container.center {
	-webkit-align-self: center;
	-ms-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container.right .header-content-container.center,
#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container.right .header-image-container.center {
	-webkit-align-self: center;
	-ms-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

#tm_builder_outer_content .tm_pb_fullscreen .tm_pb_fullwidth_header_container.left .header-content-container.bottom,
#tm_builder_outer_content .tm_pb_fullscreen .tm_pb_fullwidth_header_container.left .header-image-container.bottom {
	-webkit-align-self: flex-end;
	-ms-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

#tm_builder_outer_content .tm_pb_fullscreen .tm_pb_fullwidth_header_container.right .header-content-container.bottom,
#tm_builder_outer_content .tm_pb_fullscreen .tm_pb_fullwidth_header_container.right .header-image-container.bottom {
	-webkit-align-self: flex-end;
	-ms-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container.left .header-content {
	text-align: left;
	margin-left: 4%;
	margin-right: 2%
}

#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container.right .header-content {
	text-align: right;
	margin-right: 4%;
	margin-left: 2%;
	float: right
}

#tm_builder_outer_content .tm_pb_fullscreen .tm_pb_fullwidth_header_container.left .header-content-container.bottom,
#tm_builder_outer_content .tm_pb_fullscreen .tm_pb_fullwidth_header_container.right .header-content-container.bottom {
	margin-bottom: 80px
}

#tm_builder_outer_content .tm_pb_fullwidth_header .header-content {
	padding: 10px;
	text-align: center
}

#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container.center .header-content {
	margin: 20px auto;
	width: 80%;
	max-width: 800px
}

#tm_builder_outer_content .tm_pb_fullwidth_header .header-image {
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
	line-height: 0
}

#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container .header-content a.tm_pb_button {
	margin-top: 20px;
	display: inline-block
}

#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_container .tm_pb_button_one {
	margin-right: 15px
}

#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_overlay {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	pointer-events: none
}

#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_parallax_css {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden
}

#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_scroll {
	width: 100%;
	min-height: 30px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	bottom: 0
}

#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_scroll a {
	display: inline-block
}

#tm_builder_outer_content .tm_pb_fullwidth_header .tm_pb_fullwidth_header_scroll a .tm-pb-icon {
	color: #FFF;
	font-size: 3.5em
}

#tm_builder_outer_content .tm_pb_counters,
#tm_builder_outer_content .tm_pb_pricing {
	list-style: none !important;
	padding: 0 !important;
	line-height: inherit !important
}

#tm_builder_outer_content .tm_pb_widget {
	float: left;
	max-width: 100%
}

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

#tm_builder_outer_content .tm_pb_widget li a:hover {
	color: #82c0c7
}

#tm_builder_outer_content .tm_pb_widget ul li {
	margin-bottom: 0.5em
}

#tm_builder_outer_content .tm_pb_widget ul li ul li {
	margin-left: 15px
}

#tm_builder_outer_content .tm_pb_widget select {
	width: 100%;
	height: 28px
}

#tm_builder_outer_content .tm_pb_widget_area .tm_pb_widget a {
	color: inherit
}

#tm_builder_outer_content .tm_pb_bg_layout_light .tm_pb_widget li a {
	color: #666
}

#tm_builder_outer_content .tm_pb_bg_layout_dark .tm_pb_widget li a {
	color: inherit
}

#tm_builder_outer_content .tm_pb_title_container h1 {
	font-size: 26px;
	line-height: 1em
}

#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_title_container h1,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_title_container h1 {
	font-size: 18px
}

#tm_builder_outer_content .tm_pb_title_featured_container img {
	width: 100%
}

#tm_builder_outer_content .tm_pb_title_container {
	display: inline-block;
	max-width: 100%;
	word-wrap: break-word;
	z-index: 98;
	position: relative
}

#tm_builder_outer_content .tm_pb_title_featured_container {
	line-height: 0
}

#tm_builder_outer_content p.tm_pb_title_meta_container {
	padding-bottom: 1em
}

#tm_builder_outer_content .tm_pb_fullwidth_section .tm_pb_post_title.tm_pb_featured_bg .tm_pb_title_container {
	padding-bottom: 0
}

#tm_builder_outer_content .tm_pb_fullwidth_section .tm_pb_title_container,
#tm_builder_outer_content .tm_pb_fullwidth_section .tm_pb_title_featured_container {
	width: 80%;
	max-width: 1080px;
	margin: auto;
	display: block
}

#tm_builder_outer_content .single.tm_right_sidebar .tm_pb_fullwidth_section .tm_pb_title_container,
#tm_builder_outer_content .single .tm_pb_fullwidth_section .tm_pb_title_featured_container {
	width: 100%;
	max-width: 100%;
	padding-top: 0
}

#tm_builder_outer_content .tm_pb_module.tm_pb_has_overlay,
#tm_builder_outer_content article.tm_pb_has_overlay .tm_pb_blog_image_container {
	position: relative
}

#tm_builder_outer_content .tm_pb_module.tm_pb_has_overlay .tm_overlay,
#tm_builder_outer_content article.tm_pb_has_overlay {
	border: none
}

#tm_builder_outer_content .form-submit {
	float: right
}

#tm_builder_outer_content .form-submit input {
	display: block;
	cursor: pointer
}

#tm_builder_outer_content #reply-title small {
	display: block;
	font-size: 14px;
	font-weight: 400
}

#tm_builder_outer_content .tm-waypoint {
	opacity: 0
}

#tm_builder_outer_content .tm_pb_counters,
#tm_builder_outer_content .tm_pb_animation_off {
	opacity: 1
}

#tm_builder_outer_content .tm_pb_animation_left.tm-animated {
	opacity: 1;
	-webkit-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1)
}

#tm_builder_outer_content .tm_pb_animation_right.tm-animated {
	opacity: 1;
	-webkit-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1)
}

#tm_builder_outer_content .tm_pb_animation_top.tm-animated {
	opacity: 1;
	-webkit-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1)
}

#tm_builder_outer_content .tm_pb_animation_bottom.tm-animated {
	opacity: 1;
	-webkit-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1)
}

#tm_builder_outer_content .tm_pb_animation_fade_in.tm-animated {
	opacity: 1;
	-webkit-animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1)
}

#tm_builder_outer_content .single.tm_full_width_page .tm_pb_row,
#tm_builder_outer_content .single.tm_full_width_portfolio_page .tm_pb_row {
	width: 80%
}
</pre></body></html>