/*
Theme Name: The Digital Insurer
Theme URI: http://www.fivebyfive.com.au/
Description: A mobile responsive and HTML5 theme built.
Author: FIVE BY FIVE
Author URI: http://www.fivebyfive.com.au/
Version: 2.6
Template: genesis
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* Security purposes */
img { exif: none; }

/*  General styles */

div, p, span, table, ul, ol, li, a, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #344152;
	-webkit-font-smoothing: antialiased;
	position: relative;
	background: #fff;
	margin: 0;
	padding: 0;
	transition: opacity .2s ease;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0px 0px 20px 0px;
	padding: 0;
	line-height: 1.25;
}

h1, .h1 {
	font-size: 34px;
}

h2, .h2 {
	font-size: 27px;
}

h3, .h3 {
	font-size: 27px;
}

h4, .h4 {
	font-size: 27px;
}

h5, .h5 {
	font-size: 20px;
}

h6, .h6 {
	font-size: 17px;
}

.panel-grid-cell .widget-title {
	font-size: 34px;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: inherit;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: inherit;
	text-decoration: underline;
}

.cap {
	text-transform: uppercase;
}

.white {
	color: #fff;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

a, .footer-top .menu li a, .search-form input[type="submit"], .search-form button[type="submit"], .sidebar-posts .post-item a:hover .overlay, .gform_footer .gform_button.button, .gform_footer input[type=submit] {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a {
	color: #344152;
	text-decoration: underline;
}

a:visited {
	/*color: #344152;*/
}

a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #344152;
}

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

ol li {
	list-style: inherit;
	margin-left: 15px;
	padding-left: 15px;
}

li {
	list-style: none;
}

.item-content ol, .item-content ul {
	margin-bottom: 20px;
}

.item-content li {
	list-style: inherit;
	margin-left: 20px;
	padding-left: 10px;
}

iframe {
	max-width: 100%;
}

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

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

.content ul, .entry-content ul {
	padding-left: 20px;
	margin-left: 20px;
}

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

.content ul.list-group li, .entry-content ul.list-group li {
	list-style: none;
}

ul.inline-list, .content ul.inline-list, .entry-content ul.inline-list {
	margin-left: 0;
	padding-left: 0;
}

ul.inline-list li, .content ul.inline-list li, .entry-content ul.inline-list li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
}

ul.inline-list li a, .content ul.inline-list li a, .entry-content ul.inline-list li a {
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 700;
	color: #344152;
}

ul.inline-list li a:hover, .content ul.inline-list li a:hover, .entry-content ul.inline-list li a:hover {
	text-decoration: none;
}

.content ol, .entry-content ol {
	padding-left: 20px;
	margin-left: 20px;
	list-style: decimal;
}

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

.content .list-group, .entry-content .list-group {
	padding-left: 0;
	margin-left: 0;
}

.content ol.list-group li, .entry-content ol.list-group li {
	display: list-item;
	list-style: decimal;
	list-style-position: inside;
}

/* Page fade */

.fade-load {
	-webkit-animation: fadein 2s;
	-moz-animation: fadein 2s;
	-ms-animation: fadein 2s;
	-o-animation: fadein 2s;
	animation: fadein 2s;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Page fade End */

/* Preload */

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #344152;
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
}

