/*
Theme Name: _s
Theme URI: https://wpcom-themes.svn.automattic.com/_s/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.1-wpcom
License: GNU General Public License
License URI: license.txt
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.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
  background: #fff;
  min-width: 1024px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
ol, ul {
  list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0;
}
a img {
  border: 0;
}


/* =Global
----------------------------------------------- */
body {
  background: url('img/drdeb-bg.png') 0 0 repeat #FFF;
}

.site-main {
  width: 990px;
  padding: 0 16px;
  margin: 25px auto 0;
  background: url('img/page-main-bg.png') 182px 0 repeat-y;
  border-bottom: solid 1px #5A7093;
  box-shadow: inset 0px -10px 10px -7px rgba(171, 171, 171, 1);
}

.home .site-main {
  width: 1024px;
  background: none;
  padding: 0;
  border-bottom: 0;
  box-shadow: none;
}

body,
button,
input,
select,
textarea {
  /*color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;*/
  font: normal 0.875em/1.285714285714286 Arial, Helvetica, sans-serif; /* 14/16 & 18/14 */
  color: #4E4D4A;
}

/* Headings */
/*h1,h2,h3,h4,h5,h6 {
  clear: both;
}*/

h1 {
  font: italic 1.285714285714286em/1.2 Georgia, Times, "Times New Roman", serif;
  color: #244566;
  margin: .2em 0;
}
h2 {
  font: 1.142857142857143em/1.2 Georgia, Times, "Times New Roman", serif;
  color: #5A7093;
  margin: .2em 0;
}
h3 {
  font: italic 0.8571428571428571em/1.2 Georgia, Times, "Times New Roman", serif;
  margin: .2em 0;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  /*margin-bottom: 1.5em;*/
  margin: 1em 0;
}

/* Text elements */
/*p {
  margin-bottom: 1.5em;
}*/
p {
  margin: 1em 0;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b, strong {
  font-weight: bold;
}
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: 12px;
  /*font-size: 1.5rem;*/
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
  line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  *overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
/*button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
  color: rgba(0,0,0,.8);
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #666;
  border: 1px solid #ccc;
/*  border-radius: 3px;*/
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #111;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 98%;
}

/* Links */
a,
a:visited {
  color: #984849;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* =Menu
----------------------------------------------- */
.menu {
  font-size: 0.8571428571428571em; /* 12 / 14 */
}

.menu,
.sub-menu {
  margin: 0;
  list-style: none;
}

.menu-item a {
  text-decoration: none;
}

.main-navigation {
  background: #C8D0DB;
  box-shadow: 0px 1px 7px 2px rgba(142, 142, 142, 1);
  height: 43px;
  margin: 25px 0 0;
  position: relative; /* For the shadow to overlay properly */
  z-index: 2; /* Ugh.. */
}

.menu-primary {
  width: 989px;
  margin: 0 auto;
}

.menu-primary > .menu-item {
  float: left;
  position: relative;
  margin-left: 39px;
}

.menu-primary > .menu-item > a {
  display: block;
  padding: 14px 0;

  text-transform: uppercase;
  color: #5A7093;
}

.menu-primary > .menu-item:first-child {
  margin-left: 0;
}

.menu-primary > .menu-item > .sub-menu,
.menu-secondary .sub-menu {
  display: none;
  float: left;
  position: absolute;
    top: 100%;
    left: 0;
  z-index: 99999;
  box-shadow: inset 0px 5px 10px -4px rgba(171, 171, 171, 1);
  background: #244566;
}

.menu-primary > .menu-item:hover > a {
  color: #801A1B;
  background: url('img/menu-primary-menu-item-bg.png') 0 34px no-repeat;
}

.menu-primary > .menu-item:hover > .sub-menu {
  display: block;
}

.menu-primary .sub-menu .menu-item > a,
.menu-secondary .sub-menu .menu-item a {
  color: #FFF;
  padding: 11px 15px;
  display: block;
  width: 150px;
  background: url('img/menu-primary-menu-item-bg.png') 15px -46px no-repeat;
}

.menu-primary .sub-menu .menu-item:first-child > a,
.menu-secondary .sub-menu .menu-item:first-child a {
  background: none;
}

.menu-primary .sub-menu .menu-item:hover > a,
.menu-secondary .sub-menu .menu-item:hover a {
  color: #A1CECA;
}

/* 2nd Menu Thing */
#menu-primary-1 li,
#menu-primary-1 a {
  display: none;
}

