/*!
Theme Name: Yes Waste
Theme URI: http://parkwooddigital.com/
Description: Custom Theme for YesWaste.com
Author: Jon Parker
Author URI: http://parkwooddigital.com/
Template: thematic
Version: 1.0

Please update the style.scss Sass file rather than style.css directly
*/
/* Colour Scheme
-------------------------------------------------
Dark Blue       #131d33
Mid Blue        #03588c
Blue Green      #1c98aa
Light Grey      #dfdede
Light Blue Grey #2e4f75
Mid Grey        #bcbcbc
Dark Blue Grey  #202839
-------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
/* Reset browser defaults */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0; }

body {
  background: #fff;
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

img {
  max-width: 100%;
  height: auto; }

/* Apply basic typography styles */
body, input, textarea {
  color: #000;
  font: 12px 'Lato', Arial,sans-serif;
  line-height: 18px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  clear: both; }

ul {
  list-style: disc;
  margin: 0 0 18px 2.5em; }

ol {
  list-style-type: decimal;
  margin: 0 0 18px 2.5em; }

ol ol {
  list-style: upper-alpha; }

ol ol ol {
  list-style: lower-roman; }

ol ol ol ol {
  list-style: lower-alpha; }

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0; }

dl {
  margin: 0 1.5em; }

cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 3em; }

blockquote em, blockquote i, blockquote cite {
  font-style: normal; }

pre {
  font: 11px Monaco, monospace;
  line-height: 18px;
  margin-bottom: 18px; }

code {
  font: 11px Monaco, monospace; }

abbr, acronym {
  border-bottom: 1px dotted #333;
  cursor: help; }

ins {
  text-decoration: none; }

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 33%; }

blockquote.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: left;
  width: 33%; }

p, dd {
  margin-bottom: 18px; }

dt, strong {
  font-weight: 700; }

/* Apply a basic layout */
body {
  min-width: 940px; }

#header {
  position: relative; }

#access {
  position: relative;
  overflow: hidden; }

#main {
  width: 940px;
  overflow: hidden;
  position: relative;
  margin: 0 auto; }

#container {
  width: 940px;
  float: right;
  margin: 0 0 0 -310px; }

#content {
  width: 620px;
  overflow: hidden;
  margin: 0 0 0 320px; }

.hentry {
  width: 620px; }

.main-aside {
  width: 300px;
  float: left;
  position: relative; }

#primary {
  float: left; }

#secondary {
  clear: left; }

#footer {
  clear: both; }

#subsidiary {
  width: 940px;
  overflow: hidden;
  margin: 0 auto; }

#subsidiary .aside {
  width: 300px;
  float: left;
  margin: 0 20px 0 0; }

#subsidiary #third {
  margin: 0; }

#siteinfo {
  clear: both;
  width: 940px;
  margin: 0 auto; }

.page-template-template-page-fullwidth-php #container {
  width: 940px;
  margin: 0; }

.page-template-template-page-fullwidth-php #content {
  width: 940px;
  margin: 0 0 0 10px; }

.page-template-template-page-fullwidth-php #comments {
  width: 540px; }

#branding, .menu {
  width: 940px;
  margin: 0 auto; }

/* Apply basic image styles */
.entry-content .wp-post-image {
  border: 1px solid #ccc;
  float: right;
  margin: 0 0 20px 18px;
  padding: 5px; }

.entry-content img {
  height: auto;
  max-width: 100%;
  margin: 0 0 18px; }

.alignleft, img.alignleft {
  float: left;
  margin-right: 20px; }

.alignright, img.alignright {
  display: block;
  float: right;
  margin-left: 20px; }

.aligncenter, img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both; }

.wp-caption {
  border: 1px solid #ccc;
  text-align: center;
  margin-bottom: 18px;
  padding: 9px 5px 0; }

.wp-caption img {
  border: 1px solid #ccc;
  margin: 0;
  padding: 0; }

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 18px 5px; }

.gallery-icon {
  border: 1px solid #ccc;
  padding-top: 6px;
  margin: 0 5px; }

.gallery img {
  margin: 0; }

.gallery-caption {
  padding: 6px 6px 0; }

