﻿/*
"Geneva" v 1.0 
Website Template 
created by www.i3dthemes.com
May / 7 / 2014
/*
*/
/*###################### -=[ FONTS ]=- ######################################*/
@font-face {
    font-family: 'pt_sansregular';
    src: url('fonts/ptsans_regular/PTS55F-webfont.eot');
    src: url('fonts/ptsans_regular/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptsans_regular/PTS55F-webfont.woff') format('woff'),
         url('fonts/ptsans_regular/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/ptsans_regular/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pt_sans_narrowregular';
    src: url('fonts/ptsansnarrow_regular/PTN57F-webfont.eot');
    src: url('fonts/ptsansnarrow_regular/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptsansnarrow_regular/PTN57F-webfont.woff') format('woff'),
         url('fonts/ptsansnarrow_regular/PTN57F-webfont.ttf') format('truetype'),
         url('fonts/ptsansnarrow_regular/PTN57F-webfont.svg#pt_sans_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neueregular';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/bebasneue/BebasNeue-webfont.eot'),
         url('fonts/bebasneue/BebasNeue-webfont.woff') format('woff'),
         url('fonts/bebasneue/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue/BebasNeue-webfont.svg#bebas_neueregular') format('svg');

}
/*###################### -=[ GLOBAL FONT STYLES ]=- ##########################*/
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
body {
	color: #333333;
	font-size: 16px;
	font-family: "pt_sansregular", sans-serif;
	line-height: 1.428571429;
	background-color: #FFF;
	background-image: url(../graphics/subtle_white_feathers.png);
}
/* LINKS */
a {
	color: #75bdbf;
	text-decoration: none;
}
a:hover, a:focus {
	color: #111111;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
/* PARAGRAPHS */
p {
	margin: 0 0 10px 5px;
	text-align: left;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
}
/* HORIZONTAL RULE */
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.heading-divider {
	background: url('../graphics/heading-divider.png') center center no-repeat;
	width: 100%;
	height: 10px;
	border: 0px;
}
.highlight {
	color: #75bdbf;
}
/*********************** THUMBNAILS / START ************************************/
.img-thumbnail {
	font-size: 13px;
	padding: 10px;
	line-height: 1.42857143;
	background-color: #efefef;
	background: rgba(255,255,255,0.2);
	border: 1px solid #75bdbf;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.thumbnail {
	background-color: #efefef;
	background: rgba(255,255,255,0.2);
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	display: block;
	line-height: 1.42857;
	margin-bottom: 22px;
	padding: 4px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
/*********************** HEADINGS / START **************************************/
h1, .h1 {
	color: #75bdbf;
	font-size: 39px;
	font-family: pt_sans_narrowregular, sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin: 10px 0px 10px 5px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
}
h2, .h2 {
	color: #75bdbf;
	font-size: 32px;
	font-family: pt_sans_narrowregular, sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin: 10px 0px 10px 5px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
}
h3, .h3 {
	color: #8A8A8A;
	font-size: 26px;
	font-family: pt_sans_narrowregular, sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin: 10px 0px 10px 5px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
}
h4, .h4 {
	color: #75bdbf;
	font-size: 21px;
	font-family: pt_sans_narrowregular, sans-serif;
	font-weight: normal;
	line-height: 1.00em;
	margin: 10px 0px 10px 5px;
/*!	text-shadow: 1px 1px 0px rgba(255,255,255,0.8); */
}
h5, .h5 {
	color: #75bdbf;
	font-size: 17px;
	font-family: pt_sans_narrowregular, sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin: 10px 0px 10px 5px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
}
h6, .h6 {
	color: #75bdbf;
	font-size: 14px;
	font-family: pt_sans_narrowregular, sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin: 10px 0px 10px 5px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
/*********************** BLOCKQUOTES / START ***********************************/
/* blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}
*/

/****** removed  11-27-14 */
/*blockquote {
/*	font-family: Georgia, serif; */
/*	font-size: 16px;
	/*font-style: italic; */
 /*   width: 100%;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 60px;
position: absolute;
left: 0px;
/*left: -20px; */
/*top: -20px;
color: #7a7a7a;
}


blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}

/* end removed 11-27-14 */

/* added 11-29-14 */

blockquote{
	/*		font: 1.2em Arial,sans-serif; */
		font-size: 1em;
	/*		background: #e9e9e9; */
		background: #f5fafa;
	border-left: 10px solid #75bdbf;
	padding: 5px 10px;
	font-style: italic;
	}

	blockquote:before{
		content: "\201C";
		font-size: 3em;
		line-height: .1em;
		vertical-align: -.4em;
   		color: #aaa;
		margin-right: .2em;


	}
	blockquote:after{
		content: "\201D";
		font-size: 3em;
		line-height: .1em;
		vertical-align: -.4em;
		color: #aaa;
		margin-left: .2em;
	}
	
	blockquote cite {
		color: #999999;
		font-size: 14px;
/*		display: block; */
		margin-top: 5px;
	}
 
	blockquote cite:before {
		content: "\2014 \2009";
	}	


/* end added 11-29-14 */













blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #000;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}
/*********************** LISTS / START *****************************************/
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
/*
*/
/*###################### -=[ SHARED COMPONENTS ]=- ############################*/
/*
*/
/*********************** WEBSITE NAME / START ***********************************/
.website-name {
	color: #3e342e;
	font-size: 40px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: 100;
	background-color: transparent;
	margin: 0px;
	text-decoration: none;
	text-transform: normal;
	position: absolute;
	top: 2px;
/*	left: 160px; */
	left: 10px;
	padding: 18px 0px 44px;
	min-width: 0px;
	box-sizing: border-box;
}
.website-name span {
	color: #75bdbf;
}
/*********************** TAGLINE / START ****************************************/
.tagline {
	color: #3e342e;
	font-size: 24px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 65px;
	left: 265px;
	text-decoration: none;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.8);

}
/*********************** GRAPHIC LOGO / START ***********************************/
.graphic-logo {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
.graphic-logo a {
	text-decoration: none;
	border: 0;
}
/*********************** SOCIAL ICONS / START ***********************************/
.social-icons {
	position: relative;
	float: right;
	margin-right: 60px;
	padding: 0px;
}
.social-icon-fontawesome {
	position: relative;
	z-index: 10005;
}
.social-icons a {
	text-decoration: none;
	border: 0;
}
/* social icons */
.social-icon-fontawesome a:link, .social-icon-fontawesome a:visited {
	color: #75bdbf;
	text-decoration: none;
	outline: none;
}
.social-icon-fontawesome a:last-child {
	border-right: 0;
}
.social-icon-fontawesome a:hover {
	color: #ffffff;
	text-decoration: none;
}
div.social-icon-fontawesome div {
	background: #ffffff;
	border-radius: 0;
	box-sizing: border-box;
	padding: 4px 12px 4px 10px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 1;
	display: inline-block;
	transform: skewX(-45deg);
	-ms-transform: skewX(-45deg); /* IE 9 */;
	-webkit-transform: skewX(-45deg); /* Opera, Chrome, and Safari */
}
div.social-icon-fontawesome div a i.fa {
	transform: skewX(45deg);
	-ms-transform: skewX(45deg); /* IE 9 */;
	-webkit-transform: skewX(45deg); /* Opera, Chrome, and Safari */
}
div.social-icon-fontawesome div:hover {
	background: #75bdbf;
}
div.social-icon-fontawesome a:hover {
	color: #ffffff;
	text-decoration: none;
}
/*********************** PHONE / START ******************************************/
.phone {
	float: right; /*
	position: absolute;
	top: 70px;
	right: 18px;
	*/;
	margin-top: 30px;
	margin-right: 50px;
	padding: 0px;
	position: relative;
}
.phone a {
	color: #75bdbf;
	font-size: 16px;
	font-family: pt_sansregular, sans-serif;
	font-weight: normal;
}
.phone a {
	text-decoration: none;
}
/*********************** GOOGLE SEARCH / START **********************************/
.google-search {
	margin: 0px 0 0 0;
	padding: 18px 0 0 0;
	position: absolute;
	top: -5px;
	right: 0px;
}
/* google search input text color  */
input#gsc-i-id1.gsc-input {
	color: #333333!important;/* input text color  */
}
.gsst_a .gscb_a {
	margin-top: 6px;
	color: #000000!important;/* X close color  */
}
input.gsc-input {
	font-size: 16px!important;
	padding: 1px 1px!important;
}

.google-search {
	width: 200px;
	margin: 0px 0px 0px 0px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.google-search:hover {
	width: 300px;
}
.gsc-input-box {
	background: url('../graphics/stripes-bg.jpg') -200px center;
	height: 34px!important;
	border-radius: 0px;
	padding: 0px!important;
	border: 1px solid #F2F3F4!important;
	padding: 0px 0px 0px 0px!important;
	margin-left: 6px;
	box-sizing: border-box;
	margin-top: 2px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.gsc-input-box:hover {
	background: url('../graphics/stripes-bg.jpg')left center;
	-webkit-box-shadow: inset 1px 1px 0 0 #ffffff, inset -1px -1px 0 0 #ffffff;
	box-shadow: inset 1px 1px 0 0 #ffffff, inset -1px -1px 0 0 #ffffff;
	box-sizing: border-box;
}
.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
	border: 1px solid #F2F3F4!important;
	background: url('../graphics/stripes-bg.jpg') center center!important;
	-webkit-box-shadow: inset 1px 1px 0 0 #ffffff, inset -1px -1px 0 0 #ffffff!important;
	box-shadow: inset 1px 1px 0 0 #ffffff, inset -1px -1px 0 0 #ffffff!important;
	box-sizing: border-box!important;
}
table.gsc-search-box td {
	vertical-align: top!important;
}
.gsc-input {
	background: transparent!important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	height: 34px!important;
	margin-top: 0px;
	min-width: 13px;
	padding: 6px 27px;
	width: 13px;
}
.cse input.gsc-search-button, input.gsc-search-button {
	background-color: transparent!important;
	background-image: url(../graphics/search-btn.png)!important;
	background-repeat: no-repeat!important;
	border: 0px!important;
	border-radius: 0px!important;
	height: 34px;
	min-width: 34px;
	padding: 0 6px;
	margin-right: -4px;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.cse input.gsc-search-button:hover, input.gsc-search-button:hover {
	background-image: url(../graphics/search-btn-hover.png)!important;
}
.cse input.gsc-search-button:focus, input.gsc-search-button:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.0) inset!important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.0) inset!important;
}
input.gsc-search-button {
	z-index: 999!important;
	position: relative!important;
}
.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0!important;
	background-color: transparent!important;
	border: 0px solid #FFFFFF!important;
	border-radius: 20px;
	padding-left: 6px;
}
form.gsc-search-box {
	margin: 0!important;
}
table.gsc-search-box {
	margin-bottom: 0px!important;
}
/*********************** MENU TOP / START ***********************************/

/* menubar POSITION */
.menu-top {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	margin: 0px;
	padding: 0px;
}
/* menubar BACKGROUND */
.navbar-default {
	background-color: transparent;
	border-color: transparent;
	
}
/* menubar HEIGHT - BOTTOM MARGIN */
.navbar {
	border: 1px solid rgba(0, 0, 0, 0);
	margin-bottom: 0px;
	position: relative;
}
/* main button BACKGROUND */
.navbar-nav > li > a {
	padding-bottom: 18px;
	padding-top: 19px;
	background-color: transparent;
	-webkit-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.0);
	box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.0);
}
ul#menu.menu li:first-child {
	border-left: 1px #aaa solid;
}
/* main button FONT STYLE */
.navbar-default .navbar-nav > li > a {
	color: #75bdbf;
	font-size: 18px;
	font-family: pt_sans_narrowregular, sans-serif;
	background: url('../graphics/menutop-bg.png') -200px -65px repeat-x;
	box-sizing: border-box;
	font-weight: normal;
/*	font-variant: small-caps; */
	border-left: 1px solid #DFE1E3;
	border-right: 1px solid #DFE1E3;
	margin-top: -2px;
	margin-left: -1px;
	padding-bottom: 21px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.navbar-default .navbar-nav > li {
	-webkit-box-shadow: 5px 0 5px -5px rgba(0,0,0,0.0), -5px 0 5px -5px rgba(0,0,0,0.0);
	box-shadow: 5px 0 5px -5px rgba(0,0,0,0.0), -5px 0 5px -5px rgba(0,0,0,0.0);
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.navbar-default .navbar-nav > li:hover {
	-webkit-box-shadow: 5px 0 5px -5px rgba(0,0,0,0.2), -5px 0 5px -5px rgba(0,0,0,0.2);
	box-shadow: 5px 0 5px -5px rgba(0,0,0,0.2), -5px 0 5px -5px rgba(0,0,0,0.2);
}
/* main button HOVER*/
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #000;
	background: url('../graphics/menutop-bg.png') 0px 0px repeat-x;
	padding-bottom: 20px;
	margin-top: -7px;
}
/* main button OPEN*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #000;
	background: url('../graphics/menutop-bg.png') 0px 0px repeat-x;
	padding-bottom: 10px;
	margin-top: -7px;
}
/* sub button POSITION */
.navbar-nav > li > .dropdown-menu {
	margin-top: 3px;
	box-sizing: border-box;
}
/* sub button FONT STYLE */
.dropdown-menu > li > a {
	color: #333333;
	font-size: 18px;
	font-family: 'pt_sans_narrowregular',sans-serif;
	display: block;
	line-height: 1.1;
	white-space: nowrap;
	clear: both;
	border-left: 5px solid #ffffff;
	padding: 3px 20px 3px 20px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
		background-image: url(../graphics/subtle_white_feathers.png);
}
/* sub button HOVER */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #75bdbf;
	background: #F2F3F4;
	border-left: 5px solid #75bdbf;
	box-sizing: border-box;
	padding: 3px 25px 3px 15px;
}
/* SUBMENU BACKGROUND */
.dropdown-menu {
	background-clip: padding-box;
	background-color: #ffffff;
	border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	margin: 3px 0 0;
/*	min-width: 50%; */
min-width: 235px;
	padding: 5px 0;
}
ul#menu.menu li.dropdown ul.dropdown-menu li:first-child {
	border: 0px;
}
/* do not remove, or menu top sub sub menus will not function */
/* SUB FLYOUT BORDER STYLES */
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: 0px;
	border-radius: 0 6px 6px 0px;
	padding: 8px 0px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