.clearfix {
	clear: both;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearboth {
	clear: both;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

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

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

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

.small-text {
	font-size: 11px;
	font-size: 0.786em;
}

.nmb {
	margin-bottom: 0;
}

.nmt {
	margin-top: 0;
}

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

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.hide, .hide-header .site-header, .hide-nav .nav-primary, .hide-internal-header .internal-header, .hide-responsive-nav #responsive-menu, .hide-responsive-nav #click-menu, .hide-footer .site-footer, .hide-footer-top .footer-top, .hide-footer-bottom .footer-bottom {
	display: none !important;
}

.image-hover-style-1 {
	position: relative;
}

.image-hover-style-1:after {
	content: '';
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ddd;
	background: rgba(255, 255, 255, 0.25);
	transition: opacity .2s ease;
}

.image-hover-style-1:hover:after {
	visibility: visible;
	opacity: 1;
}

/* Layout */

.site-container {
	/* width: 2000px;
	border-left: 1px #ccc solid;
    border-right: 1px #ccc solid; */
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.site-inner {
	min-height: 300px;
}

.site-header .wrap,
.nav-primary .wrap {
	width: 1200px;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.site-header .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.wrapper, .wrap, .content-sidebar-wrap {
	width: 1200px;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.content-wrap-fullwidth .site-inner .content-sidebar-wrap {
	padding: 0;
	width: 100%;
}

#sticky_header_trigger_point {
    width: 100%;
}

.custom-header-menu-dropdown {
    position: relative;
    display: inline-block;
}

.custom-header-menu-dropdown .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    width: 220px;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 7px 0 #0000002b;
    left: 50%;
    margin-left: -100px;
    padding: 20px 10px 10px;
    z-index: 10;
}

.custom-header-menu-btn {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0px 0 0 7px;
    vertical-align: middle;
    border: 1px solid #212C39;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.custom-header-menu-btn svg {
    width: 16px;
}
.custom-header-menu-btn path {
    fill: #212c39;
    transition: all .3s ease;
}

.custom-header-menu-btn:hover,
.custom-header-menu-dropdown.open .custom-header-menu-btn {
    background: #212c39;
}

.custom-header-menu-btn:hover path,
.custom-header-menu-dropdown.open .custom-header-menu-btn path {
    fill: #fff;
}

.custom-header-menu-dropdown.open .dropdown {
    display: block;
    animation: fadeInUpShort .4s cubic-bezier(.39,.575,.565,1.000) both;
}

.custom-header-menu-dropdown .item {
    margin-bottom: 10px;
    line-height: 1.2;
}
.custom-header-menu-dropdown .item a {
    color: #344152;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}
.custom-header-menu-dropdown .item a:hover {
    color: #fc6a63;
}

@keyframes fadeInUpShort {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/*New custom templates has 1400 width*/
.home .site-header .wrap,
.home .nav-primary .wrap {
    width: 1400px!important;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.single.three-column-template .site-header .wrap, .single.three-column-template .nav-primary .wrap,
.archive.three-column-template .site-header .wrap, .archive.three-column-template .nav-primary .wrap {
    width: 1400px!important;
}

.home .footer-top > .wrapper,
.single .three-column-wrapper .content-sidebar-wrap, 
.single.three-column-template .footer-top > .wrapper, 
.category.three-column-template .content-sidebar-wrap, .category.three-column-template .footer-top > .wrapper,
.archive.three-column-template .content-sidebar-wrap, .archive.three-column-template .footer-top > .wrapper {
    width: 1400px!important;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.archive.three-column-template .content-sidebar-wrap,
.category.three-column-template .content-sidebar-wrap{
	padding: 0 0px;
}

.wrap:after, .wrapper:after {
	content: '';
	display: block;
	clear: both;
}

.cols-wrapper {
	display: inline-block;
	width: 100%;
}

.wrapper.minus-30, .wrap.minus-30 {
	width: 1170px;
}

.wrapper.plus-30, .wrap.plus-30 {
	width: 1230px;
}

.w-640 {
	width: 640px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* UI Elements */


.content-section a {
	color: #FC6A63;
}

.btn-2, .btn,
a.btn-2, a.btn {
	display: inline-block;
	background: #344152;
	color: #fff;
	white-space: normal;
	border: none;
	border-radius: 0;
	font-size: 12px;
	text-transform: none;
	padding: 14px 16px;
	line-height: 1;
	text-decoration: none;
}
.custom-header-inner .s2 .btn-download{
	padding-left: 24px;
	padding-right: 24px;
}


a.btn-2:hover, a.btn:hover,
.btn-2:active, .btn:active,
a.btn-2:active, a.btn:active,
.btn-2:focus, .btn:focus,
a.btn-2:focus, a.btn:focus {
	background-color: #FC6A63!important;
	border-color: #FC6A63;
    outline: none;
    color: #fff!important;
}

.slide-btn-2 .btn {
	white-space: nowrap;
}

.btn-2:hover, .btn:hover {
	background: #212b38;
	border-color: #212b38;
	color: #fff;
}

.btn.alt, .btn.alt:visited, .btn.alt:focus {
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: underline;
}

.btn.alt:hover {
	text-decoration: none;
}

.btn-2 {
	background: #bbbfc4;
}

.btn-2:hover {
	background: #808790;
	border-color: #808790;
}

.btn-3, .btn-3:focus {
	background: none;
	color: #344152;
	border: 1px solid #344152;
	padding: 13px 16px;
}

.btn-3:hover {
	background: #212b38;
	border-color: #212b38;
	color: #fff;
}

a.btn-4, a.btn-4:visited, a.btn-4:focus,
.btn-4, .btn-4:visited, .btn-4:focus {
	background: #fc6a63;
	color: #fff;
}

a.btn-4:hover ,
.btn-4:hover {
	background: #f1665f;
	border-color: #f1665f;
	color: #fff;
}

.btn-5, .btn-5:visited, .btn-5:focus {
	border: 1px solid #fff;
	text-decoration: none;
	background: #344152;
	color: #fff;
	padding: 13px 16px;
}

.btn-5:hover {
	background: #fff;
	color: #344152;
}
.btn-5.active {
	outline: none;
	box-shadow: none;

}
.btn-6 {
	border: 1px solid #E9EBED;
	border-radius: 30.5px;
	background-color: #FFFFFF;
	color: #525D6B;
	padding: 20px 32px 20px 32px;
}
.btn-6:focus,
.btn-6:visited {
	color: #344152;
}
.btn-6:hover {
	text-decoration: underline;
	background-color: #FFFFFF;
	color: #525D6B;
}
.btn-6.play-icon {
	padding: 8px 32px 8px 12px;
	color: #525D6B;
    line-height: 40px;
}
.btn-6.play-icon:before {
	content: url(/wp-content/themes/tdi/images/play-btn.png);
	margin-right: 15px;
	float: left;
	height: 40px;
}


a.btn-white,
a.btn-white:hover,
a.btn-white:visited,
a.btn-white:focus {
	color: #344152;
	background: #fff;
}

a.btn-white:hover {
	color: #344152;
	background: #fff;
	text-decoration: underline;
}



.btn-white.alt, .btn-white.alt:visited, .btn-white.alt:focus {
	text-decoration: underline;
}

.btn-white.alt:hover {
	text-decoration: none;
}

.btn-grey, .btn-grey:visited, .btn-grey:focus {
	color: #344152;
	background: #f3f5f7;
}

.btn-grey:hover {
	background: #e9ebed;
	color: #344152;
}

.btn-info {
	background: #777;
	border-color: #777;
}

.btn-lg {
	width: 100%;
	margin: 10px 0;
	white-space: normal;
}

.label {
	padding: .3em .6em .3em;
}

.label-info {
	background-color: #AAA;
}

.wil .fa {
	margin-right: 10px;
}

.wir .fa {
	margin-left: 10px;
}

.btn.size-2 {
	padding: 19px 20px;
	text-align: center;
	line-height: 16px;
}

.btn-3.size-2 {
	padding: 18px 30px;
}

.btn.small {
	padding: 10px 16px;
}

.btn.full {
	display: inline-block;
	width: 100%;
}

.btn-3.active {
	background-color: #344152;
	color: #fff;
}

a.slide-link {
	color: #fff;
	font-weight: 700!important;
}




/* Animations */

/* Animation - Fade In Down (Short) */
@-webkit-keyframes fadeInDown {
	0%{-webkit-transform:translateY(20px);transform:translateY(50px);opacity:0}
	100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
}
@keyframes fadeInDown {
	0%{-webkit-transform:translateY(20px);transform:translateY(50px);opacity:0}
	100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
}

@-webkit-keyframes fadeInDownShort {
	0%{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0}
	100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
}
@keyframes fadeInDownShort {
	0%{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0}
	100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
}
/* @-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
} */

.animate-fade-in-down {
	-webkit-animation:fadeInDown .6s cubic-bezier(.39,.575,.565,1.000) both;
	animation: fadeInDown .6s cubic-bezier(.39,.575,.565,1.000) both;
}
.fade-in-bottom{
	-webkit-animation:fadeInDown .6s cubic-bezier(.39,.575,.565,1.000) both;
	animation: fadeInDown .6s cubic-bezier(.39,.575,.565,1.000) both;
}

/* Animation - Fade In Up (Short) */

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.animate-fade-in-up {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/* Animation - Fade In Left (Short) */

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

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

.animate-fade-in-left {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

/* Animation - Fade In Right (Short) */

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

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

.animate-fade-in-right {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

/* Animation - Spin */

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.animate-spin {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: spin;
	animation-name: spin;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	-o-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

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

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

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

@-webkit-keyframes swing-in-top-fwd {
	0% {
		-webkit-transform: rotateX(-100deg);
		transform: rotateX(-100deg);
		-webkit-transform-origin: top;
		transform-origin: top;
		opacity: 0
	}
	100% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transform-origin: top;
		transform-origin: top;
		opacity: 1
	}
}

@keyframes swing-in-top-fwd {
	0% {
		-webkit-transform: rotateX(-100deg);
		transform: rotateX(-100deg);
		-webkit-transform-origin: top;
		transform-origin: top;
		opacity: 0
	}
	100% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transform-origin: top;
		transform-origin: top;
		opacity: 1
	}
}

.swing-in-top-fwd {
	-webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	-moz-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

@-webkit-keyframes slide-in-fwd-top {
	0% {
		-webkit-transform: translateZ(-1400px) translateY(-800px);
		transform: translateZ(-1400px) translateY(-800px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1
	}
}

@keyframes slide-in-fwd-top {
	0% {
		-webkit-transform: translateZ(-1400px) translateY(-800px);
		transform: translateZ(-1400px) translateY(-800px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1
	}
}

.slide-in-fwd-top {
	-webkit-animation: slide-in-fwd-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-moz-animation: slide-in-fwd-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-fwd-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-fwd-bottom {
	0% {
		-webkit-transform: translateZ(-1400px) translateY(800px);
		transform: translateZ(-1400px) translateY(800px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1
	}
}

@keyframes slide-in-fwd-bottom {
	0% {
		-webkit-transform: translateZ(-1400px) translateY(800px);
		transform: translateZ(-1400px) translateY(800px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1
	}
}

.slide-in-fwd-bottom {
	-webkit-animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-moz-animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-out-bck-bottom {
	0% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1
	}
	100% {
		-webkit-transform: translateZ(-1100px) translateY(1000px);
		transform: translateZ(-1100px) translateY(1000px);
		opacity: 0
	}
}

@keyframes slide-out-bck-bottom {
	0% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1
	}
	100% {
		-webkit-transform: translateZ(-1100px) translateY(1000px);
		transform: translateZ(-1100px) translateY(1000px);
		opacity: 0
	}
}

.slide-out-bck-bottom {
	-webkit-animation: slide-out-bck-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	-moz-animation: slide-out-bck-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: slide-out-bck-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

/* Phone Button */

.phone-button {
	border: 1px solid #414042;
	border-radius: 38px;
	min-width: 38px;
	height: 38px;
	padding: 20px 16px;
	float: left;
	margin: 5px 0 0 20px;
	text-align: center;
	font-size: 14px;
	color: #414042;
	font-weight: 700;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-box-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}

.phone-button:hover {
	border: 1px #d4d4d4 solid;
}

.phone-button i {
	font-weight: normal;
	font-size: 23px;
}

.phone-button:hover i {
	margin-right: 15px;
	color: #d4d4d4;
}

.phone-button .number {
	font-size: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.phone-button:hover .number {
	font-size: 14px;
	display: inline-block;
	color: #d4d4d4;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 0 auto;
}

.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Popup Box */

a#fancybox-close {
	background: #212c39;
	border-radius: 100%;
	display: inline;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	top: -25px;
	right: -25px;
}

a#fancybox-close:before {
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\f00d';
	color: #fff;
	font-size: 14px;
}

a#fancybox-close:hover {
	background: #344152;
}

div#fancybox-outer {
	box-shadow: 0 0 60px rgba(17, 17, 17, 0.45);
	-moz-box-shadow: 0 0 60px rgba(17, 17, 17, 0.45);
	-webkit-box-shadow: 0 0 60px rgba(17, 17, 17, 0.45);
}

div #fancybox-content div {
	box-sizing: border-box;
}

.popup-box-wrap {
	padding: 40px 30px;
	width: 800px;
	max-width: 100%;
	box-sizing: border-box !important;
}

.popup-box-wrap .row {
	margin-top: 30px;
}

.popup-box-wrap h2 {
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
}

.popup-box-wrap h5 {
	text-align: center;
	margin-bottom: 0;
}

.popup-box-wrap .left-box {
	text-align: center;
	display: inline-flex;
	min-height: 240px;
}

.popup-box-wrap .left-box img {
	margin: auto;
}

.popup-box-wrap .gf_left_half, .popup-box-wrap .gf_right_half {
	width: 100% !important;
	clear: both;
}

.popup-container .header {
	margin-bottom: 30px;
}

.popup-container .header .heading {
	margin-bottom: 5px;
	margin-bottom: 0;
}

.popup-container .header .description {
	margin-bottom: 0;
	font-size: 13px;
}

.subscribe-popup-container {
	width: 540px;
	text-align: center;
}

.subscribe-popup-container .inner {
	padding: 30px 60px 30px;
}

.subscribe-popup-container div .gform_footer .gform_button.button {
	width: 100%;
}

.popup-container-1 {
	width: 600px;
	max-width: 100%;
	padding: 30px 60px;
}

.popup-container-2 {
	width: 1170px;
	max-width: 100%;
	padding: 45px 45px;
}

/* End Popup forms */

/* Place Holder */

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

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

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

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

/* Header */

.site-header {
	background-color: #ffffff;
	padding: 10px 0 10px;
	min-height: 85px;
}

.site-header.stick {
	width: 100%;
	box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
	z-index: 200;
}

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

#menu-main-menu li a {
	font-size: 13px;
	color: #344152;
	text-transform: uppercase;
	text-decoration: none;
}

#menu-main-menu {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

/* #menu-main-menu>li {
	flex: 1;
} */

.menu-primary #menu-item-3999 {
	max-width: 90px;
}

.menu-primary #menu-item-14783 {
	max-width: 100px;
}

#menu-main-menu>li>a {
	display: block;
	padding: 17px 3px;
	text-align: center;
	position: relative;
}

#menu-main-menu>li>a:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#menu-main-menu>li:hover>a:before, #menu-main-menu>li>a:hover:before, #menu-main-menu>li.current-menu-item>a:before {
	background: #344152;
}

#menu-main-menu>li.current-menu-item>a {
	font-weight: 600;
}

#menu-main-menu>li.menu-item-has-children>a:after {
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 1;
	margin-left: 8px;
}

.nav-primary {
	background: #f7f9fb;
}

.nav-primary .genesis-nav-menu>li>a, .nav-header .genesis-nav-menu>li>a {}

.nav-primary .sub-menu li, .nav-header .sub-menu li {
	display: inline-block;
	width: 100%;
}

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

.nav-primary .genesis-nav-menu .sub-menu, .nav-header .genesis-nav-menu .sub-menu {
	position: absolute;
	left: -9999px;
	padding: 0;
	margin: 0;
	width: 260px;
	max-width: 100%;
	opacity: 0;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-ms-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
	z-index: 999;
	clear: both;
	-moz-box-shadow: 2px 5px 20px -10px #000;
	-webkit-box-shadow: 2px 5px 20px -10px #000;
	box-shadow: 2px 5px 20px -10px #000;
}

.nav-primary .genesis-nav-menu .sub-menu .sub-menu, .nav-header .genesis-nav-menu .sub-menu .sub-menu {
	left: 200px !important;
	top: 0;
}

.nav-primary .genesis-nav-menu .sub-menu li, .nav-header .genesis-nav-menu .sub-menu li {
	background: #fff;
	border-bottom: 2px solid #f9fafb;
	position: relative;
}

.nav-primary .genesis-nav-menu .sub-menu a, .nav-header .genesis-nav-menu .sub-menu a {
	position: relative;
	display: inline-block;
	padding: 10px 12px 10px 15px;
	width: 100%;
	border-top: none;
	text-align: left;
	color: #444;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover, .nav-header .genesis-nav-menu .sub-menu a:hover {
	background-color: #f9fafb;
}

.site-header .title-area {
	display: inline-block;
	margin-top: 0;
}
#site_logo_image {
    width: 119px;
}
.site-header .header-logo-2 {
	display: inline-block;
	margin-right: 20px;
	height: 81px;
	line-height: 81px;
	vertical-align: top;
}

.site-header .title-area a {
	display: inline-block;
}

.header-widget-area {
	text-align: right;
	display: inline-block;
}

.header-widget-area .top-right {
	text-align: right
}

.header-widget-area .widget {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}

.header-tagline {
    display: block;
    vertical-align: middle;
    text-transform: none;
    color: #000;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: right;
    padding-right: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

/* Headhesive */

.site-header--clone {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3);
}

.site-header--stick {
	-webkit-animation:fadeInDown .6s cubic-bezier(.39,.575,.565,1.000) both;
	animation: fadeInDown .6s cubic-bezier(.39,.575,.565,1.000) both;
}

.admin-bar .site-header--stick {
	top: 32px;
}

div .site-header--stick, div.site-header--stick, .site-header--stick {
	z-index: 2000;
	width: 100%;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.header-gtranslate {
	display: inline-block;
	vertical-align: middle;
}
/* End Header */

/*
*  Footer
*/

.site-footer {
	overflow: hidden;
	margin-top: 0px;
}

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

.footer-top {
	background-color: #f7f9fb;
	padding: 25px 0 40px;
}

/* Footer Information Box */

.footer-info-box {
	width: 100%;
	min-height: 155px;
	position: relative;
}

.footer-info-box .footer-info {
	width: 100%;
	position: absolute;
	top: 0;
}

.footer-info-box .footer-info a {
	display: block;
	width: 100%;
	margin-bottom: 25px;
	font-size: 14px;
	color: #fcf8ef;
	letter-spacing: 2px;
	text-decoration: none;
	cursor: pointer;
}

.footer-info-box .footer-info a:hover {
	opacity: 0.6;
}

.footer-info .footer-phone, .footer-info .footer-mobile, .footer-info .footer-address {
	padding-left: 55px;
}

.footer-info .footer-phone:before, .footer-info .footer-mobile:before, .footer-info .footer-address:before {
	font-family: 'FontAwesome';
	font-size: 20px;
	color: #fcf8ef;
	line-height: 22px;
	border-right: 1px #fff solid;
	padding-right: 20px;
	min-width: 38px;
	position: absolute;
	left: 0;
}

.footer-info .footer-phone:before {
	content: '\f095';
}

.footer-info .footer-mobile:before {
	font-size: 23px;
	content: '\f10b';
}

.footer-info .footer-address:before {
	content: '\f124';
}

.footer-bottom {
	background-color: #f7f8fa;
	padding: 12px 0;
	font-size: 12px;
}

.footer-bottom .inner {
	border-top: 1px solid #e9ebed;
	border-bottom: 1px solid #e9ebed;
	padding: 15px 0;
	margin-bottom: 12px;
}

.footer-bottom a {
	color: inherit;
}

.footer-bottom-left {
	text-align: left;
}

.footer-bottom-center {
	text-align: center;
}

.footer-bottom-right {
	text-align: right;
}

.footer-bottom-right a {
	text-decoration: underline;
	margin-left: 15px;
}

.footer-bottom-right a:hover {
	text-decoration: none;
}

.footer-bottom-right a.no-line {
	text-decoration: none;
}

.site-footer .widget.last {
	margin-right: 0;
}

.footer-top .menu li {}

.footer-top .menu li a {
	font-size: 12px;
	font-weight: 400;
	color: inherit;
}

.footer-top .menu li a:hover {
	color: #FC6A63;
}

/* End Footer */

/*
*  Internals
*/

.content:after {
	content: '';
	display: block;
	clear: both;
}
.home .internal-header.custom-header .wrapper {
    width: 1400px;
}
.home.full-width-content .content-sidebar-wrap>.content {
	margin: 0;
}

.full-width-content .content-sidebar-wrap>.content {
	margin-top: 70px;
	margin-bottom: 40px;
	width: 100%;
	float: none;
}

.content-wrap-no-m .content-sidebar-wrap>.content {
	margin: 0;
}
.content-wrap-no-mt .content-sidebar-wrap>.content {
	margin-top: 0;
}
.content-wrap-no-mb .content-sidebar-wrap>.content {
	margin-bottom: 0;
}

.content-sidebar-wrap>.content {
	display: block;
	width: 800px;
	max-width: 100%;
	float: left;
}

.home.content-sidebar .content-sidebar-wrap {
	margin-top: 0;
}

.content-sidebar .content-sidebar-wrap {
	margin-top: 40px;
}

.content-sidebar .content-sidebar-wrap:after {
	content: '';
	display: block;
	clear: both;
}

.content-sidebar .sidebar {
	display: block;
	width: 300px;
	max-width: 100%;
	float: right;
	margin-left: 0px;
}

.internal-header {
	background: #f7f9fb;
	background-position: center center;
	background-size: cover;
	padding: 34px 0 34px;
}

.internal-header .title-container h2, .internal-header h1 {
	text-align: left;
	margin: 0;
	font-size: 27px;
}

.internal-header h1 span {
	display: inline-block;
}

.breadcrumb {
	margin-top: 20px;
	text-align: left;
	background: none;
	margin-bottom: 0;
}

.breadcrumb a {
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.internal-header .breadcrumb {
	font-size: 12px;
	font-style: italic;
}

.internal-header .breadcrumb .sep {
	margin: 0 3px;
}

.internal-header .breadcrumb a {
	text-decoration: underline;
}

.internal-header .breadcrumb a:hover {
	text-decoration: none;
}

/* End Internals */

/*
*  404
*/

body.error404 {
	background: url(images/404-bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.error404 .widget-title {
	display: none;
}

.error404 .content-404 {
	display: inline-block;
	width: 100%;
	padding: 80px 0 40px 0;
	text-align: center;
}

.error404 .content-404 {
	text-transform: uppercase;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 3.59px;
	line-height: 28px;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.18);
	text-align: center;
}

.error404 .content-404 h2 {
	font-size: 260px;
	font-weight: 600;
	color: #464646;
	letter-spacing: 50.13px;
	line-height: 270px;
	text-align: center;
}

.error404 .site-header, .error404 .nav-primary, .error404 .internal-header, .error404 .site-footer, .error404 #responsive-menu, .error404 #click-menu {
	display: none;
}

.error404 .site-container {
	box-shadow: none;
}

.error404 .button-404 {
	display: block;
	background: #FFFFFF;
	width: 61px;
	height: 61px;
	border-radius: 100%;
	text-shadow: 0 0 6px rgba(177, 177, 177, 177.18);
	margin: 0 auto;
	text-align: center;
}

.error404 .button-404:hover {
	opacity: 0.6;
	background: #f5f5f5;
}

.error404 .button-404 #btn-404 {
	display: inline-block;
	width: 34px;
	height: 36px;
	margin: auto;
	margin: 10px auto;
}

.error404 .content-sidebar-wrap, .error404 .site-container {
	background: transparent !important;
}

/* End 404 */

.site-inner .content-sidebar-wrap {
	padding-bottom: 60px;
}

.home .content-sidebar-wrap {
	width: 100%;
	padding: 0;
}

.preloader-container img {
	display: block;
	width: 70px;
	margin: 20px auto;
}

/*
*  Internals | Blog
*/

.post-date {
	display: inline-block;
	text-transform: uppercase;
	font-size: 11px;
	margin-left: 20px;
}

.blog-category {
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	font-size: 11px;
}

.title-container h2 {
	position: relative;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 27px;
	/* text-transform: uppercase; */
	font-family: 'Open Sans';
	text-transform: none;
	font-weight: 700;
}

.single-product .post-title{
	position: relative;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 34px;
	color: #344152;
	/* text-transform: uppercase; */
	font-family: 'Open Sans';
	text-transform: none;
	font-weight: 400;
}


.single-post .title-container h2 {
	padding-bottom: 40px;
	border-bottom: 1px #dee0e7 solid;
	margin-bottom: 30px;
}

/* Single Post Translation Bar */

.single-post .view-newsletter-button {
	display: inline-block;
}

.single-post .translate-bar {
	vertical-align: middle;
	float: right;
}

.single-post .translate-bar .heading, .single-post .translate-bar .language-button {
	display: inline-block;
}

.single-post .translate-bar .option.portugese-translated-link:before {
	background-image: url('/wp-content/themes/tdi/images/portugal-flag.png');
}

.single-post .translate-bar .option.chinese-translated-link:before {
	background-image: url('/wp-content/themes/tdi/images/ch.png');
}

.single-post .translate-bar .option.spanish-translated-link:before {
	background-image: url('/wp-content/themes/tdi/images/spain.jpg');
}

.single-post .translate-bar .option.english-link:before {
	background-image: url('/wp-content/themes/tdi/images/en.png');
}

.blog-container .title-container .post-title a {
	text-transform: uppercase;
}

.blog-container .title-container .post-title a:hover {
	text-decoration: underline;
}

.blog-post .thumbnail-container, .single-post .thumbnail-container {
	margin-bottom: 10px;
}

.blog-post .thumbnail-container a {
	display: inline-block;
	position: relative;
}

.blog-post .thumbnail-container a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.blog-post .thumbnail-container a:hover:before {
	background: rgba(0, 0, 0, 0.4);
}

.blog-post h2 a:hover {
	text-decoration: none;
}

.blog-container .blog-post {
	padding-bottom: 25px;
	margin-bottom: 35px;
	overflow: hidden;
}

.blog-post .content {
	margin-bottom: 10px;
}

.blog-post .read-more-container {
	margin-bottom: 10px;
}

.blog-post .author-container {
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 300;
}

.blog-container .read-more:visited {
	color: #ffffff;
}

.page-template-page_blog .no-posts {
	text-align: center;
	color: #BEBEBE;
	text-shadow: 0 1px 1px #fff;
	margin: 60px auto;
}

/* Page Navi */

.wp-pagenavi {
	display: inline-block;
	background: #ffffff;
	border: 1px solid #e9ebed;
	padding: 12px 24px;
}

.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	border: none;
	line-height: 1;
	color: #344152;
	font-weight: 700;
	font-size: 14px;
	margin-right: 5px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: none;
	color: #344152;
	text-decoration: underline;
}

.wp-pagenavi .pages {
	display: none;
}

/*
*  Sidebar
*/

.sidebar>.widget {
	margin-bottom: 20px;
}

.sidebar .widget-title {
	margin: 0 0 20px;
}

.search-form input {
	border: none;
}

.search-form input[type="text"], .search-form input[type="search"] {
	vertical-align: top;
	height: 36px;
	width: 260px;
	padding: 10px;
	box-sizing: border-box;
	color: #333;
	outline: none;
	background: #eee;
}

.search-form ::-webkit-input-placeholder {
	color: #bbb;
}

.search-form :-ms-input-placeholder {
	color: #bbb;
}

.search-form ::-moz-placeholder {
	color: #bbb;
}

.search-form :-moz-placeholder {
	color: #bbb;
}

.search-form input[type="submit"], .search-form button[type="submit"] {
	display: inline-block;
	width: 36px;
	height: 36px;
	padding: 0;
	background: #777;
	border: none;
	color: #fff;
}

.search-form button[type="submit"]:after {
	content: '\f002';
	width: 36px;
	height: 36px;
	display: inline-block;
	font-size: 18px;
	font-family: 'FontAwesome';
	color: #fff;
	vertical-align: middle;
	line-height: 34px;
}

.search-form button[type="submit"]:hover {
	background-color: #5a5a5a;
}

.sidebar .menu {
	border-top: 1px #b4b2ac solid;
}

.sidebar .menu li {
	border: 1px #b4b2ac solid;
	border-top: none;
}

.sidebar .menu a {
	display: block;
	padding: 14px 14px;
	color: #000;
	font-size: 13px;
	line-height: 1;
}

.sidebar .menu a:hover {
	color: #000;
	background: #f2f1f1;
	text-decoration: none;
}

/* Sidebar Post image overlay */

.sidebar-posts .post-item {
	position: relative;
	margin-bottom: 10px;
}

.sidebar-posts .post-item a {
	display: inline-block;
	color: #fff;
}

.sidebar-posts .post-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	padding: 5px 10px;
}

.sidebar-posts .post-item a:hover .overlay {
	background: none;
	color: #fff;
}

.sidebar-posts .post-item .overlay .title {
	color: #fff;
	font-weight: 600;
	padding: 8px;
	border-left: 0;
}

/* Sidebar Post Text */

.sidebar-post-text {
	width: 100%;
	display: inline-block;
}

.sidebar-post-text .sidebar-posts .post-item {
	position: relative;
	border-top: #ddd 1px solid;
	padding: 30px 0;
	display: inline-block;
	max-width: 300px;
}

.sidebar-post-text .date-title-box {
	display: inline-flex;
}

.sidebar-post-text .date {
	width: 70px;
	margin: auto 0;
}

.sidebar-post-text .date span {
	clear: both;
	display: inline-block;
	text-align: center;
}

.sidebar-post-text .title {
	text-transform: uppercase;
	font-weight: 700;
	border-left: #707585 1px solid;
	float: left;
	width: 220px;
	padding-left: 15px;
}

.sidebar-post-text .content {
	font-size: 13px;
	margin: 10px 0 10px 0;
	line-height: 24px;
}

.sidebar-post-text .sidebar-readmore {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.sidebar-post-text .sidebar-posts .post-item a {
	display: inline-block;
	color: #1b274f;
}

.sidebar-post-text .sidebar-posts .post-item a:hover {
	background: none;
	color: #00b8d4;
}

/* End Sidebar Post Text */

.sidebar .fb-embed iframe {
	border: none;
	overflow: hidden;
	width: 250px;
	height: 590px;
}

/* Post share icons */

.share-icons-container {
	clear: both;
	border-top: #ece9e6 1px solid;
	border-bottom: #ece9e6 1px solid;
	padding: 10px 0px 0px 0px;
}

.share-icons-container .stButton .stLarge {
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	border-radius: 100%;
	border: 1px #000 solid;
	color: #000;
	font-size: 12px;
	background-image: none !important;
	width: 48px !important;
	height: 48px !important;
	display: flex !important;
	display: -webkit-flex !important;
	/*Safari*/
	display: -ms-flexbox !important;
	/*IE*/
	align-items: center !important;
	-ms-flex-align: center !important;
	/*IE*/
	-webkit-align-items: center !important;
	/*Safari*/
	-webkit-box-align: center !important;
	justify-content: center !important;
	-webkit-justify-content: center !important;
	/*Safari*/
	-ms-justify-content: center !important;
	/*IE*/
}

.share-icons-container .st_sharethis_large, .share-icons-container .st_sharethis {
	display: inline-block;
}

.share-icons-container .stButton {
	margin: 0px !important;
}

.share-icons-container .stButton .stLarge:before {
	content: '\f1e0';
	font-family: 'FontAwesome';
	font-size: 12px;
	margin: auto;
}

.share-icons-container .stButton .stLarge:hover {
	background-color: #fff;
	color: #000;
	opacity: 1 !important;
}

.single-post .share-icons-container {
	margin-top: 70px;
}

.share-icons-container .left-share {
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #443f39;
	letter-spacing: 0px;
	line-height: 44px;
}

.share-icons-container .right-share {
	text-align: right;
}

/*.share-icons-container .right-share .genesis-share-icons-container{
	float: right;
}

.genesis-share-icons-container,
.ff-social-share {
	margin-bottom: 10px;
	float: left;
}

.single-post .genesis-share-icons-container,
.single-post .ff-social-share,
.post-author {
	margin-bottom: 10px;
	float: left;
}

.share-icons-container:after {
	content: '';
	display: block;
	clear: both;
}*/

.single-post .post-author {
	clear: both;
	float: none;
	display: block;
	font-style: italic;
	font-size: 12px;
	margin-top: 30px;
}

.post-content-wrapper {
	clear: both;
	padding-top: 10px;
	overflow: hidden;
}

.single-post .post-tags {
	font-style: italic;
	font-size: 12px;
}

.single-post .entry-footer {
	margin-top: 10px;
}

/*
*  Internals | Search Page
*/

.search .content .entry, .tags-archive .content {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #EDEDED;
}

.search .content .entry.page {
	padding: 30px;
	border-radius: 5px;
	background-color: #F9F9F9;
	box-shadow: 0 4px 10px -10px #333;
}

.search .content .entry.page .entry_permalink {
	text-align: right;
}

.search .content .search-nopost-text {
	display: block;
	font-family: "Open Sans";
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	background-color: #F2F1F1;
	padding: 30px;
	text-transform: lowercase;
}

.relevanssi-query-term {
	font-weight: 700;
}

.archive main.content>article {
	margin-bottom: 40px;
	border-bottom: 1px solid #dee0e7;
	padding-bottom: 40px;
}

/*
*  Internals | Contact Page
*/

.contact-bottom-wrapper {
	display: block;
}

.contact-map {
	width: 100%;
}

.contact-page .small-icon {
	position: relative;
	padding: 5px 0 0 56px;
	color: #000;
	margin-bottom: 10px;
}

.contact-page .small-icon a {
	color: #000;
}

.contact-page .entry-content .small-icon i {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	font-size: 36px;
	line-height: 1;
}

.contact-page .entry-content .small-icon.email {
	padding-top: 8px;
}

.contact-page .entry-content .address {
	margin-bottom: 10px;
	font-size: 14px;
	color: #000;
}

.contact-page .entry-content .contact-numbers, .contact-page .entry-content .contact-numbers a {
	margin-bottom: 20px;
	font-size: 19px;
	color: #000;
}

.contact-page-bottom-cta {
	background: #777777;
	background-size: cover;
	background-attachment: fixed;
	display: inline-block;
	width: 100%;
	padding: 80px 0;
	text-align: center;
}

.contact-page-bottom-cta {
	color: #fff;
}

.contact-page .site-container .contact-map {
	line-height: 0;
}

.contact-page .content-sidebar-wrap {
	line-height: 1.45;
	padding-bottom: 20px;
}

.contact-page .two-columns .panel-grid-cell:first-child .panel-widget-style {
	padding-right: 30px;
	padding-left: calc(100% - 385px);
	padding-top: 60px;
	padding-bottom: 60px;
}

.contact-page .two-columns .panel-grid-cell:last-child .panel-widget-style {
	padding-left: 30px;
	padding-right: calc(100% - 770px);
	padding-top: 60px;
	padding-bottom: 60px;
}

.contact-page h4, .contact-page h5, .contact-page h6 {
	margin-bottom: 0;
}

.contact-left-box .textwidget, .contact-right-box .textwidget {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
}

/* Members */

.team-members-container .row {
	margin-left: 0;
	margin-right: 0;
}

.team-members-container .team-box {
	margin-bottom: 20px;
}

.team-members-container .team-member {
	border: 1px #d4d4d4 solid;
	padding: 35px 30px 20px 30px;
}

.team-member .title-container {
	font-size: 20px;
	color: #414042;
	letter-spacing: 0.41px;
}

.page-template-default .team-member .image-container .image-box {
	background: #d8d8d8;
	border: 4px solid #eeeeee;
	width: 124px;
	height: 124px;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
}

.page-template-default .team-member .image-container img {
	width: 124px;
	height: 124px;
}

.full-width-content .team-member .image-container .image-box {
	background: #d8d8d8;
	border: 4px solid #eeeeee;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
}

.full-width-content .team-member .image-container img {
	width: 200px;
	height: 200px;
}

.team-member .name {
	font-size: 22px;
	font-weight: 700;
	color: #000;
}

.team-member .name .sub-title {
	display: block;
	font-size: 14px;
	color: #414042;
	letter-spacing: 0.29px;
	position: relative;
	padding-bottom: 8px;
}

.team-member .name .sub-title:after {
	content: '';
	width: 92px;
	height: 2px;
	background: #d4d4d4;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.team-member .content-container {
	font-size: 14px;
	color: #414042;
	letter-spacing: 0.93px;
	line-height: 26px;
	text-align: justify;
}

.member-social-media {
	border: 1px #d4d4d4 solid;
	border-top: 0;
	padding-bottom: 15px;
}

.member-social-media .custom-social-icons a {
	margin: 20px 20px 0 0;
}

/*
*  Effects
*/

/* Transition Effects */

.transition-1 {
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000);
	transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000);
}

/* Map Pointer Events */

.embed-container-maps iframe {
	pointer-events: none;
}

/*
*  Bootstrap overrides
*/

.read-more.btn-primary {
	border: 0;
}

.panel-title>a {
	width: 100%;
	display: block;
	padding: 20px 40px;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
	border-color: transparent;
}

blockquote {
	border-left: 1px solid #344152;
	padding: 0 20px 0 20px;
	margin: 0 0 30px;
	line-height: 1.6;
	font-style: italic;
}

hr {
	border-top: 1px solid #E9EBED;
	margin: 50px 0;
}

.entry-content ul.list-group {
	margin-bottom: 30px;
	margin-top: 30px;
}

.list-group li {
	border: 1px solid #e9ebed;
	border-bottom: 0;
	padding: 8px 20px;
	font-size: 12px;
	line-height: 1.6;
}

.list-group li strong {
	font-size: 14px;
}

.list-group li:last-child {
	border-bottom: 1px solid #e9ebed;
}

div.well {
	border-radius: 0;
	padding: 30px;
	background: #fff;
	box-shadow: none;
	border: 1px solid #e9ebed;
}

/*
*  Accordion
*/

.panel-group {
	margin-bottom: 15px;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-group .panel {
	margin-bottom: 15px;
	border-radius: 0px;
	overflow: hidden;
	width: 100%;
}

.panel-default {
	border-color: #e9ebed;
}

.panel-default>.panel-heading {
	padding: 0;
	color: inherit;
	border-color: #e9ebed;
	background: #f7f8fa;
}

.panel-heading .accordion-toggle {
	color: #333;
	padding: 20px 40px;
	background-color: #fff;
	font-size: 14px;
	letter-spacing: 2.57px;
	font-weight: 700;
	text-decoration: none;
}

.panel-heading .panel-title {
	margin-bottom: 0;
	font-size: 20px;
}

.panel-heading .accordion-toggle:hover {
	color: #000;
	background-color: #eee;
	text-decoration: none;
}

.panel-heading .accordion-toggle.active {
	background-color: #eee;
	color: #000;
	text-decoration: none;
}

.panel-heading .accordion-toggle.collapsed {
	background-color: #fff;
	color: #333;
}

.panel-heading .accordion-toggle.collapsed:hover {
	background-color: #eee;
	color: #000;
}

.panel-heading .accordion-toggle:before, .panel-heading .accordion-toggle.active:before, .panel-heading .accordion-toggle.active.collapsed:before {
	font-family: 'FontAwesome';
	font-size: 14px;
	float: right;
	margin-top: 0px;
}

.panel-heading .accordion-toggle:before {
	content: '\f175';
}

.panel-heading .accordion-toggle.active:before {
	content: '\f175';
	opacity: 0.5;
}

.panel-heading .accordion-toggle.active.collapsed:before {
	content: '\f175';
}

.panel-title>a {
	color: inherit;
	display: inherit;
	color: #344252;
	text-decoration: none;
	position: relative;
}

.panel-title>a:hover {
	text-decoration: none;
}

.panel-title>a:before {}

.panel-title>a:after {
	font-family: 'FontAwesome';
	content: '\f175';
	position: absolute;
	right: 25px;
	top: 50%;
	line-height: 1;
	font-size: 17px;
	margin-top: -8px;
	opacity: .3;
}

.panel-title>a.collapsed:after {
	opacity: 1;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top: 1px solid #e9ebed;
	color: inherit;
	padding: 20px 40px 20px 40px;
	font-size: 14px;
	line-height: 26px;
}

/* End Accordion */

/*
*  Shortcodes
*/

/* [boxed] */

.boxed-content {
	padding: 20px 40px;
	border-left: 5px solid #AAAAAA;
	box-shadow: 0 0 1px 1px #e6e6e6;
	font-size: 19px;
	font-weight: 300;
	margin: 60px auto 10px;
}

/* [testimonial] */

.testimonial-box {
	position: relative;
	display: block;
	padding: 0 0 20px 0;
	font-size: 14px;
	color: #a9a9a9;
	margin: 20px 0 50px;
	background: none;
	border-bottom: 1px solid #e6e6e6;
	border-left: 0;
	border-right: 0;
}

.testimonial-content-page {
	font-size: 17px;
	font-weight: 100;
	color: #a9a9a9;
	padding: 5px 20px 40px 80px;
	line-height: 28px;
	position: relative;
}

.testimonial-box .author {
	font-size: 14px;
	font-weight: 700;
	color: #333333;
	margin-top: 20px;
}

.testimonial-box .content {
	color: #a9a9a9;
	margin-top: 0;
	margin-bottom: 10px;
}

.testimonial-name-bottom {
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	color: #616161;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
	float: left;
	clear: both;
}

.testimonial-company-position {
	font-size: 12px;
	padding: 0 0 20px 0;
	clear: both;
	width: 100%;
	text-align: left;
	color: #616161;
	letter-spacing: 1px;
}

.testimonial-quote {
	color: #777;
	font-size: 35px;
	float: left;
	display: block;
}

.testimonial-box .full-testimonial-thumb img {
	width: 92px;
	height: 92px;
	margin: 10px 0;
	border-radius: 100%;
	border: #eee 2px solid;
}

/* [sidebar_cta] */

.sidebar-posts .post-item .read-more-btn {
	font-size: 10px;
	color: #006A8C;
	letter-spacing: 3.33px;
	line-height: 20px;
	text-align: left;
	display: inline-block;
	text-decoration: underline;
}

.sidebar-cta {
	background: #F7F8F9;
}

.sidebar-cta .image-con {
	position: relative;
}

.sidebar-cta .image-con a {
	position: relative;
	display: block;
	z-index: 8;
}

.sidebar-cta .image-con span.heading {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 3.33px;
	line-height: 24px;
	text-align: left;
	padding: 10px 14px;
	pointer-events: none;
}

.sidebar-cta .link-btn {
	white-space: normal;
	border: 2px solid #07B9D6;
	font-weight: normal;
	font-size: 12px;
	color: #07B9D6;
	letter-spacing: 4px;
	line-height: 24px;
	text-transform: uppercase;
	border-radius: 0;
	padding: 12px 20px;
	width: 100%;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	transition: all .2s ease;
}

.sidebar-cta .text-center {
	background: #F7F8F9;
	padding: 30px 20px;
}

.sidebar-cta .link-btn:hover {
	background-color: #07B9D6;
	color: #fff;
}

/* Testimonial slideshow */

.testimonials-slideshow-box {
	width: 100%;
	max-width: 1200px;
	padding: 5px;
	margin: auto;
}

.testimonials-slideshow-box .testimonials-container {
	width: 100%;
	max-width: 800px;
	padding: 5px;
	/*display: inline-block;*/
	margin: auto;
}

.testimonials-slideshow-box .testimonial-item {
	font-size: 14px;
	color: #707585;
	padding: 0;
	max-width: 1200px;
	margin: auto;
	position: relative;
	line-height: 28px;
}

.testimonials-slideshow-box .testimonials-slideshow .testimonial-item {
	text-align: center;
}

.testimonials-slideshow-box .testimonial-item a {
	color: #707585 !important;
}

.testimonials-slideshow-box .testimonial-item a:hover {
	opacity: 0.8;
}

.testimonials-slideshow-box .slick-prev {
	display: none !important;
}

.testimonials-slideshow-box .testimonials-title h4 {
	font-size: 14px;
	margin-top: 20px;
	font-weight: 700;
	color: #707585;
	text-align: center;
	text-transform: none;
	margin-bottom: 0;
}

.testimonials-slideshow-box .testimonial-company-position {
	font-size: 12px;
	padding: 0 0 20px 0;
	clear: both;
	width: 100%;
	text-align: center;
	color: #616161;
	letter-spacing: 1px;
}

.testimonials-slideshow-box .testimonial-thumb img {
	width: 130px;
	height: 130px;
	margin: 10px auto 40px;
	border-radius: 100%;
	border: #dee2e4 3px solid;
}

/* Shortcode - internal_cta */

.cta-box {
	color: #FFFFFF;
	position: relative;
	padding: 90px 50px;
	text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.cta-box:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -11px;
	display: block;
	height: 11px;
	background-image: url('images/cta-box-shadow.png');
	background-size: 100% 100%;
}

.cta-box h3 {
	margin-bottom: 0;
	text-transform: uppercase;
}

.cta-box .btn {
	border-color: #FFFFFF;
	background: none;
	border: 2px #fff solid;
	padding: 12px 47px;
	min-width: 230px;
	max-width: 100%;
	white-space: normal;
	display: inline-block;
}

.cta-box .btn:hover {
	color: #000000;
	background-color: #FFFFFF;
}

/* Media Boxes */

.filters-container .media-boxes-search {
	float: right;
}

.filters-container ::-webkit-input-placeholder {
	color: #bbb;
}

.filters-container :-ms-input-placeholder {
	color: #bbb;
}

.filters-container ::-moz-placeholder {
	color: #bbb;
}

.filters-container :-moz-placeholder {
	color: #bbb;
}

.filters-container .media-boxes-filter {
	margin: 0;
	padding: 0;
}

ul.media-boxes-filter>li a.selected {
	background: #B8B3B3;
}

.media-boxes-drop-down:hover .media-boxes-drop-down-menu {
	display: block;
}

.media-boxes-drop-down .media-boxes-drop-down-menu {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.media-boxes-drop-down .media-boxes-drop-down-menu li {
	list-style: none;
}

.media-box-image .newsfeed-category {
	position: absolute;
	font-size: 12px;
	font-weight: 600;
	opacity: 0.95;
	color: #ffffff;
	letter-spacing: 0;
	line-height: 24px;
	top: 0;
	padding: 15px 10px 0 30px;
}

/* [social_icons] */

.social-icons {
	display: inline-block;
}

.stButton {
	margin: 0px !important;
}

.social-icons a, .stButton .stLarge {
	margin: 20px 25px 20px 0;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	color: inherit;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}

.social-icon i {
	margin: auto;
}

.social-icons.style-2 a, .custom-social-icons.style-2 a {
	margin: 0 20px 0 0;
	background: none;
	color: inherit;
	width: initial;
	height: initial;
	font-size: 15px;
}

.social-icons .email-text {
	display: inline-block;
	margin-left: 10px;
	text-decoration: underline;
	font-size: 14px;
}

/* ShareThis icon */

.st_sharethis_large.float {
	display: inline-block;
}

.stButton .stLarge {
	background-image: none !important;
	width: 52px !important;
	height: 52px !important;
	display: flex !important;
	display: -webkit-flex !important;
	/*Safari*/
	display: -ms-flexbox !important;
	/*IE*/
	align-items: center !important;
	-ms-flex-align: center !important;
	/*IE*/
	-webkit-align-items: center !important;
	/*Safari*/
	-webkit-box-align: center !important;
	justify-content: center !important;
	-webkit-justify-content: center !important;
	/*Safari*/
	-ms-justify-content: center !important;
	/*IE*/
}

.stButton .stLarge:before {
	content: '\f1e0';
	font-family: 'FontAwesome';
	font-size: 20px;
	margin: auto;
}

.stButton .stLarge:hover {
	background-color: #444;
	color: #fff;
	opacity: 1 !important;
}

/* [custom_social_icons] */

.custom-social-icons {
	display: inline-block;
}

.custom-social-icons a {
	margin: 20px 25px 20px 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 100%;
	border: 1px #d4d4d4 solid;
	color: #d4d4d4;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}

.custom-social-icons i {
	margin: auto;
}

.footer-social-icons {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}

.footer-social-icons a {
	background: none;
	width: initial;
	height: initial;
	float: none;
	display: inline-block;
	font-size: 19px;
	margin: 0 16px 0 0;
	text-decoration: none;
}

/* Column Carousel */

.column-post-carousel {
	margin: 70px 0 110px;
}

.column-post-carousel .slick-slide .inner-wrapper {
	padding-right: 40px;
	padding-left: 40px;
}

.column-post-carousel .post-item .post-header, .sidebar .post-header {
	margin-bottom: 28px;
}

.column-post-carousel .post-item .date, .sidebar .date {
	font-size: 20px;
	font-weight: 300;
	color: #acb3c0;
	letter-spacing: 2.26px;
	line-height: 1.3;
	text-align: center;
	float: left;
	margin-right: 25px;
	text-transform: uppercase;
}

.column-post-carousel .post-item .date>span, .sidebar .date>span {
	display: block;
}

.column-post-carousel .post-item .title, .sidebar .title {
	border-left: 1px solid #d3d8e1;
	display: block;
	padding-left: 25px;
	overflow: hidden;
	margin-bottom: 16px;
}

.column-post-carousel .post-item .title a {
	color: #444;
}

.column-post-carousel .post-item .title a:hover {
	color: #00b8d4;
	text-decoration: none;
}

.sidebar-category {
	display: block;
	overflow: hidden;
	font-weight: 400;
	color: #acb3c0;
	text-transform: none;
}

.column-post-carousel .post-item .title h4, .sidebar .title h4 {
	font-size: 17px;
	letter-spacing: 1.89px;
	line-height: 20px;
	text-align: left;
	font-weight: 700;
	margin-bottom: 12px;
}

.column-post-carousel .post-item .title span.category, .sidebar .title span.category {
	font-size: 12px;
	color: #acb3c0;
	letter-spacing: 1.36px;
	line-height: 14px;
	text-align: left;
	display: block;
	font-weight: normal;
	font-style: italic;
}

.column-post-carousel .post-item .post-excerpt, .sidebar .post-excerpt {
	font-size: 12px;
	color: #777;
	letter-spacing: 0.75px;
	line-height: 21px;
	text-align: left;
}

.column-post-carousel .post-item .post-excerpt {
	min-height: 90px;
	margin-bottom: 20px;
}

.column-post-carousel .post-item p:last-child {
	margin-bottom: 0;
}

.column-post-carousel .slick-dots {
	bottom: -110px;
	padding-left: 0;
	margin-left: 0;
}

.column-post-carousel .slick-dots {
	text-align: center;
}

.column-post-carousel .slick-dots li button:before {
	display: none;
}

.column-post-carousel .slick-dots li {
	margin: 0 15px;
	width: 10px;
	height: 10px;
}

.column-post-carousel .slick-dots button {
	border: none;
	background: none;
	font-size: 0;
	-webkit-appearance: none;
	width: 10px;
	height: 10px;
	background-color: #C1C0C0;
	border-radius: 50%;
	padding: 0;
}

.column-post-carousel .slick-dots .slick-active button {
	background-color: #4A4A4A;
}

.column-post-carousel .post-item .more-link {
	font-size: 12px;
	color: #00b8d4;
	letter-spacing: 1.36px;
	line-height: 17px;
	text-align: left;
	text-transform: uppercase;
}

.column-post-carousel .post-item .more-link:hover, .column-post-carousel .post-item .more-link:hover .fa {
	color: #00b8d4;
}

.column-post-carousel .post-item .more-link .fa {
	font-size: 12px;
	color: #00b8d4;
	margin-left: 18px;
}

/* Gravity Form Styles */

.entry-content ul.gform_fields {
	margin: 0;
	padding: 0;
}

.entry-content ul.gform_fields li {
	list-style: none!important;
}

.gform_fields .gfield {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	float: none;
}

div.gform_wrapper ul.gform_fields {
	margin-left: -15px!important;
	margin-right: -15px!important;
}

.gform_wrapper ul.gform_fields li {
	padding-left: 15px!important;
	padding-right: 15px!important;
}

.gform_validation_container {
	display: none;
}

.ginput_container input[type=text], .ginput_container textarea, .ginput_container select, .gfield_captcha_input_container input[type=text] {
	padding: 10px 18px;
	color: #171e28;
	width: 100%;
	border: 1px solid #212c39;
	border-radius: 0;
	line-height: 1.4;
}

div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 10px 18px;
	width: 100%;
}

div.gform_wrapper select, div.gform_wrapper.gf_browser_chrome select {
	padding: 9px 18px;
	line-height: 1.4;
}

body div.gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

div.gform_wrapper label.gfield_label {
	font-weight: 600;
	font-size: 12px;
}

body div.gform_wrapper ul li.gfield {
	margin-top: 0;
}

body div.gform_wrapper ul li.single-checkbox div.ginput_container_checkbox {
	margin-top: 0;
}

.gform_wrapper .gform_fields .single-checkbox .gfield_label {
	display: none;
}

.gform_wrapper.gf_browser_chrome .single-checkbox .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .single-checkbox .gfield_checkbox li input[type=checkbox], .gform_wrapper .single-checkbox .gfield_checkbox li input, .gform_wrapper .single-checkbox .gfield_checkbox li input[type=checkbox] {
	margin-top: 0;
	margin-right: 5px;
}

.ginput_container input[type=text]:focus, .ginput_container textarea:focus, .ginput_container select:focus, .gfield_captcha_input_container input[type=text]:focus {
	border-color: #555555;
	outline: none;
}

div.gform_wrapper .gform_footer {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}

.gform_footer .gform_button.button {
	padding: 11px 24px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	background: #344152;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border: none;
	width: 100%;
	outline: none;
	min-width: 240px;
}

.gform_footer .gform_button.button:hover {
	background: #212b38;
	border-color: #212b38;
	color: #ffffff;
}

.gform_wrapper .signup-form .gform_footer {
	text-align: center;
}

.gform_wrapper .signup-form .gform_footer input[type=submit] {
	width: 370px;
	max-width: 100%;
}

.gfield_captcha_container img {
	float: left;
}

.gfield_captcha_input_container {
	float: right;
	width: 200px;
	max-width: 100%;
}

.gfield_error .ginput_container input[type=email],
.gfield_error .ginput_container input[type=password],
.gfield_error .ginput_container input[type=text],
.gfield_error .ginput_container textarea,
.gfield_error .ginput_container select,
.gfield_error .gfield_captcha_input_container input[type=text] {
	border-color: #ffa6a8;
}

.gfield_error .validation_message {
	color: #ea9698;
	clear: both;
	font-size: 12px;
	margin-top: 10px;
}

.gform_wrapper .validation_error {
	color: #ea9698;
	margin-bottom: 25px;
}

.gfield.read-only input {
	pointer-events: none;
	background: #eee;
}

/* Date Picker */

div.ui-datepicker-header {
	color: inherit;
	background: #344152;
}

div .ui-datepicker-calendar .ui-state-hover {
	transition: none;
}

.admin-bar .ui-datepicker {
	margin-top: -32px;
}

/* Custom form */

.custom-form .ginput_container textarea {
	max-height: 100px;
	overflow: auto;
}

.custom-form .validation_error {
	display: none!important;
}

/* Custom form V2 */

.custom-form-v2_wrapper {
	margin: 0;
	max-width: 100%;
}

.custom-form-v2 .gform_fields .gfield {
	margin-bottom: 10px;
}

.custom-form-v2 .gfield_label {
	display: none !important;
}

.custom-form-v2 .ginput_container input[type=text], .custom-form-v2 .ginput_container textarea, .custom-form-v2 .ginput_container select, .custom-form-v2 .gfield_captcha_input_container input[type=text] {
	border: 0;
	border-bottom: 2px solid #777777;
	padding: 15px 0;
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	color: #4D4D4D;
	background: transparent;
}

.custom-form-v2 .ginput_container input[type=text]:focus, .custom-form-v2 .ginput_container textarea:focus, .custom-form-v2 .ginput_container select:focus, .custom-form-v2 .gfield_captcha_input_container input[type=text]:focus {
	border-color: #222;
}

.custom-form-v2 .ginput_container select {
	margin-top: -4px;
}

.custom-form-v2 .ginput_container textarea {
	height: 130px;
	max-height: 130px;
	overflow: auto;
}

.custom-form-v2 .gfield_checkbox li label, .custom-form-v2 .gfield_radio li label {
	font-weight: 400;
	font-size: 98%;
}

.custom-form-v2 input.datepicker.datepicker_with_icon {
	max-width: 310px;
}

.custom-form-v2 .gform_footer {
	padding: 0 0 0 15px !important;
	margin-top: 30px;
}

.custom-form-v2 .gform_footer .gform_button.button {
	display: inline-block;
	border-radius: 0;
	font-weight: 700;
	font-size: 12px;
	padding: 15px 26px;
	width: 180px;
	max-width: 100%;
	background: none;
	color: #777777;
	line-height: 1.4;
	border: 2px solid #777777;
}

.custom-form-v2 .gform_footer .gform_button.button:hover {
	background: #555555;
	border-color: #555555;
	color: #fff;
}

.custom-form-v2 .captcha-container {
	overflow: hidden;
}

.custom-form-v2 .gfield_error .ginput_container input[type=text], .custom-form-v2 .gfield_error .ginput_container textarea, .custom-form-v2 .gfield_error .ginput_container select, .custom-form-v2 .gfield_error .gfield_captcha_input_container input[type=text] {
	border-color: #ffa6a8;
}

.custom-form-v2 ::-webkit-input-placeholder {
	color: #8D8D8D;
	text-transform: uppercase;
}

.custom-form-v2 :-moz-placeholder {
	color: #8D8D8D;
	text-transform: uppercase;
}

.custom-form-v2 ::-moz-placeholder {
	color: #8D8D8D;
	text-transform: uppercase;
}

.custom-form-v2 :-ms-input-placeholder {
	color: #8D8D8D;
	text-transform: uppercase;
}

.custom-form-v2 .validation_error {
	display: none!important;
}

/* End Custom form */

/* Hover Float Shadow */

.float-shadow {
	position: relative;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	-o-transition-property: transform;
	-moz-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-o-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	/* W3C */
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	-o-transition-property: transform, opacity;
	-moz-transition-property: transform, opacity;
	transition-property: transform, opacity;
}

.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
	-webkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
}

.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

/* Hover Float */

.float {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float:hover, .float:focus, .float:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

/* Custom Scrollbar */

.custom-scroll {
	overflow-y: auto;
	/* direction: rtl; */
}

.custom-scroll div {
	/* direction: ltr;
	text-align: left; */
}

.custom-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	border-radius: 0;
	opacity: 0.8;
}

.custom-scroll::-webkit-scrollbar {
	width: 4px;
}

.custom-scroll::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #344250;
}

/* .custom-scroll::-webkit-scrollbar-track, .custom-scroll::-webkit-scrollbar, .custom-scroll::-webkit-scrollbar-thumb {
	visibility: visible;
}

.custom-scroll:hover::-webkit-scrollbar-track, .custom-scroll:hover::-webkit-scrollbar, .custom-scroll:hover::-webkit-scrollbar-thumb {
	visibility: visible;
} */

.custom-scroll.alt-1::-webkit-scrollbar-thumb {
	background: #fff;
}

/* Advance Search Form */

.asf-wrapper {
	width: 1090px;
	max-width: 100%;
	padding: 0 60px;
	margin: 0 auto;
	position: relative;
}

.asf-trigger {
	display: inline-block;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0px 0 0 7px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #212C39;
}

.asf-trigger:hover {
	background: #212b38;
	border-color: #212b38;
	color: #fff;
}

.asf-trigger .fa {
	font-size: 14px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -6px;
}

.asf-close {
	cursor: pointer;
}

.asf-close .fa {
	color: #fff;
}

.asf-close {
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 25px;
	line-height: 1;
}

.asf-close:hover {
	opacity: .7;
}

.asf-container.is-visible {
	-webkit-animation: cd-slide-in 0.3s;
	-moz-animation: cd-slide-in 0.3s;
	animation: cd-slide-in 0.3s;
}

.asf-container input[type="search"] {
	width: 100%;
	/* color: #ffffff; */
}

.asf-container input[type="search"]:focus {
	outline: none;
}

.asf-container .search-field {
	position: relative;
}

.asf-container .search-field:after {
	font-family: 'FontAwesome';
	content: "\f002";
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -9px;
	line-height: 1;
	pointer-events: none;
}

.asf-container {
	position: absolute;
	z-index: 9999999;
	top: 0;
	left: 0;
	width: 100%;
	background: #344152;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-moz-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	padding: 26px 0!important;
}

.admin-bar .asf-container {
	position: fixed;
	top: 32px;
}

.asf-container form {
	position: relative;
	height: 100%;
}

.asf-container input[type="search"] {
	font-size: 2.4rem;
	height: 100%;
	border: none;
	background: #fff;
	padding: 12px 60px 12px 30px;
	font-size: 14px;
}

.asf-container.is-visible {
	opacity: 1;
	visibility: visible;
}

.custom-cols-5 {
	margin-left: -10px;
	margin-right: -10px;
}

.custom-cols-5:after {
	content: '';
	display: table;
	clear: both;
}

.custom-cols-5 .col-item {
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

@-webkit-keyframes cd-slide-in {
	0% {
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes cd-slide-in {
	0% {
		transform: translateY(-100%);
		-moz-transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
		-moz-transform: translateY(0);
	}
}

@keyframes cd-slide-in {
	0% {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

/* Contact Details */

.contact-detail {
	position: relative;
	margin-bottom: 20px;
}

.contact-detail.with-icon {
	padding-left: 60px;
	min-height: 38px;
	padding-top: 8px;
}

.contact-detail .fa {
	width: 38px;
	height: 38px;
	border: 1px solid #dadada;
	text-align: center;
	line-height: 36px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.contact-detail a {
	display: inline-block;
	color: initial;
}

.footer-top .contact-detail a {
	color: #fff;
}

/* Post opt-in */

.post-opt-in {
	margin-top: 30px;
	clear: both;
}

/* Sticky Footer CTA */

.footer-sticky-cta {
	/* display: none; */
	z-index: 100;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 10px 0;
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.1);
}

.footer-sticky-cta.disabled {
	display: none;
}

.footer-sticky-cta .wrapper {
	padding-right: 65px;
	position: relative;
}

.fa.sticky-footer-close {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 22px;
	margin-top: -12px;
	cursor: pointer;
}

body.with-footer-sticky-cta .footer-bottom {
	padding-bottom: 75px;
}

.sticky-footer-cta-carousel {
	height: 68px;
	overflow: hidden;
}

.sticky-footer-cta-carousel .s2 {
	display: inline-flex;
	height: 68px;
	flex-direction: column;
	justify-content: center;
	max-width: 100%;
	width: 650px;
}

.sticky-footer-cta-carousel .left {
	display: flex;
}

.sticky-footer-cta-carousel .left h6, .sticky-footer-cta-carousel .left h4 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/* Site Origin Layout Defaults */

.panel-grid-cell {
	padding-top: 40px;
	padding-bottom: 40px;
}

.full-width-stretch .content-sidebar-wrap {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.full-width-stretch.search .content-sidebar-wrap {
	width: 1200px;
	max-width: 100%;
	padding: 0 20px;
	margin: 40px auto 0;
}

.full-width-stretch .content-sidebar-wrap .panel-grid-cell {
	width: 1200px;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

.two-columns>.panel-grid-cell {
	padding: 0;
	padding-left: 0!important;
	padding-right: 0!important;
}

.panel-row-style.vertical-align {
	display: flex;
}

.panel-row-style.vertical-align .panel-grid-cell {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	position: relative;
}

.panel-row-style.vertical-align .panel-grid-cell .so-panel {
	width: 100%;
}

.two-columns .panel-grid-cell .so-panel {
	display: inline-block;
	width: 100%;
}

.block-left, .two-columns .panel-grid-cell:first-child .panel-widget-style {
	padding: 40px 60px 40px calc(100% - 580px);
}

.block-right, .two-columns .panel-grid-cell:last-child .panel-widget-style {
	padding: 40px calc(100% - 580px) 40px 60px;
}

.two-columns.vertical-align .panel-grid-cell .panel-widget-style {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.no-margin-top.full-width-content .content-sidebar-wrap>.content, .no-margin-top .site-inner .content-sidebar-wrap {
	margin-top: 0;
}

.search.no-margin-top.full-width-content .content-sidebar-wrap>.content, .search.no-margin-top .site-inner .content-sidebar-wrap {
	margin-top: 40px;
}

.no-margin-bottom.full-width-content .content-sidebar-wrap>.content {
	margin-bottom: 0;
}

.no-margin-bottom .site-inner .content-sidebar-wrap {
	padding-bottom: 0;
}

.no-margin-bottom .site-footer {
	margin-top: 0;
}

.hide-widget-title .widget-title {
	display: none;
}

/* Sticky Element */

.stick-init {
	position: relative;
	transition: all .2s ease;
	top: 0;
	z-index: 100;
}

.stick-init.stick {
	position: fixed;
	opacity: 1;
}

/* Misc */

table {
	border: 1px solid #e9ebed;
}

table th {
	padding: 5px 10px;
	background: #e9ebed;
}

table td {
	padding: 5px 10px;
}

table tr {
	border-bottom: 1px solid #e9ebed;
}

table tr:last-child {
	border-bottom: none;
}

/* #disqus_thread {
	display: none;
} */

/*
* Helpers
*/

.go-middle {
	/* Vertical Align all */
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-box-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}

.go-hide {
	display: none !important;
}

.v-align-center {
	display: flex;
	align-items: center;
}

.remove-cell-padding .panel-grid-cell {
	padding-top: 0;
	padding-bottom: 0;
}

.remove-cell-padding-top .panel-grid-cell {
	padding-top: 0;
}

.remove-cell-padding-bottom .panel-grid-cell {
	padding-bottom: 0;
}

.remove-page-bottom-padding .site-inner .content-sidebar-wrap {
	padding-bottom: 0;
}

.remove-page-top-padding .site-inner .content-sidebar-wrap {
	padding-top: 0;
}

.remove-page-padding .site-inner .content-sidebar-wrap, .full-width-content.remove-page-padding .content-sidebar-wrap>.content {
	padding: 0;
	margin: 0;
}

.full-width-content.page-top-margin-1 .content-sidebar-wrap>.content {
	margin-top: 40px;
}

.page-fullwidth .content-sidebar-wrap {
	width: 100%;
}

.font-1 {
	font-family: 'Open Sans', sans-serif;
}

.font-2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.title-mb-0 .widget-title {
	margin-bottom: 0;
}
.title-mb-10 .widget-title {
	margin-bottom: 10px;
}
.title-mb-40 .widget-title {
	margin-bottom: 40px;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-130 {
	margin-bottom: 130px;
}

.mt-0 {
	margin-top: 0;
}

.mt-5 {
	margin-top: 5px;
}

.mt-8 {
	margin-top: 8px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-18 {
	margin-top: 18px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-minus-40 {
	margin-top: -40px;
}

.mt-minus-50 {
	margin-top: -50px;
}

.ml-5 {
	margin-left: 5px;
}

.ml-8 {
	margin-left: 8px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-50 {
	margin-left: 50px;
}

.ml-80 {
	margin-left: 80px;
}

.mr-8 {
	margin-right: 8px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-50 {
	margin-right: 50px;
}

.m-5 {
	margin: 5px;
}

.p-30 {
	padding: 30px 0;
}

.pt-10 {
	padding-top: 10px;
}

.pt-18 {
	padding-top: 18px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-55 {
	padding-top: 55px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pl-30 {
	padding-left: 30px;
}

.pr-30 {
	padding-right: 30px;
}

.mh-21 {
	max-height: 21px;
}

.mh-22 {
	max-height: 22px;
}

.mh-33 {
	max-height: 33px;
}

.mh-34 {
	max-height: 34px;
}

.mh-200 {
	max-height: 200px;
}

.min-h-700 {
	min-height: 700px;
}

.min-w-190 {
	min-width: 190px;
}

.limit-1-line {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	-ms-box-orient: vertical;
}

.limit-2-lines {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-ms-box-orient: vertical;
	-webkit-box-orient: vertical;
}

.hover-style-1:hover {
	opacity: 1;
    color: #FC6A63;
}

.nominees-box {
	margin: -1% -1% 65px;
	clear: both;
	overflow: hidden
}

.sidebar .nominees-box {
	margin: 0;
	text-align: center
}

.nominee-item {
	border: 1px solid #e0e2e5;
	width: 23%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 1%
}

.sidebar .nominee-item {
	width: auto;
	float: none;
	margin: 0 0 25px;
	display: block
}

.nominee-item .nominee-item-header {
	padding: 25px;
	border-bottom: 1px solid #e0e2e5;
	height: 148px;
	line-height: 97px;
	position: relative
}

.finalist-box {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 0!important;
	margin-top: -23px
}

.single-award-application .finalist-box, .single-nominee .finalist-box {
	margin-top: 0
}

.nominee-item .nominee-item-content {
	padding: 30px 25px
}

.nominee-item .nominee-item-content h4 {
	font-size: 14px;
	color: #344252;
	letter-spacing: 4px;
	line-height: 20px;
	text-align: center;
	font-family: 'Open Sans';
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 7px;
	min-height: 46px
}

.nominee-item .nominee-item-content h4:before {
	content: '';
	margin: 0 auto 5px;
	width: 50px;
	height: 1px;
	background: #344252;
	display: block;
	opacity: .4
}

.nominee-item .nominee-item-content .term {
	font-size: 12px;
	color: #344252;
	letter-spacing: 0;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 8px
}

.nominee-item .nominee-item-content .excerpt {
	opacity: .65;
	font-size: 12px;
	color: #344252;
	letter-spacing: 0;
	line-height: 20px;
	text-align: center;
	margin-bottom: 10px
}

.nominee-item .nominee-item-content .read-more {
	font-size: 14px;
	color: #fc6a63;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	display: block
}

.card-table td, .card-table th {
	border: 1px solid #dee1e4;
	font-size: 14px;
	color: #344252;
	letter-spacing: 0;
	line-height: 25px;
	font-family: 'Open Sans'
}

.nominee-videos {
	margin-top: 10px
}

.nominee-videos-row {
	margin-bottom: 20px;
	padding-bottom: 20px
}

.company-logo-link {
	width: 135px;
	height: 132px;
	background: 0 0!important;
	position: absolute;
	top: 30px;
	left: 30px
}

.card-table, .stacktable {
	width: 100%
}

.stacktable.large-only {
	display: table
}

.stacktable.small-only {
	display: none
}

.finalist-box {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 0!important;
	margin-top: -23px
}

.video-container {
	border: 1px solid #E9EBED;
	background-color: #FFFFFF;
	padding: 10px;
}

.video-container.circle {
	border-radius: 100px;
}

.morbi-in-sem-quis-du {
	height: 57px;
	width: 339px;
	color: #808790;
	font-family: "Open Sans";
	font-size: 14px;
	font-style: italic;
	line-height: 19px;
}

.left-text {
	display: table-cell;
	vertical-align: middle;
	height: 385px;
	color: #fff;
}

.right-text {
	display: table-cell;
	vertical-align: middle;
	height: 265px;
}

.item-inner {
	height: 150px;
	display: table-cell;
	vertical-align: middle;
}

.check-btn {
	text-align: center;
}

.image-border {
	border: 1px solid #000;
	padding: 10px;
}

.item-inner-panel {
	border: 1px solid #E9EBED;
	background-color: #FFFFFF;
	text-align: center;
}

.item-inner-panel img {
	margin: 50px auto 20px auto;
	border-radius: 100px;
	padding: 10px;
	border: 1.17px solid #E9EBED;
}

.panel-name {
	color: #344252;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	margin: 0;
}

.panel-position {
	color: #344252;
	font-family: "Open Sans";
	font-size: 11px;
	line-height: 15px;
	margin: 0;
}

.line {
	box-sizing: border-box;
	height: 2px;
	width: 150px;
	border: 1px solid #E9EBED;
	margin: 20px auto 60px auto;
}

.item-panel-outer {
	padding: 0 15px;
}

.video-title {
	color: #344252;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	padding: 20px 0 0px;
}

.video-description {
	color: #344252;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
}

.video-link {
	color: #344252;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}

span.tag-recording {
	position: absolute;
	height: 12px;
	width: 70px;
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 11px;
	left: 23px;
	top: 13px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 12px;
	text-shadow: 0 0 3px 0 rgba(52, 66, 82, 0);
}

.item-inner-video {
	position: relative;
}

.video-line {
	box-sizing: border-box;
	height: 2px;
	width: 100%;
	border: 1px solid #E9EBED;
	margin: 30px auto 0px auto;
}

.view-the-recordings .carousel-style-2 .slick-prev, .view-the-recordings .carousel-style-2 .slick-next {
	top: 110%!important;
}

.item-inner-video img {
	margin-bottom: 20px;
}

.item-inner-partner {
	padding: 30px 40px;
}

.over-top {
	margin-top: -130px;
}

.text-white p, .white {
	color: #fff;
}

.col-md-1-7 {
	float: left;
	width: 14%;
	text-align: center;
}

.rectangle-box {
	height: 166px;
	width: 100%;
	border: 1px solid #E9EBED;
	background-color: #FFFFFF;
}

span.box-title {
	display: block;
	padding: 15px;
	margin-bottom: 10px;
}

.percentage-result {
	color: #FC6A63;
	font-family: "Bebas Neue";
	font-size: 70px;
	letter-spacing: 7px;
	line-height: 55px;
	margin-top: 10px;
}

.box-attr {
	margin: 12px 0;
}

.box-title {
	height: 24px;
	width: 272px;
	opacity: 0.6;
	color: #344252;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 17px;
}

.percentage-result2 {
	color: #748FB0;
	font-family: "Bebas Neue";
	font-size: 70px;
	letter-spacing: 7px;
	line-height: 55px;
	margin-top: 10px;
}

.percentage-result3 {
	color: #344252;
	font-family: "Bebas Neue";
	font-size: 70px;
	letter-spacing: 7px;
	line-height: 55px;
	margin-top: 10px;
}

div#pg-47117-1 {
	margin: 0;
}

div#pg-47117-13 {
	margin: 0;
}

div#pg-47117-11 {
	margin: 0;
}

div#pg-47117-12 {
	margin: 0;
}

.text-white h3 {
	color: #fff;
}

.white-form .captcha-container input, .white-form .ginput_container input[type=text], .white-form .ginput_container select, .white-form .ginput_container textarea {
	background-color: transparent;
	padding: 12px 15px!important;
	color: #fff;
	width: 100%!important;
	border: 1px solid #e1e4e5;
	border-radius: 0;
	margin-bottom: 0;
}

.white-form div.gform_wrapper .gfield_required {
	color: #fff;
}

.white-form .ginput_container ::-webkit-input-placeholder {
	opacity: .5;
	color: #fff;
}

.white-form .ginput_container :-moz-placeholder {
	opacity: .5;
	color: #fff;
}

.white-form .ginput_container ::-moz-placeholder {
	opacity: .5;
	color: #fff;
}

.white-form .ginput_container :-ms-input-placeholder {
	opacity: .5;
	color: #fff;
}

.center-button .gform_footer {
	text-align: center;
}

.form-button-left .center-button .gform_footer {
	text-align: left;
}

.gform_wrapper .center-button .gform_footer input.button, .gform_wrapper .center-button .gform_footer input[type=submit], .gform_wrapper .center-button .gform_page_footer input.button, .gform_wrapper .center-button .gform_page_footer input[type=submit] {
	margin: auto;
}

div.gform_wrapper label.gfield_label {
	font-weight: 600;
	font-size: 12px;
}

.ginput_container textarea {
	max-height: 100px;
	overflow: auto
}

.gfield_checkbox li label, .gfield_radio li label {
	font-weight: 400;
	font-size: 95%
}

.gform_wrapper input.datepicker.datepicker_with_icon {
	max-width: 310px
}

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_year, .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
	width: 25%
}

.gfield_time_ampm.ginput_container.ginput_container_time select {
	width: 100%!important
}

.gform_wrapper .gfield_time_hour i, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label {
	display: none
}

.clear-multi {
	margin-top: .375em
}

div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type=submit], div.gform_wrapper .gform_page_footer input.button, div.gform_wrapper .gform_page_footer input[type=submit] {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	line-height: 1.4;
	max-width: 100%;
	border-radius: 0;
	border: 1px solid #344252;
	background: #344252;
	font-size: 12px;
	font-weight: 700;
	padding: 16px 30px;
	text-transform: uppercase;
}

div.gform_wrapper .gform_footer input.button:hover, div.gform_wrapper .gform_footer input[type=submit]:hover, div.gform_wrapper .gform_page_footer input.button:hover, div.gform_wrapper .gform_page_footer input[type=submit]:hover {
	background: #fff;
	color: #344252;
}

.white-form div.gform_wrapper .gform_footer input.button, .white-form div.gform_wrapper .gform_footer input[type=submit], .white-form div.gform_wrapper .gform_page_footer input.button, .white-form div.gform_wrapper .gform_page_footer input[type=submit] {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	line-height: 1.4;
	max-width: 100%;
	border-radius: 0;
	border: 1px solid #fff;
	background: none;
	font-size: 12px;
	font-weight: 700;
	padding: 16px 30px;
}

.white-form div.gform_wrapper .gform_footer input.button:hover, .white-form div.gform_wrapper .gform_footer input[type=submit]:hover, .white-form div.gform_wrapper .gform_page_footer input.button:hover, .white-form div.gform_wrapper .gform_page_footer input[type=submit]:hover {
	background: #fff;
	color: #344252;
}

li.gfield_error input[type=text] {
	border: 1px solid #ffa6a8!important
}

.gfield_error .gfield_label {
	color: #777
}

.validation_message {
	color: #ea9698!important
}

div.validation_error {
	display: none
}

div.gform_wrapper .gfield_captcha_container img.gfield_captcha {
	float: left!important
}

.gform_wrapper .gfield_captcha_input_container {
	float: right
}

div.gform_wrapper .top_label .gfield_error {
	width: 100%
}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	padding-left: 0!important
}

div.gform_wrapper li.gfield.gfield_error, div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: 0 0;
	border: none;
	padding: 0!important
}

.item-inner-feedback {
	text-align: center;
}

p.feedback-name {
	font-weight: bold;
	margin: 0;
}

.feedback-title {
	font-size: 18px;
}

.feedback-description {
	max-width: 906px;
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	line-height: 22px;
	margin: 30px auto;
	text-align: center;
}

div#pg-47117-9 {
	margin: 0;
}

div#pg-47117-10 {
	margin: 0;
}

.btn-orange, .btn-orange:visited, .btn-orange:focus {
	background-color: #FC6A63;
}

.icon-ticket {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 15px;
}

.banner-sub {
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 20px;
}

.banner-text {
	color: #FFFFFF;
	font-family: "Bebas Neue";
	font-size: 60px;
	letter-spacing: 7px;
	line-height: 54px;
}

.quote-icon {
	color: #FFFFFF;
	font-family: FontAwesome;
	font-size: 24px;
	line-height: 24px;
}

.right-content {
	max-width: 569px;
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
}

.rounded-btn {
	border: 1px solid #E9EBED;
	border-radius: 25.5px;
	color: #193159;
	font-weight: bold;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	text-transform: initial;
}

.col-md-12-rectangle {
	height: 81px;
	border: 1px solid #E9EBED;
	background-color: #F7F8FA;
	box-shadow: 0 5px 14px 0 rgba(52, 66, 82, 0.11);
	text-align: center;
}

.box-footer-link {
	color: #344252;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2.5px;
	line-height: 20px;
	vertical-align: middle;
	height: 80px;
	display: table-cell;
}

.reg-count {
	color: #344252;
	font-family: "Bebas Neue";
	font-size: 70px;
	letter-spacing: 7px;
	line-height: 55px;
	display: block;
	text-align: center;
}

.count-text {
	opacity: 0.6;
	color: #344252;
	font-family: "Open Sans";
	font-size: 14px;
	display: block;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}

.box-count {
	min-height: 235px;
}

.rectangle-box-auto {
	width: 100%;
	border: 1px solid #E9EBED;
	background-color: #FFFFFF;
	min-height: 316px;
	display: block;
	margin-top: -150px;
}

.inner-content {
	height: 231px;
	text-align: center;
	vertical-align: middle;
	width: 385px;
	display: table-cell;
}

.pega-content {
	margin: 25px 0;
	color: #344252;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
}

.avatar-title {
	color: #344252;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
}

.avatar-job-title {
	color: #344252;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
}

.right-text-pega {
	display: table-cell;
	vertical-align: middle;
	height: 487px;
	min-width: 300px;
	max-width: 300px;
}

.right-text-pega h2 {
	color: #344252;
	font-family: "Bebas Neue";
	font-size: 34px;
	letter-spacing: 2px;
	line-height: 34px;
}

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

.right-text-pega .profile-box-1 {
	margin: 20px 0;
}

/* Carousel */

.ticker-tape-carousel {
	height: 19px;
}

.carousel-in-action {
	height: 324px;
}

.carousel-style-pega, .cta-carousel-1, .cta-carousel-2 .ticker-tape-carousel, .carousel-in-action {
	opacity: 0;
}

.carousel-style-pega.slick-initialized, .cta-carousel-1.slick-initialized, .cta-carousel-2.slick-initialized, .ticker-tape-carousel.slick-initialized, .carousel-in-action.slick-initialized {
	opacity: 1;
}

.carousel-style-pega .slick-prev, .carousel-style-pega .slick-next {
	width: 50px;
	height: 50px;
	background: #f7f9fb;
	transition: all .2s ease;
}

.carousel-style-pega .slick-prev {
	left: initial;
	right: -55px;
	top: 85px;
}

.carousel-style-pega .slick-next {
	right: -55px;
	top: 25px;
}

.carousel-style-pega.alt-1 {
	padding-top: 40px;
}

.carousel-style-pega.alt-1 .slick-prev {
	top: -25px;
	right: 75px;
}

.carousel-style-pega.alt-1 .slick-next {
	top: -25px;
	right: 15px;
}

.carousel-style-pega .slick-prev:before, .carousel-style-pega .slick-next:before {
	color: #344152;
	opacity: 1;
	line-height: 50px;
}

.carousel-style-pega .slick-prev:hover, .carousel-style-pega .slick-prev:focus, .carousel-style-pega .slick-next:hover, .carousel-style-pega .slick-next:focus {
	background: #344152;
}

.carousel-style-pega .slick-prev:hover:before, .carousel-style-pega .slick-prev:focus:before, .carousel-style-pega .slick-next:hover:before, .carousel-style-pega .slick-next:focus:before {
	color: #fff;
}

.carousel-style-pega-blog, .cta-carousel-1, .cta-carousel-2, .ticker-tape-carousel, .carousel-in-action {
	opacity: 0;
}

.carousel-style-pega-blog.slick-initialized, .cta-carousel-1.slick-initialized, .cta-carousel-2.slick-initialized, .ticker-tape-carousel.slick-initialized, .carousel-in-action.slick-initialized {
	opacity: 1;
}

.carousel-style-pega-blog .slick-prev, .carousel-style-pega-blog .slick-next {
	width: 50px;
	height: 50px;
	background: #f7f9fb;
	transition: all .2s ease;
}

.carousel-style-pega-blog .slick-prev {
	left: initial;
	right: -55px;
	top: 85px;
}

.carousel-style-pega-blog .slick-next {
	right: -55px;
	top: 25px;
}

.carousel-style-pega-blog.alt-1 {
	padding-top: 40px;
}

.carousel-style-pega-blog.alt-1 .slick-prev {
	top: -25px;
	right: 75px;
}

.carousel-style-pega-blog.alt-1 .slick-next {
	top: -25px;
	right: 15px;
}

.carousel-style-pega-blog .slick-prev:before, .carousel-style-pega-blog .slick-next:before {
	color: #344152;
	opacity: 1;
	line-height: 50px;
}

.carousel-style-pega-blog .slick-prev:hover, .carousel-style-pega-blog .slick-prev:focus, .carousel-style-pega-blog .slick-next:hover, .carousel-style-pega-blog .slick-next:focus {
	background: #344152;
}

.carousel-style-pega-blog .slick-prev:hover:before, .carousel-style-pega-blog .slick-prev:focus:before, .carousel-style-pega-blog .slick-next:hover:before, .carousel-style-pega-blog .slick-next:focus:before {
	color: #fff;
}

.booth-gallery {
	color: #344252;
	font-family: "Bebas Neue";
	font-size: 34px;
	line-height: 34px;
	display: inline-block;
	margin: 0;
}

a.btn.blog-btn-right {
	float: right;
	margin-right: 150px;
	margin-top: -12px;
	padding: 17px 50px;
}

div#pg-47223-0 {
	margin: 0;
}

div#pg-47223-1 {
	margin: 0;
}

div#pg-47223-8 {
	margin: 0;
}

div#pg-47249-0 {
	margin: 0;
}

div#pg-47249-1 {
	margin: 0;
}

div#pg-47249-8 {
	margin: 0;
}

.logo-carousel-live .item-inner {
	height: 130px;
	display: block;
	vertical-align: middle;
	text-align: center;
	padding-top: 10px;
}

.logo-carousel-live .item-inner img {
	display: initial;
	width: 100px;
}

.logo-carousel-live .item-inner img.region {
	display: initial;
	width: 100px;
}

.logo-carousel-live .item-inner img.logo {
	width: 120px;
}

.recorded-themed-session-carousel .session-item {
	position: relative;
	margin-left: 0px;
	margin-bottom: 30px;
	height: 250px;
}

.recorded-themed-session-carousel .session-item img {
	height: auto;
	width: auto;
	margin: 0 auto;
	display: block;
}

.recorded-themed-session-carousel .session-item a {
	margin-top: 10px;
	width: 136px;
	margin: 10px auto 0;
}

.recorded-themed-session-carousel .session-item a {
	margin-top: 10px;
	width: 145px;
	margin: 10px auto 0;
}

.final-videos .session-item {
	position: relative;
	margin-left: 0px;
	margin-bottom: 30px;
	height: 170px;
}

.final-videos .session-item img {
	height: auto;
	width: auto;
	margin: 0 auto;
	display: block;
}

.final-videos .session-item img.global-winner-banner {
	position: absolute;
	top: 0%;
	transform: translate(-50%, -50%);
	left: 50%;
	width: 210px;
}

.final-videos .session-item a {
	margin-top: 10px;
	width: 136px;
	margin: 10px auto 0;
}

.final-videos .session-item a {
	margin-top: 10px;
	width: 200px;
	margin: 10px auto 0;
}

.video-carousel .video-carousel-item img {
	max-height: 314px;
	/*width: 100%;*/
}

.winner-logo {
	position: absolute;
	right: 0;
	width: 110px!important;
	max-height: 80px;
	top: -50px;
}

.event-table-main {
	width: 200px;
	max-width: 200px;
	border: 1px solid #E9EBED;
	background-color: #F7F8FA;
	color: #344252;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: bold;
	line-height: 43px;
	padding: 0 20px;
}

.event-table-value {
	width: 75%;
	padding: 0 20px;
}

.postid-51098 .mt-20.mb-40 {
	text-align: center;
}

.postid-51098 a.btn.btn-grey.size-2 {
	background: #fc6a63;
	color: #fff;
}

/* Logo Carousel */

.logo-carousels.style-1 {
	border: 1px solid #E0E1E4;
	padding: 34px 40px;
	display: block;
	text-align: center;
	box-shadow: 0 7px 34px 0 rgba(2, 6, 19, 0.12);
}

.logo-carousels.style-1 .s1 {
	min-width: 170px;
	padding-right: 10px;
	text-align: center;
	margin-bottom: 20px;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.logo-carousels.style-1 .s2 {
	width: 100%;
	overflow: hidden;
	-webkit-box-flex: 1;
	position: relative;
}

.logo-carousels.style-1 .s2:before, .logo-carousels.style-1 .s2:after {
	content: '';
	height: 100%;
	width: 60px;
	display: inline-block;
	position: absolute;
	z-index: 9;
	top: 0;
}

.logo-carousels.style-1 .s2:before {
	left: 0px;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.logo-carousels.style-1 .s2:after {
	right: 0;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.logo-carousels.style-1 .carousel-container {
	margin-bottom: 0;
}

.logo-carousels.style-1 .heading {
	font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	font-family: 'Bebas Neue', sans-serif;
}

.logo-carousels.style-1 .logo-carousel-item {
	height: 60px;
	margin: 0 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

p.graded-disclaimer {
	display: none;
}

@media only screen and (max-width: 768px) {
	.col-md-1-7 {
		float: left;
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}
	.col-md-3 {
		text-align: center;
	}
	.over-top {
		margin-top: 0px;
	}
	.item-inner img {
		margin: auto 50px;
	}
	.left-text, .right-text {
		height: auto;
	}
	.col-md-3 {
		text-align: center !important;
	}
	a.btn.blog-btn-right {
		float: right;
		margin-right: 125px;
		margin-top: -13px;
		padding: 17px;
	}
}

/* Single Events Buttons */

.single-event .buttonset {
	display: inline-flex;
}

.single-event .buttonset .button-inner a {
	min-width: 175px;
}

.single-event .buttonset .button-inner:not(:last-child) {
	margin-right: 50px;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999999;
    display: none;
    align-items: center;
    justify-content: center;
}

.loading-overlay.active {
    display: flex;
}

.loading-overlay .fa {
    line-height: 1;
    color: #fff;
    font-size: 36px;
}

.post-password-form input[type="submit"] {
	background: #344252;
    border: none;
    color: #fff;
    padding: 9px;
}




/*Bryan Updates*/

.header-gtranslate {
	position: relative;
}

.header-gtranslate:after {
	content: "\f0ac";
    font: normal normal normal 17px/1 FontAwesome;
    right: 17px;
    top: 2px;
    height: 34px;
	padding: 10px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

#gtranslate_selector {
	text-transform: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 32px;
    padding-top: 10px;
    padding-bottom: 9px;
    color: #212C39;
    padding-left: 15px;
    cursor: pointer;
	font-size: 12px;
}

a.tdi-signup-btn {
	color: #212C39;
    background: #fff;
    border: 1px solid #212C39;
    padding: 14px;
}

a.tdi-signup-btn .fa{
	font-size: 13px;
}

body > button#responsive-menu-pro-button {
    display: none;
}

button#responsive-menu-pro-button {
	margin-top: 0px!important;
}

.menu-btn-wrapper {
	width: 50px;
    height: 50px;
    display: inline-block;
}


.header-widget-area .tdi-login-btn,
.header-widget-area .tdi-login-btn:visited {
	color: #fff;
}  


.header-widget-area .sign-out-btn,
.header-widget-area .sign-out-btn:visited {
	color: #fff;
}  

#responsive-menu-pro-additional-content .tdi-login-btn,
#responsive-menu-pro-additional-content .tdi-login-btn:visited{
    color: #212b38;
}

#responsive-menu-pro-additional-content .tdi-login-btn:hover{
    color: #fff;
}

#responsive-menu-pro-additional-content .sign-out-btn,
#responsive-menu-pro-additional-content .sign-out-btn:visited {
	color: #212b38;
}

