/*!Theme Name: LRG Parent ThemeAuthor: Legacy Research group, URI: http://wordpress.org/License: Copyright Legacy Research GroupText Domain: lrg-theme!*/
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto+Condensed:400,700|Roboto+Slab:400,700|Roboto:400,500,700&display=swap";
@media(max-width:652px){
	.text-center-mobile{
		text-align:center
}
}
@media(min-width:992px){
	.text-center-laptop{
		text-align:center
}
}
*,*::after,*::before{
	margin:0;
	padding:0;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-smoothing:antialiased
}
html,body{
	height:100%;
	box-sizing:border-box;
	font-family:Roboto,arial,sans-serif;
	-webkit-font-smoothing:antialiased
}
html{
	font-size:88%
}
@media(max-width:576px){
	html{
		font-size:78%
}
}
a{
	text-decoration:none;
	color:#000;
	transition:color .3s ease
}
a:visited,a:hover{
	color:#000
}
h1,h2,h3,h4,h5,h6,p,a{
	color:#000
}
h1{
	font-family:roboto slab,serif;
	font-size:1.6rem;
	line-height:44px;
	font-weight:800
}
h2{
	font-size:1.3rem;
	font-weight:700
}
@media(max-width:576px){
	h1{
		font-size:1.3rem;
		line-height:2rem
}
}
ol,ul{
	padding-left:40px
}
.lrg-blue,.readmore--toggle,.lrg-blue a,.readmore--toggle a{
	color:#07547e
}
button{
	border:none;
	background-color:transparent
}
.main-content{
	width:100%;
	transition:margin-left .5s;
	margin-top:4rem
}

@media(max-width:991px){
	#page-area{
		padding-top:60px
}
}
.search-content{
	margin-top:50px
}
.byline{
	margin-left:.25rem
}
.size-archive-thumbnail-md{
	max-width:100%;
	height:auto
}
hr{
	border-top:1px solid rgba(0,0,0,.3);
	margin-top:.5rem
}
.page-title{
	padding-top:25px
}
.home h1,.home h2,.home h3,.home h4,.home h5,.home h6,.home p,.home a:not(.btn){
	color:inherit;
	font-family:inherit
}
@media(min-width:576px){
	.container{
		max-width:initial!important
}
}
@media(min-width:992px){
	.container{
		max-width:970px!important
}
}
@media(min-width:1200px){
	.container{
		max-width:1200px!important
}
}
.splitter{
	padding-left:10px;
	padding-right:10px
}
p{
	font-size:17px;
	color:#212529;
	line-height:2rem
}
.page article a,.single article a{
	color:#337ab7
}
h2.entry-title a{
	color:#000
}

.author__picture{
	float:left;
	margin-right:1.5rem
}
@media(max-width:652px){
	.author__picture{
		float:none;
		margin:0 0 1.5rem;
		text-align:center
}
}
.author__postsHeader{
	font-size:26px;
	font-weight:400;
	line-height:32px;
	text-transform:uppercase;
	max-width:770px;
	display:block;
	padding:20px 0
}
.header{
	position:fixed;
	z-index:99999;
	display:flex;
	align-items:center;
	width:100%;
	height:64px;
	margin:auto;
	border-top:5px solid #07547e;
	padding:4px 0;
	background-color:#f3f3f3;
	box-shadow:0 3px 4px 0 rgba(0,0,0,.12);
	font-weight:500;
	top:0
}

.header--mobile{
	width:100%;
	height:59px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0 10px
}
.header--mobile--nosearch{
	padding-right:39px
}
.header--mobile--nosearch a{
	text-align:center
}
.header--mobile a{
	margin:auto
}
.header--mobile a img{
	min-width:160px
}
.header--menu-item{
	display:block;
	color:#4e4e4e;
	padding-right:1rem;
	font-size:.95rem;
	font-weight:500;
	line-height:27.5px;
	text-decoration:none
}
.header--menu-item a{
	padding:0 .5rem;
	color:inherit
}
.header--menu-item a:visited{
	color:inherit
}
.header--menu-item a:hover{
	color:#9a9a9a;
	text-decoration:none
}
@media(min-width:992px){
	.header--mobile{
		display:none
}
}
.header ul{
	list-style:none;
	padding:0
}
.logo{
	width:100%;
	display:block;
	text-decoration:none
}
.logo img{
	width:100%;
	max-width:270px
}
.menu{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	flex:1 1;
	height:100%;
	max-height:none;
	margin:0;
	transition:max-height .2s ease-out
}
@media(max-width:652px){
	.header--desktop{
		display:none
}
}
@media(max-width:991px){
	.header--desktop{
		display:none
}
}
@media(min-width:1200px){
	.header--nav-btn{
		padding:5px 20px;
		margin-top:-8px
}
}
.header .sub-menu{
	display:none;
	position:absolute;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:20px;
	background-color:#fff;
	width:100%;
	max-width:230px;
	box-shadow:0 3px 4px rgba(0,0,0,.12);
	margin-left:3px;
	margin-top:3px;
	z-index:999
}
.header .sub-menu--trigger{
	display:flex;
	align-items:center
}
.header .sub-menu--trigger i.fas{
	font-size:1rem;
	margin-left:6px
}
.header .sub-menu--trigger:hover{
	cursor:pointer
}
.header .sub-menu--trigger.active+.sub-menu{
	display:block
}
.header .sub-menu>li{
	margin-top:10px;
	padding-right:1rem
}
.header .sub-menu>li a{
	color:#4e4e4e;
	display:block
}
.header .sub-menu>li:hover{
	display:block
}
.header .sub-menu__login{
	border:2px solid #07547e;
	border-radius:3px;
	padding:5px 20px;
	font-weight:800;
	margin-top:-8px;
	max-height:40px;
	margin-left:10px
}
.mobile-nav-controller{
	cursor:pointer
}

