/*
Theme Name: lovelace
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lovelace
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

lovelace is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Bubblegum+Sans|Bubbler+One|Lato:300,300i,400,400i,700,700i,900,900i');




/*--------------------------------------------------------------
1.0 - General Styles
--------------------------------------------------------------*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
}

/*::selection {
	color: #FFFFFF;
} THIS IS OBNOXIOUS!!!*/

html {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 22px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/*--------------------------------------------------------------
1.1 - Body
--------------------------------------------------------------*/


body {
	background: #f0f3f3;
	color: #5c5c5c;
	margin: 0px;
	padding: 0px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color: #548CC9;
}

a:active,
a:hover,
a:visited {
	outline: 0;
	color: #045c60;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #2f2f2f;
	font-family: 'Bubblegum Sans', cursive;
}

h4 { line-height: 120%; }

h2.title {
	text-transform: capitalize;
	text-align: center;
	width: 100%;
	display: inline-block;
	padding: 0px 0px 30px;
	margin: 0px 0px 30px;
	line-height: inherit;
	position: relative;
	clear: both;
	font-size: 30px;
}

h2.title:after {
	background-color: #548CC9;
	/*background-image: url('/Teiqu7/gc_c0nt3nt/uploads/2017/03/title_bg.png');*/
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	content: "";
	width: 125px;
	height: 13px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

#gform_wrapper_1 {
	background: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 30px 30px 10px;
    box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    float: left;
    width: 100%;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    vertical-align: baseline;
}

#gform_wrapper_1::before {
    background: url('/Teiqu7/uploads/2017/03/contact_form_bg.jpg') -20px 0px;
    background-size: 282px auto;
    content: "";
    box-shadow: 0px 5px 5px 0px rgba(100, 100, 100, 0.20);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(100, 100, 100, 0.20);
    -moz-box-shadow: 0px 5px 5px 0px rgba(100, 100, 100, 0.20);
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: absolute;
    height: cald(100%-5px);
    width: calc(100%-5px);
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    z-index: -1;
}

body .gform_wrapper h3.gform_title {
	font-size: 30px;
	margin-bottom: 25px;
	line-height: normal;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.navbar {
    border-radius: 0;
    border: none;
    background-repeat: repeat;
	margin-bottom: 0;
	padding: 0;
}

.navbar div.w-100.d-flex {
	padding: 0 1rem 0 1rem;
}

.navbar div#navbarText {
	padding: 0;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

ul.dropdown-menu {
	margin: 0;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.navbar-brand {
	/*padding-top: 30px;
	padding-bottom: 0;*/
	padding: 1.5rem;
	display: inline;
	color: #2f2f2f;
	font-family: 'Bubblegum Sans', cursive;
	font-size: 2rem;
	line-height: 2.15rem;
	margin-left: 2%;
	background: transparent;
}

.navbar-brand img {
	float: left;
}

.navbar-brand .site-description {
	display: none;
}

@media (min-width: 768px) {
	.navbar-brand .site-description {
		display: inline-flex;
		white-space:  pre-wrap;
		font-size: 2rem;
		line-spacing: 2.15rem;
	}
}



@media (min-width: 992px) {
	.navbar-brand .site-description {
		white-space: nowrap;
	}
	
	.navbar-brand img {
		float: none;
	}
}

#primaryNavbar {
	clear: both;
	width: 100%;
	z-index: 999;
	box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.1);
	border-top: 5px solid #ebebeb;
	background: #FFFFFF;
}

#primaryNavbar > ul#menu-main-menu > li > a:after {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

ul#menu-main-menu {
    margin: 0 0 0 2%;
    padding: 0px;
}

#menu-main-menu > li {
    margin: 0px;
    padding: 0;
    margin: 0px;
    display: inline;
    float: left;
    position: relative;
    font-size: 1.1rem;
    line-height: 2rem !important;
}

#menu-main-menu > li:a:first-child {
	/*color: #f27c7e;*/
	color: black;
}

#menu-main-menu > li > a {
    display: block;
    padding: 0px 15px;
    margin: -5px 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    /*line-height: 65px;*/
    position: relative;
    border-top: 5px solid #ebebeb;
    color: #434343;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

#menu-main-menu > li > a span {
	margin-top: 5px;
}