#menu-primary-1 .current-page-ancestor,
#menu-primary-1 .current-page-ancestor .sub-menu,
#menu-primary-1 .current-page-ancestor .sub-menu li,
#menu-primary-1 .current-page-ancestor .sub-menu li a,
#menu-primary-1 .current-menu-item,
#menu-primary-1 .current-menu-item .sub-menu,
#menu-primary-1 .current-menu-item .sub-menu li,
#menu-primary-1 .current-menu-item .sub-menu li a {
  display: block;
}

/*#menu-primary-1 > .current-menu-item {
  padding: 0 20px;
}*/

.menu-sub-nav-container {
  width: 989px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.menu-sub-nav {
  /*padding: 0 20px;*/
  float: left;
  background: #5A7093;
}

.menu-sub-nav .sep {
  display: none;
}

.menu-sub-nav .sub-menu {
  padding: .5em 0;
}

.menu-sub-nav .sub-menu li {
  float: left;
  background: #5A7093;
  padding: .5em 0;
  position: relative;
}

.menu-sub-nav .sub-menu .sep {
  display: block;
  float: left;
  color: #FFF;
}

.menu-sub-nav .menu-item:last-child .sep {
  display: none;
}

.menu-sub-nav .sub-menu li:first-child:after {
  content: none;
}

.menu-sub-nav .sub-menu li a {
  color: #FFF;
  /*font-size: 0.8571428571428571em;*/
  text-transform: uppercase;
  /*padding: 1em 0;*/
  display: block;
  float: left;
  margin: 0 1em;
}

.menu-primary > .current-menu-item.menu-item > a,
.menu-primary > .current-page-ancestor.menu-item > a {
  color: #801A1B;
}

.menu-sub-nav .sub-menu .current-menu-item > a,
.menu-sub-nav .sub-menu li a:hover {
  color: #A1CECA;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
  margin: 0 0 1.5em;
}
.entry-meta {
  clear: both;
}
.byline {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
/*.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
  max-width: 100%;
  width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
  margin-bottom: 1.5em;
}
.wp-caption img {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-content .gallery {
  margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-content .gallery dd {
  margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.site-content .nav-previous {
  float: left;
  width: 50%;
}
.site-content .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
  margin: 0 0 2em;
}

/* Search widget */
#searchsubmit {
  display: none;
}

#text-3 {
  /* background: #dbdbdb;
  background: -moz-linear-gradient(left,  #dbdbdb 0%, #e7e7e7 25%, #e7e7e7 75%, #dbdbdb 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(25%,#e7e7e7), color-stop(75%,#e7e7e7), color-stop(100%,#dbdbdb));
  background: -webkit-linear-gradient(left,  #dbdbdb 0%,#e7e7e7 25%,#e7e7e7 75%,#dbdbdb 100%);
  background: -o-linear-gradient(left,  #dbdbdb 0%,#e7e7e7 25%,#e7e7e7 75%,#dbdbdb 100%);
  background: -ms-linear-gradient(left,  #dbdbdb 0%,#e7e7e7 25%,#e7e7e7 75%,#dbdbdb 100%);
  background: linear-gradient(to right,  #dbdbdb 0%,#e7e7e7 25%,#e7e7e7 75%,#dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dbdbdb',GradientType=1 );
  text-align: center; */
  font-size: 0.8571428571428571em; /* 12/14 */
}

#text-3 img {
  margin-bottom: 1em;
}

#text-3 a {
  text-decoration: underline;
  color: #4E4D4A;
  display: block;
  /* padding: 2em 0; */
}

#text-4 {
  background: #C6E1DF;
  text-align: center;
  font: italic 1em/1.2 Georgia, Times, "Times New Roman", serif;;
}

#text-4 a {
  display: block;
  padding: 2em 0;
}

#text-4 .wp-image-71 {
  margin: 5px 0;
}

/* =Layout - Header
----------------------------------------------- */
.menu-social-media-container {
  background: #D9D9D9;
  height: 38px;
  box-shadow: 0px 0px 10px 1px rgba(142, 142, 142, 1);
  position: relative; /* Gets box shadow to cover menu secondary */
}

.menu-social-media {
  /*float: right;*/
  width: 960px;
  margin: 0 auto;
}

