/* @group Configurable Colors */
/* @group Boilerplate Overrides
----------------------------------------------- */
a,
a:active,
a:visited {
  color: #4c4c4c;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
::-moz-selection {
  background: #93ec93;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #93ec93;
  color: #ffffff;
  text-shadow: none;
}
a:link {
  -webkit-tap-highlight-color: #93ec93;
}
/* @end */
h1 {
  color: #8a8a8a;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}
h1 span,
.categories h2 span,
#image_comments h2,
div.recent-posts h2 span {
  font-size: 1.6em;
  font-family: "jbt-annabelle", sans-serif;
  text-transform: lowercase;
  padding: 0 .25em;
}
#image_comments h2 a {
  font-size: .625em;
  /* reset 1.6em to 1em */

  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
div.categories h2 {
  color: #e5e5e5;
}
div.categories h2,
div.recent-posts h2,
h3.nb-widget-title {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
div.categories h2 span {
  font-size: 1.8em;
}
h2 {
  color: #b2b2b2;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}
h2 a,
h2 a:visited {
  color: #b2b2b2;
}
h2 a:hover {
  color: #000;
}
h3 {
  color: #b2b2b2;
  font-weight: 300;
}
h4 {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}
p {
  margin-bottom: 1em;
}
body {
  background: #f2f2f2;
  color: #4c4c4c;
  font: 300 14px/1.43 "proxima-nova", Helvetica, Arial, sans-serif;
}
.container {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0px auto;
  width: 950px;
}
#iewarn {
  background: #600;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  width: 100%;
}
#iewarn a {
  color: #ccc;
  text-decoration: underline;
}
#iewarn a:hover {
  color: #fff;
}
/* @group Header
----------------------------------------------- */
header.header {
  position: relative;
  height: 367px;
}
header #logo {
  position: absolute;
  top: 165px;
  left: 27px;
  z-index: 100;
  background-image: url('//atriumstage.s3.amazonaws.com/kansas_pitts_photography_1f3eae32699d91fd9815b5cc40581745.png');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 173px;
  height: 140px;
}
header.header #slideshow {
  position: relative;
  z-index: 1;
}
header.header #slideshow li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
header.header #slideshow img {
  display: block;
}
header.header #slideshow li.active {
  display: block;
}
header.header nav {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 57px;
}
/* IE6 rule */
header.header nav ul {
  paddding: 0px;
}
/* override IE6 rule */
header.header > nav > ul {
  padding: 0 16px;
}
header.header nav li {
  float: left;
}
header.header nav ul a,
header.header nav ul a:visited {
  color: #e5dad4;
  display: block;
  line-height: 40px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
}
header.header nav ul a:hover,
header.header nav ul .nb-active a {
  color: #ffffff;
  text-decoration: none;
}
header.header nav li#arrow {
  bottom: -2px;
  /* IE6 only, overriden below */

  left: 0;
  height: 17px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
header.header nav li#arrow .arrow {
  border-left: 17px solid #ffffff;
  border-right: 17px solid #ffffff;
  border-top: 17px solid transparent;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}