#responsive-menu-pro-additional-content .sign-out-btn:hover{
    color: #fff;
}


/* 3 Column Template*/

.three-column-wrapper {
    width: 100%;
	max-width: 1400px;
    margin: 0 auto;
    display: flex;
    padding: 0 15px;
}

.three-column-wrapper .left-column {
	height: auto;
    width: 100%;
    background-color: #F3F5F7;
    max-width: 220px;
    padding-top: 10px;
    position: relative;
    min-width: 220px;
}

.three-column-wrapper .left-column section{
	position: relative;
    z-index: 1;
}
.three-column-wrapper .left-column:after {
	content: '';
    height: 100%;
	width: 8000px;
	position:absolute;
	right: 0;
	top: 0;
    background-color: #F3F5F7;
}

.three-column-wrapper .center-column {
	height: auto;
    width: 100%;
    padding: 10px 20px;    
    max-width: 930px;
}

.three-column-wrapper .right-column {
	height: auto;
    width: 100%;
    max-width: 220px;
    padding-top: 10px;
    width: 100%;
    min-width: 220px;
}

.three-column-wrapper .right-column .widget,
.three-column-wrapper .left-column .widget {
	padding-bottom: 11px; 
}
.three-column-wrapper .center-column #advanced-search-form {
	padding: 20px 20px 20px 13px;
    border: 1px solid #E9EBED;
    border-radius: 1px;
}
.three-column-wrapper .center-column #advanced-search-form h6 {
	color: #344252;
    margin-bottom: 6px;
    line-height: 1;
    font-weight: bold;
}