.menu-social-media .menu-item {
  float: right;
  background: url('img/social-media-sprite.png') no-repeat;
  margin-left: 27px;
}

.menu-social-media .menu-item a {
  display: block;
  height: 38px;
  text-indent: -9999px;
}
.menu-social-media .pinterest {
  width: 51px;
background-position: -362px -28px;
}

.menu-social-media .pinterest:hover{
   background-position: -362px 13px;
}

.menu-social-media .facebook {
  width: 53px;
  background-position: 0px -26px;
}

.menu-social-media .facebook:hover {
  background-position: 0px 12px;
}

.menu-social-media .twitter {
  width: 23px;
  background-position: -80px -26px;
}

.menu-social-media .twitter:hover {
  background-position: -80px 12px;
}

.menu-social-media .youtube {
  width: 40px;
  background-position: -129px -26px;
}

.menu-social-media .youtube:hover {
  background-position: -129px 12px;
}

.menu-social-media .linkedin {
  width: 56px;
  background-position: -197px -26px;
}

.menu-social-media .linkedin:hover {
  background-position: -197px 12px;
}

.menu-social-media .googleplus {
  width: 47px;
  background-position: -280px -26px;
}

.menu-social-media .googleplus:hover {
  background-position: -280px 12px;
}

.menu-secondary-container {
  width: 960px;
  margin: 0 auto;
}

.menu-secondary {
  float: right;
  /*padding: 0 16px;*/
  background: #D9D9D9;
}

.menu-secondary > .menu-item {
  float: left;
  text-transform: uppercase;
  position: relative;
}

.menu-secondary > .menu-item a {
  color: #984849;
  padding: 14px 16px;
  display: block;
}

.menu-secondary > .menu-item:hover > a {
  color: #5A7093;
}

.menu-secondary .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

.menu-secondary > .menu-item:hover .sub-menu {
  display: block;
}

.menu-secondary .menu-item:last-child .sub-menu {
  left: auto;
  right: 0;
}

/*.menu-secondary .sub-menu a {
  color: #FFF;
}*/

.site-header hgroup {
  width: 960px;
  margin: 0 auto;
}

.site-title {
  width: 386px;
  height: 62px;
  background: url('img/dr-deb-carlins-partners-in-excellence.png') 0 0 no-repeat;
  text-indent: -9999px;
  margin: 0 0 0 65px;
}

.site-title a {
  display: block;
  width: 100%;
  height: 100%;
}

/* =Layout - Header
----------------------------------------------- */
h1.entry-title,
h2.entry-title {
  font: italic 1.285714285714286em/1.2 Georgia, Times, "Times New Roman", serif; /* 18 */
  color: #244566;
  text-transform: uppercase;
  margin: 0.5555555555555556em 0; /* 10 */
}


/* =Layout - Main
----------------------------------------------- */
.content-area {
  width: 749px;
  float: left;
  margin-left: 80px;
}

.widget-area {
  width: 160px;
  float: left;
}

.wp-post-image {
  margin-left: -40px;
}


/* =Layout - Footer
----------------------------------------------- */
.site-footer {
  width: 960px;
  margin: 0 auto 2em;
  font-size: 0.8571428571428571em;
  color: #5A7093;
}

.site-footer a {
  color: #5A7093;
}

.site-info {
  width: 50%;
  float: left;
}

.designer {
  width: 50%;
  float: right;
  text-align: right;
}


/* =Front-Page
----------------------------------------------- */
/* jcarousel Styling */
.jcarousel-container {
  position: relative;
  width: 989px;
  margin: 0 auto 20px;
}

.jcarousel {
  position: relative;
  overflow: hidden;
  width: 989px;
  height: 170px;
  border-bottom: solid 5px #A1CECA;
}