.home .testimonials .testimonial-container{
	box-shadow:inset 0 2px 0 0 #fff,0 0 6px 1px rgba(0,0,0,.2);
	padding:20px;
	margin:20px;
	height:320px;
	float:left;
	outline:none!important;
	text-align:center;
	position:relative
}
.home .testimonials .testimonial{
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center
}
.home .testimonials .slick-slide{
	position:relative;
	width:100%
}
.home .testimonials .slick-slide{
	margin:0 5px
}
.home .testimonials .slick-list{
	position:relative;
	display:block;
	overflow:hidden;
	margin:0;
	padding:30px 0
}
.home .testimonials button.slick-next,.home .testimonials button.slick-next:hover{
	position:absolute;
	top:41%;
	right:-25px;
	width:29px;
	height:49px
}
.home .testimonials button.slick-next:before,.home .testimonials button.slick-next:hover:before{
	content:"\f054";
	font-family:FontAwesome;
	left:17px;
	position:absolute;
	top:0;
	font-size:60px
}
.home .testimonials button.slick-prev,.home .testimonials button.slick-next{
	opacity:.5;
	transition:.3s;
	font-size:0;
	border:none;
	cursor:pointer;
	outline:none
}
.home .testimonials button.slick-prev:hover,.home .testimonials button.slick-next:hover{
	opacity:1
}
.home .testimonials button.slick-prev,.home .testimonials button.slick-prev:hover{
	position:absolute;
	top:41%;
	left:-25px;
	z-index:1;
	width:29px!important;
	height:49px
}
.home .testimonials button.slick-prev:before,.home .testimonials button.slick-prev:hover:before{
	content:"\f053";
	font-family:FontAwesome;
	left:-30px;
	position:absolute;
	top:0;
	font-size:60px
}

    .hero--cta-left {
    background-color: #07547e;
    }
    
    .hero--cta_section {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 5rem;
    }
    
    .hero--cta-right {
    background-color: #136592;
    }
    
    .testimonials-section {
    text-align: center;
    justify-content: center;
    }
    
    .testimonial {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
    
    .section_no3 .testimonial-container {
    box-shadow: inset 0 2px 0 0 #fff, 0 0 6px 1px rgb(0 0 0 / 20%);
    padding: 20px;
    margin: 20px;
    height: 320px;
    float: left;
    outline: none !important;
    text-align: center;
    position: relative;
    }
    
    .hero--cta {
    text-align: center;
    display: flex;
    justify-content: center;
    }
        
    .hero--cta_section h2 {
    font-size: 38px;
    text-decoration: none;
    }
    
    .section {
    padding: 4rem 0;
    margin: 20px 0;
}
    .testimonials-section {
    text-align: center;
    justify-content: center;
    }
    
    .hero--cta img {
    height: 50px;
    margin-bottom: 30px;
        width: 100%;
        display: flex;
    }
    
    .testimonials-section h2 {
    color: #000;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    max-width: 770px;
    display: flex;
    margin: 0 auto;
    padding-top: 20px;
    }


input[type=text]{
	text-align:left;
	padding:9px 12px;
	border-radius:5px 0 0 5px;
	background-color:#fff;
	font-size:14px;
	color:#666;
	box-shadow:0;
	border:.5px solid #9a9a9a
}
input:focus{
	border:.2px solid #eea446;
	box-shadow:0 0 0 2px #eea446
}
#lrg-input-group{
	max-width:470px
}
.footer #lrg-input-group{
	margin:0 auto
}
.btn{
	white-space:normal;
	font-size:17px;
	font-weight:700
}
.btn:hover{
	text-decoration:none
}
.btn,.btn:hover,.btn:visited{
	color:#fff
}
.btn-orange{
	background-color:#eea445
}
.btn-orange:hover{
	background-color:#e49025
}
.btn-blue{
	background-color:#3763eb
}
.btn-blue:hover{
	background-color:#2051e9;
	color:#fff
}
.btn-gray{
	background-color:#666
}
.btn-gray:hover{
	background-color:#212529
}
.btn-gray-light{
	background-color:#b4b4b4
}
.btn-gray-light:hover{
	background-color:#666;
	text-decoration:none
}
.btn-subscribe{
	border-radius:0 3px 3px 0;
	height:100%
}
.btn-outlined{
	border-radius:3px;
	padding:10px 100px;
	margin-top:30px;
	font-weight:500;
	text-decoration:none;
	font-size:17px;
	display:inline-block;
	max-height:40px;
	line-height:1
}
.btn-outlined-blue.btn{
	color:#07547e;
	border:2px solid #07547e
}
.btn-outlined-blue.btn:hover{
	background:#07547e;
	color:#fff;
	border-color:#07547e;
	text-decoration:none
}
.btn-outlined-gray.btn{
	border:2px solid #666;
	color:#666
}
.btn-outlined-gray.btn:hover{
	background:#212529;
	color:#fff;
	border-color:#212529;
	text-decoration:none
}
.btn-outlined-black.btn{
	border:2px solid #000;
	color:#000
}
.btn-outlined-black.btn:hover{
	background:#000;
	color:#fff;
	border-color:#000;
	text-decoration:none
}
@media(max-width:652px){
	.btn-outlined{
		padding:10px
}
}
.btn-outlined a{
	color:#fff
}
.btn-header{
	border:1px solid #000;
	font-size:.95rem;
	font-weight:700;
	line-height:21px;
	border-radius:3px;
	padding:8px 20px;
	max-height:40px;
	transition:all 300ms
}
.btn-header a{
	text-decoration:none
}
@media(max-width:991px){
	.btn-header{
		margin-left:0;
		margin-bottom:20px;
		text-align:center;
		line-height:1em
}
}
.btn-header:hover{
	background-color:#000;
	transition:all 300ms
}
.header--nav li>.btn-header:hover{
	color:#fff;
	transition:all 300ms
}
.btn-rounded{
	border-radius:30px;
	padding:10px 40px
}
.k-button{
	transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
	border-color:#e4e7eb;
	color:#343a40;
	background-color:#e4e7eb;
	border-radius:.25rem;
	padding:.375rem .75rem;
	box-sizing:border-box;
	border-width:1px;
	border-style:solid;
	font-size:1rem;
	line-height:1.5;
	font-family:inherit;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	vertical-align:middle;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	cursor:pointer;
	outline:none;
	-webkit-appearance:none;
	position:relative
}
.section{
	padding:4rem 0;
	margin:20px 0
}
.section-gray-light-bg{
	background-color:#f5f5f5
}
table{
	margin-bottom:0;
	margin-top:0;
	display:table;
	border-collapse:separate;
	border-spacing:2px
}