.three-column-wrapper .center-column .search-field input {
	width: 79%;
    border: 1px solid #344152;
    padding: 10px 10px;
    margin-right: 1%;
}

.three-column-wrapper .center-column #advanced-search-form .search-submit {
	background: #FC6A63;
    width: 20%;    
    padding: 16px;
}
.three-column-wrapper .center-column #advanced-search-form .search-submit:hover,
.three-column-wrapper .center-column #advanced-search-form .search-submit:active,
.three-column-wrapper .center-column #advanced-search-form .search-submit:focus {
	outline: none;
	border: none;
	color: #fff;
}
.three-column-wrapper .center-column #advanced-search-form .search-submit:hover{
	text-decoration: underline;
}
.social-icons-style-2 {
	display: flex;
}

.social-icons-style-2 a {
    color: #FFFFFF;
    font-size: 14px;
    width: 25%;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
    cursor: pointer;
}

.social-icons-style-2 a.fb-icon {
	background-color: #FC6A63;
}

.social-icons-style-2 a.tw-icon {
	background-color: #EC5B54;
}

.social-icons-style-2 a.ln-icon {
	background-color: #E64A43;
}

.social-icons-style-2 a.email-icon {
	background-color: #EC5B54;
}

/* .home a.special-menu-item{
	font-size: 25px;
} */
a.special-menu-item {
    color: #FC6A63;
    letter-spacing: 0;
    line-height: 22px!important;
    height: auto;
    vertical-align: middle;
    text-transform: none;
    display: block!important;
    text-align: left;
    text-decoration: none;
    margin-top: 10px;
    font-weight: 800;
    font-family: aktiv-grotesk,sans-serif;
    font-size: 25px;
}
a.special-menu-item:hover {
	/*opacity: 0.8;*/
	text-decoration: none;
	color: #E64A43!important;
}