#menu-main-menu .menu-item .sub {
	font-size: smaller;
	text-transform: capitalize;
	font-weight: normal;
}

#menu-main-menu > li > a:hover {
	background-color: transparent;
}

#menu-main-menu > li:nth-child(1) > a,
#menu-main-menu > li:nth-child(1).current-menu-item a {
	border-color: #f27c7e;
}

.rainbow span:nth-child(1) {
	background-color: #f27c7e;
}

#menu-main-menu > li:nth-child(1) > a:hover,
#menu-main-menu > li:nth-child(1).current-menu-item a {
	/*color: #f27c7e;*/
	background-color: rgba(242, 124, 126, .4);
}

#menu-main-menu > li:nth-child(2) > a,
#menu-main-menu > li:nth-child(2).current-menu-item a {
	border-color: #f7c44e;
}

.rainbow span:nth-child(2) {
	background-color: #f7c44e;
}

#menu-main-menu > li:nth-child(2) > a:hover,
#menu-main-menu > li:nth-child(2).current-menu-item a {
	/*color: #f7c44e;*/ 
	background-color: rgba(247, 196, 78, .4);
}

#menu-main-menu > li:nth-child(3) > a,
#menu-main-menu > li:nth-child(3).current-menu-item a {
	border-color: #acc158;
}

.rainbow span:nth-child(3) {
	background-color: #acc158;
}

#menu-main-menu > li:nth-child(3) > a:hover,
#menu-main-menu > li:nth-child(3).current-menu-item a {
	/*color: #acc158;*/
	background-color: rgba(172, 193, 88, .4);
}

#menu-main-menu > li:nth-child(4) > a,
#menu-main-menu > li:nth-child(4).current-menu-item a {
	border-color: #fce485;
}

.rainbow span:nth-child(4) {
	background-color: #fce485;
}

#menu-main-menu > li:nth-child(4) > a:hover,
#menu-main-menu > li:nth-child(4).current-menu-item a {
	/*color: #fce485;*/
	background-color: rgba(252, 228, 133, .4);
}

#menu-main-menu > li:nth-child(5) > a,
#menu-main-menu > li:nth-child(5).current-menu-item a {
	border-color: #ea9d5f;
}

.rainbow span:nth-child(5) {
	background-color: #ea9d5f;
}

#menu-main-menu > li:nth-child(5) > a:hover,
#menu-main-menu > li:nth-child(5).current-menu-item a {
	/*color: #ea9d5f;*/
	background-color: rgba(234, 157, 95, .4);
}

#menu-main-menu > li:nth-child(6) > a,
#menu-main-menu > li:nth-child(6).current-menu-item a {
	border-color: #4cbcd4;
}

.rainbow span:nth-child(6) {
	background-color: #4cbcd4;
}

#menu-main-menu > li:nth-child(6) > a:hover,
#menu-main-menu > li:nth-child(6).current-menu-item a {
	/*color: #4cbcd4;*/
	background-color: rgba(76, 188, 212, .4);
}

#menu-main-menu > li:nth-child(7) > a,
#menu-main-menu > li:nth-child(7).current-menu-item a {
	border-color: #4c7296;
}

.rainbow span:nth-child(7) {
	background-color: #4c7296;
}

#menu-main-menu > li:nth-child(7) > a:hover,
#menu-main-menu > li:nth-child(7).current-menu-item a {
	/*color: #4c7296;*/
	background-color: rgba(76, 114, 150, .4);
}

#menu-main-menu > li:nth-child(8) > a,
#menu-main-menu > li:nth-child(8).current-menu-item a {
	border-color: #b0b6fb;
}

.rainbow span:nth-child(8) {
	background-color: #b0b6fb;
}

#menu-main-menu > li:nth-child(8) > a:hover,
#menu-main-menu > li:nth-child(8).current-menu-item a {
	/*color: #b0b6fb;*/
	background-color: rgba(176, 182, 251, .4);
}

#menu-main-menu > li:nth-child(9) > a,
#menu-main-menu > li:nth-child(9).current-menu-item a {
	border-color: #bc5393;
}

.rainbow span:nth-child(9) {
	background-color: #bc5393;
}