.wp-smiley {
  max-height: 12px;
  margin: 0 !important; }

/* Apply default theme styles and colors */
body, input, textarea {
  font: 15px 'Lato', Arial, sans-serif;
  line-height: 22px; }

pre, code {
  font: 14px Monaco, monospace;
  line-height: 22px; }

blockquote {
  color: #666;
  font-style: italic; }

table {
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  border-width: 1px 1px 0;
  margin: 0 0 22px; }

caption {
  text-align: left; }

tr {
  border-bottom: 1px solid #ccc; }

th, td {
  padding: .7em 1.25em; }

hr {
  background-color: #ccc;
  border: 0;
  color: #ccc;
  height: 1px;
  margin-bottom: 22px; }

a:link {
  color: #001a4d; }

a:visited {
  color: #001a4d; }

#header {
  z-index: 2; }

#access {
  border-bottom: 0 solid #ccc;
  height: 32px;
  font-size: 13px;
  overflow: visible;
  z-index: 100; }

.sf-menu, .sf-menu * {
  list-style: none;
  margin: 0;
  padding: 0; }

.sf-menu {
  line-height: 1.0;
  border-right: 1px solid #ccc;
  float: left; }

.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.sf-menu li:hover {
  visibility: inherit; }

.sf-menu li {
  float: left;
  position: relative;
  background: #fff; }

.sf-menu a {
  display: block;
  position: relative;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  padding: 9px 13px; }

.sf-menu li:hover ul, .sf-menu li.sfhover ul {
  left: 0;
  z-index: 99;
  top: 32px; }

.ie6 .sf-menu {
  margin-bottom: -1px; }

.windows .sf-menu a {
  font-size: 18px;
  padding: 9px 13px 10px; }

.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
  border-bottom-color: #fff; }

.sf-menu li li li {
  background: #9AAEDB; }

.sf-menu li:hover, .sf-menu li.sfhover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  background: #fafafa;
  outline: 0;
  border-bottom-color: #ccc; }

.sf-menu ul ul {
  margin-top: 0; }

.sf-menu ul a {
  background: #fafafa;
  border-bottom: none; }

#main {
  clear: both;
  padding: 66px 0 22px; }

.page-title {
  font-size: 13px;
  line-height: 18px;
  padding: 0 0 44px; }

.hentry {
  padding: 0 0 22px; }

.home #content .sticky {
  border: 1px solid #ccc;
  margin: 0 0 66px;
  padding: 22px 20px 0; }

.entry-title {
  font-family: 'Lato', Arial,sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 26px;
  padding: 0 0 7px; }

.entry-meta {
  color: #666;
  font-size: 13px;
  font-style: italic;
  line-height: 18px; }

.entry-meta .n {
  font-size: 11px;
  font-style: normal;
  letter-spacing: .05em;
  text-transform: uppercase; }

.entry-meta abbr {
  border: none;
  cursor: text;
  font-size: 11px;
  font-style: normal;
  letter-spacing: .05em;
  text-transform: uppercase; }

.entry-content {
  padding: 22px 0 0; }

.entry-content h1, .entry-content h2 {
  font-family: 'Lato', Arial,sans-serif;
  font-size: 19px;
  font-weight: 900;
  padding: 28px 0 14px; }

.entry-content h3 {
  font-size: 17px;
  padding: 28px 0 14px; }

.entry-content table {
  margin-left: 1px; }

.entry-utility {
  clear: both;
  color: #666;
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 44px; }

.edit-link {
  clear: both;
  display: block; }

.page-link {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  word-spacing: .5em;
  margin: 0 0 22px;
  padding: 22px 0 0; }

ul#links-page, ul#archives-page {
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

li.content-column {
  float: left;
  margin-right: 20px;
  width: 45%; }

.gallery {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 22px; }

.gallery .gallery-row {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0; }

.gallery .gallery-item {
  overflow: hidden;
  float: left;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0; }

.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
  max-width: 89%;
  height: auto;
  border: none !important;
  margin: 0 auto;
  padding: 1%; }

.gallery-caption {
  margin-left: 0; }

.wp-caption-text, .gallery-caption {
  color: #666;
  font-size: 13px;
  line-height: 18px; }

