@charset "utf-8";
/* CSS Document */

/*-- Fix HTML5 Elements for Older Browsers --*/
header, nav, article, footer, address {  
    display: block;  
}  
.fw { /*-- For Full Widths --*/
	padding:0 10px;
}
body {
  	font-size:16px;
  	font-weight: 300;
  	background-color:#EDEAE7;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
}
  /*---------------------------- GENERAL STYLES ---*/
h1, h2, h3, h4, h5, h6 {
	color:#000;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 27px;
    margin:0 0 10px 0;
	
}
textarea:focus, input:focus {
	border: 1px solid #C064DF;
} 

p {
	
}
a {
	color: #3588b5;
	text-decoration: none;
}
a:hover {
	color:#266282;
}
.clear {
	clear:both;
}

.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
span {
	padding:0;
	margin:0;
}
.clear {
	clear:both;
}
.float_right {
	float:right;
}
.float_left {
	float:left;
}
.txt-center, 
.center {
	text-align:center;
}
.required {
	color:#A52929;
	margin-top:.625em;
}
.bold {
	font-weight: bold;
}
::-webkit-input-placeholder {
   font-style:italic;
}

:-moz-placeholder {
   font-style:italic;
}
.b-red {
	color:#F11F20;
	font-size:16px;
}
/*----------------------- MAIN STYLES - The Meat an Potatoes!-  -----*/ 	


/*--- Header ---*/

.fw-header {
	background-color:#D8DDE1;
}
.fw-header > .container {
	background: #054a79; /* Old browsers */
	background: -moz-linear-gradient(top,  #054a79 0%, #064878 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#054a79), color-stop(100%,#064878)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #054a79 0%,#064878 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #054a79 0%,#064878 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #054a79 0%,#064878 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #054a79 0%,#064878 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054a79', endColorstr='#064878',GradientType=0 ); /* IE6-9 */
	padding-top:20px;
	padding-bottom:20px;
	min-height:160px;
}

.header-left {
	display:inline-block;
	padding:0px 20px;
	float:left;
}
.header-left .logo {
	display:block;
	clear:both;
}
.header-left .paj {
	margin-left:12px;
	margin-top:30px;
}
.header-right {
	display:inline-block;
	float:right;
	position:relative;
}
.navbar {
	margin-bottom:0;
}
.navbar-inner {
	background-image:none;
	background-color:transparent;
	border:none;
	border-bottom:1px solid #fff;
	border-radius: 0;
	box-shadow:none;
	padding-left:0;
	filter:none !important;
}

.navbar .nav > li > a {
	text-shadow:none;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.navbar .nav > li:first-child > a {
	padding-left:0;
}
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	text-shadow:none;
	color:#B8CFE7;
	background-image:none;
	background-color:transparent;
	box-shadow:none;
}
.navbar .nav > li > a:hover, 
.navbar .nav > li > a:focus {
	color:#B8CFE7;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color:#B8CFE7;
	background-color:transparent;
}
.header-right .bonnie-photo {
	position:absolute;
	top:41px;
	right:20px;
}
.header-right .bonnie-photo-50 {
	position:absolute;
	top:41px;
	right:20px;
}
.header-right .bonnie-photo-50 {
    width: 50%;
}
/*
.fw-header2 .header-right .bonnie-photo {
	width:85%;
}
*/

/*--- Body Content ---*/
.content-container .body-content {
	padding:20px;
	padding-bottom:40px;
	background-color:#fff;
	min-height:275px;
	background-image:url('../img/fade_bg.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
}

.second-content-container .body-content.text {
	font-size:14px !important;
	line-height:normal !important;
}

/*--- Home Quote & Video ---*/
#mediaplayer_wrapper {
	position: relative; 
	display:inline-block;
	width:586px;
}
.home-quote {
	display:inline-block;
	width:300px;
	float:right;
	margin-right:150px;
	margin-top:88px;
}

/*--- Text ---*/
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
	text-align: justify;
}
.text h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #756553;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #054A79;
	line-height: normal;
}
.text a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #6699CC;
	text-decoration: underline;
}
.sub_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #756553;
	text-decoration: none;
	display: block;
	margin-bottom:10px;
}
textarea {
	min-width: 300px;
}
.g-map {
    position: relative;
    padding-bottom: 55%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.g-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*--- About Cindy Page ---*/
.cindy-photo {
	float:left;
	width:308px;
}
.cindy-text {
	float:right;
	width:340px;

}

/*--- Contact Page ---*/
.contact-col-container {
	width:100%;
	overflow:hidden;
	clear:both;
	margin-bottom:10px;
}
.contact-col1 {
	width:50%;
	display:inline-block;
	float:left;
}
.contact-col2 {
	width:50%;
	display:inline-block;
	float:right;
}
.contact-col2 span {
	display:inline-block;
	width:120px;
}
/* Large desktop */
@media (min-width: 1200px) { 

.btn.btn-navbar	{
	display:none;
}	

}/*--- END Media Query ---*/
@media (max-width: 1199px) { 

.header-right .bonnie-photo {
	width:60%;
}
/*--- Home Quote & Video ---*/
#mediaplayer_wrapper {
	position: relative; 
	display:inline-block;
	width:500px;
}
#mediaplayer_wrapper iframe {
	width:500px !important;
}
.home-quote {
	display:inline-block;
	width:300px;
	float:right;
	margin-right:50px;
	margin-top:88px;
}