header.header nav li#arrow .leftbar,
header.header nav li#arrow .rightbar {
  background-color: #ffffff;
  height: 17px;
  position: absolute;
}
/* override IE6 rule */
header.header > nav li#arrow {
  bottom: 0px;
}
header.header nav a.button {
  background: #434343;
  color: #000;
  margin: 8px 10px 0 0;
}
header.header nav a.button:hover {
  background: #c7c7c7;
}
header.header nav ul li ul.nb-submenu {
  background-color: #000;
  display: none;
  position: absolute;
}
header.header nav ul li ul.nb-submenu li {
  float: none;
}
header.header nav ul li:hover ul.nb-submenu {
  display: block;
  z-index: 999;
}
header.header nav ul li ul.nb-submenu a {
  color: #e5dad4;
}
header.header nav ul li ul.nb-submenu a:hover {
  color: #fff;
}
/* @end */
#main {
  padding: 15px 40px 50px;
}
.nb-social {
  font-size: 11px;
  text-align: right;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -15px;
}
.nb-social a,
.nb-social a:active,
.nb-social a:visited {
  color: #b2b2b2;
  margin-left: 5px;
}
.nb-social a:hover {
  text-decoration: underline;
}
/* @group Homepage
----------------------------------------------- */
div.content {
  float: left;
  width: 350px;
}
.recent-posts {
  display: block;
}
div.recent-posts,
.widget-sidebar {
  float: left;
  width: 470px;
  margin-left: 50px;
  padding-top: 7px;
  color: #b2b2b2;
  font-size: 12px;
}
div.recent-posts .nb-recent-post {
  float: left;
  width: 229px;
  margin-bottom: 20px;
}
div.recent-posts .nb-recent-post h3 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}
div.recent-posts .nb-recent-post h3 a {
  color: #b2b2b2;
}
div.recent-posts .nb-recent-post:first-child {
  margin-right: 8px;
}
.recent-posts .cf {
  background: url(../images/ajax-loader.gif) center top no-repeat;
  min-height: 24px;
}
.nb-widget {
  margin: 1em 0;
}
/* @end */
/* @group About Page
----------------------------------------------- */
div.about {
  float: left;
  width: 350px;
}
div.the-team {
  float: left;
  width: 470px;
  margin-left: 50px;
  padding-top: 7px;
  color: #b2b2b2;
  font-size: 12px;
}
div.the-team .team-member {
  float: left;
  width: 233px;
  margin-bottom: 20px;
}
div.the-team .team-member:first-child {
  margin-right: 4px;
}
/* @end */
/* @group Galleries
----------------------------------------------- */
.nb-galleries #image_comments form label,
.nb-blog .nb-post-blog label {
  float: left;
  width: 5em;
}
.nb-galleries #image_comments form input.nb-button,
.nb-blog .nb-post-blog input.nb-button {
  margin-left: 5em;
}
.nb-galleries .nb-gallery {
  position: relative;
  /*width: 635px; re-enable once larger preview images are available */

  margin-top: 10px;
  margin-bottom: 24px;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}
.nb-galleries .nb-gallery:first-child {
  margin-top: 0;
  border: none;
  padding-top: 0;
}
.nb-galleries .nb-gallery .nb-body a {
  border: 9px solid #f0f0f0;
  display: inline-block;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-color 0.2s linear;
  -moz-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}
.nb-galleries .nb-gallery .nb-body a:hover {
  border: 9px solid #e0e0e0;
}
.nb-galleries .nb-gallery .nb-body a img {
  display: block;
}
.nb-galleries .nb-gallery time,
.nb-galleries .nb-gallery h3 {
  position: absolute;
  right: 0;
}
.nb-galleries .nb-gallery time {
  top: 0;
}
.nb-galleries .nb-gallery h3 {
  top: 1.2em;
}
.nb-galleries .nb-gallery h2 {
  position: absolute;
  top: 39px;
  left: 9px;
  z-index: 100;
}
.nb-galleries .nb-body .label {
  position: absolute;
  top: 0;
  left: 0;
}
.nb-galleries .nb-body .label p {
  margin-bottom: 0;
  padding: 0 24px;
}
.nb-galleries .nb-gallery h2,
.nb-galleries .nb-body .label {
  background: #f0f0f0;
  color: #a2a2a2;
  line-height: 16px;
  max-width: 570px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.nb-galleries .nb-gallery:first-child h2 {
  top: 9px;
}
.nb-galleries .nb-body a:hover .label,
.nb-galleries .nb-gallery .nb-body a:hover .label {
  background: #e0e0e0;
}
.nb-galleries .nb-gallery h2,
.nb-galleries .nb-body .label {
  padding: 5px 0 15px;
  margin: 0;
}
.gallery-list .gallery div.sidebar {
  width: 230px;
  position: absolute;
  top: 10px;
  left: 645px;
}
.gallery-list .gallery div.sidebar,
.gallery-list .gallery div.sidebar a {
  color: #b2b2b2;
  font-size: 12px;
}
.gallery-list .gallery dl {
  margin-bottom: 20px;
}
.gallery-list .gallery dl,
.gallery-list .gallery dl a {
  color: #b2b2b2;
  font-size: 12px;
}
.gallery-list .gallery dt,
.gallery-list .gallery dd {
  float: left;
  padding-bottom: 5px;
}
.gallery-list .gallery dt {
  clear: left;
  width: 60px;
  padding-right: 5px;
}
.gallery-list .gallery dd {
  width: 165px;
}
.gallery-list .gallery dt.reactions {
  width: 55px;
}
.gallery-list .gallery dd.reactions {
  width: 170px;
}
.gallery-list .gallery dt.tags {
  width: 30px;
}
.gallery-list .gallery dd.tags {
  width: 195px;
}
/* @end */
/* @group Single Gallery
----------------------------------------------- */
body.nb-galleries div.content {
  width: auto;
}
/* @group Gallery Controls
----------------------------------------------- */
p#gallery-controls {
  margin-bottom: 9px;
}
p#gallery-controls a {
  width: 12px;
  height: 12px;
  float: right;
  margin-left: 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: .5;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