.no-padding-bottom {
	padding-bottom: 0!important;
}

#responsive-menu-pro-container {
	z-index: 999999;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
    padding-left: 35px!important;
    padding-right: 40px;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item .responsive-menu-pro-item-link {
    padding-left: 45px!important;
    padding-bottom: 0!important;
    font-size: 14px;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link:hover,
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item .responsive-menu-pro-item-link:hover {
   color: #FC6A63;	
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
    right: 30px;
    font-size: 16px;
}

#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item .responsive-menu-pro-item-link:before {
    content: '-';
    left: 35px;
    position: absolute;
}
   
#responsive-menu-pro-container #responsive-menu-pro-search-box, 
#responsive-menu-pro-container #responsive-menu-pro-additional-content, 
#responsive-menu-pro-container #responsive-menu-pro-title {
	padding: 25px 40px 10px 35px!important;
}
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu.responsive-menu-pro-submenu-open li:last-child {
	padding-bottom: 10px;
}

#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
	border-left: none!important;
    right: 30px!important;
    margin-top: -10px;
	font-size: 16px;
    background-color: transparent;
}
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a .responsive-menu-pro-subarrow:hover {
    color: rgba(53, 65, 82, 1);
	background-color: transparent;
}

#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu.responsive-menu-pro-submenu-open li ul.responsive-menu-pro-submenu-depth-2 {
/*	display: block!important;*/
}