.cindy-photo {
	float:left;
	width:248px;
}
.cindy-text {
	float:right;
	width:280px;

}

}/*--- END Media Query ---*/


@media (min-width: 980px) { 

.btn.btn-navbar	{
	display:none;
}	
.header-right .bonnie-photo {
	width: 70%;
}

}/*--- END Media Query ---*/

@media (max-width: 979px) {
.navbar .container {
	width: auto;
	padding: 0;
}
.header-righ .bonnie-photo {
	display:none;
}
/*--- Home Quote & Video ---*/
#mediaplayer_wrapper {
	position: relative; 
	display:inline-block;
	width:auto;
}
#mediaplayer_wrapper iframe {
	width:auto;
}
.home-quote {
	display:block;
	width:100%;
	float:none;
	clear:both;
	margin:10px 0;
}

 
}/*--- END Media Query ---*/

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {

 
}/*--- END Media Query ---*/
@media (min-width: 768px) and (max-width: 979px) { 
.header-left, 
.header-right {
	display:block;
	width:100%;
	clear:both;
	padding: 0px 10px;
} 
.header-left .logo {
	display:inline-block;
	clear:none;
}	
.header-left .paj {
	display:inline-block;
}
.header-left .btn-navbar {
	float:right;
	margin-top:30px;
}
.navbar-inner {
	border-bottom:none;
}
.nav-collapse .nav > li {
	float:none;
}
.nav-collapse .nav > li > a {
	border-radius: 0;
}
.navbar .nav > li:first-child > a {
	padding-left: 15px;
}
.header-right .bonnie-photo {
	width:30%;
	top:10px;
}
.header-right .bonnie-photo-50 {
	width:20%;
	top:10px;
}

.content-container .body-content .span7 {
	width:65%;
}
/*--- About Cindy Page ---*/
.cindy-photo {
	float:left;
	width: 150px;
}
.cindy-text {
	float:right;
	width:295px;
}

}/*--- END Media Query ---*/
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

body {
	padding:0;
	padding-top:0px;
}
.fw {
	padding: 0 10px;
}
.header-left, 
.header-right {
	display:block;
	width:100%;
	clear:both;
	padding: 0px 10px;
} 
.header-left {
	padding-left:0;
}
.header-left .logo {
	display:inline-block;
	clear:none;
}	
.header-left .paj {
	display:inline-block;
}
.header-left .btn-navbar {
	float:right;
	margin-top:30px;
}
.navbar-inner {
	border-bottom:none;
}
.nav-collapse .nav > li {
	float:none;
}
.nav-collapse .nav > li > a {
	border-radius: 0;
}
.navbar .nav > li:first-child > a {
	padding-left: 15px;
}
.header-right .bonnie-photo {
	width: 120px;
	top: -20px;
	right:10px;
}
.header-right .bonnie-photo-50 {
	width: 120px;
	top: -20px;
	right:10px;
}
.content-container .body-content .span7 {
	width:90%;
}

/*--- Flash Vid ---*/
#mediaplayer_wrapper {
	width:100% !important;
}
#mediaplayer_wrapper iframe {
	width:100% !important;
}
/*--- About Cindy Page ---*/
.cindy-photo {
	float:left;
	width: 200px;
	min-width:180px;
}
.cindy-text {
	float:right;
	width:320px;
	min-width:300px;
}



}/*--- END Media Query ---*/
@media (max-width: 625px) { 

.header-left .paj, 
.header-left .logo
 {
	display:block;
	float:left;
	clear:both;
	margin-top:0;
	padding: 5px;
}
.header-left {
	padding-left:0;
}
.header-left .btn-navbar {
	float:right;
	margin-top:-50px;
}
.header-right .bonnie-photo {
	width: 100px;
	top: -20px;
	right:5px;
}
.header-right .bonnie-photo-50 {
	width: 100px;
	top: -20px;
	right:5px;
}
/*--- Flash Vid ---*/
#mediaplayer_wrapper {
	width:100% !important;
}
textarea {
	width:auto;
	min-width:90%;
}
/*--- About Cindy Page ---*/
.cindy-photo {
	float:left;
	width: 150px;
}
.cindy-text {
	float:left;
	width:300px;
}

}/*--- END Media Query ---*/

@media (max-width: 578px) {

/*--- Contact Page ---*/
.contact-col-container {
	width:100%;
	overflow:hidden;
	clear:both;
	margin-bottom:10px;
}
.contact-col1 {
	width:100%;
	display:block;
	float:none;
	clear:both;
}
.contact-col2 {
	width:100%;
	display:block;
	float:none;
	clear:both;
}
.contact-col2 span {
	display:inline-block;
	width:60px;
}

}/*--- END Media Query ---*/

/* Landscape phones and down */
@media (max-width: 480px) { 

body {
	padding:0;
	padding-top:0px;
}
.fw {
	padding: 0 10px;
} 
.header-left .logo {
	width:170px;
}
.header-left .paj {
	width:160px;
}
.header-right .bonnie-photo {
	top: -25px;
}


}/*--- END Media Query ---*/