#center-container{
	-webkit-font-smoothing:antialiased;
	text-align:center;
	border:1px;
	border-radius:5px;
	padding:60px 91px 70px;
	background-color:#fff;
	box-shadow:inset 0 7px 0 0 #fff,0 0 7px 1px rgba(0,0,0,.2);
	max-width:100%;
	margin:70px 0
}
@media(max-width:767px){
	#center-container{
		padding:60px 15px 70px;
		box-shadow:none;
		margin-top:0
}
}
#center-container input[type=text]{
	background-color:#fff;
	height:40px;
	color:#666;
	box-sizing:border-box;
	outline:none;
	text-align:center;
	line-height:24px;
	font-size:17px;
	width:100%;
	border:.5px solid #9a9a9a;
	border-radius:3px;
	box-shadow:inset 0 1px 0 1px #d7d7d7;
	margin-bottom:20px
}
#center-container [name=email]+span{
	width:100%
}
#center-container input[type=submit]{
	color:#fff;
	font-size:19px;
	font-weight:700;
	line-height:30px;
	height:50px;
	border-radius:3px;
	width:100%
}
#center-container #eletter-opt-out input[type=submit]{
	border:.5px solid #07547e;
	background-color:#136592;
	box-shadow:inset 0 -2px 0 0 #07547e,0 1px 2px 0 rgba(0,0,0,.2)
}
#center-container .blue-text{
	color:#07547e;
	font-size:24px;
	font-weight:700;
	line-height:28px
}
#center-container :not(.opt-in-complete) *{
	width:470px;
	max-width:100%
}
#center-container .opt-in-complete{
	max-width:800px
}
#center-container .opt-out p{
	font-size:17px;
	line-height:24px;
	font-weight:400;
	margin-bottom:10px
}
#center-container input[type=submit]:hover,#center-container input[type=submit]:active{
	background:#07547e;
	background-color:#07547e;
	border:.5px solid #07547e
}
#center-container input[type=submit]:focus{
	background:#004761;
	background-color:#004761
}
#center-container .orange-btn input[type=submit]{
	color:#fff;
	font-size:19px;
	font-weight:700;
	line-height:30px;
	border:.5px solid #e49025;
	height:50px;
	border-radius:3px;
	background-color:#eea445;
	box-shadow:inset 0 -2px 0 0 #e49025,0 1px 2px 0 rgba(0,0,0,.2);
	width:100%
}
#center-container .orange-btn input[type=submit]:hover,#center-container .orange-btn input[type=submit]:active{
	border-radius:3px;
	background-color:#e49025;
	box-shadow:inset 0 -2px 0 0 #e49025
}
#center-container .orange-btn input[type=submit]:focus{
	border-radius:3px;
	background-color:#e49025
}
#center-container figure{
	margin:0 auto
}
