/**
Theme Name: Iconic
Theme URI: https://github.com/crisp-agency/iconic
Author: CRISP
Author URI: http://crisp.agency
GitHub Theme URI: https://github.com/crisp-agency/iconic
Description: Iconic is a WordPress theme built to promote thought leadership. Use it to make a website that bends the future.
Version: 1.4.07
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: flexible-width, custom-header, custom-menu, editor-style, featured-images, sticky-post
Text Domain: iconic
*/

/**
 * Base Elements
 */

body {
	background-color: #f5f5f5;
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}

h1 {
	color: #073aa6;
	font-family: Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: 20px;
}

h2 {
	color: #073aa6;
	font-family: Arial, sans-serif;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 10px;
	margin-top: 20px;
}

h3 {
	color: #073aa6;
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
}

h4 {
	color: #073aa6;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 20px;
}

h5 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}

h6 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}

p {
	margin-bottom: 10px;
	margin-top: 0;
}

blockquote {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 10px 0;
	padding: 15px 30px 5px 30px;
}

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

iframe {
    border: none;
}

a {
	color: #073aa6;
}

a:hover {
	color: #051884;
}

table,
tbody {
    border-collapse: collapse;
    display: block;
    overflow: scroll;
    vertical-align: top;
    width: 100%;
}

td,
th {
    border: 1px solid #ddd;
    padding: 5px;
}

/**
 * WordPress Elements
 */

.alignnone {
	margin-bottom: 10px;
	margin-right: 10px;
}

.aligncenter {
    display: block;
    margin: 10px auto;
}

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

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

.wp-caption {
	background-color: #eee;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 5px 5px 10px;
    max-width: 100%;
    text-align: center;
}

.wp-caption img {
    display: block;
    width: 100%;
}