#menu-main-menu > li:nth-child(9) > a:hover,
#menu-main-menu > li:nth-child(9).current-menu-item a {
	color: #bc5393;
}

#menu-main-menu > li:nth-child(10) > a,
#menu-main-menu > li:nth-child(10).current-menu-item a {
	border-color: #de81b8;
}

.rainbow span:nth-child(10) {
	background-color: #de81b8;
}

#menu-main-menu > li:nth-child(10) > a:hover,
#menu-main-menu > li:nth-child(10).current-menu-item a {
	color: #de81b8;
}



/*-------- HOME CAROUSEL ------------*/
#homeCarousel {
	position: relative;
	height: 100%;
	width: 100%;
}

#homeCarousel .carousel-item {
	width: 100%;
	height: 60vh;
	background-size: cover;
	background-position: center center;
}

#homeCarousel .carousel-control.left,
#homeCarousel .carousel-control.right {
	background-image: none !important;
	opacity: 1;
}

#homeCarousel .carousel-control.left {
	top: 40%
}

#homeCarousel .carousel-control.right {
	top: 40%
}

#homeCarousel .carousel-caption {
	top: 15%;
	text-align: left;
  	height: auto;
}

#homeCarousel .carousel-caption h2 { 
	line-height: 36px;
	text-align: left;
	font-family: 'Bubblegum Sans', cursive;
	font-size: 40px;
}

#homeCarousel .carousel-caption h2 span {
	padding: 10px 0;
	color: #FF7300;
}

#homeCarousel p.caption {
	color: #FFFFFF;
	text-align: left;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	font-size: 65px;
	line-height: 79px;
	margin-bottom: .5em;
}

/* ----- Map ----- */
.acf-map {
    width: 100%;
    height: 400px;
    border: none;
    margin: 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/* ----- Contact Info ----- */
.contact-info-sidebar {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin: 0px 0px 10px;
    padding: 12px 0px 8px;
    border-bottom: 1px dotted #CCCCCC;
}

.contact-sidebar-heading {
	background-image: url('/Teiqu7/uploads/2017/03/mailing-bck.png');
	background-position: right top;
	background-repeat: no-repeat;
	height: 145px;
}

.contact-sidebar-heading h3 {
	position: relative;
	height: 145px;
	top: 50%;
}

.modal {
	padding-top: 10%;
}

.modal-title {
	text-transform: uppercase;
}

.modal-backdrop {
    /*position: fixed;*/
    background-color: #548CC9;
    background-image: url('/Teiqu7/uploads/2017/03/cloud-bg.png');
    background-repeat: repeat;
    padding-top: 78px;
    padding-bottom: 30px;
    background-attachment: fixed;
    background-position: 50% 59px;
}




/* ----- Facebook Feed ----- */

@media (min-width: 768px) {

    /* show 3 items */
    #carousel-tilenav .carousel-inner .active,
    #carousel-tilenav .carousel-inner .active + .carousel-item,
    #carousel-tilenav .carousel-inner .active + .carousel-item + .carousel-item,
    #carousel-tilenav .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }
    
    #carousel-tilenav .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    #carousel-tilenav .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    #carousel-tilenav .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    #carousel-tilenav .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    #carousel-tilenav .carousel-inner .carousel-item-next,
    #carousel-tilenav .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    #carousel-tilenav .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    #carousel-tilenav .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    #carousel-tilenav .carousel-item-next.carousel-item-left + .carousel-item,
    #carousel-tilenav .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    #carousel-tilenav .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    #carousel-tilenav .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    #carousel-tilenav .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    #carousel-tilenav .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    #carousel-tilenav .carousel-item-prev.carousel-item-right + .carousel-item,
    #carousel-tilenav  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    #carousel-tilenav .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    #carousel-tilenav .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
	.carousel-item { min-width: 330px !important; }
}

/* ----- Breadcrumbs ----- */
#breadcrumbs {
	position: relative;
	padding: 15px 0;
	text-align: right;
}

#breadcrumbs a {
	color: #fff;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
}

a:hover {
	color: #434343;
}

