h2.Krispyh2 {
	color: #006151 !important;
}

h1,h2,h3,h4,h5,h6,blockquote,#KrispyMobileNavTrigger {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    color: #000;
}

#KrispyMobileNavTrigger {
    /* background: url('../images/mobile_menu_bg.png') no-repeat; */
    background-position: left;
    color: white;
    position: absolute;
    z-index: 200;
    height: 40px;
    width: 95%;
    line-height: 40px;
    padding-left: 15px;
    color: #FFF; /* CHANGE FONT COLOR FOR MOBILE NAVIGATION */
    /* EXTRA */
    background-color: #A50202;
    letter-spacing: 1px;
    font-size: 1.5em;
    border-radius: 6px 6px 0px 0px;-moz-border-radius:  6px 6px 0px 0px;-webkit-border-radius:  6px 6px 0px 0px;
}

/*
=============================================================== 
MAIN NAVIGATION 
===============================================================
*/

.KrispyNavigation {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    list-style: none;
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.KrispyNavigation li {
    display: inline-block;
    margin: 10px 5px 0px; /*  10px 20px 20px */
    padding: 2px 25px;
    /* background: rgba(255, 255, 255, 0.2); */
    background: #A50202;
}
.KrispyNavigation a {
    /* color: #a4a1a2; */
    color: #FFF;
}
.KrispyNavigation a:hover {
    color: #006151;	/* CHANGE THE TEXT HOVOR COLOR HERE */
}
.Krispy-current-page {
	color: #FFF !IMPORTANT;
}
.CurrentLi {
	background: #003A25 !IMPORTANT;
	color: #FFF !IMPORTANT;
}

/*
=============================================================== 
MAIN NAVIGATION 
===============================================================
*/

@media (max-width: 640px) {
    nav ul {
        display: none;
    }

    nav select, #KrispyMobileNavigation {
        display: block;
    }

}

nav {
    padding: 0 15px 0px /* 0 15px 15px */;
}

@media (min-width: 641px) {
    nav ul {
        display: block;
    }

    nav select, #KrispyMobileNavigation {
        display: none;
    }

}

/* 
========================================================= 

=========================================================
*/

#KrispyMobileNavigation {
    position: relative;
    margin: 0 auto;
    width: 280px;
    padding-bottom: 40px;
}
header {
    border-top: 6px solid #196D44 !important;
    margin: 0;
    padding: 0;
    background: #FFF; /* CHANGE THE COLOR OF THE BACKGROUND */  
    -webkit-box-shadow: inset 0 0 55px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 55px rgba(0,0,0,.3);
    box-shadow: inset 0 0 55px rgba(0,0,0,.3);
}
#Krispy-header {
	    background: url('http://www.qiklead.com/qikpages/images/kk/dots.png');
	    background-position: top right;
	    background-repeat: repeat;
}
.webicons {
    font-family: 'WebSymbolsRegular';
}
a .social-icons {
    font-family: 'SocialicoRegular';
    font-size: 37px;
    position: relative;
    color: #006151 !important;
}
a:hover .social-icons {
    color: #A50202 !important;
}
#mainFooter {
	background: #196D44; /* CHANGE FOOTER BACKGROUND COLOR HERE */
}
.article-footer {
    border-top: 0px dotted #FFF !important; /* CHANGE FOOTER DOTTED LINE HERE */
}
.article-info-social {
    margin-left: 20px !important; /* CHANGE FOOTER DOTTED LINE HERE */
}

.fullWidth,.fullWidth img {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.fullWidth iframe{
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.fullWidth{
    overflow: hidden !important;
}

/* Mobile */
@media (max-width: 640px) {
    .fullWidthMap {
        height: none !important;
        width: 100%;
        margin: 0;
    }

}

/* Tablet */
@media (min-width: 641px) {
    .fullWidthMap {
        height: 1200px;
        width: 100%;
        margin: 0;
    }

}