/* SUB FLYOUT ARROWS */
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	border-radius: 6px 0 6px 6px;
}
.dropdown-submenu {
	position: relative;
}
/* SUB H5 */
.dropdown-menu h5 a {
	text-decoration: none;
	cursor: default;
	padding-left: 20px;
	color: #111111;
	text-shadow: 0px 1px 1px rgba(220, 212, 189, 0.5);
}
/*********************** MENU SIDE / START **************************************/



.menu-side {
	margin: 0px;
	padding: 0px;
}
ul.menuside li a {
	text-decoration: none;
}
ul.menuside, ul.menuside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menuside {
	width: auto;
	height: auto;
}
.menuside ul li:last-child a {
	border-bottom: 0px solid #33373d;
}
.menuside > li > a:hover, .menuside > li > a.active {
	background-color: #35afe3;
	background: #1e5799;
}
.menuside > li > a.active {
}
.menuside > li > a:before {
	content: '';
	background-repeat: no-repeat;
	font-size: 36px;
	height: 1em;
	width: 1em;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -.5em 0 0 0;
}
.menuside > li > ul li a:before {
	content: '';
	font-size: 8px;
	color: #bcbcbf;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
}
ul.menuside li ul {
	margin-left: 15px;
}






/* menu side hover styles*/
ul.menuside li {
	margin: 3px 0px 3px 0px;
}
.menuside > li > a {
	color: #6d929b;
	font-size: 16px;
	font-family: 'roboto_condensedlight', Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 25px;
	font-weight: 400;
	padding: 5px 5px 5px 5px;
/*	padding: 5px 10px 5px 20px;	*/
	background: #f5fafa;
	border: 1px solid #ffffff;
	-webkit-transition: color .2s ease-out, background .5s ease-in;
	transition: color .2s ease-out, background .5s ease-in;
	outline: 0;
	margin-bottom: -2px;
}
.downarrow {
	background-image: url('../graphics/menu-side-down-arrow.png')!important;
	background-position: right 10px!important;
	background-repeat: no-repeat!important;
}
.downarrow:hover {
	background-image: url('../graphics/menu-side-down-arrow.png')!important;
	background-position: right -130px!important;
	background-repeat: no-repeat!important;
}
/* menu side hover styles*/
.menuside > li > a:hover, .menuside > li > a.active {
	border: 1px solid #ffffff;
	color: #ffffff;
	background: #6d929b;
	outline: none;
}
/* menu side button styles */
.menuside > li > a {
	width: 100%;
	display: block;
	position: relative;
	border-radius: 4px;
}
/* menu side sub */
.menuside ul li a {
	background: transparent;
	background: #f5fafa;
	border-radius: 4px;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: .5em;
	display: block;
	position: relative;
	font-family: 'roboto_condensedlight', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #6d929b;
	margin: 2px 0px 2px 0px;
	outline: none;
}
/* menu side sub background hover */
.menuside ul li a:hover {
	background: #75bdbf;
	border-radius: 4px;
	;
}
/* menu side sub font hover */
.menuside > li > ul li:hover a, .menuside > li > ul li:hover a span, .menuside > li > ul li:hover a:before {
	color: #FFF;
}