p#gallery-controls a.active,
p#gallery-controls a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
p#gallery-controls .fullscreen {
  background: url(../images/icon.fullscreen.png);
}
p#gallery-controls .thumbs {
  background: url(../images/icon.thumbs.png);
}
p#gallery-controls .slideshow {
  background: #acacac;
}
/* @end */
/* @group Gallery Thumbnails
----------------------------------------------- */
div#gallery-thumbs {
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  border: 9px solid #f0f0f0;
  display: none;
  position: absolute;
  z-index: 2;
  width: 860px;
  height: 600px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
div#gallery-thumbs ul {
  padding: 19px 0 4px 20px;
}
div#gallery-thumbs li {
  float: left;
  margin: 0 20px 15px 0;
  border: 5px solid #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
div#gallery-thumbs li.active {
  border: 5px solid #433b3a;
}
div#gallery-thumbs img {
  display: block;
}
/* @end */
/* @group Gallery Slideshow
----------------------------------------------- */
div#gallery {
  background: #f0f0f0;
  border: 9px solid #f0f0f0;
  margin-bottom: 40px;
  overflow: hidden;
  width: 860px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
div#gallery li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
div#gallery li.active {
  display: block;
  z-index: 2;
}
div#gallery div.label {
  position: absolute;
  top: 0;
  left: 0;
  background: #f0f0f0;
  color: #a2a2a2;
  line-height: 16px;
  max-width: 570px;
  padding: 0 24px 0 5px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
div#gallery div.label p {
  padding: 5px 0 15px 19px;
  margin: 0;
}
div#gallery a.audio {
  background: url(../images/icon.audio.png);
  width: 30px;
  height: 30px;
  margin-right: 7px;
  position: relative;
  top: 7px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: .5;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
div#gallery a.audio:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=50);
  opacity: 1;
}
div#gallery img {
  display: block;
}
div#gallery .next,
div#gallery .prev {
  background: #f0f0f0;
  color: #c4c4c4;
  font-size: 24px;
  line-height: 46px;
  cursor: pointer;
  text-shadow: 0 1px 0 #fff;
  position: absolute;
  top: 50%;
  z-index: 3;
  margin-top: -23px;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  transition: color .2s linear;
}
div#gallery .next:hover,
div#gallery .prev:hover {
  color: #a4a4a4;
}
div#gallery .next {
  right: 0;
  padding-left: 15px;
  -webkit-border-top-left-radius: 23px;
  -webkit-border-bottom-left-radius: 23px;
  -moz-border-radius-topleft: 23px;
  -moz-border-radius-bottomleft: 23px;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
}
div#gallery .prev {
  left: 0;
  padding-right: 15px;
  -webkit-border-top-right-radius: 23px;
  -webkit-border-bottom-right-radius: 23px;
  -moz-border-radius-topright: 23px;
  -moz-border-radius-bottomright: 23px;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
}
/* @end */
body.nb-galleries div.content {
  width: auto;
}
#image_comments {
  float: left;
  width: 590px;
}
div.gallery-description .description {
  color: #7d7d7d;
  font-size: 24px;
  line-height: 27px;
}
#image_comments h2 {
  padding-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
