/*
Company:  Assessing Parenting
File:   main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html { background-color: #78868d; }
body { font-family: "Lucida Grande", Arial, sans-serif; }
/* @end */

/* make notices match the bootstrap warning style */
.alert-notice {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}


@media (min-width: 992px) {
  .pull-md-right { float: right; }
  .pull-md-right.col-md-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .padding-sm-none { padding-right: 0; padding-left: 0; }
}


/* @group Layout */
/* Head */
.site-header{
  background: #ffffff url(../images/hd-bkg2.gif) repeat-x 50% 0;
}

/* Body */
#bd-top {
  background: url(../images/brown-bkg-repeat.png) repeat-x 0 0;
}
#bd-repeat {
  background: url(../images/brown-bkg.png) no-repeat 50% 0;
}
#bd-btm {
  background: url(../images/white-bar.gif) repeat-x 0 581px;
  padding: 3px 0 0 0;
}
#bd {
  width: 911px;
  margin-left: auto;
  margin-right: auto;
}

/* @group Modules */
/* Logo */
#logo a {
  display: block;
}

/* Tagline */
#tagline {
  color: #4b4139;
  float: right;
}

/* Main */
.site-main {
  background-color: #83929a;
  padding: 4px 0 20px;
  position: relative;
}
.site-main .container {
  position: relative;
  z-index: 10;
}
.site-main .col {

}
.site-main .background {
  background-color: #5d514a;
  border-bottom: 4px solid #fff;
  position: absolute;
  top: 0;
  width: 100%;
  height: 230px;
}
.home-index .site-main .background {
  height: 565px;
}
.home-no_route .site-main .background { display: none; }
.home-no_route .site-main { background-color: #f5f4f4; }

/* Side */
.widget-area img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.content-section {
  padding: 10px 15px;
}

/* Home Feature Pic */
.home-feature-pic {
  background: url(../images/main-feature-pic2.jpg) no-repeat 0 0;
  background-size: cover;
  padding-top: 32.6%;
}
.home-feature-pic a {
  display: block;
  width: 128px;
  height: 31px;
  background: url(../images/tour-btn.gif) no-repeat 0 0;
  text-align: center;
  line-height: 31px;
  margin: 150px 16px 0 0;
  font-size: 108%;
  font-family: Verdana, Arial, sans-serif;
  letter-spacing: 1px;
  float: right;
}
.home-feature-pic a:link, .home-feature-pic a:visited {
  color: #fffefd;
  text-decoration: none;
}
.home-feature-pic a:hover {
  background-position: 0 -31px;
}

/* Pics */
.rightpic {
  margin: 0 0 10px 20px;
  float: right;
}
.leftpic {
  margin: 0 20px 10px 0;
  float: left;
}

/* Contact */
#contact {
  background: url(../images/fdr-logo.png) no-repeat 0 0;
  color: #fff;
  float: right;
  text-align: center;
  margin: -10px 0 0 0;
  padding-left: 60px;
}
#contact p {
  margin: 0;
  padding: 10px 0;
}
#contact a:link,
#contact a:visited {
  color: #fff;
  text-decoration: none;
}
#contact a:hover {
  text-decoration: underline;
}

#socket {
	color: #fff;
}

/* Email Newsletters */
.email-signup {
  background-color: #bf6f54;
  padding: 15px;
}
.email-signup h3 {
  font-size: 153.9%;
  font-weight: normal;
  color: #fff;
  font-family: Georgia, Times, serif;
  margin: 0 0 5px 0;
}
.side .email-signup p {
  font-size: 93%;
  color: #fff;
  font-family: Verdana, Arial, sans-serif;
}
.email-signup input.txt {
  font-size: 77%;
  vertical-align: middle;
  padding: 2px;
}
.email-signup input.btn {
  border: none;
  background: url(../images/sub-btn.gif) no-repeat 0 0 transparent;
  width: 110px;
  height: 27px;
  padding: 0;
  color: #fff;
  letter-spacing: 1px;
  font-size: 108%;
  font-family: Verdana, Arial, sans-serif;
  vertical-align: middle;
}
.email-signup input.btn:hover {
  background: url(../images/sub-btn-hover.gif) no-repeat 0 0 transparent;
  cursor: pointer;
}
/* @end */



