/*
Theme Name:     The Growth Dialog
Description:    Custom WordPress theme built using the Bootstrap 3.2 framework.
Author:         Clark Concepts
Author URI:     http://www.clarkconcepts.com
*/

/*	STYLE GUIDE:
blue: #262d86   rgb(38,45,134)
green: #57922d   rgb(87,146,45)
gray: #252525   rgb(37,37,37)
*/


/* FONTS */
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('fonts/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('fonts/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lorabold_italic';
    src: url('fonts/lora-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/lora-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* GLOBAL */
#topnav img, .nav-logo, header img, footer img, .green-button, .white-button, .gray-button, .blue-button { /* effects speed */
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}
html, body {
  	background: #252525;
    font-family: Arial, Helvetica, sans-serif;
  	font-size: 18px;
	line-height: 1.5;
	color: #000;
	overflow-x: hidden;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
hr {
  background: #262d86;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 30px 0;
  border: none;
}
h1 { /*  */
	font-family: lorabold_italic, serif;
	font-size: 28px;
	color: #262d86;
  text-align: center;
	padding-bottom: 10px;
	margin-bottom: 30px;
	background-image: url('img/title-line.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}
h2 { /*  */
	font-family: roboto_condensedbold;
	font-size: 24px;
	color: #252525;
}
h3 { /*  */
	font-family: lorabold_italic, serif;
	font-family: #252525, sans-serif;
	font-size: 24px;
}
h4 { /*  */
	font-family: lorabold_italic, serif;
	font-size: 19px;
}
h5 { /*  */
	font-size: 21px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 5px;
}
h6 { /*  */

}
.h1-no-line {
	font-family: lorabold_italic, serif;
	font-size: 28px;
	color: #262d86;
	padding-bottom: 2px;
	margin-bottom: 2px;
}




/* no gutters row */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}



/* images */
img {
	max-width: 100%;
	height: auto;
}
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.aligncenter {
	display: block;
	float: none;
	margin: 0 auto;
	text-align: center;
}



/* header */
header {
	position: relative;
	min-height: 90px;
	z-index: 9999;
}
header img:hover {
	opacity: .6;
}
header .nav-logo {
	float: left;
	margin: 8px 0;
}
.nav-logo:hover {
	opacity: .6;
}
.topnav-social {
	float: right;
	padding-top: 20px;
}
.topnav-link-icon {
	float: left;
	padding-left: 4px;
}
.search-icon {
	margin-top: 35px;
}


/* main menu */
.navtable {
	float: right;
}
.navbar-custom {
  	border-radius: 0;
	padding-top: 35px;
	padding-right: 0 !important;
}
.navbar-custom .navbar-nav > li > a {
  	font-family: 'roboto_condensedregular', sans-serif;
  	color: #fff;
	padding: 5px 7px;
	margin: 0 3px;
	font-size: 19px;
	text-transform: uppercase;
}
.navbar-custom .navbar-nav li:hover{
  background-color: #262d86;
}
.navbar-custom .navbar-nav > li:last-child > a {
	margin-right: 0 !important;
	padding-right: 9px !important;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
	background-color: #262d86 !important;
}      
.navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
	background-color: #262d86 !important;
}
.navbar-custom .navbar-nav > li > .dropdown-menu {
  background-color: #262d86;
  border: none;
  box-shadow: none;
}
.navbar-custom .navbar-nav > li > .dropdown-menu > li > a {
   	font-family: 'roboto_condensedregular', sans-serif;
  	color: #fff;
  	font-size: 17px;
  	background-color: #262d86;
}
.navbar-custom .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-custom .navbar-nav > li > .dropdown-menu > li > a:focus {
  	color: #569441 !important;
	background: #262d86 !important;
}
.navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
.navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
  	color: #569441;
  	background-color: #262d86;
}
.navbar-custom .navbar-nav .caret {
  display: none;
}
.navbar-custom .navbar-toggle {
  	background-color: #262d86;
	margin-top: 0;
}
.navbar-custom .icon-bar {
  	background-color: #569441;
	height: 3px;
}
.navbar-custom .navbar-toggle:hover {
  	background-color: #252525;
}
.navbar-custom .navbar-nav > .active > a {
    background-color: inherit !important;
}



/* main content */
.section {  /* regular content section */
	clear: both;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 30px 0 40px 0;
}
.white {
  background: #fff;
}
.section p {  
	padding-bottom: 5px;
}
.section a, .section a:focus {
  	color: #262d86;
  	text-decoration: none;
}
.section a:hover {
  	color: #06314d;
  	text-decoration: underline;
}
.section a:active {
  	color: #262d86;
  	text-decoration: none;
}
.section ul, .section ol {  
	padding-bottom: 15px;
}
.section li {  
	padding-bottom: 4px;
	margin-bottom: 4px;
	padding-left: 7px;
}
.section ul li ul {  
	margin-top: 15px;
}
.section td {
	padding: 8px 5px;
  	vertical-align: top;
	font-size: 15px;
}
.featured-image {
	font-size: 16px;
	text-align: left;
	color: #6e6e6e;
}
.featured-image-caption {
	padding-top: 10px;
}
.featured-box {
	position: relative;
	background-color: #ebebeb;
	font-size: 16px;
	color: #616161;
	padding: 20px 10px;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}
.featured-box-content {
	padding-bottom: 50px;
}
.featured-box-button {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.back-to-top {
	text-align: right;
	padding-top: 30px;
}
.news-research-section {
	background: #fff;
}
.more-news {
	padding: 40px 0 30px 0;
}
.partner-logo {
  display: inline-block;
  padding: 15px 20px;
}
.mailchimp-section {
  background: #569441;
  color: #fff;
}
.news-page-wrapper {
	background: #fff;
}
.news-post-listing {
	padding-bottom: 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid #57922d;
}
.paginate-links-wrapper {
	padding-left: 20px;
}
.publication-type {
	font-size: 19px; 
	font-weight: 700; 
	color: #808080;
}
.page-link {
	padding: 6px;
	margin: 6px;
	font-size: 22px;
}




/* Experts Row */
.bio-row {
	position: relative;
}
.bio-slideout {
	position: absolute;
	background: #ebebeb;
	padding: 10px 14px;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
/*	height: 130%;  */
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
}

.bio-slideout {
	border-bottom: 14px solid rgba(0,0,0,0);
}

.staff-box {
  	text-align: center;
	cursor: pointer;
  	padding-bottom: 20px;
}
.staff-picture img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.staff-name {
  font-size: 16px;
  font-weight: 600;
}
.staff-creds {
  font-size: 13px;
}
.close-box {
	font-family: lorabold_italic, serif;
	/* font-style: italic; */
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}



/* banners & sliders */
.slider-section {
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 20;
}
.full-slide {
	position: relative;
	width: 100%; 
	height: 100%;	
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.carousel-control {
	position: absolute;
	top: 40%;
	z-index: 9999;
}
.carousel-control.left, .carousel-control.right {
   background-image: none !important;
   filter: none !important;
}
.carousel-control.left {
    left: -40px ;
    margin-left: 0;
}
.carousel-control.right {
    right: -40px;
    margin-right: 0;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1 !important;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%;
	z-index: 50;
	background: rgba(0,0,0,.3)
}
.caption-content {
	position: absolute;
	top: 45%;
	width: 100%;
	text-align: center;
	font-family: roboto_condensedregular, sans-serif;
	font-size: 45px;
	color: #fff;
}
.scroll-down {
	position: absolute;
	bottom: 50px;
	right: 50px;
	z-index: 9999;
}



/* columns of same height styles */
.inside-full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: top;
}

/* Contact Form 7 */
.wpcf7 label {
	width: 100%;
}
.wpcf7-text {
	width: 100%;
	background: #fff;
	border: 1px solid #c3c3c3;
}
.wpcf7-textarea {
	width: 100%;
	height: 120px;
	background: #fff;
	border: 1px solid #c3c3c3;
}
.wpcf7-submit {
	font-family: lorabold_italic, serif !important;
	display: inline-block;
	padding: 6px 20px;
	background: #262d86 !important;
	font-size: 19px;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.wpcf7-submit:hover {
	background-color: #808080 !important;
	color: #fff !important;
  	text-decoration: none !important;
}




/* buttons */
.green-button, #searchsubmit {
	font-family: lorabold_italic, serif !important;
	display: inline-block;
	padding: 6px 20px;
	background: #57922d !important;
	font-size: 19px;
	color: #fff !important;
	text-decoration: none !important;
  text-align: center;
	border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.green-button:hover, .green-button a:hover, #searchsubmit:hover {
	background-color: #808080 !important;
	color: #fff !important;
  	text-decoration: none !important;
}
.blue-button {
	font-family: lorabold_italic, serif !important;
	display: inline-block;
	padding: 6px 20px;
	background: #262d86 !important;
	font-size: 19px;
	color: #fff !important;
	text-decoration: none !important;
  text-align: center;
	border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.blue-button:hover, .blue-button a:hover {
	background-color: #808080 !important;
	color: #fff !important;
  	text-decoration: none !important;
}
.white-button {
	font-family: lorabold_italic, serif !important;
	display: inline-block;
	padding: 6px 10px;
	background: rgba(0,0,0,.4);
	font-size: 19px;
	color: #fff !important;
	text-decoration: none !important;
  	text-align: center;
	border: 2px solid #fff !important;
  	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
  	border-radius: 6px;
}
.white-button:hover, .white-button a:hover {
  	text-decoration: none !important;
	color: #57922d !important;
	border: 2px solid #57922d !important;
}
.gray-button {
	font-family: lorabold_italic, serif !important;
	display: inline-block;
	padding: 6px 10px;
	background: transparent !important;
	font-size: 19px;
	color: #494949 !important;
  text-align: center;
	text-decoration: none !important;
	border: 2px solid #494949 !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.gray-button:hover, .gray-button a:hover {
  	text-decoration: none !important;
	color: #57922d !important;
	border: 2px solid #57922d !important;
}
.view-more-button {
	position: absolute; 
	bottom: 2px; 
	left: 0; 
	width: 100%; 
	text-align: center;
}
#s {
	font-style: italic;
	background: #e6e6e6;
	color: #6d6d6d;
	padding: 8px 5px;
	border: 0;
	box-shadow: none;
}



/* Image Gallery */
#thumbs {
	display: inline-block;
	margin: 0 auto;
	padding-top: 10px; 
	overflow: hidden;
}
#thumbs img, #largeImage {
   border: 1px solid gray;
   padding: 4px;
   background-color: white;
}
#thumbs img {
   cursor: pointer;
   float: left;
   margin-right: 6px;
}
#description {
	height: 17px;
	padding-top: 4px;
   font-size: 14px;
   text-align: center;
}
#panel { 
    position: relative; 
}