.jcarousel ul {
  width: 20000em;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel li {
  float: left;
  padding-left: 46px;
  margin-left: -46px;
}

.jcarousel-next {
  display: block;
  width: 34px;
  height: 32px;
  position: absolute;
  right: -17px;
  top: 125px;
  background: url('img/cycle-nav-arrow.png') 0 0 no-repeat;
}

.jcarousel-pagination {
  position: absolute;
  right: 50px;
  bottom: -5px;
}

.jcarousel-pagination a {
  font-size: 0;
  line-height: 0;
  width: 50px;
  height: 10px;
  background: #A1CECA;
  display: block;
  float: left;
}

.jcarousel-pagination a.activeSlide {
  background: #61B7A7;
}

/* Atlas Images Styling */
.atlas-container {
  width: 956px;
  padding: 13px 34px 13px 35px;
  border-top: solid 1px #C18280;
  border-bottom: solid 1px #C18280;
  margin: 20px 0 25px;
}

.atlas {
  background: url('img/atlas-front-page-banner.jpg');
  width: 84px;
  height: 84px;
  float: left;
  margin-left: 25px;
}

.atlas:first-child {
  margin-left: 0;
}

.atlas-1 {
  background-position: 0 0;
}
.atlas-2 {
  background-position: -109px 0;
}
.atlas-3 {
  background-position: -219px 0;
}
.atlas-4 {
  background-position: -329px 0;
}
.atlas-5 {
  background-position: -439px 0;
}
.atlas-6 {
  background-position: -549px 0;
}
.atlas-7 {
  background-position: -659px 0;
}
.atlas-8 {
  background-position: -769px 0;
}
.atlas-9 {
  background-position: -879px 0;
}

/* Main area styling */

.front-page-wrapper {
  padding-bottom: 4px;
  border-bottom: solid 1px #C18280;
  margin: 25px 0;
}

.home .content-area {
  width: 632px;
  padding-left: 32px;
  float: left;
  margin: 0;
  margin-right: 24px;
}

.home .entry-title {
  margin-top: 0;
}

.home .widget-area {
/*  width: 319px;
  padding-right: 17px;*/
  width: 336px;
  float: left;
}

.build-the-strength-within {
  background: url('img/build-the-strength-within.png') 0 0 no-repeat;
  width: 332px;
  height: 214px;
  margin: 0 auto;
  position: relative;
}

.build-the-strength-within a {
  position: absolute;
  color: #4E4D4A;
  font-size: 0.8571428571428571em;
  text-decoration: underline;
/*  top: 160px;
  left: 130px;*/
  top: 0;
  left: 0;
  padding: 160px 40px 30px 130px;
}

.build-the-strength-within a:hover {
  text-decoration: none;
}

#gform_widget-2 .gform_wrapper {
  margin: 0;
  max-width: none;
  padding: 0 10px;
}

#gform_widget-2 .gform_heading {
  width: auto;
  margin: 0;
}

#gform_widget-2 h3.gform_title {
  font: 15px/1.2 Georgia, Times, "Times New Roman", serif;
  color: #244566;
  margin: 0 0 5px 0;
}

#gform_widget-2 .gform_body {
  float: left;
  width: 251px;
  margin-right: -1px;
}

#gform_widget-2 .gfield_label {
  display: none;
}

#gform_widget-2 .gform_wrapper .top_label input.medium {
  width: 239px;
  font-size: 14px;
  padding: 0 5px;
  height: 28px;
  border: solid 1px #C1C1C1;
}

#gform_widget-2 .gform_footer  {
  padding: 0;
  margin: 0;
  clear: none;
  float: left;
}

#gform_widget-2 input[type="submit"] {
  height: 30px;
  background: #CCD3DB;
  border: 0;
  color: #000;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
  width: 65px;
}


/* Social Feed Styling */
.social-feeds {
  clear: both;
  margin:0 24px 25px 18px;
  width: 319px;
  float: left;
}

.ui-tabs-nav {
  margin: 0;
  list-style: none;
  border-bottom: solid 4px #C18280;
  box-shadow: inset 0px -10px 10px -8px rgba(171, 171, 171, 1);
}

.ui-state-default {
  float: left;
  background: #E0C3C1;
  width: 120px;
  height: 34px;
  box-shadow: inset 0px -10px 10px -8px rgba(171, 171, 171, 1);
}

.ui-state-default a {
  display: block;
  height: 100%;
  text-indent: -9999px;
}

.ui-state-default a.facebook {
  background: url('img/social-feed-sprite.png') 15px -28px no-repeat;
}

.ui-state-default a.twitter {
  background: url('img/social-feed-sprite.png') -103px -28px no-repeat;
}

.ui-state-active {
  background: #C18280;
  box-shadow: none;
}

.ui-state-active a.facebook {
  background: url('img/social-feed-sprite.png') 15px 8px no-repeat;
}