#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu.responsive-menu-pro-submenu-open li ul.responsive-menu-pro-submenu-depth-2 li:last-child a{
	padding-bottom: 10px!important;
}

#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu.responsive-menu-pro-submenu-open li ul.responsive-menu-pro-submenu-depth-2 li a{
    padding-bottom: 0px!important;
    padding-left: 60px!important;
}

#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu.responsive-menu-pro-submenu-open li ul.responsive-menu-pro-submenu-depth-2 li a:before{
	left: 50px;
}
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu.responsive-menu-pro-submenu-open li ul.responsive-menu-pro-submenu-depth-2 li a {
    color: rgba(123, 128, 134, 1);
}
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a .responsive-menu-pro-subarrow.responsive-menu-pro-subarrow-active,
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a:hover .responsive-menu-pro-subarrow  {
    border-bottom: none;
    color: rgba(123, 128, 134, 1)!important;
    background-color: transparent!important;
}

.featured-posts-container {
	display: flex;
}

.featured-posts-carousel {
    width: 57%;
    float: left;
    max-width: 500px;
    min-width: 500px;
}

.featured-posts-carousel h2 {
	margin-bottom: 3px;
	color: #000;
	letter-spacing: 0;
	line-height: 30px;
    font-size: 24px;    
    height: 100px;
    position: relative;
}

