
.stripe  {
	width: 100%;
	background-size: auto !important;
	background-repeat: repeat-x !important;
}

.white-cloud-stripe {
	min-height: 80px;	
	background-image: url(/wp-content/uploads/2018/01/stripe-header.png);
	background-color: rgba(100, 166, 196, 1);
	background-position: top !important; 
}

.blue-cloud-stripe {
	min-height: 220px;
	background-image: url(/wp-content/uploads/2018/01/stripe-clouds.png);
	background-position: top !important; 
}

.city-skyline-stripe {
	min-height: 220px;
	background-image: url(/wp-content/uploads/2018/01/stripe-footer.png);
	background-position: bottom !important; 
}

.raised-panel .builder-text-column {
	border: 1px solid #f3f3f3;
	border-radius: 8px;
	padding: 1em;
	font-size: .8em;
	color: #888888;
	box-shadow: 1px 3px 3px #f1f1f1;
	background-color: #ffffff;
	opacity: .9;
}

.raised-panel .builder-text-column h3 {
	font-size: 1.5em;
	font-weight: 700;
}

.blue-panel .builder-text-column {
	border: 1px solid #7cd7ff;
	border-radius: 8px;
	padding: 1em;
	color: #64A6C4;
	background-color: #ffffff;
	opacity: .9;
}

.round-panel .builder-text-column {
	border-radius: 50%;
}

.ttfmake-testimonial small {
	color: #64A6C4;
}

.ttfmake-testimonial em {
	font-size: .8em;
	opacity: .6;
	position: relative;
	top: -15px;
}

.search .site-content, .blog .site-content, .error404 .site-content {
	padding: 5em 0;
	min-height: 600px;
}

h1, h2, h3, h4, h5, h6 {
	color: #346096;
	line-height: 1.2;
}

h1 small, h2 small, h3 small {
	display: block;
}

p big {
	font-weight: 100;
}

.orange {
	color: #f58929;
}

.blue {
	color: #64A6C4;
}

.padded-sm-top {
	padding-top: 2em;
}

.padded-sm-bottom {
	padding-bottom: 2em;
}

.padded-md-top {
	padding-top: 5em;
}

.padded-md-bottom {
	padding-bottom: 5em;
}

.padded-lg-top {
	padding-top: 10em;
}

.padded-lg-bottom {
	padding-bottom: 10em;
}

.header-bar input.search-field {
	background-color: #69A6C3;
}

.header-bar input.search-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7cd7ff;
    opacity: 1; /* Firefox */
}

.header-bar input.search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7cd7ff;
}

.header-bar input.search-field::-ms-input-placeholder { /* Microsoft Edge */
    color: #7cd7ff;
}

input {
	border-radius: 5px;
}

#gform_wrapper_2 .top_label .gfield_label {
	display: none;
}

#gform_wrapper_2 {
	position: relative;
}

#gform_wrapper_2 .gform_body input {
	border-radius: 100px;
	padding-left: 25px !important;
}
 
#gform_wrapper_2 .gform_footer {
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
}

#menu-item-344 {
	border: 1px solid #5792B0;
	border-radius: 15px;
}

#menu-item-344:hover {
	background-color: #69a2c3;
}

/* small screens */
@media only screen and (max-width : 799px) {
	
}

/* medium screens */
@media only screen and (min-width : 399px) and (max-width : 799px) {
	
}

/* large screens (default) */
@media screen and (min-width: 800px) {
.site-navigation .menu .sub-menu, .site-navigation .menu .children, .site-navigation .nav-menu .sub-menu, .site-navigation .nav-menu .children {
		background-color: #69a2c3;
	}
	.narrow-column .builder-text-row { margin: auto 120px; }
}