.ui-state-active a.twitter {
  background: url('img/social-feed-sprite.png') -103px 8px no-repeat;
}

.ui-tabs-panel {
  background: #C6E1DF;
}

.ui-tabs-hide {
  display: none;
}

#twitter {
  border: 1px solid #aaa
}

#facebook,
#twitter {
  line-height: 0;
}

#twitter iframe {
  width: 100%;
}

/* Calendar */
.events-container.list {
  width: 647px;
  /*float: left;*/
  margin-bottom: 25px;
}

.home .events-container {
  float: left;
}

.events-header {
  background: #61B7A7;
  font: normal 1.142857142857143em/1.2 Arial, Helvetica, sans-serif;
  color: #244566;
  text-transform: uppercase;
  float: left;
  padding: 7px 42px 5px 14px;
  margin: 0;
}

.view-all-events {
  font-size: 0.8571428571428571em;
  margin: 10px 0 0 10px;
  display: block;
  float: left;
  color: #4E4D4A;
  text-decoration: underline;
}

.view-all-events:hover {
  text-decoration: none;
}

.events-list-container {
  border: solid 1px #C1C1C1;
  border-top: solid 4px #61B7A7;
  border-bottom: 0;
  clear: both;
}

.event-link {
  display: block;
  background: #FFF;
}

.event-link:hover .event {
  background: #eff8f6;
  background: rgba(97, 183, 167, 0.1);
}

.events-container .event {
  border-bottom: solid 1px #C1C1C1;
  background: #FFF;
}

.event-date {
  float: left;
  background: #E7E7E7;
  width: 79px;
  padding: 6px 9px;
  /*margin-right: 10px;*/
}

.event-month,
.event-day {
  display: block;
  font-size: 1.285714285714286em;
  line-height: 1.055555555555556;
  color: #244566;
  text-align: right;
}

.event-month {
  font-weight: bold;
  font-style: italic;
}

.event-meta {
  float: left;
  /*padding-top: 9px;*/
  padding: 10px;
  font-size: 0.8571428571428571em;
}

.list .event-meta {
  width: 518px;
}

.single .event-meta {
  width: 620px;
}

.event-title {
  font: 1.333333333333333em/1.2 Georgia, Times, "Times New Roman", serif;
  color: #244566;
  text-transform: uppercase;
  margin: 0;
}

.event-location,
.event-subheader {
  font: italic 1em/1.333333333333333 Georgia, Times, "Times New Roman", serif;
  color: #5A7093;
}

.event-subheader {
  margin: 1em 0 0;
}

.event-description {
  color: #4E4D4A;
}

.event-description p {
  margin: 0 0 1em;
}

.event-description :last-child {
  margin-bottom: 0;
}

.event-location-name,
.event-location-address,
.event-location-town-state,
.event-location-website {
  display: block;
}

.type-event .entry-header {
  display: none;
}

/* Daily Inspiration */
.daily-inspiration-container {
  clear: both;
  margin: 25px 0;
  background: #E7E7E7;
  border-top: solid 1px #5A7093;
  border-bottom: solid 1px #5A7093;
  font: 1em/1.428571428571429 Georgia, Times, "Times New Roman", serif;
  color: #4E4D4A;
  padding: 0 32px;
}

.daily-inspiration {
  font: 1.142857142857143em/1.142857142857143 Arial, Helvetica, sans-serif;;
  color: #244566;
}

/* =Events Calendar Styling
----------------------------------------------- */
.page-id-61 .entry-title,
.page-id-61 h2.events-header,
.page-id-61 h2.events-header + a {
  display: none;
}

.page-id-61 h1.events-header + p {
  font: italic 1em/1.2 Georgia, Times, "Times New Roman", serif;
  color: #539E90;
  margin: 10px 0 0 10px;
  display: block;
  float: left;
}

.page-id-61 .events-container {
  clear: both;
}

/* =Motivational Events Styling
----------------------------------------------- */
.page-id-59 .entry-title {
  font: italic 1.714285714285714em/1.2 Georgia, Times, "Times New Roman", serif;
  color: #539E90;
  background: url('img/entry-title-bg.png') 0 bottom no-repeat;
  padding-bottom: 10px;
}

/* =K-Factor Styling
----------------------------------------------- */
.post-40 .entry-title {
  text-transform: none;
}