#author-info {
  overflow: hidden;
  margin: 0 0 44px; }

#author-info .avatar {
  float: left;
  margin: .3em 1em 0 0; }

.attachment-jpeg #content, .attachment-png #content {
  width: 930px; }

.attachment-jpeg #comments, .attachment-png #comments {
  width: 540px;
  overflow: hidden; }

.navigation {
  color: #666;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  margin: 0 0 22px; }

.nav-previous {
  float: left;
  width: 50%; }

.nav-next {
  float: right;
  width: 50%;
  text-align: right; }

.paged #nav-above {
  display: block;
  padding: 0 0 44px; }

#comments {
  clear: both;
  padding: 22px 0 0; }

#comments, #comments input, #comments textarea {
  font-size: 13px;
  line-height: 18px; }

#comments h3 {
  font-family: 'Lato', Arial,sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 22px;
  padding: 0 0 18px; }

#comments-list {
  padding: 0 0 18px; }

#comments-list ol, #comments-list ul {
  list-style: none;
  margin: 0; }

#comments-list ol {
  border: 1px solid #ccc;
  border-bottom: none;
  margin: 0 0 18px; }

#comments-list li {
  background: #fafafa;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 18px 1.5em 0; }

#comments-list li.bypostauthor {
  background: #FFC; }

#comments-list ul li {
  border: 1px solid #ccc;
  margin: 0 0 18px; }

#comments-list li .avatar {
  position: absolute;
  top: 22px;
  left: 1.5em;
  width: 36px;
  height: 36px; }

#comments-list .comment-author {
  font-weight: 700;
  padding: 9px 0 0 46px; }

#comments-list .comment-meta {
  color: #666;
  font-size: 11px;
  padding: 0 0 9px 46px; }

.comment-reply-link {
  font-size: 11px;
  text-align: right;
  padding: 0 0 18px; }

.comment-navigation {
  font-weight: 700;
  margin-right: .5em;
  padding: 0 0 18px; }

.comment-navigation a, .comment-navigation span {
  margin-right: .5em; }

#trackbacks-list .comment-content {
  position: absolute;
  left: -10000px; }

#respond {
  background: #fff;
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
  padding: 18px 0 0; }

#comments-list #respond {
  border-bottom: 1px solid #ccc;
  margin: 0 0 18px;
  padding: 18px 1.5em; }

#comments-list ul #respond {
  border: 1px solid #ccc;
  margin: 0; }

#cancel-comment-reply {
  font-size: 11px;
  position: absolute;
  top: 18px;
  right: 1.5em; }

#respond .required {
  color: #FF4B33;
  font-weight: 700; }

.form-section label {
  font-size: 11px; }

.form-section input {
  width: 98%;
  margin: 0 0 18px; }

.form-section textarea {
  width: 99%; }

#form-allowed-tags p {
  color: #666;
  font-size: 11px;
  margin: 0; }

#form-allowed-tags code {
  font-size: 11px;
  line-height: normal; }

.form-submit {
  text-align: right;
  padding: 18px 0 0; }

.subscribe-to-comments {
  color: #666;
  float: left;
  font-size: 11px;
  margin: 0;
  padding: 18px 0 0; }

.solo-subscribe-to-comments {
  color: #666;
  font-size: 11px;
  padding: 18px 0 0; }

.comment_license {
  color: #666;
  clear: both;
  font-size: 11px;
  margin: 0;
  padding: 18px 0 0; }

.aside, .aside input {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 6px; }

.aside p, .aside ul, .aside ol, .aside dd, .aside pre {
  margin-bottom: 18px; }

.aside h3 {
  font-size: 15px;
  line-height: 22px; }

.aside h3 a {
  text-decoration: none; }

.aside ul {
  list-style: none;
  margin-left: 0; }

.aside ul ul {
  list-style: disc;
  margin: 0 0 22px 20px; }

.aside ul ul li {
  padding: 1px 0; }

.aside ul ul ul {
  margin-bottom: 0; }

.aside th, .aside td {
  border-right: 1px solid #ccc;
  padding: .25em .8em; }

.aside tfoot td {
  border-color: transparent; }

#primary {
  border: 1px solid #ccc;
  margin-bottom: 22px;
  padding: 18px 0 0; }