/*= Utility Navigation
==============================================================================*/
#util-nav {
  float: right;
  font-size: 14px;
  padding: 10px 0 15px;
}
#util-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#util-nav ul li {
  display: inline-block;
}
#util-nav ul li a {
  display: block;
  padding: 5px 15px;
  text-align: center;
}
#util-nav ul li a {
  text-decoration: none;
}
#util-nav ul li a:active,
#util-nav ul li a:focus,
#util-nav ul li a:hover {
  text-decoration: underline;
}
#util-nav .btn {
  color: #fff;
  font-size: 16px;
}
#util-nav .btn:active,
#util-nav .btn:focus,
#util-nav .btn:hover {
  text-decoration: none;
}
#util-nav .btn-icon {
  display: flex;
  align-items: center;
}
#util-nav .btn-icon i {
  font-size: 20px;
  margin-right: 10px;
}
#util-nav .btn-icon .btn-text {
  display: inline-block;
  vertical-align: middle;
}

/* Nav */
#nav-wrap {
  height: 39px;
  background-color: #bf6f54;
}
#nav {
  width: 910px;
  margin-left: auto;
  margin-right: auto;
}
#nav ul {
  width: 910px;
  position: absolute;
  margin: -13px 0 0 0;
  padding: 0;
}
#nav ul li {
  list-style: none;
  float: left;
}
#nav ul li a {
  display: block;
  line-height: 39px;
  padding: 13px 0 0 0;
  text-align: center;
  font-size: 182%;
  font-variant: small-caps;
  font-family: Georgia, Times, serif;
}
#nav ul li a:link, #nav ul li a:visited {
  color: #fffefd;
  text-decoration: none;
}

#nav ul li#n-about a {
  width: 150px;
  padding-right: 9px;
}
#nav ul li#n-about a:hover {
  background: url(../images/nav-about-bkg.png) no-repeat 0 0;
}
#nav ul li#n-about li a {
  width: 100%;
}

#nav ul li#n-assessment a {
  width: 180px;
  padding-right: 9px;
}
#nav ul li#n-assessment a:hover {
  background: url(../images/nav-assessment-bkg.png) no-repeat 0 0;
}

#nav ul li#n-how a {
  width: 180px;
  padding-right: 9px;
}
#nav ul li#n-how a:hover {
  background: url(../images/nav-assessment-bkg.png) no-repeat 0 0;
}

#nav ul li#n-benefits a {
  width: 147px;
  padding-right: 9px;
}
#nav ul li#n-benefits a:hover {
  background: url(../images/nav-benefits-bkg.png) no-repeat 0 0;
}
#nav ul li#n-benefits li a {
  width: auto;
}

#nav ul li#n-order-online a {
  width: 195px;
  padding-right: 9px;
}

#nav ul li#n-order-online a:hover {
  background: url(../images/nav-order-online-bkg.png) no-repeat 0 0;
}

#nav ul li#n-signup {
  padding: 15px 0 0 0;
  float: right;
}
#nav ul li#n-signup a {
  width: 135px;
  height: 35px;
  background: url(../images/signup-btn.gif) no-repeat 0 0;
  padding: 0;
  line-height: 35px;
}
#nav ul li#n-signup a:hover {
  background-position: 0 -35px;
}
/* Nav Drop Down */
#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: url(/images/nav-drop-bkg.png) no-repeat 0 100%;
	width: 213px;
	white-space: normal;
	z-index: 200;
}
#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 0;
	padding-bottom: 10px;
}
#nav ul li ul li {
	background-image: none;
	height: 22px;
	float: none;
}
#nav ul li ul li.shadow {
	height: 9px!important;
	width: 207px!important;
	margin: 0 0 0 1px;
	padding: 0;
	overflow: hidden;
	background: url(/images/nav-drop-top.gif) no-repeat 0 0;
	display: block;
	float: left;
}
#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 0 10px;
	margin: 0 5px 0 1px;
	font-size: 108%;
	display: block;
	font-weight: normal;
	text-transform: none;
	background: url(/images/nav-drop-div.gif) no-repeat 0 100%!important;
	letter-spacing: 0;
}
#nav ul li ul li a:link, #nav ul li ul li a:visited {
	color: #2e2e2e!important;
}
#nav ul li:hover ul, #nav ul li.sfhover ul {
	left: auto;
}
#nav ul li ul li a:hover {
	background: url(/images/nav-drop-rollover.jpg) no-repeat 0 100%!important;
	color: #156fa0!important;
}


/* Bottom Nav */
#btm-nav {
  width: 600px;
  float: left;
  display: inline;
}
#btm-nav ul {
  margin: 0;
  padding: 0 0 20px 0;
}
#btm-nav ul li {
  list-style: none;
  padding: 0 30px 0 0;
  float: left;
}
#btm-nav ul li a {
  display: block;
}
#btm-nav ul li a:link, #btm-nav ul li a:visited {
  color: #fff;
  text-decoration: none;
}
#btm-nav ul li a:hover {
  text-decoration: underline;
}
/* @end */