/* =Build the Strength Within
----------------------------------------------- */
.post-93 .entry-header {
  display: none;
}

.post-93 .wp-image-96 {
  margin-bottom: 1.5em;
}

.post-93 .entry-content img:first-child + h1 {
  padding-top: 30px;
}

.book-review-container-title {
  background: #801A1B;
  font: normal 1.142857142857143em/1.2 Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  float: left;
  padding: 7px 42px 5px 14px;
  margin: 0;
}

.book-review-container {
  clear: both;
  border-top: solid 4px #801A1B;
  width: 647px;
  margin-bottom: 2em;
}

.book-review {
  background: #FFF;
  border: solid 1px #C1C1C1;
  border-top: 0;
  font-size: 0.8571428571428571em; /* 12/14 */
  padding: 15px;
}

.stars {
  text-indent: -9999px;
  overflow: hidden;
  width: 119px;
  height: 20px;
  background: url('img/book-review-stars-bg.png') 0 0 no-repeat;
}

.four-stars {
  background-position: -25px 0;
}

.three-stars {
  background-position: -50px 0;
}

.two-stars {
  background-position: -74px 0;
}

.one-stars {
  background-position: -99px 0;
}

.book-review-header {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  color: #5A7093;
  margin: .8em 0 .5em;
}

.sneak-peak {
  border-top: solid 1px #C18280;
  border-bottom: solid 1px #C18280;
  margin: 1em 0;
}

.sneak-peak .button {
  float: left;
  width: 414px;
  background: url('img/sneak-peak-bg.png') 0 0 no-repeat;
  margin: 20px 0;
  display: block;
  height: 100%;
  font-size: 12px;
  line-height: 1;
  padding: 10px 20px 10px 0;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}

.sneak-peak form {
  float: left;
  width: 315px;
  text-align: center;
  margin: 10px 0;
}

.sneak-peak br {
  display: none;
}


/* =Child Shortcode Styling
----------------------------------------------- */
.site-content .menu-children {
  list-style: none;
  margin: 3em 0;
}

.site-content .menu-children li {
  border-bottom: solid 1px #244566;
  background: url('img/menu-children.png') right 6px no-repeat #FFF;
  padding: 0 0.3571428571428571em;
}

.site-content .menu-children li:hover {
  background: url('img/menu-children.png') right -44px no-repeat #E7E7E7;
}

.site-content .menu-children li:first-child {
  border-top: solid 1px #244566;
}

.site-content .menu-children li a {
  display: block;
  font: italic 1.142857142857143em/1.2 Georgia, Times, "Times New Roman", serif; /* 14/16 */
  padding: 0.3571428571428571em 32px 0.3571428571428571em 0;
}

.site-content .menu-children li a:hover {
  text-decoration: none;
}

.site-content .child-item {
  text-transform: uppercase;
}

.site-content .child-description {
  color: #5A7093;
  font-size: 0.8571428571428571em;
  line-height: 1.333333333333333;
  margin-right: 32px;
}

/* =KFactor Plugin Styling
----------------------------------------------- */
.episode-container {
  clear: both;
  border-top: solid 4px #244566;
}

.episode {
  /*margin: 1em 0;*/
  background: #FFF;
  border: solid 1px #C1C1C1;
  border-top: 0;
}

.episode:hover {
  background: #eff8f6;
}

.play-button {
  float: left;
  width: 97px;
  height: 50px;
  background: #E7E7E7 url('img/play-button-bg.png') 0 0 no-repeat;
  cursor: pointer;
}

.showing-player {
  background: #E7E7E7 url('img/play-button-bg.png') 0 -50px no-repeat;
}

.episode-content {
  float: left;
  width: 640px;
  margin-left: 10px;
}

.episode-title {
  font: 1.142857142857143em/1.2 Georgia, Times, "Times New Roman", serif; /* 14/16 */
  text-transform: uppercase;
  color: #244566;
}

.episode-title a {
  color: #244566;
}

.episode-meta {
  font: italic 0.8571428571428571em/1.333333333333333 Georgia, Times, "Times New Roman", serif; /* 12/14 */
  color: #5A7093;
}

.episode-body {
  font-size: 0.8571428571428571em; /* 12/14 */
}

.jp-audio.hide-player {
  height: 0;
}