/* Mail Chimp Signup forms */
#mc_embed_signup_footer .footer-field {
	width: 100%;
	margin-bottom: 4px;
	font-size: 14px;
	background: #e6e6e6;
	padding: 0 5px;
	border: 0;
	box-shadow: none;
}
#mc_embed_signup_sidebar {
	text-align: center;
}
#mc_embed_signup_sidebar .sidebar-field {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 4px;
	font-size: 14px;
	background: #e6e6e6;
	padding: 0 5px;
	border: 0;
	box-shadow: none;
}
#mc_embed_signup_wide {
	padding-top: 10px;
}
#mc_embed_signup_wide .wide-field {
	width: 100%;
	margin: 0 auto;
	font-style: italic;
	background: #e6e6e6;
	color: #6d6d6d;
	padding: 8px 5px;
	border: 0;
	box-shadow: none;
}
#mc_embed_signup_wide .mc-field-group {
	padding: 5px;
}
.newsletter-button {
	padding-top: 5px;
}




/* footer */
footer {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0 100px 0;
	font-size: 18px;
	color: #fff;
}
footer img {
	margin-right: 6px;
}
footer a img:hover {
	opacity: .6;
}
footer h3 {
	padding-bottom: 0;
}
footer h4 {
	line-height: 1.5;
}
footer a, footer a:focus, .copyright a, footer a:focus {
  color: #fff;
  text-decoration: none;
}
footer a:hover, .copyright a:hover {
  color: #dedcdc;
  text-decoration: none;
}
footer a:active, .copyright a:active {
  color: #fff;
  text-decoration: none;
}
.copyright {
	padding: 20px 0 5px 0;
	color: #fff;
	font-size: 15px;
}
.copyright-left {
	text-align: left;
}
.copyright-right {
	text-align: right;
}