.featured-posts-carousel h2 a{
	text-decoration: none;
    font-weight: 800;
    font-family: aktiv-grotesk,sans-serif;
	/* font-size: 32px; */
	font-size: 21px;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
}

.featured-posts-carousel h2 a:hover{
	color:#FC6A63;
}

.featured-posts-carousel .featured-image {
    position: relative;
    border: 1px solid #F3F5F7;
    padding-top: 0;
    padding-bottom: 0;
    height: 287px;
    overflow: hidden;
}

.featured-posts-carousel .featured-image .tag{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #FC6A63;
    color: #fff;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 7px;    
	z-index: 999;
	text-transform: uppercase;
}

.featured-posts-carousel .featured-image .post-type-tag{
    position: absolute;
    top: 0px;
    left: 0px;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 12px;
    text-shadow: 1px 1px rgba(52,66,82,0.51);
    text-transform: uppercase;
    margin-top: 10px;
    margin-left: 14px;    
    z-index: 9999;
}

.featured-posts-carousel .featured-image img {
	margin: 0 auto;
    display: block;    
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.featured-posts-carousel .slick-dots {
	margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    text-align: left;
    bottom: -25px;
}

.featured-posts-carousel .slick-dots li {
	width: 13px;
	height: auto;
}

.featured-posts-carousel .slick-dots li.slick-active button {
	background-color: #344252;
}

.featured-posts-carousel .slick-dots li button {
    border-radius: 100%;
    width: 9px;
    height: 9px;
    border: 1px solid #344252;
}


.primary-posts-section {
    margin-left: 30px;
    float: left;
    max-width: 360px;
    width: 100%;
}

/* width */
.primary-posts-section::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.primary-posts-section::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.primary-posts-section::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.primary-posts-section::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.primary-posts-section h4{
	color: #000;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0px;
    font-weight: 800;
    font-family: aktiv-grotesk,sans-serif;
    font-size: 18px;
}

.primary-posts-section h4 a:hover{
	text-decoration: none;
	color: #E64A43;
}
.primary-posts-section .item {
    border-bottom: 2px solid #67809F;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-right: 5px;
}

.primary-posts-section .item .tag{
	color: #212C39;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 12px;
    text-transform: uppercase;
}


.three-column-wrapper .center-column .filter-indicators {
	margin-top: 0px;
}

.three-column-wrapper .center-column .filter-indicators .indicator {
	margin-right: 10px;
	margin-left: 0px;
}


/*custom single page - three column*/

.single .three-column-wrapper h1{
	padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 30px;
    color: #000;
    letter-spacing: 0;
    line-height: 34px;
    text-transform: none;
    font-weight: 800;
    font-family: aktiv-grotesk,sans-serif;
    font-size: 32px;
}

.single .three-column-wrapper .other-articles {
	margin-bottom: 100px;
}
.single .three-column-wrapper .other-articles>h4{
	color: #808790;
	letter-spacing: 0;
	line-height: 20px;
	margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.single .three-column-wrapper .other-articles .primary-posts-section h4{
	margin-bottom: 0px;
	color: #000;
}

.single .three-column-wrapper .category-section  {
	display: block;
    margin-bottom: 14px;    
    margin-top: 10px;
}

.single .three-column-wrapper .category-section .post-level-category {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 12px;
    background-color: #FC6A63;
    padding: 4px 8px;
    margin-right: 20px;
}
.single .three-column-wrapper .post-category {
    color: #212C39;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 12px;
    text-transform: uppercase;
	margin-bottom: 0px;
    display: inline-block;
}

.single .three-column-wrapper .featured-image {
	margin-bottom: 20px;
	overflow: hidden;
}
.single .three-column-wrapper .content-section .section-title{
	font-size: 20px;
    font-weight: bold;
}

.single .three-column-wrapper .content-section .section-content {
	margin-bottom: 20px; 
}

.single .three-column-wrapper .social-icons-section {
	border-top: 1px solid #E9EBED;
	border-bottom: 1px solid #E9EBED;
	padding-top: 22px ; 
	padding-bottom: 24px ; 

}

.single .three-column-wrapper .social-icons-section .social-icons-style-2 {
	max-width: 210px;
}

.single .three-column-wrapper .tags-section  {
	color: #344252;
    font-size: 27px;
    letter-spacing: 0;
    line-height: 27px;
    margin-top: 38px;
    padding-bottom: 27px;
    border-bottom: 1px solid #E9EBED;
}

.single .three-column-wrapper .tags-section h4{
	margin-bottom: 15px;    
	font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.single .three-column-wrapper .tags-section .post_tags {
	display: inline-block;
    width: 100%;
    position: relative;
}

.single .three-column-wrapper .tags-section .post_tags a {
	color: #FC6A63;
/*	font-family: 'Bebas Neue', sans-serif;*/
	font-size: 15px;
	letter-spacing: 0;
	line-height: 20px;
	padding-left: 0px;
	text-decoration: none;

	font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.single .three-column-wrapper .tags-section .post_tags a:hover {
	text-decoration: underline;
}

.single .three-column-wrapper .author-overview-section {

}

.single .three-column-wrapper .author-overview-box {
	display: flex;
    padding: 30px 40px;
    margin-bottom: 55px;
    border-radius: 1px;
    background-color: #F7F8FA;
    border: 1px solid #E9EBED;
}

.single .three-column-wrapper .author-overview-box .image {
    margin-right: 35px;
    width: 100px;
    border: none;
}

.single .three-column-wrapper .author-overview-box .name {
    color: #344252;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 8px;
}

.single .three-column-wrapper .author-overview-box .description {
    color: #344252;
    font-family: "Open Sans";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 29px;
    display: block;
}

.single .author-overview-section .author-overview-box .views-btn{
    border-radius: 1px;
    background-color: #212C39;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    padding: 10px 25px;
	font-family: 'Open Sans', sans-serif;
    display: inline-block;
}

.single .three-column-wrapper .author-overview-box .views-btn:hover {
	text-decoration: none;
	background-color: #FC6A63;
}

.single .three-column-wrapper #author-section .authors-container {
	margin-top: 30px!important;
}

.single .three-column-wrapper .comment-section {
	margin-bottom: 75px;
}

.single .three-column-wrapper .comment-section h4{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.single .three-column-wrapper .author-section .slick-prev {
    left: -22px;
    top: 40%;
}

.single .three-column-wrapper .author-section .slick-next  {
    right: -22px;
    top: 40%;
}

/*isotopes*/

#load-more{
    display: block;    
    margin: 50px auto 50px;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    background-color: #FC6A63;
    padding: 13px 25px 15px;
    text-transform: none;
    border: none;
}
#load-more:hover,
#load-more:focus,
#load-more:active{
	border: none;
	outline: none;
}
#load-more:hover {
	text-decoration: underline;
}

.hidden {visibility:hidden;
  width:0px!important;
  height:0px!important;
  margin:0px!important;
  padding:0px!important;
}

.latest-posts-wrapper.isotope {

}

.latest-posts-wrapper.isotope:after {

}

.latest-posts-wrapper .item {
    width: 100%;
    min-height: 185px;
    margin: 1px 1px 30px;
    padding: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcd8d8;
}

/*.latest-posts-wrapper .item.hidden {
    transform: translate3d(0px, -370px, 0px)!important;
    left: 0!important;
    width: 100%!important;
}
*/



.latest-posts-wrapper .item .c1 {
	padding-left: 0px;
}
.latest-posts-wrapper .item .c1 .title{
	color: #000;
   	font-weight: 800;
    font-family: aktiv-grotesk,sans-serif;
    font-size: 18px;
}

.latest-posts-wrapper .item .c1 h4:hover {
	color: #FC6A63;
}

.latest-posts-wrapper .item:hover .c1 h4{
	color: #FC6A63;
}
.latest-posts-wrapper .item:hover .c2,
.latest-posts-wrapper .item:hover .c3 {
	opacity: 0.7;
}


.latest-posts-wrapper .item .c2 .content{
	color: #344252;
}

.latest-posts-wrapper .item .c3.featured-image {
    max-height: 155px;
    overflow: hidden;
}
.latest-posts-wrapper .item .c3.featured-image img{
	max-width: 270px;
}


/*Category Page*/

.archive.three-column-template .site-inner .content-sidebar-wrap {
	padding-bottom: 0;
}
.archive.three-column-template .site-inner .content-sidebar-wrap .content {
	margin-top: 0;
	margin-bottom: 0;
}

.archive.three-column-template .title-container h1 {
    letter-spacing: 0;
    line-height: 39px;
    border-bottom: 1px solid #E9EBED;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 17px;
    font-weight: 800;
    font-family: aktiv-grotesk,sans-serif;
    font-size: 40px;
    color: #000;
}

.archive.three-column-template .article-container {
	border-top: none;
    margin-top: 0px;
    padding-top: 11px;
}

.archive.three-column-template .article-container h2.heading {
	color: #808790;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 20px;
	margin-top: 20px;
}

.header-tagline span {
	font-style: italic!important;
	color:#647ea1!important;
}

a.woo-wallet-menu-contents{
	text-decoration:none !important;
}
.wallet-wrapper{
	margin-right: 12px;
	display:block;
}
.wallet-wrapper .woo-wallet-icon-wallet{
	margin-right:5px;
}
.nav-header .right{
	display:none;
}

.wallet-tagline{
	display: block;
    vertical-align: middle;
    text-transform: none;
    color: #000;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.woo-wallet-icon-wallet:before{
	font-weight:bold;
}

.custom-woo-cards{
	width:47.5%;
	margin:0px 1%;
	display:inline-block;
	background: #fff;
    border-radius: 2px;
    text-align: center;
    position: relative;
    max-width: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
}
.custom-woo-cards:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
}
.custom-woo-cards p {
    padding: 20px;
    display: inline-block;
    width: 100%;
	    margin: 0 auto;
    line-height: 1em;
	font-size:18px;
}
.custom-woo-cards span {
    vertical-align: middle;
}
.custom-woo-cards .dashicons{
font-size: 28px;
    width: 28px;
    height: 28px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    display: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}


