/* 
Theme Name:		 Flash Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Flash Child is a child theme of Flash, created by ChildTheme-Generator.com
Author:			 Adnan Jamil
Author URI:		 http://childtheme-generator.com/
Template:		 flash
Version:		 1.0.0
Text Domain:	 flash-child
*/


#preloader span {
	display: block;
	bottom: 0;
	width: 9px;
	height: 5px;
	background: #1E73BE;
	position: absolute;
	-webkit-animation: preloader 1.5s infinite ease-in-out;
	animation: preloader 1.5s infinite ease-in-out;
}

#preloader span:nth-child(2) {
	left: 11px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

#preloader span:nth-child(3) {
	left: 22px;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

#preloader span:nth-child(4) {
	left: 33px;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

#preloader span:nth-child(5) {
	left: 44px;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

@-webkit-keyframes preloader {
	0% {
		height: 5px;
		-webkit-transform: translateY(0);
		background: #1E73BE;
	}
	25% {
		height: 30px;
		-webkit-transform: translateY(15px);
		background: #1E73BE;
	}
	50% {
		height: 5px;
		-webkit-transform: translateY(0);
		background: #1E73BE;
	}
	100% {
		height: 5px;
		-webkit-transform: translateY(0);
		background: #1E73BE;
	}
}

@keyframes preloader {
	0% {
		height: 5px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: #1E73BE;
	}
	25% {
		height: 30px;
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
		background: #1E73BE;
	}
	50% {
		height: 5px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: #1E73BE;
	}
	100% {
		height: 5px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: #1E73BE;
	}
}

.breadcrumb-trail.breadcrumbs .trail-title {
    padding: 30px 0;
}
#flash-breadcrumbs .tg-container {
    display: flex;
    align-items: center;
}
.breadcrumb-trail.breadcrumbs .trail-items {
    margin-left: auto;
}
.breadcrumb-trail.breadcrumbs {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.logo {
    transition: all .3s ease;
    max-height: 500px;
    overflow: hidden;
    opacity: 1;
}
.is-sticky .logo {
    max-height: 0px;
    opacity: 0;
}
#masthead-sticky-wrapper {
    height: auto;
    transition: all .3s ease;
}
#content {
    min-height: calc(100vh - 675px);
}
#secondary {
    width: 22%;
}
#primary {
    width: 75%;
}

#secondary .widget_nav_menu {
	background: #f7f7f7;
    padding: 25px 15px;
}
#secondary .widget_nav_menu .sub-menu {
	margin-top: 10px;
}
#secondary .widget.widget_nav_menu ul li a {
	font-size: 14px;
}
#secondary .widget.widget_nav_menu ul li a:hover {
	text-decoration: underline;
}
#secondary .widget.widget_nav_menu ul li a:after {
	top: 2px;
}
#secondary .current_page_item > a {
	font-weight: 700;
	text-decoration: underline;
}
.header-top {
	display: block!important;
	background: #fff;
}
.header-top .tg-column-wrapper {
	display: block;
}
.header-top a img {
	padding: 0px;
}
.logo {
	display: none;
}
#masthead .sticky {
position: fixed;
top: 0;
width: 100%;
z-index: 10;
box-shadow: 0 0 1px #000;
}
.paddedContent {
padding-top: 70px;
}
.slider {
	background: #000;
}
.slider * {
	color: #fff;
}
.slider .slide {
	display: flex;
    align-items: center;
}
.slideContent {
	position: relative;
	z-index: 5;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.slideContent .section-title {
	margin-bottom: 25px;
}
.btn,  .everest-forms button.button:not(.button-large), .everest-forms button[type=submit] {
	color: #fff;
	background: #1E73BE;
    padding: 10px 24px;
	border: 5px solid #1E73BE;
	transition: all .3s ease;
	border-radius: 0px;
}
.btn:hover, .everest-forms button.button:not(.button-large):hover, .everest-forms button[type=submit]:hover {
	background: #fff;
	color: #1E73BE;
}
.slick-track {
	display: flex!important;
	cursor: grab;
}
.slick-slide {
	height: inherit !important;
	position: relative;
}
.slick-slide:before {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.slick-dots li button:before {
	font-size: 11px;
}
.slick-dots li.slick-active button:before {
	font-size: 11px;
	color: #1E73BE;
}
#top-footer .widget ul li a {
	font-size: 12px;
	text-decoration: underline;
}
#top-footer img {
	max-width: 200px;
	margin-top: -9px;
	clear: both;
	float: none;
}
#top-footer {
    padding: 50px 0 0px;
}
#disclaimer p {
	font-size: 10px;
	line-height: 1.3;
}
.header-top .left-content {
    text-align: center;
}

.teamSection {
	margin: 25px 0 50px;
}
.teamSection h4 {
	margin-bottom: 25px;
}
.teamSingle {
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #313b4826;
}
.teamSingle .teamDetails {
	width: calc(100% - 135px);
}
.teamSingle .teamTitle {
	font-size: 16px;
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
	color: #606060;
}
.teamSingle .teamTitle a {
	color: #606060;
}
.teamSingle img {
	margin-right: 15px;
	width: 120px;
	padding: 0px;
}

.header-bottom .search-box {
	width: 430px;
}
.italic {
	font-style: italic;
}
.memberLink:hover, .teamSingle .teamTitle a:hover {
	text-decoration: underline;
}
.memberLink:after {
	content: ',';
}
.memberLink:last-child:after {
	content: '';
}
.memImg {
	float: left;
	width: 25%;
	padding-right: 15px;
}
.memImg img {
	width: 100%;
}
.memTxt {
	float: left;
	width: 75%;
}
#colophon {
	margin-top: 25px;
}

#filterList {
	margin: 25px 0;
	list-style: none;
	padding: 0px;
}
#filterList li {
	float: left;
    width: 100%;
	display: block;
	padding: 10px 5px;
	border-bottom: 1px solid #313b4826;
}
#filterList li:hover {
	text-decoration: underline;
}
#filterList li .date {
	float: right;
}
.module .custom p {
	
}
.module .custom p img {
	float: left;
    width: 55px;
	height: 55px;
	padding: 0px;
}
.single-newsletters #primary {
	width: 100%!important;
}
.single-newsletters #secondary {
	display: none;
}