.wp-caption-text {
    font-size: 11px;
    font-style: italic;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 10px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.screen-reader-text:focus {
	background-color: #eee;
    border: 1px solid #ccc;
    box-sizing: border-box;
	clip: auto;
	display: block;
	height: auto;
	left: 20px;
    max-width: calc(100% - 40px);
	padding: 10px;
	top: 20px;
    white-space: normal;
	width: auto;
	z-index: 100000;
}

/**
 * Layout Tools
 */

.no-border td,
.no-border th {
    border: none;
    padding: 0;
}


/**
 * Header
 */

.header {
	background-color: #073aa6;
    overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}

.header-wrapper {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
    padding-bottom: 30px;
    padding-left: 140px;
    padding-top: 94px;
	position: relative;
}

.header-bill-george-link {
    bottom: 0;
    display: block;
    left: -84px;
    position: absolute;
}

.header-bill-george {
	display: block;
    max-width: none;
}

.header-true-north-link {
    background: #fff url('images/discover-your-true-north-book-cover.jpg') no-repeat 10px 10px / auto 50px;
		display: block;
    font: bold 12px/14px Arial, sans-serif;
    height: 54px;
    padding: 10px 10px 50px 52px;
		position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    z-index: 1;
}

.header-branding {
    position: relative;
}

.header-branding-title {
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
}

.header-branding-tagline {
    color: #fff;
    font: italic 15px/20px Georgia, serif;
    margin-bottom: 0;
}

@media ( min-width: 600px ) {

    .header-true-north-link {
        text-transform: uppercase;
    }

    .header-wrapper {
        padding-left: 220px;
    }
}

@media ( min-width: 800px ) {

    .header-true-north-link {
        background-size: auto;
        padding-left: 94px;
        padding-top: 10px;
        padding-bottom: 80px;
    }

    .header-branding-title {
        font-size: 40px;
        line-height: 40px;
    }

}

@media ( min-width: 900px ) {

    .header-wrapper {
        padding-top: 70px;
    }

    .header-branding-title {
        font-size: 58px;
        line-height: 56px;
    }

}

/**
 * Navigation
 */

.navigation-wrap {
	background-color: #d8d8d8;
	font: bold 14px/20px Arial, sans-serif;
	position: relative;
	z-index: 1;
}

.navigation-toggle-link {
	background-color: #d8d8d8;
	background: -moz-linear-gradient(top, #d8d8d8 0%, #9a9a9a 100%);
	background: -webkit-linear-gradient(top, #d8d8d8 0%,#9a9a9a 100%);
	background: linear-gradient(to bottom, #d8d8d8 0%,#9a9a9a 100%);
	border-bottom: 1px solid #9a9a9a;
	color: #fff;
    display: block;
    padding: 15px;
    text-decoration: none;
}

.navigation-toggle-link:hover {
	color: #eee;
}

.navigation-menu-list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation-menu-list > li {
	border-bottom: 1px solid #9a9a9a;
}

.navigation-menu-list > li > a {
	color: #fff;
    display: block;
    padding: 15px;
    text-decoration: none;
}

.navigation-menu-list > li > a:hover {
	color: #eee;
}

.navigation-menu-list > li > ul {
    font-size: 13px;
    line-height: 18px;
    list-style: none;
    margin: 0;
    padding: 0 0 10px 30px;
}

.navigation-menu-list > li > ul a {
    color: #fff;
    display: block;
    padding-bottom: 5px;
    text-decoration: none;
}

.navigation-menu-list > li > ul a:hover {
	color: #eee;
}

.navigation-menu-list > li > ul ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
}

@media ( min-width: 800px ) {

	.navigation-toggle-link {
		display: none;
	}

    .navigation-wrap {
        background-color: #d8d8d8;
        background: -moz-linear-gradient(top, #d8d8d8 0%, #9a9a9a 100%);
        background: -webkit-linear-gradient(top, #d8d8d8 0%,#9a9a9a 100%);
        background: linear-gradient(to bottom, #d8d8d8 0%,#9a9a9a 100%);
    }

    .navigation-wrapper {
	    margin: 0 auto;
	    max-width: 900px;
	    padding: 0 20px;
    }

    .navigation-menu-list {
        display: block;
    }

    .navigation-menu-list:after {
        clear: both;
        content: '';
        display: table;
    }

    .navigation-menu-list > li {
        border-bottom: none;
        float: left;
        position: relative;
    }

	.navigation-menu-list > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}

    .navigation-menu-list > li:hover > a {
        color: #eee;
    }

    .navigation-menu-list > li > ul {
        background-color: #9a9a9a;
        background-color: rgba( 154, 154, 154, 0.9 );
        display: none;
        left: 0;
        padding: 0;
        position: absolute;
        top: 50px;
        width: 220px;
    }

    .navigation-menu-list > li:hover > ul {
        display: block;
    }

    .navigation-menu-list > li > ul li {
        border-top: 1px solid #aaa;
    }

    .navigation-menu-list > li > ul a {
        padding: 10px 15px;
    }

    .navigation-menu-list > li > ul a:hover {
        background-color: #aaa;
    }

    .navigation-menu-list > li > ul ul {
        padding-left: 0;
    }

    .navigation-menu-list > li > ul ul a {
        padding-left: 30px;
    }

}

/**
 * Main Content Layout
 */

.main {
	margin: 0 auto;
	max-width: 900px;
	padding: 30px 20px;
}

.main:after {
	clear: both;
	content: '';
	display: table;
}

.content-introduction {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
}

.article {
	margin-bottom: 30px;
}

.article:last-child {
	margin-bottom: 0;
}

.article.excerpt {
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.article-title {
	margin-top: 0;
}

.article-title-link {
	text-decoration: none;
}

.article-meta {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 5px 0;
}

.article-date {
	color: #999;
	font: italic 11px/14px Georgia, serif;
}

.no-break {
	border-bottom: 1px solid #ddd;
    margin-top: -5px;
    padding-bottom: 5px;
}

.widget {
    border: 1px solid #ccc;
    border-radius: 3px;
	margin-top: 30px;
    padding: 15px;
}

.widget-title {
    border-bottom: 2px solid #073aa6;
    margin-top: 0;
    padding-bottom: 10px;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.widget table {
    text-align: center;
    width: 100%;
}

.widget iframe {
    margin-bottom: 10px;
    margin-top: 10px;
}

.widget .logo-links {
    text-align: center;
}

.widget .logo-links {
    display: block;
    margin: 0 auto;
}

.widget.no-border.centered {
    border: none;
    border-radius: 0;
    padding: 0;
}

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

.widget_recent_entries {
	background-color: #073aa6;
	border: none;
}

.widget_recent_entries .widget-title {
	border-bottom-color: #ccc;
	color: #fff;
}

.widget_recent_entries ul li {
	border-bottom-color: #ccc;
}

.widget_recent_entries a {
	color: #fff;
	text-decoration: none;
}

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

.widget.blue {
    background: #073aa6;
    color: #fff;
}

.widget.blue a {
    color: #fff;
}

.widget.blue .widget-title {
	border-bottom-color: #ccc;
    color: #fff;
}

.widget.blue ul li {
    border-bottom-color: #ccc;
}

.widget.blue h3 {
    color: #fff;
}

.widget.beige {
    background: #ebe9da;
    border-color: #ebe9da;
}

.widget.beige .widget-title {
	border-bottom-color: #7f7a69;
    color: #7f7a69;
}

.widget.beige ul li {
    border-bottom-color: #ccc;

}

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

.widget.home h3 {
    border-top: 2px solid #ccc;
    padding-top: 10px;
}

.pagination {
	border-top: 1px solid #ddd;
	padding: 5px 13px 0 13px;
	text-align: center;
}

.page-numbers {
	margin: 0 2px;
}

@media ( min-width: 800px ) {

	.content {
		float: left;
		width: calc( 100% - 330px );
	}

	.content.no-sidebar {
		width: 100%;
	}

	.sidebar {
		float: right;
		width: 300px;
	}

    .widget:first-child {
        margin-top: 0;
    }

}

/**
 * Footer
 */

.footer {
	background-color: #073aa6;
	color: #c7cddb;
}

.footer-wrapper {
	margin: 0 auto;
	max-width: 900px;
	padding: 30px 20px;
}

.copyright {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 0;
}

/**
 * Comments
 */

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment {
	margin-top: 20px;
	min-height: 60px;
	padding: 0 0 0 74px;
	position: relative;
}

.comment .avatar {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}

.comment .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-author .fn {
	display: block;
	font-weight: bold;
}

.comment-metadata {
	margin-bottom: 5px;
}

.comment-metadata a {
	margin-right: 10px;
}

.says {
	display: none;
}

.comment-navigation {
	font-style: italic;
	margin-top: 30px;
}

.comment-respond {
	margin-top: 30px;
}

.logged-in-as,
.must-log-in,
.comment-notes,
.form-allowed-tags {
	font-style: italic;
}

.comment-form-field {
	width: 100%;
}

/**
 * Search
 */

.search-content .no-break {
	display: none;
}

.search-form-wrapper {
	margin-bottom: 30px;
}

.search-form-title {
	margin-top: 0;
}

/**
 * TV and Video
 */

.tv-and-video-sections:after {
    clear: both;
    content: '';
    display: table;
}

.tv-and-video-section-title {
	text-align: center;
}

.tv-and-video-link {
	background-color: #eee;
	border: 1px solid #ddd;
    box-sizing: border-box;
    display: block;
    height: 160px;
    margin-bottom: 10px;
    margin-left: auto;
	margin-right: auto;
	text-decoration: none;
    width: 140px;
}

.tv-and-video-image {
    display: block;
    height: 80px;
    margin: 4px;
    width: 130px;
}

.tv-and-video-date {
    color: #888;
    font-size: 9px;
    font-style: italic;
    line-height: 12px;
    margin: 6px 4px 0 4px;
}

.tv-and-video-title {
    font: normal 10px/14px Verdana, sans-serif;
    margin: 4px;
}

@media ( min-width: 330px ) {

    .tv-and-video-sections {
        width: 290px;
    }

    .tv-and-video-section {
        margin-left: -5px;
        margin-right: -5px;
    }

    .tv-and-video-section:after {
        clear: both;
        content: '';
        display: table;
    }

    .tv-and-video-section-title {
        margin-left: 5px;
        margin-right: 5px;
        text-align: left;
    }

    .tv-and-video-link {
        float: left;
        margin-left: 5px;
        margin-right: 5px;
    }

}

@media ( min-width: 480px ) {

    .tv-and-video-sections {
        width: 440px;
    }

}

@media ( min-width: 630px ) {

    .tv-and-video-sections {
        width: 590px;
    }

}

@media ( min-width: 780px ) {

    .tv-and-video-sections {
        width: 740px;
    }

}

@media ( min-width: 940px ) {

    .tv-and-video-sections {
        margin-left: -5px;
        margin-right: -5px;
        width: 900px;
    }

    .tv-and-video-section {
		float: left;
        margin-left: 0;
        margin-right: 0;
        width: 50%;
    }

}

/**
 * Home Page Slideshow
 */

.slideshow {
    background: orange;
    height: 0;
    margin-bottom: 30px;
    padding-bottom: 100px;
    padding-top: 44.1%;
    position: relative;
    width: 100%;
}

.slideshow-images {
    background-color: #073aa6;
    height: calc(100% - 100px);
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.slideshow-image {
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.slideshow-image.js-inactive {
    opacity: 0;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    visibility: hidden;
}

.slideshow-image.js-active {
    opacity: 1;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    visibility: visible;
}

.slideshow-links {
    background-color: #073aa6;
    border-top: 1px solid #095cc8;
    bottom: 0;
    height: 100px;
    position: absolute;
    width: 100%;
}

.slideshow-link {
    border-right: 1px solid #095cc8;
    box-sizing: border-box;
    color: #ccc;
    display: block;
    float: left;
    font-size: 9px;
    height: 100px;
    line-height: 12px;
    padding: 10px;
    text-decoration: none;
    width: 25%;
}

.slideshow-link:last-child {
    border-right: none;
}

.slideshow-link:hover {
	color: #fff;
}

.slideshow-link.js-active {
    background-color: #062995;
	color: #fff;
}

@media ( min-width: 600px ) {

    .slideshow-link {
        font-size: 11px;
        line-height: 16px;
    }

}

@media ( min-width: 900px ) {

    .slideshow {
        padding-bottom: 80px;
    }

    .slideshow-images {
        height: calc(100% - 80px);
    }

    .slideshow-links,
    .slideshow-link {
        height: 80px;
    }

}

/**
 * Home Page Content
 */

.home-content .no-break {
	display: none;
}

.home-content .article-title {
    font: bold 18px/22px Arial, sans-serif;
}

.featured-posts-header,
.latest-videos-header {
	border-bottom: 2px solid #7f7a69;
    padding-right: 130px;
	position: relative;
}

.featured-posts-title,
.latest-videos-title {
    color: #7f7a69;
}

.featured-posts-all-link,
.latest-videos-all-link {
	bottom: 10px;
    color: #7f7a68;
	display: inline-block;
	font-family: Georgia, serif;
    font-weight: bold;
    font-style: italic;
    position: absolute;
	right: 0;
    text-decoration: none;
}

.featured-posts-all-link:hover {
    color: #7f7a68;
	text-decoration: underline;
}

.latest-video-link {
    display: block;
    min-height: 90px;
    margin-top: 20px;
    padding-left: 150px;
    position: relative;
    text-decoration: none;
}

.latest-video-image {
    border: 1px solid #ddd;
    display: block;
    left: 0;
    padding: 4px;
    position: absolute;
    top: 0;
}

.latest-video-title {
    display: block;
	font: bold 18px/22px Arial, sans-serif;
}

/**
** Lead True LP
**/

.lead-true h1 {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 84px;
	text-transform: uppercase;
	line-height: 100px;
	color: #384685;
	margin-bottom: 40px;
}
.lead-true h2 {
	font-family: 'Helvetica Neue', sans-serif;
	font-weight:300;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 52px;
	letter-spacing: .09em;
	color: #000;
	margin-bottom: 32px;
}
.lead-true h3 {
	font-style: italic;
	font-size: 20px;
	font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300;
  line-height: 40px;
  color: #000;
  margin-bottom: 32px;
}
.lead-true h4 {
	font-size: 20px;
	color: #000;
	letter-spacing: .3em;
}
.lead-true p {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 16px;
	line-height: 38px;
	color: #000;
}
/*hero*/
.page-template-page-lead-true-lp {
	background-color: #fff;
}
.main.lead-true {
	max-width: 1200px;
	padding: 0 20px;
}
.lt-hero {
	padding-bottom: 50px;
}
.flex-container::before {
	content: "";
	width: 100%;
	background-color: #f5f5f5;
	height: 1500px;
	top: 540px;
	position: absolute;
	z-index: -1;
}
.flex-container {
	display: flex;
	justify-content: space-around;
}
.lt-hero-left {
	max-width: 540px;
	width: 100%;
}
.lt-hero h2::before {
	content: "";
	width: 240px;
	height: 2px;
	display: block;
	margin-bottom: 40px;
	background: -moz-linear-gradient(90deg, rgba(215,180,109,1) 0%, rgba(252,225,140,1) 61%, rgba(215,180,109,1) 95%);
	background: -webkit-linear-gradient(90deg, rgba(215,180,109,1) 0%, rgba(252,225,140,1) 61%, rgba(215,180,109,1) 95%);
	background: linear-gradient(90deg, rgba(215,180,109,1) 0%, rgba(252,225,140,1) 61%, rgba(215,180,109,1) 95%);
}
.lt-hero p {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 16px;
	line-height: 38px;
	color: #000;
}
.lt-hero-right {
	height: 1000px;
  max-width: 460px;
	width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lt-hero-right.v2{
  display:none;
}
.lt-cta-link {
	text-decoration: none;
}
.lt-cta-button {
	width: 240px;
	margin: 0 auto;
	border-radius: 5px;
	position: relative;
	background: -moz-linear-gradient(90deg, rgba(215,180,109,1) 0%, rgba(252,225,140,1) 61%, rgba(215,180,109,1) 95%);
	background: -webkit-linear-gradient(90deg, rgba(215,180,109,1) 0%, rgba(252,225,140,1) 61%, rgba(215,180,109,1) 95%);
	background: linear-gradient(90deg, rgba(215,180,109,1) 0%, rgba(252,225,140,1) 61%, rgba(215,180,109,1) 95%);
	transition: .2s ease;
}
#lt-hero {
	top: 170px;
}
.lt-cta-button:hover {
	box-shadow: 0 5px rgb(0,0,0,.2);
}
.lt-cta-button:hover::after {
	margin-top: 3px;
}
.lt-cta-button::after {
	transition: .2s;
	content: "";
	width: 100%;
	height: 40px;
	display: block;
	float: left;
	position: relative;
	background-image: url("images/arrow-down.png");
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
}
.lt-cta-button p {
	text-transform: uppercase;;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	padding: 26px;
	text-align: center;
	color: #384685;
}

@media (max-width: 1080px) {
	.lead-true h1 {
		font-size: 64px;
	}
	.lt-hero-left, .image-container-wrapper {
		padding-right: 20px;
	}
	.lt-hero-right, .content-container {
		padding-left: 20px;
	}
}
@media (max-width: 800px) {
	.lead-true h1 {
		font-size: 48px;
		line-height: 75px;
	}
	.lt-hero .flex-container {
		display: block;
	}
	#lt-hero {
		top: 60px;
	}
	.lt-hero-right {
		max-width: 100%;
		padding: 0;
		height: 400px;
		margin-top: 40px;
	}
	.lt-hero-right.v2 {
    	display:block;
    	width: 100%;
    	height: 220px;
		margin-top: 10px;
    	padding-top: 10px;
	}
	.flex-container::before {
		display: none;
	}
	#lt-hero:hover {
		top: 57px;
	}
}
@media(min-width: 800px){
	#lt-hero:hover {
		top: 167px;
	}
}
@media (max-width: 550px) {
    .header-true-north-link {
        font: bold 8px/10px Arial, sans-serif;
        padding: 10px 10px 20px 52px;
    }
}
@media (max-width: 400px) {
	.lead-true h1 {
		font-size: 40px;
	}
	.lead-true h2 {
		font-size: 28px;
	}
}
/*two image with text*/
.lt-image-content {
    padding: 50px 0 60px 0;
}
.lt-image-left {
	flex-direction: row;
}
.lt-image-right {
	flex-direction: row-reverse;
}
.image-container-wrapper {
	width: 540px;
	padding-top: 60px;
}
.image-container {
	float: right;
	padding-bottom: 20px;
}
#image-small {
	width: 50%;
}
.content-container {
	max-width: 460px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 24px;
}
.content-container ul {
	max-width: 410px;
	list-style: disc inside none;
	padding: 0;
	margin-top: 0;
}
.content-container li {
	line-height: 30px;
	margin-bottom: 28px;
	letter-spacing: .08em;
}
.content-container::before {
	content: "";
	width: 240px;
	height: 2px;
	display: block;
	margin-bottom: 40px;
	background: -moz-linear-gradient(90deg, rgba(215,180,109,1) 0%, rgba(252,225,140,1) 61%, rgba(215,180,109,1) 95%);
	background: -webkit-linear-gradient(90deg, rgba(215,180,109,1) 0%, rgba(252,225,140,1) 61%, rgba(215,180,109,1) 95%);
	background: linear-gradient(90deg, rgba(215,180,109,1) 0%, rgba(252,225,140,1) 61%, rgba(215,180,109,1) 95%);
}
@media (max-width: 600px) {
	.image-container-wrapper {
		display: none;
	}

}
/*quote*/
.lt-quote {
	max-width: 610px;
	text-align: center;
	margin: 0 auto;
  padding-bottom: 60px;
}

.open-quote {
	font-style: normal;
  font-size: 40px;
}
.lt-quote::before {
	content: "";
	width: 240px;
	height: 2px;
	display: block;
	margin: 0 auto 40px;
	background: -moz-linear-gradient(90deg, rgba(215,180,109,1) 0%, rgba(252,225,140,1) 61%, rgba(215,180,109,1) 95%);
	background: -webkit-linear-gradient(90deg, rgba(215,180,109,1) 0%, rgba(252,225,140,1) 61%, rgba(215,180,109,1) 95%);
	background: linear-gradient(90deg, rgba(215,180,109,1) 0%, rgba(252,225,140,1) 61%, rgba(215,180,109,1) 95%);
}
/*video*/
	.embed-container {
		position: relative;
		padding-bottom: 56.25%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	}

	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
/*prefooter*/
.lt-prefooter {
	position: relative;
  top: 50px;
  padding: 50px 0;
}
#lt-prefooter {
	top: 0px;
}
#lt-prefooter:hover {
	top: -3px;
}
.prefooter-image-container {
	position: relative;
  margin: 0 auto;
  max-width: 300px;
	padding: 70px 0;
}