/* side menu positioning added 10_14_14 */


.menuside-top {
	position: relative;
}	
.menuside-toggle, .navbarside-toggle .fa-th-list {
}
.navbarside-toggle {
	background-color: #75bdbf;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0 0px 0;
	position: relative;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	font-size: 150%;
}
.navbarside-default .navbarside-toggle {
	border-color: transparent;
}
.navbarside-toggle {
	border-radius: 0px;	
}


	/* menubar BACKGROUND */
.navbarside-default {
	background-color: #ffffff;
	border-color: transparent;
}
.navbarside-default .navbarside-toggle:hover, .navbarside-default .navbarside-toggle:focus {
	color: #ffffff;
	background-color: #75bdbf;
}
.navbarside {
	border: 1px solid rgba(0, 0, 0, 0);
	margin-bottom: 0px;
	min-height: 30px;
	position: relative;	
}
/* main button BACKGROUND */
.navbarside-nav > li > a {
	border: 0;
	background-color: transparent;
	-webkit-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.0);
	box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.0);
}



/* end side menu positioning */












/*********************** CUSTOM COMPONENTS / START ******************************/
.template .custom-component1 {

 position: absolute;
	top: 75px;
	right: 60px; */
	visibility: hidden;
	display: none;
}
.template .custom-component2 {
	position: absolute;
	top: 0px;
	right: 0px;
	visibility: hidden;
	display: none;
}
.template .custom-component3 {
	position: absolute;
	top: 0px;
	right: 0px;
	visibility: hidden;
	display: none;
}
/*********************** SCROLL TO TOP / START **********************************/
/* Image style */
#scrollUp {
	bottom: 50px;
	right: 20px;
	height: 38px;
	width: 38px;
	background: url('../graphics/scrollUp-button.png') no-repeat;
	outline: none;
}
#scrollUp-active {
	display: none;
	outline: none;
}
/***********************  FEATURED VIDEO / START ********************************/
div.featured-video iframe {
	border: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
div.featured-video iframe[seamless] {
	background-color: transparent;
	border: 0px none transparent;
	padding: 0px;
	overflow: hidden;
}
/***********************  QUOTE ROTATOR SMALL / START ***************************/
div.quote-rotator p {
	margin-bottom: 20px;
}
/*
*/
/*###################### -=[ PAGE SECTIONS ]=- #################################*/
/*
*/
/* -- when using multiple background images, they are stacked or layered in a specific order here's an example --

	background: url('../graphics/image.jpg') left 62px no-repeat, --	On top,		like z-index: 4; 
				url('../graphics/image.jpg') left 62px no-repeat, --	 	    	like z-index: 3;
				url('../graphics/image.jpg') left 62px no-repeat, --	 	    	like z-index: 3; 
				url('../graphics/image.jpg');                     --	On bottom, 	like z-index: 1; 
*/
/*********************** TOP  / START *****************************************/
.top-bg {
	background: #F2F3F4 url('../graphics/stripes-bg.jpg');
	border-bottom: 1px #DFE1E3 solid;
	box-sizing: border-box;
}
.top-bg .wrapper {
	box-sizing: border-box;
}
.top-bg .inner {
	position: relative;
	box-sizing: border-box;
	height: 30px;
}
/* CSS Modifiers -NONE- */
/*********************** HEADER  / START **************************************/
.header {
	background: #F7F7F7;/*old browsers*/;
	box-sizing: border-box;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
		background-image: url(../graphics/subtle_white_feathers.png);
}
.header .wrapper {
	box-sizing: border-box;
}
.header .inner {
	position: relative;
	box-sizing: border-box;
	min-height: 120px;
}
/* CSS Modifiers -NONE- */
/*********************** MENU  / START ****************************************/
.menu-bg {
	background: #F7F7F7;
	border-top: 1px #DFE1E3 solid;
	border-bottom: 0px #F2F3F4 solid;
	box-sizing: border-box;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
	box-sizing: border-box;
		background-image: url(../graphics/subtle_white_feathers.png);
}
.menu-bg .wrapper {
	box-sizing: border-box;
}
.menu-bg .inner {
	position: relative;
	box-sizing: border-box;
}
/* CSS Modifiers -NONE- */
/*********************** SHOWCASE  / START ************************************/
.showcase{
/*	background: #ffffff url('../graphics/showcase-bg.jpg') center center; (removed slideshow background 9_21_14 */
	
	
	/*old browsers*/;
}
.showcase .section-inner {
	box-sizing: border-box;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}
.showcase .wrapper {
	box-sizing: border-box;
}
.showcase .wrapper .container {
	box-sizing: border-box;
}
.showcase .inner {
	position: relative;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* CSS Modifiers */
.showcase h1 {
	margin-top: 30px;
}
.showcase h2 {
	margin-bottom: 30px;
}
.showcase h1, .showcase h2, .showcase h3, .showcase h4, .showcase h5, .showcase h6 {
	text-align: left;
}
/*********************** SECTION1  / START ************************************/
.section1 {
	background-color: #ffffff ;
	background: url('../graphics/section1-top.png') center top no-repeat, url('../graphics/section1-bottom.png') center bottom no-repeat;
}
.section1 .section-inner {
	box-sizing: border-box;
	-webkit-transition: all 1s linear;
	transition: all 1s linear;
}
.section1 .wrapper {
	box-sizing: border-box;
}
.section1 .wrapper .container {
	box-sizing: border-box;
}
.section1 .inner {
	box-sizing: border-box;
	padding-top: 60px;
	padding-bottom: 60px;
}
.section1 .content-left {
	background: rgba(255,255,255,0.0);
	border-radius: 0px;
	padding: 0px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.section1 .content-left .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.section1 .content-center {
	background: rgba(255,255,255,0.0);
	border-radius: 0px;
	padding: 0px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.section1 .content-center .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.section1 .content-right {
	background: rgba(255,255,255,0.0);
	border-radius: 0px;
	padding: 0px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.section1 .content-right .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
/* CSS Modifiers */
.section1 .panel {
	background-color: #efefef;
	background: rgba(255,255,255,0.2);
/*	padding: 10px; */
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.5);
/*	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15); */
/*	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15); */
}
.section1 .well {
	background-color: #efefef;
	background: rgba(255,255,255,0.2);
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15);
}
/*********************** SECTION2  / START ************************************/
.section2 {
	background: #E9EBED url('../graphics/section2-bg.jpg');
}
.section2 .section-inner {
	background: url('../graphics/section2-accent-graphic-top.png') center 0px no-repeat;
	border-top: 30px #ffffff solid;
	border-bottom: 30px #ffffff solid;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-transition: all 1s ease 1s;
	transition: all 1s ease 1s;
}
.section2 .wrapper {
	box-sizing: border-box;
}
.section2 .wrapper .container {
	box-sizing: border-box;
}
.section2 .inner {
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
}
.section2 .content-left {
	background: rgba(255,255,255,0.0);
	border-radius: 0px;
	padding: 0px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.section2 .content-left .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.section2 .content-center {
	background: rgba(255,255,255,0.0);
	border-radius: 0px;
	padding: 0px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.section2 .content-center .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.section2 .content-right {
	background: rgba(255,255,255,0.0);
	border-radius: 0px;
	padding: 0px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.section2 .content-right .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
/* CSS Modifiers */
.section2 .panel {
	background-color: #efefef;
	background: rgba(255,255,255,0.2);
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15);
}
.section2 .well {
	background-color: #efefef;
	background: rgba(255,255,255,0.2);
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15);
}
/*********************** SECTION3  / START ************************************/
.section3 {
	background: #00B0D2 url('../graphics/stripes-bg.jpg');/*old browsers*/
}
.section3 .section-inner {
	box-sizing: border-box;
}
.section3 .wrapper {
	border-bottom: 1px solid rgba(0, 0, 0, 1.0);
	box-sizing: border-box;
}
.section3 .inner {
	position: relative;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}
/* CSS Modifiers -NONE- */
/*********************** PARALLAX1  / START ************************************/
.parallax1 {
	background: url('../themed-images/parallax-backgrounds/images/parallax1.jpg') no-repeat fixed 50% 0;
	color: white;
	height: 600px;
	margin: 0 auto;
	padding: 0;
}
.parallax1 .content-left {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 30px 0px;
	box-sizing: border-box;
}
.parallax1 .content-left .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.parallax1 .content-center {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 30px 0px;
	box-sizing: border-box;
}
.parallax1 .content-center .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.parallax1 .content-right {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 30px 0px;
	box-sizing: border-box;
}
.parallax1 .content-right .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
/*********************** PARALLAX2  / START ************************************/
.parallax2 {
	background: url('../themed-images/parallax-backgrounds/images/parallax2.jpg') no-repeat fixed 50% 0;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.parallax2 .content-left {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 60px 0px;
	box-sizing: border-box;
}
.parallax2 .content-left .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.parallax2 .content-center {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 100px 0px;
	box-sizing: border-box;
}
.parallax2 .content-center .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.parallax2 .content-right {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 30px 0px;
	box-sizing: border-box;
}
.parallax2 .content-right .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
/*********************** PARALLAX3  / START ************************************/
.parallax3 {
	background: url('../themed-images/parallax-backgrounds/images/parallax3.jpg') no-repeat fixed 50% 0;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0px;
}
.parallax3 .content-left {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 30px 0px;
	box-sizing: border-box;
}
.parallax3 .content-left .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.parallax3 .content-center {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 100px 0px;
	box-sizing: border-box;
}
.parallax3 .content-center .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.parallax3 .content-right {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 30px 0px;
	box-sizing: border-box;
}
.parallax3 .content-right .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
/* style over rides */
h3, .h3 {
	color: #75bdbf;
}
body {
	color: #000000;
}
/*********************** PARALLAX4  / START ************************************/
.parallax4 {
	background: #ccc;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
.parallax4 .content-left {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 30px 0px;
	box-sizing: border-box;
}
.parallax4 .content-left .content {
	padding: 20px;
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.parallax4 .content-center {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 30px 0px;
	box-sizing: border-box;
}
.parallax4 .content-center .content {
	padding: 20px;
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.parallax4 .content-right {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 30px 0px;
	box-sizing: border-box;
}
.parallax4 .content-right .content {
	padding: 20px;
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
/*********************** FOOTER  / START **************************************/
.footer {
	background: #BBBBBB;
}
.footer .section-inner {
	background: url('../graphics/footer-top.png') center top repeat-x;
	box-sizing: border-box;
	opacity: 1;
	-webkit-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
.footer .wrapper {
	box-sizing: border-box;
}
.footer .wrapper .container {
	box-sizing: border-box;
}
.footer .inner {
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 10px;
}
.footer ul, .footer ol, .footer ul ul, .footer ol ul, .footer ul ol, .footer ol ol {
	list-style-type: none;
	padding: 2px 0px;
}
/* style over rides */
.footer {
	font-size: 13px;
}
/*********************** COPYRIGHT  / START ***********************************/
.copyright {
	background: #333333;
	border-top: 10px #111111 solid;
	-webkit-box-shadow: inset 0px 25px 25px 0px rgba(0,0,0,0.0);
	box-shadow: inset 0px 25px 25px 0px rgba(0,0,0,0.0);
	color: #dddddd;
	font-size: 12px;
}
.copyright .inner {
	padding-top: 10px;
	padding-bottom: 5px;
	position: relative;
}
/*********************** SECTION DIVIDER  / START *****************************/
.section-divider {
	height: 0px;
}
/*********************** MOBILE STYLES / START ********************************/


/* added 10_23_14 to have senior menu collapsed upon opening */
@media (min-width: 768px) {
  .sidemenuheight{
    height:0px!important;
  }
}
/* end added 10_23_14 */





@media (max-width: 992px) {
/* menubar POSITION */



.menu-top {
	position: relative;
}
.menu-toggle, .navbar-toggle .fa-th-list {
}
.navbar-toggle {
	background-color: rgba(0, 0, 0, 0.0);
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 0 10px 0;
	position: relative;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	font-size: 150%;
/*	text-align: left; */
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-toggle {
	border-radius: 0px;
}


/* menubar BACKGROUND */



.navbar-default {
	background-color: #ffffff;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	color: #ffffff;
	background-color: #75bdbf;
}
.navbar {
	border: 1px solid rgba(0, 0, 0, 0);
	margin-bottom: 0px;
	min-height: 30px;
	position: relative;	
}
/* main button BACKGROUND */
.navbar-nav > li > a {
	border: 0;
	background-color: transparent;
	-webkit-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.0);
	box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.0);
	
	padding-bottom:5px;
	padding-top:5px;
}
ul#menu.menu li:first-child {
	border: 0;
}
.dropdown-menu {
	background: url("../graphics/stripes-bg.jpg");
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0);
	margin: 3px 0 0;
	width: 50%; 
	padding: 5px 0;
}

/* side menu positioning */
.menuside-top {
	position: relative;
}	
.menuside-toggle, .navbarside-toggle .fa-th-list {
}
.navbarside-toggle {
	background-color: rgba(0, 0, 0, 0.0);
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 0 10px 0;
	position: relative;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	font-size: 150%;
}
.navbarside-default .navbarside-toggle {
	border-color: transparent;
}
.navbarside-toggle {
	border-radius: 0px;	
}
	/* menubar BACKGROUND */
.navbarside-default {
	background-color: #ffffff;
	border-color: transparent;
}
.navbarside-default .navbarside-toggle:hover, .navbarside-default .navbarside-toggle:focus {
	color: #ffffff;
	background-color: #75bdbf;
}
.navbarside {
	border: 1px solid rgba(0, 0, 0, 0);
	margin-bottom: 0px;
	min-height: 30px;
	position: relative;	
}
/* main button BACKGROUND */
.navbarside-nav > li > a {
	border: 0;
	background-color: transparent;
	-webkit-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.0);
	box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.0);
}



/* end side menu positioning */








.contactform {
	float: none;
}
.contactform .input-group-addon {
	color: #efefef;
}
.website-name {
	position:relative;
	text-align:center;
	left:0;
	top;
}
.website-name-active {
    opacity: 1;
    padding: 0px 0 0px;
}
.graphic-logo {
 /*   position: relative; */
	text-align:center;
}
.tagline {
		font-size:20px;
	left: 0;
	top: 0;
	margin-top: 0px!important; 
	position:relative;
	text-align:center;
}


.phone {
	position: relative;
	text-align: center;
	left: 0;
	top: 0;
	float: none;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.google-search {
	position: relative;
	text-align: center;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 20px;
	left: 0;
	top: 0;
}
.google-search:hover {
	width: 100%;
}
.menu-bg-active {
	height: auto!important;
}





}
@media (max-width: 992px) {
}

/* added 07_01_2014 to set font size of menu and menu items of mobile devices */
@media (max-width: 768px) {
	/*@media (max-width: 767px) { */

/* added 10_21_14 to hide senior menu in mobile device */
.navbarside-toggle collapsed {
	display: none;
}
/* end added 10_21_14 */


.menuside-top {
	position: relative;
}	
.menuside-toggle, .navbarside-toggle .fa-th-list {
}
.navbarside-toggle {
	background-color: #75bdbf);
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0 0px 0;
	position: relative;
	width: auto;
	margin-left: 0%;
	margin-right: 0%;
	font-size: 150%;
}
.navbarside-default .navbarside-toggle {
	border-color: transparent;
}
.navbarside-toggle {
	border-radius: 0px;	
}
	/* menubar BACKGROUND */
.navbarside-default {
	background-color: #ffffff;
	border-color: transparent;
}
.navbarside-default .navbarside-toggle:hover, .navbarside-default .navbarside-toggle:focus {
	color: #ffffff;
	background-color: #75bdbf;
}
.navbarside {
	border: 1px solid rgba(0, 0, 0, 0);
	margin-bottom: 0px;
	min-height: 30px;
	position: relative;	
}
/* main button BACKGROUND */
.navbarside-nav > li > a {
	border: 0;
	background-color: transparent;
	-webkit-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.0);
	box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.0);
}



/* added 11_8_14 to alter mobile top menu */

.navbar-default .navbar-nav > li > a     {
	font-size: 25px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	background: #F2F3F4;
/*		background: url("../graphics/stripes-bg.jpg"); */
	
	}
.dropdown-menu > li > a  {
	font-size: 24px;
	text-align:left;
	padding:10px 20px 10px 20px;
	background: #ffffff;
	background: url("../graphics/stripes-bg.jpg");

	}
	
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:hover {
color: #000;
/*background: #F2F3F4; */
/*	background: url("../graphics/stripes-bg.jpg"); */
padding-bottom: 10px;
margin-top: -7px;
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #000;
/*background: url('../graphics/menutop-bg.png') 0px 0px repeat-x; */
background: #FFFFFF;
padding-bottom: 20px;
margin-top: -7px;
}	
/* end added 11_8_14 to alter top menu */


.graphic-logo {
    display: relative;
	text-align:center;
    display: none;
}

/* insert menu top adjustments here */


/*  end top menu adjustments */




/* added 09_19_2014 to set side menu and menu items for ipad device */
.menuside > li > a:before {
	font-size: 18px;
/*		font-size: 36px; */

}
.menuside > li > ul li a:before {
	font-size: 8px;
}
ul.menuside li ul {
	margin-left: 15px;
}
/* menu side hover styles*/
ul.menuside li {
	margin: 3px 0px 3px 0px;
}
.menuside > li > a {

	font-size: 14px;
/*		font-size: 16px; */
		
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 25px;
	font-weight: 600;

}

/* menu side sub */
.menuside ul li a {
	font-size: 15px;
/*		font-size: 15px; */

}


/* end added for ipad device */
}

.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%;
}
.video-wrapper {
	width: 640px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	max-width: 100%;
}

/* styling for blog pages */

.blog-container {
/*	display:block;
	margin-top: -45px;
	background-image: ;
	background-repeat: no-repeat;
	width:425px;
	height: 264px;
	padding-left: 35px;
	padding-top: 60px;
*/
}


.blog-container ul {
	list-style-type: none;
    text-align: center;	
}

.blog-container a {
/*	color: #000; 
	font-size: 18px;
    padding: 0px;
    border: none;
    border-top: medium double #333;
   color: #333;
*/

	
}


/* end blog styling */


/* splash page color to bw menu images */
/*B&W*/
.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.bw:hover {
  -webkit-filter: grayscale(100%);
}
/* end splash page color to bw menu images */



/* css for webpage "theprocess.html  3/5/2107 */

.nav-tabs-process> li.active > a, .nav-tabs-process > li.active > a:focus, .nav-tabs-process > li.active > a:hover { border-width: 0; }
.nav-stacked > li + li {
    margin-top: 0px;
}
.nav-tabs-process> li > a {
	padding: 2px,2px,2px,10px !important;
	color: #fff;
	background-color: #75bdbf;
	border: 0px;
	border-radius: 0px;
	margin: 5px;
	text-align: left;
	font-size: 24px;
}
.nav-tabs-process> li > a:hover, .nav-tabs > li > a:focus {
	background-color: #75bdbf;
	color: #666;
	z-index: 99;
	transition: all 0.5s ease 0s;
}
.nav-tabs-process> li.active > a {
	color: #666;
	background-color: #75bdbf;
	box-shadow: 0 0px 5px rgba(0, 0, 0, .6);
	z-index: 100;
}
.nav-tabs-process > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #666;
	background-color: ##75bdbf;
	box-shadow: 0 0px 5px rgba(0, 0, 0, .6);
	transition: all 0.5s ease 0s;
}
.tab-content{


	font-size: 14px;
	padding-right: 30px;
}


/* end css for webpage "theprocess.html  3/5/2107 */