/* @group Default Headings */
.content {
  background-color: #fff;
  padding: 10px 40px 20px 40px;
}
.content h1, .content h2 {
  padding: 5px 0 0 0;
  margin: 0 0 10px 0;
  font-size: 32px;
  font-family: Georgia, Times, serif;
  font-weight: normal;
  color: #748188;
}
.content h2 {
  font-size: 24px;
}

.widget-area h2 {
  margin: 0 0 10px 0;
  color: #ae654c;
  font-size: 182%;
  font-weight: normal;
  font-family: Georgia, Times, serif;
}
.widget-area h3 {
  font-size: 14px;
}
.widget-area h4 {
  font-size: 85%;
  font-family: "Lucida Grande", Arial, sans-serif;
  font-weight: bold;
  color: #4b4139;
  margin: 0 0 7px 0;
}
/* @end */

/* @group Common Text Styles */
.page-titlebox h1 {
	margin: 0 0 0 0;
	padding: 15px 0 0 21px;
	color: #bfd5e1;
	text-transform: capitalize;
	font: small-caps bold 231% "CapitalsRegular", Georgia, Times, serif;
	letter-spacing: 2px;
}
.page-titlebox h2 {
	font-size: 182%;
	margin: 0 0 15px 0;
	padding: 0 0 0 22px;
  font-family: Georgia, Times, serif;
  font-style: italic;
	font-weight: normal;
	color: #fffefd;
	line-height: 120%;
}
.bg-header {
  background: #90847b;
  color: #fff;
  padding: 25px;
}
.bg-header h1 { color: #fff; }
.bg-header p { margin: 0; }
.bg-header a:link,
.bg-header a:visited {
  color: #fff;
  text-decoration: underline;
}
.bg h1 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 36px;
  line-height: 1.5;
  margin: 0;
}
.bg h1 small {
  color: #ddd;
}
.bg h2 {
  color: #fff !important;
  font-weight: normal;
}

.login { margin: 15px 0; }
#login { margin-right: 8px; }

.form-group { margin-bottom: 7px; }
.form-text {
  padding-top: 30px;
  padding-bottom: 30px;
}
.form-text p { font-size: 16px; }

.form-help {
  font-style: italic;
  padding-top: 60px;
  font-size: 15px;
}

.form-section {
  background: #eee;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 7px;
}
.form-group .form-section {
  padding-top: 7px;
  padding-bottom: 7px;
}
.form-section:hover { background: #ddd; }
.form-submit { padding: 25px 15px; }

.forgot-link {
  padding-top: 12px;
  font-size: 14px;
  font-weight: bold;
}

.error { color: #c00; }

.content {
  color: #4b4139;
  font-size: 13px;
  line-height: 140%;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);
}
.home-no_route .content { padding: 40px; }
.content .intro {
  font-weight: bold;
}
.content h3 {
  font-size: 14px;
  font-weight: bold;
}
.content p.sig {
  text-align: right;
  color: #685c53;
}
.content p.sig span {
  display: block;
  padding: 0 170px 10px 0;
}

/* Read More Link */
.read-more-btm {
	height: 40px;
	clear: both;
}
.read-more-btm a {
	display: block;
	line-height: 68px;
	font-weight: bold;
	padding: 0 60px 0 0;
  position: absolute;
  right: 0;
	text-align: right;
	height: 68px;
}
.read-more-btm a:link,
.read-more-btm a:visited {
	color: #4b4139;
}
.read-more-btm a:link span,
.read-more-btm a:visited span {
	color: #bf6f54;
	text-decoration: underline;
}
.read-more-btm a:hover,
.read-more-btm a:hover span {
	text-decoration: none;
}

.side-photo-wrap {
	width: 201px;
	height: 295px;
	float: left;
}
.side-photo {
	width: 281px;
	height: 375px;
	background: url(/images/front_end/side-photo-bkg.png) no-repeat 0 0;
	position: absolute;
	z-index: 100;
	margin: -295px 0 0 -80px;
}
.side-photo .paperclip {
	width: 71px;
	height: 108px;
	background: url(/images/front_end/side-photo-paperclip.png) no-repeat 0 0;
	position: absolute;
	z-index: 300;
	margin: 5px 0 0 5px;
}
.side-photo img {
	position: absolute;
	z-index: 200;
	margin: 8px 0 0 9px
}


.sidebar-content {
  background: #fff;
  margin-top: 30px;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);
}
.home-index .sidebar-content { margin-top: 0;}
.widget-area p {
  font-size: 77%;
  font-family: Verdana, Arial, sans-serif;
  color: #4b4139;
  margin: 0 0 3px 0;
  line-height: 140%;
}
.widget-area p.allnews {
  text-align: right;
  color: #849148;
  font-weight: bold;
}
.widget-area p.allnews a:link,
.widget-areap.allnews a:visited {
  color: #849148;
}