.kfactor-title {
  background: #244566;
  font: normal 1.142857142857143em/1.2 Arial, Helvetica, sans-serif;
  color: #FFF;
  text-transform: uppercase;
  float: left;
  padding: 7px 42px 5px 14px;
  margin: 0;
}

.kfactor-title + p {
  font: italic 1em/1.2 Georgia, Times, "Times New Roman", serif;
  color: #244566;
  margin: 10px 0 0 10px;
  display: block;
  float: left;
}

/* =KFactor Plugin Styling
----------------------------------------------- */
.series-container-title {
  background: #244566;
  font: normal 1.142857142857143em/1.2 Arial, Helvetica, sans-serif;
  color: #FFF;
  text-transform: uppercase;
  float: left;
  padding: 7px 42px 5px 14px;
  margin: 0;
}

.series-container-title + p {
  font: italic 1em/1.2 Georgia, Times, "Times New Roman", serif;
  color: #244566;
  margin: 10px 0 0 10px;
  display: block;
  float: left;
}

.series-container {
  clear: both;
  border-top: solid 4px #244566;
}

.series-container a {
  color: #4E4D4A;
}

.series {
  /*margin: 1em 0;*/
  background: #FFF;
  border: solid 1px #C1C1C1;
  border-top: 0;
}

.series:hover {
  background: #eff8f6;
}

.watch-series {
  float: left;
  width: 97px;
  height: 50px;
  background: #E7E7E7;
  text-transform: uppercase;
  text-align: center;
}

.watch-series p {
  font-family: Georgia, Times, "Times New Roman", serif;
  /*line-height: 24px;*/
  margin: 7px 0;
}

.series-content {
  float: left;
  width: 640px;
  margin-left: 10px;
}

.series-title {
  font: 1.142857142857143em/1.2 Georgia, Times, "Times New Roman", serif; /* 14/16 */
  text-transform: uppercase;
  color: #244566;
}

.series-body {
  font-size: 0.8571428571428571em; /* 12/14 */
}

/*.jp-audio.hide-player {
  height: 0;
}*/

/* =Non-semantic Helper Class
----------------------------------------------- */

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after,
.ui-helper-clearfix:before,
.ui-helper-clearfix:after,
#menu-primary-1 .current-page-ancestor .sub-menu:before,
#menu-primary-1 .current-page-ancestor .sub-menu:after,
#gform_widget-2 .gform_wrapper:before,
#gform_widget-2 .gform_wrapper:after,
#menu-primary-1 .submenu:before,
#menu-primary-1 .sub-menu:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after,
.ui-helper-clearfix:after,
#menu-primary-1 .current-page-ancestor .sub-menu:after,
#gform_widget-2 .gform_wrapper:after,
#menu-primary-1 .sub-menu:after {
  clear: both;
}

/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.lt-ie8 .cf,
.lt-ie8 .ui-helper-clearfix,
.lt-ie8 #menu-primary-1 .current-page-ancestor .sub-menu:after,
.lt-ie8 #gform_widget-2 .gform_wrapper,
.lt-ie8 #menu-primary-1 .sub-menu {
  zoom: 1;
}

/* NAI Additions */
#gform_widget-2 h3.gform_title {
    font: 20px/1.2 Georgia,Times,"Times New Roman",serif;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
    font-size: 16px !important;
    width: 140px !important;
}
table.fullcalendar {
    background-color: #fff;
}
.nai_caldate {
    background-color: #E7E7E7 !important;
    margin-left: -4px;
    margin-top: -2px;
    margin-right: -4px;
    padding: 4px;
    font-weight: bold;
}
.nai_calevent {
    font-size: 12px;
    padding-bottom: 5px;
}
.fc-header .fc-button {
    width: 50px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    float: none;
}
span.fc-header-title {
    font-size: 16px !important;
}
.gce-page-grid .gce-calendar .gce-caption {
    padding-bottom: 20px;
}
h3.widget-title{
    font-size: 20px;
    font-weight: bold;
}
.norm_row {
    width: 300px !important;
}
/* NAI hide submenu for new menu structure */
.menu-sub-nav {
    display: none;
}
/* NAI menu changes */
.menu-primary > .menu-item > a {
    font-size: 13px !important;
}
.menu-secondary > .menu-item > a {
    font-size: 11px !important;
}
.site-title {
    margin: 0px 0px 0px 6px;
}
.sfsi_footerLink {
    display: none;
}