#content .aside {
  border: 1px solid #ccc;
  margin: 0 0 22px;
  padding: 18px 0 0; }

#content .aside h3 {
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-transform: none;
  padding: 0 0 7px; }

#subsidiary {
  padding: 33px 0 0; }

#footer {
  border-top: 1px solid #ccc;
  margin-top: 22px; }

#siteinfo {
  color: #666;
  font-size: 11px;
  line-height: 18px;
  padding: 22px 0 44px; }

.wp-pagenavi {
  margin: 0 0 0 -.5em;
  padding: .5em 0; }

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
  border: 1px solid #ccc !important;
  color: #666 !important;
  font-style: normal;
  margin: 0 0.375em !important;
  padding: 0.5em 0.25em !important; }

.wp-pagenavi a:visited {
  border: 1px solid #ccc !important;
  color: #666 !important; }

.wp-pagenavi span.pages {
  border: none !important;
  color: #666 !important;
  margin: 0 !important;
  padding: 0 !important; }

.wp-pagenavi span.current {
  border: none !important;
  color: #666 !important;
  font-weight: 400 !important;
  margin: 0 !important;
  padding: 0 !important; }

.wp-pagenavi span.extend {
  background-color: #FFF;
  border: 1px solid #000;
  color: #000;
  margin: 2px;
  padding: 2px 4px; }

p, ul, ol, dd, pre, .aside form, .aside table {
  margin-bottom: 22px; }

a:active, a:hover, #blog-title a:active, #blog-title a:hover, .sf-menu ul a:hover, .page-title a:active, .page-title a:hover, .entry-title a:active, .entry-title a:hover, .entry-meta a:active, .entry-meta a:hover, .entry-utility a:active, .entry-utility a:hover, .page-link a:active, .page-link a:hover, .navigation a:active, .navigation a:hover, #comments-list .comment-meta a:active, #comments-list .comment-meta a:hover, .comment-reply-link a:active, .comment-reply-link a:hover, .comment-navigation a:active, .comment-navigation a:hover, .aside .current_page_item a, .aside .current_page_item .page_item a:hover, .aside .current_page_item .page_item a:active, .aside a:active, .aside a:hover, #siteinfo a:active, #siteinfo a:hover {
  color: #1c98aa; }

#blog-title a, .entry-title a {
  color: #000;
  text-decoration: none; }

.skip-link, .attachment-jpeg .main-aside, .attachment-png .main-aside, #nav-above, .aside #searchsubmit {
  display: none; }

.sf-menu ul li, .attachment-jpeg #container, .attachment-png #container, #nav-above, #nav-below {
  width: 100%; }

ul.sf-menu li:hover li ul, ul.sf-menu li.sfhover li ul, ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfhover li ul {
  top: -999em; }

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfhover ul, ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfhover ul {
  left: 10em;
  top: 0; }

.sf-menu a, .sf-menu a:visited, #cancel-comment-reply a, .aside .current_page_item .page_item a, .aside, .aside a, #siteinfo a {
  color: #666; }

.sf-menu li li, #comments-list li.alt {
  background: #fff; }

.attachment .page-title, .page-title span, #form-allowed-tags span {
  font-style: italic; }

.page-title a, .entry-meta a {
  color: #666;
  text-decoration: none; }

.page-title .meta-nav, .navigation .meta-nav {
  font-style: normal; }

.single .hentry, .main-aside ul ul, #content .aside ul ul {
  padding: 0; }

.entry-content h4, .aside caption {
  font-size: 11px;
  font-family: 'Lato', Arial,sans-serif;
  font-weight: 900;
  letter-spacing: .05em; }

.entry-content embed, .widget_tag_cloud {
  margin: 0 0 22px; }

.entry-utility a, .navigation a, #comments-list .comment-meta a, .comment-reply-link a {
  color: #666;
  font-style: italic;
  text-decoration: none; }

.page-link a, .comment-navigation a {
  border: 1px solid #ccc;
  color: #666;
  font-weight: 400;
  text-decoration: none;
  padding: .5em .75em; }

#comments code, .aside pre, .aside code {
  font-size: 12px;
  line-height: 18px; }