/* Accordion Nav */
.sidebar-accordion {
  margin-top: 30px;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.33);
}

.accordion {
	border-bottom: 1px solid #74763b;
}
.accordion h3 {
	border-bottom: none !important;
	color: #fffefd;
	cursor: pointer;
	font-size: 138.5%;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	line-height: 38px;
	margin: 0;
  padding: 0 36px 0 15px;
  position: relative;
}
.accordion h3:active,
.accordion h3:focus {
	outline: 0;
}
.accordion h4 {
	margin-bottom: 1em;
}

.accordion h3.acnav1,
.accordion h3.acnav1-open {
	background: #898b45;
	background: -moz-linear-gradient(top, #898b45 0%, #a4a753 100%);
	background: -webkit-linear-gradient(top, #898b45 0%,#a4a753 100%);
	background: linear-gradient(to bottom, #898b45 0%,#a4a753 100%);
	border: 1px solid #74763b;
}
.accordion h3.acnav2,
.accordion h3.acnav2-open {
	background: #83929a;
	background: -moz-linear-gradient(top, #83929a 0%, #9eb1ba 100%);
	background: -webkit-linear-gradient(top, #83929a 0%,#9eb1ba 100%);
	background: linear-gradient(to bottom, #83929a 0%,#9eb1ba 100%);
	border: 1px solid #75838a;
}
.accordion h3.acnav3,
.accordion h3.acnav3-open {
	background: #bf6f54;
	background: -moz-linear-gradient(top, #bf6f54 0%, #db7f60 100%);
	background: -webkit-linear-gradient(top, #bf6f54 0%,#db7f60 100%);
	background: linear-gradient(to bottom, #bf6f54 0%,#db7f60 100%);
	border: 1px solid #af664d;
}
.accordion h3.acnav4,
.accordion h3.acnav4-open {
	background: #4b4139;
	background: -moz-linear-gradient(top, #4b4139 0%, #5c5046 100%);
	background: -webkit-linear-gradient(top, #4b4139 0%,#5c5046 100%);
	background: linear-gradient(to bottom, #4b4139 0%,#5c5046 100%);
	border: 1px solid #4b4139;
}

.accordion p {
	font: 400 14px/1.5 Times, serif;
  margin-bottom: 10px;
}
.accordion p:last-child { margin-bottom: 0; }

.accordion .accordion-content {
  background: #f9f7f3;
	border: 1px solid #4b4139;
	border-top: none;
  border-bottom: none;
	color: #4b4139;
	font: 400 14px/1.5 Times, serif;
	padding: 15px;
  width: 100% !important;
}
.accordion .accordion-content h4 {
  font: 700 14px/1.5 Times, serif;
}
.accordion .accordion-content p {
	line-height: 150%;
}
.accordion .accordion-content ul {
  padding-left: 15px;
}
.accordion .accordion-content li {
  line-height: 120%;
  padding-bottom: 10px;
}
.accordion .accordion-content li:last-child { padding-bottom: 0; }

.ui-icon {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.accordion .ui-icon {
  color: #fff;
  font-size: 22px;
  opacity: 0.6;
  position: absolute;
  top: 8px;
  right: 15px;
}
.accordion .ui-icon:before { content: "\f055"; }
.accordion .ui-state-active .ui-icon:before { content: "\f056"; }

.g-recaptcha-parent {
  margin: 40px 0;
}
.g-recaptcha {
  transform-origin:0 50%;
}

/* @end */

textarea.message {
  margin-bottom: 1em;
}
/* @group Default Lists */
.widget-area ul.news {
  margin: 0;
  padding: 0;
}
.widget-area ul.news li {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  border-bottom: 1px solid #bf6f54;
}
/* @end */

/* @group Forms */

/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
  color: #ae654c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
  clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
.spinner {
  background:#FFFFFF url(../../../../images/ajax-loader-white.gif) no-repeat scroll center center;
  opacity:0.75;
  z-index:2000;
}
a.edit-content {
  float: right;
}

/** integritive */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}

.site-footer {
  background-color: #78868d;
  font-size: 12px;
  padding: 20px 0;
  -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.33);
  -moz-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.33);
  box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.33);
}

.site-footer a {
  color: #fff;
}
.site-footer a:active,
.site-footer a:focus,
.site-footer a:hover {
  text-decoration: underline;
}

.site-footer h5 {
  font-weight: 700;
  margin: 15px 0 5px;
  text-transform: uppercase;
}

.site-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}