/* Single Product */

.single-product .woocommerce-product-gallery__wrapper .zoomImg {
	display: none!important;
}

/* Utility */
.f-13 { font-size: 13px; }
.f-18 { font-size: 18px; }
.f-22 { font-size: 22px; }
.f-55 { font-size: 55px; }
.f-62 { font-size: 62px; }

.mr-5 { margin-right: 5px; }

.fw-600 { font-weight: 600; }
.bold { font-weight: 700; }

.opac-50 { opacity: .5; }

.fsb {
	display: flex;
	justify-content: space-between;
}
.fsbc {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ibvm {
	display: inline-block;
	vertical-align: middle;
}

.tdi-prime-button{
    display: inline-block;
}
.tdi-prime-button img{
    width: 115px;
    height: 40px;
    max-height: 40px;
}
.tdi-prime-button.q-fix img{
    height: auto;
    max-height: none;
}
.instech-maps {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.instech-maps .instech-maps__item {
	width: calc(100% / 3);
	justify-content: flex-start;
    align-items: center;
    display: flex;
	flex-wrap: wrap;
	margin-bottom: 90px;
}
.instech-maps .instech-maps__link .btn {
	margin: 0;
    color: #fff;    
    min-width: 200px;
    max-width: 200px;
    padding: 14px 10px
}
.instech-maps .instech-maps__flag {
	margin-bottom: 20px;
}

.gtranslate-popup-trigger {
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 12px;
    color: #212C39;
    padding-left: 15px;
    cursor: pointer;
    font-size: 12px;
    border: 1px solid #344152;
    position: relative;
    text-decoration: none;
}

.gtranslate-popup-trigger:after {
    content: "\f0ac";
    font: normal normal normal 17px/1 FontAwesome;
    right: 17px;
    top: 2px;
    height: 34px;
    padding: 10px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

.gtranslate-popup-trigger:hover {
    text-decoration: underline;
}

.tdi-prime-custom-btn {
	font-size: 1.3em;
	padding: 1em 2em;
	background: #f96b66;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f73c35), color-stop(1, #f96b66));
	text-decoration: none;    
	color: #fff;
	border: 1px solid;
    border-color: #f62d26 #f6241c #f6160e #f6241c;
    border-radius: 0.25em;
	display: inline-block;
}
.tdi-prime-custom-btn:hover {
	background: #f97470;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7453f), color-stop(1, #f97470));
	background: -ms-linear-gradient(bottom, #f7453f, #f97470);
	background: -moz-linear-gradient(center bottom, #f7453f 0%, #f97470 100%);
	background: -o-linear-gradient(#f97470, #f7453f);
	border-color: #fa7e7a #f97470 #f96661 #f97470;
	color: #fff!important;
}
.tdi-prime-custom-btn .sow-icon-fontawesome{
	font-size: 25px;
    margin-right: 18px;
}


div.gform_wrapper li._user_select_courses.gfield_error {
	padding-left: 15px!important;
}

.award-application-slides-wrapper {
	display: flex;
    border: 1px solid #e0e2e5;
}

.award-application-slides-wrapper .s1,
.award-application-slides-wrapper .s2 {
	padding: 15px;
	text-align: center;
}


.award-application-slides-wrapper .s1 {
	border-right: 1px solid #c9c7c7;
}

@media(max-width:768px){
	.award-application-slides-wrapper {
		flex-direction: column;
	}
	.award-application-slides-wrapper .s1 {
		border-right: none;
		border-bottom: 1px solid #c9c7c7;
	}
}