.aside table, .aside tfoot tr {
  border: none; }

.aside thead, .aside tbody {
  border: 1px solid #ccc; }

.main-aside ul, #content .aside ul {
  padding: 0 20px; }

.wp-pagenavi a:hover, .wp-pagenavi a:active {
  border: 1px solid #ccc !important;
  color: #FF4B33 !important; }

/* Prepare theme for plugins */
.edit-comment {
  margin-bottom: 18px; }

img#wpstats {
  width: 0;
  height: 0;
  overflow: hidden; }

/* Clearfix - for all divs containing floats */
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1; }

/* Custom Styles
------------------------------------------------------------- */
body {
  background-color: #f5f5f5; }

body, input, textarea {
  font-size: 16px;
  line-height: 1.5em; }

a:link {
  color: #039; }

a:visited {
  color: #039; }

#pre-header {
  height: 13px;
  background-image: url("images/bg-top.png");
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 20px; }

#main-container, #header {
  background-image: url("images/bg-vertical-stretch.png");
  background-repeat: repeat-y;
  background-position: center top; }

#branding {
  padding: 20px 0 0 0; }

#header-top {
  margin-bottom: 20px; }

#header-top #logo-image {
  float: left;
  width: 589px; }

#header-top #logo-image p {
  float: right;
  text-align: right;
  font-weight: 900;
  font-size: 44px;
  color: #001a4d; }

#header-top #phonebox {
  float: right; }

#header-top #phonebox p {
  float: right;
  text-align: right;
  font-weight: 900;
  font-size: 44px;
  line-height: 66px;
  color: black;
  margin: 0; }

#header-bottom {
  margin-bottom: 20px;
  width: 940px;
  display: none; }

#header .menu {
  height: auto;
  background: #039; }

/* main ul element */
#header .menu ul.sf-menu {
  border: none;
  float: left;
  padding: 10px;
  background: transparent; }

#header .menu ul.sf-menu li {
  background: transparent;
  font-size: 18px; }

/* general link styles*/
#header .menu ul.sf-menu a {
  display: block;
  padding: 9px 13px;
  text-decoration: none;
  border: none;
  margin-right: 10px; }

/*** 1st Level ***/
/* 1st level links, no hover, no visits */
#header .menu ul.sf-menu li a {
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/PIE.php); }

/* 1st level links, while hovering over sub menu */
#header .menu ul.sf-menu li.sfHover a {
  color: black;
  background-color: black; }

/* 1st level links, hover */
#header .menu ul.sf-menu li a:hover {
  color: white;
  background-color: black; }

/* 1st level current page */
#header .menu ul.sf-menu .current_page_item a,
#header .menu ul.sf-menu .current_page_ancestor a,
#header .menu ul.sf-menu .current_page_parent a {
  background-color: #001a4d; }

/* 1st level down triangles with pure css*/
#header .menu ul.sf-menu li .sf-sub-indicator {
  text-indent: -9999px;
  line-height: 0;
  border-color: YELLOW transparent transparent;
  border-style: solid;
  border-width: 4px;
  /*controls size of triangle */
  display: inline-block;
  margin-left: 5px; }

/*** 2nd level ***/
/* sub menu */
#header .menu ul.sf-menu ul {
  display: none; }

#access {
  padding-bottom: 20px; }

#main {
  padding-top: 20px;
  padding-bottom: 0; }

.entry-title {
  padding-bottom: 5px;
  font-size: 30px;
  color: #2e4f75; }

.entry-title a,
.entry-title a:hover {
  color: #2e4f75; }

.entry-content {
  padding-top: 15px; }

.entry-content ul {
  margin-left: 15px;
  padding-left: 0;
  list-style: none; }

.entry-content ul li {
  padding-left: 13px;
  background-image: url(images/bullet-grey.png);
  background-repeat: no-repeat;
  background-position: 0 .55em; }

.entry-content h1 {
  font-size: 32px;
  line-height: 34px;
  color: #001a4d;
  font-weight: 900;
  padding: 0;
  margin-bottom: 20px; }

.entry-content h2 {
  font-size: 22px;
  line-height: 22px;
  color: #039;
  font-weight: 900;
  padding: 0;
  margin-bottom: 15px; }

.entry-content h3 {
  font-size: 20px;
  line-height: 20px;
  color: #333;
  font-weight: 900;
  padding: 0;
  margin-bottom: 15px; }

.entry-content img {
  margin-bottom: 0; }

#content a {
  font-weight: 700; }

.aside ul {
  padding: 0; }

#primary {
  padding: 0;
  border: none; }