/* Google maps */
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}




/* YouTube Video */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/* RESPONSIVE MEDIA QUERIES: */

/* "Large" */
@media (min-width: 993px) {


}


/* "Medium" */
@media (min-width: 992px) and (max-width: 1199px) {

	.navbar-custom .navbar-nav > li > a {
		padding: 5px 4px;
		margin: 0 3px;
		font-size: 18px;
	}
  	.caption-content {
		font-size: 35px;
 	  	top: 49%;
 	}
 	.bio-slideout {
 		font-size: 15px;
 	}

}

/* "Landscape tablet ONLY" */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

	.page-link {
		padding: 4px;
		margin: 4px;
		font-size: 20px;
	}

}

/* "Portrait tablet ONLY" */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

}


/* "Small" */
@media (min-width: 768px) and (max-width: 991px) {

	.navbar-custom {
		padding-top: 25px;
	}
	.search-icon {
		margin-top: 30px;
	}
	.footer-column {
		min-height: 150px;
	}
	.row-height, .col-height {
		display: block;
		float: none;
	}
  .caption-content {
    font-size: 30px;
 	  top: 49%;
 }

}



/* "Extra Small" */
@media (max-width: 767px) {

	header {
		min-height: 80px;
	}
	.navbar-custom {
		padding-top: 25px;
	}
	.search-icon {
		margin-top: 30px;
	}
	.row-height, .col-height {
		display: block;
		float: none;
	}
	.copyright-left, .copyright-right {
		text-align: center;
	}
	.caption-content {
		top: 30%;
		font-size: 25px;
    padding: 0 30px;
	}
	.scroll-down {
		bottom: 70px;
		right: 10px;
	}
  .gray-button {
    margin-bottom: 10px;
  }
	
}


/* navbar collapse controller */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
		width: 280px;
		background: #252525;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		z-index: 999999;
    }
    .navbar-collapse ul li ul {
		float: none;
		position: relative;
	}
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 2px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
  		display: block !important;
	}
	.section-left-image {
		background: none !important;
	}
	
}



/* other stuff */
noscript {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	background-color: #8f9297;
	color: #fff;
}.
noscript > p {
	width: 66.667%;
	margin: 50px auto 0;
	text-align: center;
	color: #fff;
}