#nb-comment-list .nb-body {
  margin-bottom: 1em;
}
#nb-comment-list .nb-avatar {
  float: left;
  margin-right: 1em;
}
#nb-comment-list .nb-author {
  font-weight: bold;
  float: left;
  margin-right: .5em;
}
div.gallery-description dd p {
  margin: 1em 0 0;
}
div.gallery-description dd p:first-child {
  margin-top: 0;
}
div.gallery-info {
  float: left;
  width: 230px;
  margin-left: 50px;
  padding-top: 7px;
  color: #b2b2b2;
  font-size: 12px;
}
div.gallery-info dl {
  margin-bottom: 20px;
}
div.gallery-info dl,
div.gallery-info dl a {
  color: #b2b2b2;
  font-size: 12px;
}
div.gallery-info dt,
div.gallery-info dd {
  float: left;
  padding-bottom: 5px;
}
div.gallery-info dt {
  clear: left;
  width: 60px;
  padding-right: 5px;
}
div.gallery-info dd {
  width: 165px;
}
div.gallery-info dt.reactions {
  width: 55px;
}
div.gallery-info dd.reactions {
  width: 170px;
}
div.gallery-info dt.tags {
  width: 30px;
}
div.gallery-info dd.tags {
  width: 195px;
}
/* @end */
/* @group Blog
----------------------------------------------- */
.nb-gallery-preview header .nb-meta {
  width: 530px;
  position: absolute;
  top: 40px;
  left: 330px;
  bottom: 10px;
  font-size: 12px;
  color: #b2b2b2;
  overflow: hidden;
}
.nb-gallery-preview header .nb-meta a {
  color: #b2b2b2;
}
.nb-gallery-preview header .nb-meta .nb-tags {
  margin-bottom: 10px;
}
.nb-gallery:first-child header .nb-meta {
  top: 10px;
}
.nb-gallery .nb-gallery-description {
  color: #4c4c4c;
  font-size: 13px;
}
.nb-gallery header .gallery-item-thumbnails {
  padding-top: 10px;
}
.nb-gallery header .gallery-item-thumbnails .thumb-container {
  float: left;
  height: 50px;
  margin: 0 0 5px 5px;
  overflow: hidden;
  width: 50px;
}
.nb-gallery header .nb-meta .nb-gallery-images {
  margin-bottom: 5px;
}
.nb-gallery header .nb-meta .nb-tags:before {
  content: "Tags: ";
}
.nb-gallery header .nb-meta .nb-tags {
  display: block;
}
.nb-gallery header .nb-meta .nb-tags .nb-tag:after {
  content: ", ";
}
.nb-gallery header .nb-meta .nb-tags .nb-tag:last-child:after {
  content: "";
}
div.blog-list,
body.nb-tag div.content {
  float: left;
  width: 590px;
}
div.blog-list article.nb-post-blog,
div.blog-list article.nb-post-blog section.nb-comments {
  margin-top: 10px;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}