#primary h3.widgettitle {
  font-size: 22px;
  margin-bottom: 15px; }

#primary ul {
  font-size: 18px;
  list-style: none;
  padding: 0;
  margin-left: 0; }

#primary ul li {
  font-size: 18px; }

#primary ul li a {
  text-decoration: none;
  color: #666; }

#primary.homemenu {
  padding: 0;
  border: none; }

#primary.homemenu h3.widgettitle {
  font-size: 22px;
  margin-bottom: 15px; }

#primary.homemenu ul {
  font-size: 18px;
  list-style: none;
  padding: 0;
  margin-left: 0; }

#primary.homemenu ul li {
  font-size: 18px; }

#primary.homemenu ul li a {
  background: #dfdede;
  text-decoration: none;
  color: #333;
  display: block;
  padding: 15px 10px;
  border: solid 1px #bcbcbc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  behavior: url(/PIE.php); }

#primary.homemenu ul li a:hover {
  background: #bcbcbc;
  border-color: #666; }

#primary.homemenu #social-icons ul {
  margin: 0 auto;
  width: 158px; }

#primary.homemenu #social-icons ul li {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px; }

#primary.homemenu #social-icons ul li.last {
  margin-right: 0; }

#primary.homemenu #social-icons ul li a {
  background: transparent;
  width: 32px;
  height: 32px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background-image: url(images/social-media-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  behavior: url(/PIE.php); }

#primary.homemenu #social-icons ul li a span {
  visibility: hidden; }

#primary.homemenu #social-icons ul li a.twitter {
  background-position: -32px 0; }

#primary.homemenu #social-icons ul li a.linkedin {
  background-position: -64px 0; }

#primary.homemenu #social-icons ul li a.contactus {
  background-position: -96px 0; }

#homepage-content {
  padding-top: 30px;
  background: url("images/divider.png") center top no-repeat;
  width: 940px;
  margin: 0 auto; }

#homepage-content #homepage-content-bottom {
  margin: 0 20px 30px 0;
  float: left;
  width: 620px; }

#homepage-content #recent-posts {
  margin: 0;
  float: right;
  width: 300px;
  margin: 0 0 30px 0; }

#homepage-content #recent-posts #recent-posts-inner {
  position: relative;
  background: #dfdede;
  border: solid 1px #bcbcbc;
  padding: 15px;
  color: #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  behavior: url(/PIE.php); }

#homepage-content #recent-posts #recent-posts-inner h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 5px; }

#homepage-content #recent-posts #recent-posts-inner h4 {
  font-size: 18px;
  margin-bottom: 5px; }

#homepage-content #recent-posts #recent-posts-inner p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px; }

#homepage-content #recent-posts #recent-posts-inner p.link {
  margin-bottom: 0; }

#homepage-content #recent-posts #recent-posts-inner p.link a {
  color: #039;
  text-decoration: none;
  font-weight: 700; }

#pre-footer {
  padding-top: 30px;
  background: url("images/divider.png") center top no-repeat;
  width: 940px;
  margin: 0 auto; }

.pre-footer-section {
  width: 30%;
  float: left;
  margin-bottom: 20px;
  padding-right: 20px; }

.pre-footer-section--last {
  padding-right: 0;
  float: right; }

#industry-logos {
  text-align: center; }

#pre-footer-menu {
  background: #dfdede;
  border: solid 1px #bcbcbc;
  padding: 15px;
  color: #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/PIE.php); }

#pre-footer-menu ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

#pre-footer-menu ul li {
  padding-left: 13px;
  background-image: url(images/bullet-grey.png);
  background-repeat: no-repeat;
  background-position: 0 .55em; }

#pre-footer-menu a,
#pre-footer-menu .aside a:hover,
#pre-footer-menu .aside a:link,
#pre-footer-menu .aside a:visited {
  color: #333;
  text-decoration: none; }