a img {
	border: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.sws-icon {
	color: #548CC9;
	padding: .8rem;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* ------ Footer ----- */

footer.site-footer::before {
    background: url('/Teiqu7/uploads/2017/03/footer_top_bg.png') center top no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    top: -46px;
    left: 0px;
    width: 100%;
    height: 46px;
}

footer.site-footer {
    width: 100%;
    margin: 0px;
    padding: 65px 0px 35px;
    clear: both;
    background-image: url('/Teiqu7/uploads/2017/03/footer_bg.png');
    background-color: #FFFFFF;
    position: relative;
    background-position: center top;
}

footer.site-footer h3 {
    padding-bottom: 25px;
    position: relative;
    border-bottom: none;
    font-family: 'Bubblegum Sans', cursive;
    font-size: 22px;
    text-transform: capitalize;
}

footer.site-footer h3.scribble1:after,
footer.site-footer h3.scribble2:after,
footer.site-footer h3.scribble3:after,
footer.site-footer h3.scribble4:after {
	background-image: url('/Teiqu7/uploads/2017/03/footer_title_bg.png');
	background-size: 420px 15px;
	content: "";
	padding: 0px;
	max-width: 275px;
	width: 100%;
	display: inline-block;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 14px;
}

footer.site-footer h3.scribble1:after {
	background-color: #f27c7e;
}

footer.site-footer h3.scribble2:after {
	background-color: #4c7296;
}

footer.site-footer h3.scribble3:after {
	background-color: #acc158;
}

footer.site-footer h3.scribble4:after {
	background-color: #fce485;
}

footer.site-footer li i {
	color: #548CC9;
}

footer.site-footer li {
	color: #5c5c5c;
}

.cff-header {
	display: none;
	visibility: hidden;
}

.entry-header {
	background-color: #548CC9;
	padding-bottom: 15px;
	padding-top: 15px;
	color: #fff;
}

.site-info {
	background-color: #548CC9;
	padding-bottom: 15px;
	padding-top: 0;
	color: #fff;
}

.entry-header h1 {
	font-family: 'Bubblegum Sans', cursive;
	color: #fff;
}

.site-info a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.site-info a:hover {
	text-decoration: underline;
}

.rainbow {
	height: 5px;
	width: 100%;
	top: 0;
	left: 0;
	margin-bottom: 15px;
}

.rainbow span {
    opacity: 1;
    display: inline-block;
    position: relative;
    float: left;
    width: 10%;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
    height: 5px;
}

.copyright {
	line-height: 22px;
}

.copyright span:hover i {
	color: red;
}

.social-footer {
	text-align: right;
}

.social-footer p {
	background-image: url('/Teiqu7/uploads/2017/03/footer_arrow.png');
	background-size: 42px 11px;
	background-position: right 7px;
	background-repeat: no-repeat;
	float: left;
	padding: 0px 50px 0px 0px;
	margin: 7px 15px 0px 0px;
	color: #fff;
}

.social-footer ul {
	margin: 0px;
	padding: 0px;
	line-height: 0;
}

.social-footer ul li {
	display: inline-block;
	padding-bottom: 0px;
	position: relative;
	margin: 0px 5px 0px 0px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.social-footer ul li a {
	color: #fff;
	width: 35px;
	height: 35px;
	display: block;
	line-height: 42px;
	text-align: center;
	padding: 0px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	padding-bottom: 2rem;
	/*min-height: 700px;*/
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area { 
	padding: 2rem;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-title {
	margin-top: 3rem;
	padding-top: 1.5rem;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #4c7296;
}

.comments ol {
	list-style: none;
	margin: 1rem;
	padding: 0;
}

.comments ol.children {
	margin-left: 3rem;
}

.comments ol li {
	padding: 1rem;
}

.comment-list .comment.thread-even { 
	background-color: rgba(0, 140, 153, .1); 
}

.comment-list .comment.thread-odd {
	background-color: rgba(172, 193, 88, .1);
}

.comment-author.vcard img {
	width: 100px;
	height: auto;
	border-radius: 50%;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(234, 157, 95, .5);
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}




.newspaper-columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 2%; /* Chrome, Safari, Opera */
    -moz-column-gap: 2%; /* Firefox */
    column-gap: 2%;
    -webkit-column-rule-style: solid; /* Chrome, Safari, Opera */
    -moz-column-rule-style: solid; /* Firefox */
    column-rule-style: solid;
    -webkit-column-rule-width: 1px; /* Chrome, Safari, Opera */
    -moz-column-rule-width: 1px; /* Firefox */
    column-rule-width: 1px;
    -webkit-column-rule-color: lightgrey; /* Chrome, Safari, Opera */
    -moz-column-rule-color: lightgrey; /* Firefox */
    column-rule-color: lightgrey;
    width: 100%;
}

.newspaper-columns .state {
	/*break-before: column;*/
	break-inside: avoid-column;
	break-after: avoid-column;
}

.city > ul { margin: 0 !important; }

.state > h3 { margin-bottom: 0 !important; margin-top: 1rem !important; }

@media screen and (max-width: 768px) {
	body {
		width: 100%;
		overflow-x: hidden;
	}
	
	.side-collapse-container {
		width: 100%;
		position: relative;
		left: 0;
		transition: left .4s;
	}
	
	.navbar-collapse {
		border-top: none;
	}
	
	.side-collapse-container.out {
		left: 200px;
	}
	
	.side-collapse {
		top: 0;
		bottom: 0;
		left: 0;
		width: 200px;
		padding-top: 50px;
		position: fixed;
		overflow: hidden;
		transition: width .4s;
		background-color: #fff;
		z-index: 10;
		border-right: 5px solid #ebebeb;;
		-webkit-box-shadow: 5px 0 5px -2px rgba(0, 0, 0, .1);
		box-shadow: 5px 0 5px -2px rgba(0, 0, 0, .1);
    }
    
    .col-md-3 .side-collapse {
	    position: relative;
	    background-color: transparent;
	    margin: 100px auto 0 15px;
    }
    
    .col-md-3 .navbar-collapse {
	    position: relative;
	    float: left;
    }
    
    .side-collapse.in {
	    width: 0;
	}
	
	.col-md-9 ul.nav li {
		width: 100%;
	}
	
	.col-md-3 ul.nav {
		margin-top: 15px;
	}
	
	nav > li {
		display: block;
		float: none;
		position: relative;
   	}
	
	#main-menu ul.social-icons {
		float: none;
		position: relative;
	}
	
	.navbar-toggle {
		background-color: #548CC9;
		color: #fff;
	}
	
	.navbar-brand {
		float: none;
	}
	
	.header-more-info {
		float: none;
	}
	
	.contact-details p {
		text-align: center;
		margin-left: -15px;
	}
	
	.navbar-brand > img {
		text-align: center;
		margin: auto;
	}
	
	#main-menu {
		height: 0;
	}
}

.myTitle {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 16px;
	//font-weight: bold;
}


.cff-wrapper { 
	padding-bottom: 2rem;
	min-height: 500px;
}

.posted-on { margin-top: 2rem; }
.posted-on > a, .vcard > a { color: white !important; }

.entry-meta { margin-top: 1.7rem; }

.single-post > #page > #content > #secondary { display: none !important; }



#gform_widget-3 #choice_8_2_1.gfield-choice-input {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    height: 25px;
    width: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #4c7296;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #4cbcd4;
    cursor: pointer;
}

#gform_widget-3 #choice_8_2_1.gfield-choice-input label {
	color: #34495e;
	padding: .5rem .25rem;
}

#gform_widget-3 #choice_8_2_1.gfield-choice-input:checked {
	border: 1px solid #4cbcd4;
	background-color: #4c7296;
}

#gform_widget-3 #choice_8_2_1.gfield-choice-input:checked + label::before {
	content: '\2713';
	display: block;
	text-align: center;
	color: #4cbcd4;
	position: absolute;
	left: 0;
	top: 0;
}

#gform_widget-3 #choice_8_2_1.gfield-choice-input:active {
	border: 2px solid #34495e;
}




/* Update Location Info Page */
.gcl-red-alert,
.gcl-red-alert:visited {
	color: #fce485;
	text-decoration: none;
	font-size: 1rem;
}

.gcl-red-alert:hover {
	opacity: .7;
}


/* SHARON MISC */
.wp-block-columns { margin-top: -2rem; margin-bottom: -1.5rem !important; }

.sws-post-sidebar-container > #block-6 { margin-left: 10% !important; margin-top: -2rem !important; }