div.blog-list article.nb-post-blog:first-of-type {
  margin-top: 0;
  border: none;
  padding-top: 0;
}
div.blog-list article.nb-post-blog ul.meta li {
  float: left;
  margin-left: 30px;
}
div.blog-list article.nb-post ul.meta li,
div.nb-tag article.nb-post ul.meta li,
div.blog-list article.nb-post ul.meta a,
div.nb-tag article.nb-post ul.meta a,
div.blog-list article.nb-post time,
div.nb-tag article.nb-post time,
div.blog-list article.nb-post div.nb-social a,
div.nb-tag article.nb-post div.nb-social a {
  color: #b2b2b2;
  font-size: 11px;
  text-transform: uppercase;
}
div.blog-list article.nb-post time:before,
div.nb-tag article.nb-post time:before {
  content: 'POSTED: ';
}
div.blog-list article.nb-post-gallery p.nb-meta,
div.nb-tag article.nb-post-gallery p.nb-meta {
  color: #b2b2b2;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0;
}
div.blog-list article.nb-post-gallery p.nb-meta .nb-gallery-images,
div.nb-tag article.nb-post-gallery p.nb-meta .nb-gallery-images {
  left: 170px;
}
div.blog-list article.nb-post-gallery p.nb-meta .nb-tags:before,
div.nb-tag article.nb-post-gallery p.nb-meta .nb-tags:before {
  content: 'TAGS: ';
}
div.blog-list article.nb-post-gallery p.nb-meta .nb-tags,
div.nb-tag article.nb-post-gallery p.nb-meta .nb-tags {
  right: 0;
}
div.blog-list article.nb-post-full .nb-social,
div.nb-tag article.nb-post-full .nb-social {
  margin-bottom: 2em;
  position: relative;
}
div.blog-list article.nb-post-full .nb-social .nb-comments,
div.nb-tag article.nb-post-full .nb-social .nb-comments {
  display: none;
}
div.blog-list article.nb-post-preview time,
div.nb-tag article.nb-post-preview time,
div.blog-list article.nb-post div.nb-social a,
div.nb-tag article.nb-post div.nb-social a {
  position: absolute;
  bottom: 0px;
}
div.blog-list article.nb-post time,
div.nb-tag article.nb-post time {
  left: 0px;
}
div.blog-list article.nb-post-preview a.nb-comments,
div.nb-tag article.nb-post-preview a.nb-comments {
  left: 170px;
}
div.blog-list article.nb-post a.nb-tweet,
div.nb-tag article.nb-post a.nb-tweet {
  right: 40px;
}
div.blog-list article.nb-post a.nb-like,
div.nb-tag article.nb-post a.nb-like {
  right: 0;
}
div.blog-list article.nb-post a.nb-gplus,
div.nb-tag article.nb-post a.nb-gplus {
  bottom: -2px !important;
  right: 75px;
}
div.blog-list div.nb-body,
div.nb-tag div.nb-body {
  padding-bottom: 40px;
}
div.blog-list article.nb-post-blog ul.meta li:first-child {
  margin-left: 0;
}
div.blog-list ul.gallery-images {
  margin-bottom: 20px;
}
div.blog-list ul.gallery-images li {
  float: left;
  margin-left: 8px;
}
div.blog-list ul.gallery-images li:first-child {
  margin-left: 0;
}
div.blog-list ul.gallery-images a:hover {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}
div.blog-list ul.gallery-images a,
div.blog-list ul.gallery-images img {
  display: block;
}
div.categories {
  float: left;
  width: 230px;
  margin-left: 50px;
  padding-top: 7px;
  color: #b2b2b2;
  font-size: 12px;
}
div.categories a {
  color: #b2b2b2;
}
.categories .nb-posts-sidebar ul {
  list-style-type: none;
}
div.categories .nb-posts-sidebar li {
  display: inline;
}
div.categories .nb-posts-sidebar li:after {
  content: ', ';
}
div.categories .nb-posts-sidebar li:last-child:after {
  content: '';
}
article.nb-post {
  position: relative;
}
.blog-list .nb-post .nb-admin-link {
  right: 8px;
  margin-top: 10px;
}
.nb-post-gallery .nb-body a img {
  margin-right: 10px;
  margin-bottom: 10px;
  max-height: 73px;
}
body.nb-tag .recent-posts p.cta {
  display: none;
}
.nb-page .cta {
  margin-top: 30px;
}
body.nb-blog .nb-search-widget input {
  max-width: 90%;
}
.fb-activity {
  max-width: 100%;
  overflow: auto;
}
/* @end */
/* @group Pricing
----------------------------------------------- */
.nb-pricing .content,
body.sq-pricing .content {
  width: auto;
}
.nb-pricing .sq-packages,
body.sq-pricing .sq-packages {
  float: left;
  width: 470px;
}
.nb-pricing .sq-add-ons,
body.sq-pricing .sq-add-ons {
  float: left;
  margin-left: 50px;
  width: 350px;
}
.nb-pricing .sq-add-ons .sq-add-on header img,
body.sq-pricing .sq-add-ons .sq-add-on header img {
  max-width: 75px;
}
.nb-pricing .sq-estimate,
body.sq-pricing .sq-estimate {
  clear: left;
}
.nb-pricing .sq-pricing-intro p,
body.sq-pricing .sq-pricing-intro p {
  margin-left: 1em;
}
div.pricing-info {
  float: left;
  width: 350px;
}
div.packages {
  float: left;
  width: 470px;
  margin-left: 50px;
  padding-top: 7px;
  color: #b2b2b2;
  font-size: 12px;
}
div.packages .package {
  float: left;
  width: 233px;
  margin-bottom: 20px;
}
div.packages .package a.button {
  margin-top: 10px;
}
.sq-pricing-page ul,
body.sq-pricing .sq-content ul {
  margin-bottom: 1em;
}
.sq-pricing-page .sq-package,
body.sq-pricing .sq-content .sq-package {
  float: none;
}
.sq-pricing-page .sq-add-on,
body.sq-pricing .sq-content .sq-add-on {
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
}
.sq-pricing-page section.sq-packages .sq-package,
body.sq-pricing .sq-content section.sq-packages .sq-package,
.sq-pricing-page section.sq-add-ons .sq-add-on,
body.sq-pricing .sq-content section.sq-add-ons .sq-add-on {
  padding-top: 1em;
  padding-bottom: 1.6em;
}
.sq-pricing-page section.sq-packages .sq-package select,
body.sq-pricing .sq-content section.sq-packages .sq-package select,
.sq-pricing-page section.sq-add-ons .sq-quantity select,
body.sq-pricing .sq-content section.sq-add-ons .sq-quantity select {
  width: 4em;
}
.sq-pricing-page #sq-estimate-amounts,
body.sq-pricing .sq-content #sq-estimate-amounts,
.sq-pricing-page #sq-no-package,
body.sq-pricing .sq-content #sq-no-package {
  padding-top: 1em;
  height: 10em;
  position: relative !important;
  width: 850px;
  margin: 0 auto;
  text-align: left;
}
.sq-pricing-page #sq-estimate-amounts dt,
body.sq-pricing .sq-content #sq-estimate-amounts dt,
.sq-pricing-page #sq-no-package dt,
body.sq-pricing .sq-content #sq-no-package dt {
  float: left !important;
  clear: left;
  font-weight: bold;
  width: 8em;
}
.sq-pricing-page #sq-estimate-amounts dd,
body.sq-pricing .sq-content #sq-estimate-amounts dd,
.sq-pricing-page #sq-no-package dd,
body.sq-pricing .sq-content #sq-no-package dd {
  display: block;
  text-align: left !important;
}
.sq-pricing-page #sq-estimate-amounts dd span,
body.sq-pricing .sq-content #sq-estimate-amounts dd span,
.sq-pricing-page #sq-no-package dd span,
body.sq-pricing .sq-content #sq-no-package dd span {
  margin-left: 5px;
}
.sq-pricing-page #sq-estimate-amounts dd:after,
body.sq-pricing .sq-content #sq-estimate-amounts dd:after,
.sq-pricing-page #sq-no-package dd:after,
body.sq-pricing .sq-content #sq-no-package dd:after {
  content: "";
}
.sq-pricing-page #sq-estimate-amounts button,
body.sq-pricing .sq-content #sq-estimate-amounts button,
.sq-pricing-page #sq-no-package button,
body.sq-pricing .sq-content #sq-no-package button {
  position: absolute;
  top: 1em;
  right: 0px;
}
.sq-pricing-page .sq-packages .sq-package,
body.sq-pricing .sq-content .sq-packages .sq-package {
  border: #ffffff 1px solid;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  margin-bottom: 1em;
  padding: 1em;
}
.sq-pricing-page .sq-packages .sq-active,
body.sq-pricing .sq-content .sq-packages .sq-active {
  border: #e5e5e5 1px solid;
}
body.nimbus .sq-pricing-page #sq-estimate-amounts,
body.nimbus .sq-pricing-page #sq-no-package {
  width: auto;
}
body.nimbus .sq-addon-options table {
  width: 100%;
}
.sq-addon-option-select {
  width: 50%;
}
.sq-pricing-page section.sq-add-ons .sq-addon-option-select select {
  width: 100%;
}
.sq-addon-option-price {
  text-align: right;
}
aside.sq-not-printable {
  border-top: #e5e5e5 1px solid;
}
.nb-pricing p.cta {
  display: none;
}
body.sq-pricing h2 {
  border-bottom: 0;
  color: #b2b2b2;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
  text-transform: none;
  margin-bottom: 10px;
}
body.sq-pricing .sq-packages .sq-package {
  width: auto;
}
body.sq-pricing h3 {
  font-size: 14px;
  float: none !important;
}
body.sq-pricing .sq-price {
  color: #8a8a8a !important;
  float: none !important;
  font-size: 14px;
  font-weight: normal !important;
  margin-bottom: 5px;
}
body.sq-pricing .sq-package header {
  border-bottom: 0;
}
body.sq-pricing .sq-package .sq-package-items {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 300;
}
body.sq-pricing .sq-package .sq-package-items p {
  font-weight: 300;
  margin-bottom: 1em;
}
body.sq-pricing .sq-package .sq-package-items li {
  margin: 0;
}
body.sq-pricing .sq-packages .sq-active {
  background-color: inherit;
  color: inherit;
}
body.sq-pricing .sq-add-on,
body.sq-pricing .sq-estimate {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 300;
}
body.sq-pricing .sq-quantity {
  position: relative !important;
}
body.sq-pricing .sq-quantity label {
  display: inline;
}
/* @end */
/* @group Contact Page
----------------------------------------------- */
.nb-contact p.cta {
  display: none;
}
div.contact-form {
  float: left;
  width: 590px;
}
div.contact-info {
  float: left;
  width: 230px;
  margin-left: 50px;
  padding-top: 7px;
  color: #b2b2b2;
  font-size: 12px;
}
div.contact-info dt,
div.contact-info dd {
  float: left;
  padding-bottom: 5px;
}
div.contact-info dt {
  clear: left;
  width: 60px;
  padding-right: 5px;
}
div.contact-info dd {
  width: 165px;
}
.sq-contact-form {
  width: 500px;
}
body.sq-contact .sq-contact-form {
  color: #4c4c4c;
}
body.sq-contact .sq-contact-form label {
  color: #b2b2b2;
  font-size: 18px;
  padding-bottom: 5px;
}
body.sq-contact .sq-contact-form img.ui-datepicker-trigger {
  top: 0;
  right: 510px;
}
body.sq-contact .sq-contact-form footer {
  color: #4c4c4c;
  font-size: 14px;
}
/* @end */
div#shadow {
  background: url(../images/shadow.png) no-repeat center top;
  height: 93px;
}
/* @group Search
----------------------------------------------- */
body.nb-search .nb-search {
  float: left;
  width: 590px;
}
body.nb-search .nb-search-bar {
  float: left;
  margin-top: 2.5em;
  width: 230px;
}
body.nb-search .nb-search-bar ul {
  list-style: none;
}
body.nb-search .nb-results-type .nb-page,
body.nb-search .nb-results-type .nb-post-result {
  margin-top: 1em;
}
/* @group Form Styled
----------------------------------------------- */
form.styled > div {
  padding-bottom: 20px;
}
form.styled div.half {
  float: left;
  margin-right: 27px;
}
form.styled div.no-label {
  padding-top: 30px;
}
form.styled label {
  display: block;
  color: #b2b2b2;
  font-size: 18px;
  padding-bottom: 5px;
}
form input[type="text"],
form input[type="number"],
form input[type="email"],
form input[type="tel"],
form select {
  height: 2em;
}
form input[type="text"],
form input[type="number"],
form input[type="email"],
form input[type="tel"],
form textarea,
form select {
  border: 1px solid #eaeaea;
  color: #969696;
  font: 14px/2em "proxima-nova", Helvetica, Arial, sans-serif;
  width: 460px;
  padding: 0 10px;
  margin-right: 27px;
  outline: none;
  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fcfcfc));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
  /* IE10+ */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 );
  /* IE6-9 */

  background: linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
  /* W3C */

}
form input[type="text"].hasDatepicker {
  padding-left: 2em;
  width: 442px;
}
#ui-datepicker-div {
  background-color: #ffffff;
}
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-prev:after,
#ui-datepicker-div .ui-datepicker-next:after {
  border-top: transparent 5px solid;
  border-bottom: transparent 5px solid;
  display: block;
  content: "";
  position: absolute;
  top: 0.5em;
}
#ui-datepicker-div .ui-datepicker-prev:after {
  border-right: #b2b2b2 5px solid;
  left: 0.7em;
}
#ui-datepicker-div .ui-datepicker-next:after {
  border-left: #b2b2b2 5px solid;
  right: 0.7em;
}
img.ui-datepicker-trigger {
  position: relative;
  top: -1.9em;
}
.sq-content form input,
.sq-content form textarea {
  padding: 0 10px 0 10px;
}
.sq-content form select {
  padding: 0 0 0 10px;
}
.ie form.styled input.text {
  height: 28px;
}
form.styled input.text:focus,
form.styled textarea:focus {
  background: #fff;
  border: 1px solid #dadada;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.06);
}
form.styled .half input.text,
form.styled .half textarea {
  width: 205px;
}
form.styled input::-webkit-input-placeholder {
  color: #d6d6d6;
}
form.styled input:-moz-placeholder {
  color: #d6d6d6;
}
form.styled input.button {
  font-size: 13px;
  font-family: "proxima-nova", sans-serif;
  outline: none;
}
/* @end */
/* @group Classes
----------------------------------------------- */
p.cta {
  clear: both;
  color: #ccc;
  font-size: 22px;
  font-family: "jbt-annabelle", sans-serif;
}
p.pagination {
  margin-top: 50px;
}
p.cta a,
p.pagination a {
  color: #7f7f7f;
  font-size: 13px;
  font-family: "proxima-nova", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
p.cta a:hover,
p.pagination a:hover {
  color: #4f4f4f;
}
.button,
.button:visited,
p.cta .button,
input[type="submit"],
button,
.sq-correspondence .sq-questionnaires .sq-action a {
  display: inline-block;
  background: #f2f2f2;
  background: rgba(0, 0, 0, 0.05);
  color: #808080;
  border: none;
  font-size: 13px;
  line-height: 1.85;
  padding: 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  -moz-transition: background-color 0.2s linear, color 0.2s linear;
  -o-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.button:hover,
p.cta .button:hover,
input[type="submit"]:hover,
button:hover,
.sq-correspondence .sq-questionnaires .sq-action a:hover {
  background: #e5e5e5;
  background: rgba(0, 0, 0, 0.1);
  color: #454545;
  text-decoration: none;
}
img.alignright {
  margin: 0 0 2px 10px;
  display: inline;
  border: 3px solid #376092;
}
img.alignleft {
  margin: 0 10px 2px 0;
  display: inline;
  border: 3px solid #376092;
}
/* @end */
/* @group Media Queries
----------------------------------------------- */
@media print {
  nav {
    display: none;
  }
}
/* iPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  
}
/* iPhone */
@media screen and (max-device-width: 480px) {
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  
}
/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  
}
/* iPhone 4 */
@media all and and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  
}
/* @end */