#pre-footer-map {
  width: 30%;
  float: left;
  margin-bottom: 20px; }

#footer {
  margin-top: 0;
  border: 0;
  background: url("images/footer-vertical-stretch.png") #001a4d center top repeat-y;
  font-weight: 300;
  letter-spacing: 1px; }

#footer #subsidiary .aside {
  color: #fff;
  font-size: 14px; }

#footer #subsidiary .aside a,
#footer #subsidiary .aside a:hover,
#footer #subsidiary .aside a:link,
#footer #subsidiary .aside a:visited {
  color: #eee;
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 1px; }

#footer #subsidiary #first {
  width: 220px;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 1px; }

#footer #subsidiary #first strong {
  font-weight: 700;
  letter-spacing: 0; }

#footer #subsidiary #second {
  width: 220px; }

#footer #subsidiary #second ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

#footer #subsidiary #second ul li {
  padding-left: 13px;
  background-image: url(images/bullet-white.png);
  background-repeat: no-repeat;
  background-position: 0 .55em; }

#footer #subsidiary #second ul li.widgetcontainer {
  padding-left: 0;
  background-image: none; }

#footer #subsidiary #third {
  width: 460px; }

#footer #subsidiary #third h3.widgettitle {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 700; }

#footer #subsidiary #third form {
  position: relative;
  width: 400px;
  height: 40px;
  background: #3f4c6b;
  border: solid 1px #b1b7c4;
  color: #a5abb9;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  padding: 0;
  behavior: url(/PIE.php); }

#footer #subsidiary #third input.email {
  width: 300px;
  font-size: 20px;
  background: transparent;
  line-height: 20px;
  padding: 0;
  color: #a5abb9;
  position: absolute;
  border: none;
  top: 5px;
  left: 15px; }

#footer #subsidiary #third input.submit {
  width: 75px;
  font-size: 14px;
  text-transform: uppercase;
  background: #b1b7c4;
  line-height: 20px;
  border: solid 1px #333;
  padding: 5px 10px;
  color: #000;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: absolute;
  top: 2px;
  left: 320px;
  behavior: url(/PIE.php); }

#bottom-bar-container {
  background: url("images/footer-bottom.png") #001a4d center top no-repeat;
  height: 10px;
  padding-bottom: 30px;
  padding-top: 20px;
  font-size: 12px;
  font-weight: 200;
  color: #ccc;
  letter-spacing: 1px; }

#bottom-bar {
  width: 940px;
  margin: 0 auto; }

#bottom-bar-left {
  width: 460px;
  margin-right: 20px;
  float: left; }

#bottom-bar-left a,
#bottom-bar-left a:hover {
  color: #eee;
  text-decoration: none;
  font-weight: 400; }

#bottom-bar-right {
  width: 460px;
  float: right;
  text-align: right; }

#bottom-bar-right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right; }

#bottom-bar-right ul li {
  float: left;
  margin-left: 15px; }

#bottom-bar-right ul li a,
#bottom-bar-right ul li a:hover {
  color: #ccc;
  text-decoration: none; }

ul.menu {
  width: auto; }

.page-template-template-home-php .entry-content {
  padding-top: 0; }

.page-template-template-home-php #content .entry-content p {
  font-size: 14px;
  line-height: 21px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  clear: left; }

/* ------- Fluid Columns ------- */
.one_half {
  width: 48%; }

.one_third {
  width: 30.66%; }

.two_third {
  width: 65.33%; }

.one_fourth {
  width: 22%; }

.three_fourth {
  width: 74%; }

.one_fifth {
  width: 16.8%; }

.two_fifth {
  width: 37.6%; }

.three_fifth {
  width: 58.4%; }

.four_fifth {
  width: 67.2%; }

.one_sixth {
  width: 13.33%; }

.five_sixth {
  width: 82.67%; }

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
  position: relative;
  margin-right: 4%;
  float: left; }

.last {
  margin-right: 0 !important;
  clear: right; }

.clearboth {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%; }

.slidesjs-container {
  background: #00194d; }

/*# sourceMappingURL=style.css.map */
