/*
Theme Name: When Work Works
Theme URI: http://www.whenworkworks.org
Author: Brian Crigler
Version: 1.0
*/
/*
@imports
*/
/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
/* line 5, _normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 6, _normalize.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 7, _normalize.scss */
audio:not([controls]) {
  display: none;
}

/* line 8, _normalize.scss */
[hidden] {
  display: none;
}

/* line 10, _normalize.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 11, _normalize.scss */
html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

/* line 12, _normalize.scss */
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

/* line 14, _normalize.scss */
::-moz-selection {
  background: #097500;
  color: #fff;
  text-shadow: none;
}

/* line 15, _normalize.scss */
::selection {
  background: #097500;
  color: #fff;
  text-shadow: none;
}

/* line 17, _normalize.scss */
a {
  color: #00e;
  text-decoration: none;
  font-weight: bold;
}

/* line 18, _normalize.scss */
a:visited {
  color: #551a8b;
}

/* line 19, _normalize.scss */
a:hover {
  color: #06e;
  text-decoration: underline;
}

/* line 20, _normalize.scss */
a:focus {
  outline: thin dotted;
}

/* line 21, _normalize.scss */
a:hover, a:active {
  outline: 0;
}

/* line 23, _normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 24, _normalize.scss */
b, strong {
  font-weight: bold;
}

/* line 25, _normalize.scss */
blockquote {
  margin: 1em 40px;
}

/* line 26, _normalize.scss */
dfn {
  font-style: italic;
}

/* line 27, _normalize.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 28, _normalize.scss */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 29, _normalize.scss */
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 30, _normalize.scss */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* line 31, _normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 32, _normalize.scss */
q {
  quotes: none;
}

/* line 33, _normalize.scss */
q:before, q:after {
  content: "";
  content: none;
}

/* line 34, _normalize.scss */
small {
  font-size: 85%;
}

/* line 36, _normalize.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 37, _normalize.scss */
sup {
  top: -0.5em;
}

/* line 38, _normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 40, _normalize.scss */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

/* line 41, _normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 42, _normalize.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* line 44, _normalize.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* line 46, _normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 48, _normalize.scss */
figure {
  margin: 0;
}

/* line 50, _normalize.scss */
form {
  margin: 0;
}

/* line 51, _normalize.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 52, _normalize.scss */
label {
  cursor: pointer;
}

/* line 53, _normalize.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/* line 54, _normalize.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 55, _normalize.scss */
button, input {
  line-height: normal;
}

/* line 56, _normalize.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/* line 57, _normalize.scss */
button[disabled], input[disabled] {
  cursor: default;
}

/* line 58, _normalize.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

/* line 59, _normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 60, _normalize.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 61, _normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 62, _normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* line 64, _normalize.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* line 66, _normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 67, _normalize.scss */
td {
  vertical-align: top;
}

/* line 69, _normalize.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* line 70, _normalize.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
$Variables
*/
/* @mixins */
/*
 *
 * Base Typography 
 *
 */
/* line 40, style.scss */
body {
  font: 13px/1.231 "news-gothic-std", sans-serif;
  *font-size: small;
}

/* line 41, style.scss */
select, input, textarea, button {
  font: 99% "news-gothic-std",sans-serif;
}

/* line 42, style.scss */
pre, code, kbd, samp {
  font-family: "news-gothic-std",sans-serif;
}

/*
 *
 * Base Styles 
 *
 */
/* line 49, style.scss */
body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */
/* line 57, style.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* always force a scrollbar in non-IE */
/* line 59, style.scss */
html {
  overflow-y: scroll;
}

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
/* line 61, style.scss */
a:hover, a:active {
  outline: none;
}

/* line 62, style.scss */
a, a:active, a:visited {
  color: #17469e;
}

/* line 63, style.scss */
a:hover {
  color: #f7941e;
}

/* line 64, style.scss */
ul, ol {
  margin-left: 1.8em;
}

/* line 65, style.scss */
ol {
  list-style-type: decimal;
}

/* Remove margins for navigation lists */
/* line 67, style.scss */
nav ul, nav li {
  margin: 0;
}

/* line 68, style.scss */
small {
  font-size: 85%;
}

/* line 69, style.scss */
strong, th {
  font-weight: bold;
}

/* line 70, style.scss */
td, td img {
  vertical-align: top;
}

/* line 71, style.scss */
sub {
  vertical-align: sub;
  font-size: smaller;
}

/* line 72, style.scss */
sup {
  vertical-align: super;
  font-size: smaller;
}

/* line 73, style.scss */
pre {
  padding: 15px;
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

/* line 81, style.scss */
textarea {
  overflow: auto;
}

/* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
/* line 82, style.scss */
.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

/* thnx ivannikolic! */
/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
/* line 85, style.scss */
input[type="radio"] {
  vertical-align: text-bottom;
}

/* line 86, style.scss */
input[type="checkbox"] {
  vertical-align: bottom;
}

/* line 87, style.scss */
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

/* line 88, style.scss */
.ie6 input {
  vertical-align: text-bottom;
}

/* hand cursor on clickable input elements */
/* line 90, style.scss */
label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

/* webkit browsers add a 2px margin outside the chrome of form elements */
/* line 92, style.scss */
button, input, select, textarea {
  margin: 0;
}

/* colors for form validity */
/* line 95, style.scss */
input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}

/*
 *
 * Nonsemantic Base Styles 
 *
 */
/* for image replacement */
/* line 109, style.scss */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
/* line 112, style.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
/* line 115, style.scss */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Hide visually and from screenreaders, but maintain layout */
/* line 119, style.scss */
.invisible {
  visibility: hidden;
}

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
/* line 121, style.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 124, style.scss */
.clearfix:after {
  clear: both;
}

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
/* line 126, style.scss */
.clearfix {
  zoom: 1;
}

/*
 *
 * Structure
 *
 */
/* line 136, style.scss */
#page {
  display: block;
  width: 1066px;
  margin: 0px auto;
}

/* line 141, style.scss */
#primary {
  width: 1066px;
}

/* line 144, style.scss */
#content {
  width: 1050px;
  padding: 16px;
}

/* line 149, style.scss */
#sub-primary {
  width: 1066px;
}

/* line 152, style.scss */
#sub-content {
  width: 725px;
  margin-left: 134px;
  float: left;
  font-family: arial;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 16px;
}

/* line 162, style.scss */
#search-content {
  width: 856px;
  float: left;
  font-family: arial;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 16px;
}

/* line 171, style.scss */
.results .format-standard {
  width: 600px !important;
}

/* line 175, style.scss */
.results {
  width: 600px !important;
  float: left;
}

/* line 180, style.scss */
#main .widget-area {
  float: left;
  overflow: hidden;
  width: 167px;
  margin-left: 15px;
  margin-top: 70px;
}

/* line 188, style.scss */
#main .search-area {
  float: left;
  overflow: hidden;
  width: 167px;
  margin-left: 15px;
  margin-top: 50px;
}

/* line 196, style.scss */
.side-promo p {
  margin: 0;
  padding: 0;
}

/* line 198, style.scss */
.side-promo {
  margin-bottom: 18px;
}

/* line 199, style.scss */
.side-promo {
  margin-bottom: 18px;
}

/* line 201, style.scss */
#colophon {
  clear: both;
  display: block;
  width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
/* line 210, style.scss */
.full-width #content,
.image-attachment #content,
.error404 #content {
  margin: 0;
}

/* Alignment */
/* line 215, style.scss */
.alignleft {
  display: inline;
  float: left;
}

/* line 219, style.scss */
.alignright {
  display: inline;
  float: right;
}

/* line 223, style.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
 *
 * Home Page
 *
 */
/* Home Top */
/* line 238, style.scss */
#home-top {
  width: 1050px;
  height: 391px;
}

/* line 239, style.scss */
#main-promo {
  width: 623px;
  float: left;
}

#main-promo {
    overflow: hidden;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    z-index: 1000;
}

.cycloneslider-template-default .cycloneslider-pager { display: none !important; }

/* line 240, style.scss */
#main-promo p {
  margin: 0;
  padding: 0;
}

/* line 241, style.scss */
#www-live {
  width: 354px;
  padding: 5px 20px 0px 20px;
  height: 391px;
  float: right;
  background: url("images/wwwlive.gif") no-repeat;
  margin-right: 27px;
  overflow: hidden;
}

/* line 242, style.scss */
.divider {
  width: 1025px;
  height: 21px;
  border-bottom: 2px dotted #dbdcde;
  margin-bottom: 21px;
}

/* Home Bot */
/* line 245, style.scss */
#home-top {
  width: 1050px;
}

/* line 246, style.scss */
h2.orange {
  color: #f7941e;
  margin: 0;
  padding: 0;
  font-size: 3em;
  line-height: 1em;
}

/* line 249, style.scss */
h2.blue {
  color: #17469e;
  margin: 0;
  padding: 0;
  font-size: 3em;
  line-height: 1em;
}

/* line 252, style.scss */
#bot-promo {
  width: 625px;
  float: left;
}

/* line 253, style.scss */
#bot-right {
  width: 354px;
  float: right;
}

/* line 255, style.scss */
.right-promo {
  margin-bottom: 5px;
}

/* Slider Start */
/* List Images */
/* line 261, style.scss */
#list-images, #list-images li {
  height: 292px;
  width: 394px;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 262, style.scss */
#list-images {
  float: right;
  margin-top: 15px;
  overflow: hidden;
  border: 0px solid #17469e;
  webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 263, style.scss */
#list-images li {
  position: relative;
}
/* line 264, style.scss */
#list-images li img {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 265, style.scss */
#list-images li span {
  background: none;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 392px;
  display: block;
  padding: 14px 20px;
  color: #fff;
  height: 110px;
  line-height: 20px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 266, style.scss */
#list-images li span p {
  margin: 0;
  padding: 0;
}

/* Menu text links */
/* line 273, style.scss */
ul#list-links {
  margin: 15px 0px 0px 0px;
  padding: 0;
  list-style-type: none !important;
}

/* line 274, style.scss */
#list-links {
  width: 210px;
  float: left;
}
/* line 275, style.scss */
#list-links li {
  padding: 0;
  margin: 0;
}
/* line 276, style.scss */
#list-links li a {
  padding: 8px 5px 4px 8px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #999;
  display: block;
  font-size: 1.125em;
  font-family: "news-gothic-std",sans-serif;
}
/* line 279, style.scss */
#list-links li.hover {
  background: #f7941e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 280, style.scss */
#list-links li.hover a {
  color: #fff;
  background: none;
  border-bottom: none;
  padding-bottom: 5px;
}
/* line 281, style.scss */
#list-links li.hover a:hover {
  color: #fff;
  background: none;
  border-bottom: none;
  padding-bottom: 5px;
}

/*** End Slider **/
/*
 *
 * Social Media Mashup
 *
 */
/* line 300, style.scss */
.social-media-mashup {
  margin: 1em 0;
  width: 100%;
  height: 313px !important;
  overflow: hidden;
}

/* line 307, style.scss */
.social-media-mashup .smm-item {
  border-bottom: none !important;
  padding: 0.5em 0;
}

/* line 313, style.scss */
.social-media-mashup .smm-item img {
  border: none !important;
  padding: 0 !important;
}

/* line 318, style.scss */
.social-media-mashup .smm-item p {
  margin: 0 0 0.5em;
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
  font-size: 1em;
  color: #17469e;
}

/* line 327, style.scss */
.social-media-mashup .smm-item a {
  color: #666;
}

/* line 331, style.scss */
.social-media-mashup .entry-meta {
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 337, style.scss */
.social-media-mashup .sep {
  opacity: 0.4;
}

/* line 342, style.scss */
.icons-grey .smm-item,
.icons-glossy .smm-item {
  background-position: left 0.6em !important;
}

/* line 346, style.scss */
.icons-mini .smm-item {
  background-position: left 0.75em !important;
}

/* line 350, style.scss */
.icons-none .smm-item {
  background: none;
  padding-left: 0;
}

/* line 357, style.scss */
.icons-grey .smm-item,
.icons-glossy .smm-item,
.icons-mini .smm-item {
  background-position: left 0.2em;
  background-repeat: no-repeat;
  padding-left: 32px;
}

/* line 363, style.scss */
.icons-mini .smm-item {
  padding-left: 22px;
}

/* line 367, style.scss */
.icons-grey .smm-twitter {
  background-image: url(/wp-content/themes/handcrafted-wp-theme-master/images/twitter.gif) !important;
}

/* line 368, style.scss */
.icons-grey .smm-rss {
  background-image: url(icons/grey/rss.png);
}

/*
 *
 * Article Styles
 *
 */
/* line 377, style.scss */
.article-spacer {
  margin-bottom: 31px;
}

/* line 378, style.scss */
.format-standard {
  border-top: 2px dotted #ddd;
  padding: 20px 0px 45px 0px;
  width: 725px;
}

/* line 379, style.scss */
.article-image {
  width: 120px;
  height: 100px;
  float: left;
  margin-right: 16px;
}

/* line 380, style.scss */
.article-title {
  float: left;
  width: 589px;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  color: #54acea;
  text-transform: uppercase;
}

.article-title a { text-decoration: none; }

/* line 381, style.scss */
.article-teaser {
  float: left;
  width: 589px;
  color: #333;
}
/* line 382, style.scss */
.article-teaser a {
  color: #17469e;
  text-decoration: none;
  font-weight: bold;
}
/* line 383, style.scss */
.article-teaser a:hover {
  text-decoration: underline;
}

/* line 386, style.scss */
.article-more {
  float: left;
}

/* line 388, style.scss */
.single-back {
  float: right;
  color: #333;
  width: 589px;
  height: 12px;
  text-align: right;
}
/* line 389, style.scss */
.single-back a {
  color: #17469e;
  text-decoration: none;
  font-weight: bold;
}
/* line 390, style.scss */
.single-back a:hover {
  text-decoration: underline;
}

/* line 394, style.scss */
.entry-tag {
  width: 589px;
  float: right;
}

/*
 *
 * Pagination
 *
 */
/* line 405, style.scss */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
}

/* line 413, style.scss */
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #17469E;
}

/* line 424, style.scss */
.pagination a:hover {
  color: #fff;
  background: #F7941E;
}

/* line 429, style.scss */
.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #F7941E;
  color: #fff;
}

/*
 *
 * Basic Subpage
 *
 */
/* line 443, style.scss */
h2.basic {
  width: 905px;
  height: 51px;
  background: #999ed0;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 3.42857em;
  padding: 0px 0px 0px 10px;
  margin: 4px 0px 0px 134px;
}

/* line 444, style.scss */
h2.basic-title {
  color: #17469e;
  font-size: 2.14286em;
  font-family: arial;
  font-weight: normal;
  line-height: 1em;
}

/* line 446, style.scss */
h2 {
  color: #1398dd;
}

/* line 447, style.scss */
strong {
  color: #1398dd;
}

/*
 *
 * Be Effective Templates
 *
 */
/* line 454, style.scss */
h2.effective {
  width: 905px;
  height: 51px;
  background: #17469e;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 3.42857em;
  padding: 0px 0px 0px 10px;
  margin: 4px 0px 0px 134px;
}

/*
 *
 * Find Solutions Templates
 *
 */
/* line 463, style.scss */
h2.solutions {
  width: 905px;
  height: 51px;
  background: #7ec346;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 3.42857em;
  padding: 0px 0px 0px 10px;
  margin: 4px 0px 0px 134px;
}

/*
 *
 * Sloan Awards Basic
 *
 */
/* line 471, style.scss */
h2.awards {
  width: 905px;
  height: 51px;
  background: #f7941e;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 3.42857em;
  padding: 0px 0px 0px 10px;
  margin: 4px 0px 0px 134px;
}

th.meta-sloan {
    font-size: 1.1em;
    color: #1746AD;
}

/* line 473, style.scss */
td.meta-sloan {
  height: 1em;
  color: #666666;
  font-style: normal !important;
  font-weight: bold;
  padding: 0px 10px !important;
}

/* line 474, style.scss */
.last {
  border-right: none !important;
}

/*
 *
 * About Us Basic
 *
 */
/* line 483, style.scss */
h2.about-us-hdr {
  width: 905px;
  height: 51px;
  background: #fed100;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 3.42857em;
  padding: 0px 0px 0px 10px;
  margin: 4px 0px 0px 134px;
}

/* line 486, style.scss */
.entry-meta {
  font-size: 10px;
  font-style: italic;
}

/*
 *
 * Header
 *
 */
/* line 495, style.scss */
#site-title {
  display: block;
  background: url("images/wwwlogo.gif") no-repeat;
  margin: 0;
  padding: 0;
  width: 134px;
  height: 119px;
  float: left;
}

/* line 496, style.scss */
#site-title a {
  display: block;
  width: 134px;
  height: 119px;
}

/* line 497, style.scss */
#site-description {
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 1em;
}

/* line 503, style.scss */
.top-bar {
  width: 932px;
  height: 28px;
  float: right;
}

/* line 504, style.scss */
.connect {
  width: 166px;
  height: 28px;
  float: right;
  position: relative;
  margin-right: 28px;
}

/* line 505, style.scss */
.connect-text {
  color: #143d8b;
  font-size: 10px;
  font-family: Arial;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  left: 0;
}

/* line 506, style.scss */
.icon1 {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 83px;
  top: 3px;
  background: url("images/connect1-over.gif") no-repeat;
}
/* line 507, style.scss */
.icon1 a {
  width: 25px;
  height: 25px;
  background: url("images/connect1.gif") no-repeat;
  display: block;
}
/* line 508, style.scss */
.icon1 a:hover {
  background: url("images/connect1-over.gif") no-repeat;
}

/* line 511, style.scss */
.icon2 {
  width: 24px;
  height: 25px;
  position: absolute;
  left: 113px;
  top: 3px;
  background: url("images/connect2-over.gif") no-repeat;
}
/* line 512, style.scss */
.icon2 a {
  width: 24px;
  height: 25px;
  background: url("images/connect2.gif") no-repeat;
  display: block;
}
/* line 513, style.scss */
.icon2 a:hover {
  background: url("images/connect2-over.gif") no-repeat;
}

/* line 516, style.scss */
.icon3 {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 143px;
  top: 3px;
  background: url("images/connect3-over.gif") no-repeat;
}
/* line 517, style.scss */
.icon3 a {
  width: 25px;
  height: 25px;
  background: url("images/connect3.gif") no-repeat;
  display: block;
}
/* line 518, style.scss */
.icon3 a:hover {
  background: url("images/connect3-over.gif") no-repeat;
}

/* line 521, style.scss */
.search-cont {
  width: 932px;
  height: 35px;
  background: url("images/pattern-below-nav.gif") no-repeat;
  float: left;
}

/* line 523, style.scss */
label.screen-reader-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 526, style.scss */
input#s {
  width: 136px;
  height: 24px;
  float: left;
}

/* line 527, style.scss */
#searchform {
  float: right;
  padding-top: 6px;
  margin-right: 27px;
}

/* line 528, style.scss */
input#searchsubmit:hover {
  background: url("images/go-over.png") no-repeat scroll 0 0 transparent;
}

/* line 531, style.scss */
input#searchsubmit {
  background: url("images/go.png") no-repeat scroll 0 0 transparent;
  float: left;
  border: 0 none;
  display: block;
  height: 24px;
  margin: 0px 0px 0px 5px;
  outline: 0 none;
  padding: 0;
  width: 22px;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

/*
 *
 * Menu
 *
 */
/* line 548, style.scss */
#access {
  display: block;
  float: left;
  margin-top: 17px;
  width: 932px;
}

/* line 554, style.scss */
#access ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* line 559, style.scss */
#access li {
  float: left;
  position: relative;
}

/* line 563, style.scss */
#access a {
  display: block;
  line-height: 2em;
  padding-left: 0.92308em;
  padding-right: 1.38462em;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  color: #1398dd;
  font-size: 1.5em;
}

/* line 575, style.scss */
#access ul ul {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 2px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 1px 2px 1px;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 2px 1px;
  display: none;
  float: left;
  position: absolute;
  top: 2.5em;
  padding: 5px 0px;
  left: 0;
  z-index: 99999;
  width: 100%;
}

/* line 586, style.scss */
#access ul ul li {
  clear: both;
}

/* line 587, style.scss */
#access ul ul ul {
  left: 100%;
  top: 0;
}

/* line 591, style.scss */
#access ul ul a {
  color: #fff;
  line-height: 2.2em;
  padding-left: 1.92308em;
  padding-right: 0.38462em;
  display: block;
  height: auto;
  font-size: 0.8em;
}

/* line 601, style.scss */
#access li:hover > a,
#access ul ul :hover > a {
  color: #1398dd;
}

/* line 605, style.scss */
#access ul li:hover > ul {
  display: block;
}

/* line 611, style.scss */
#menu-item-4:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 0px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 1px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 0px 1px;
  background: #17469e !important;
}
/* line 612, style.scss */
#menu-item-4 ul {
  background: #17469e;
}

/* line 615, style.scss */
#menu-item-5:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 0px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 1px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 0px 1px;
  background: #7ec346 !important;
}
/* line 616, style.scss */
#menu-item-5 ul {
  background: #7ec346;
}

/* line 619, style.scss */
#menu-item-6:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 0px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 1px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 0px 1px;
  background: #f7941e !important;
}
/* line 620, style.scss */
#menu-item-6 ul {
  background: #f7941e;
}

/* line 623, style.scss */
#menu-item-7:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 0px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 1px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 0px 1px;
  background: #fed100 !important;
}
/* line 624, style.scss */
#menu-item-7 ul {
  background: #fed100;
}

/* line 626, style.scss */
#menu-item-175 a:hover {
  background: none !important;
  color: #F7941E !important;
}

/*
 *
 * Content
 *
 */
/* line 636, style.scss */
#content nav {
  display: block;
  overflow: hidden;
}

/* line 640, style.scss */
#content nav .nav-previous {
  float: left;
  width: 50%;
}

/* line 644, style.scss */
#content nav .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* line 649, style.scss */
#content #nav-above {
  display: none;
}

/* line 653, style.scss */
.paged #content #nav-above,
.single #content #nav-above {
  display: block;
}

/* line 656, style.scss */
#nav-below {
  margin: 1em 0 0;
}

/* line 659, style.scss */
.page-link {
  margin: 0 0 1em;
}

/*
 *
 * Images
 *
 */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
/* line 679, style.scss */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}

/* line 683, style.scss */
img.alignleft {
  margin-right: 1em;
}

/* line 686, style.scss */
img.alignright {
  margin-left: 1em;
}

/* line 689, style.scss */
.wp-caption {
  padding: .5em;
  text-align: center;
}

/* line 693, style.scss */
.wp-caption img {
  margin: .25em;
}

/* line 696, style.scss */
.wp-caption .wp-caption-text {
  margin: .5em;
}

/* Forms - Class for labelling required form items */
/* line 701, style.scss */
.required {
  color: #cc0033;
}

/*
 *
 * Comments
 *
 */
/* line 711, style.scss */
article.comment {
  display: block;
}

/* line 714, style.scss */
#respond input[type=text] {
  float: left;
  margin: 0 1em 0 0;
  width: 60%;
}

/* line 719, style.scss */
#respond .comment-form-comment label {
  display: none;
}

/* line 722, style.scss */
#respond textarea {
  margin: 0 1em 1em 0;
  float: left;
  width: 80%;
}

/* line 727, style.scss */
#respond .form-allowed-tags {
  clear: both;
  width: 80%;
}

/* line 731, style.scss */
#respond .form-allowed-tags code {
  display: block;
}

/*
 *
 * Footer
 *
 */
/* line 741, style.scss */
#colophon {
  background: #f0f6fa url("images/footerbg.gif") repeat-x;
  width: 100%;
  height: 134px;
}

/* line 748, style.scss */
#site-generator {
  width: 1066px;
  margin: 0px auto;
}

/* line 750, style.scss */
ul#menu-footer-navigation {
  width: 375px;
  height: 20px;
  margin: 0px auto;
  padding-top: 38px;
  list-style-type: none !important;
}
/* line 751, style.scss */
ul#menu-footer-navigation li {
  float: left;
  padding: 0 1em;
  font-family: Arial;
  font-weight: bold;
  font-size: 0.84615em;
  border-right: 1px solid #17469e;
}
/* line 752, style.scss */
ul#menu-footer-navigation li a {
  color: #17469e;
  text-decoration: none;
}
/* line 753, style.scss */
ul#menu-footer-navigation li a:hover {
  text-decoration: underline;
}
/* line 755, style.scss */
ul#menu-footer-navigation li:last-child {
  border: none !important;
}

/* line 760, style.scss */
#footermore {
  width: 740px;
  height: 78px;
  margin: 5px auto 0px auto;
}
/* line 761, style.scss */
#footermore .logo {
  float: left;
}
/* line 762, style.scss */
#footermore p.about-us {
  width: 410px;
  float: left;
  padding-top: 8px;
  font-size: 11px;
  font-family: arial;
  font-size: 0.84615em;
}
/* line 763, style.scss */
#footermore p.about-us a {
  font-weight: bold;
}

/*
 *
 * Custom Search
 *
 */
/* line 773, style.scss */
.searchform-spoiler a {
  display: none;
  height: 0;
}

/* line 774, style.scss */
.custom-search-bar {
  width: 215px;
  padding: 18px 8px;
  margin-top: 15px;
  margin-right: 16px;
  margin-left: 16px;
  float: left;
  background: #1398dd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 775, style.scss */
h2.custom-search-title {
  color: #fff;
  font-size: 1.625em;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: "news-gothic-std";
}

/* line 776, style.scss */
.searchform-label {
  float: none !important;
  width: 100% !important;
  color: #fff;
  font-weight: normal !important;
}

/* line 777, style.scss */
.searchform-input-wrapper {
  width: 100% !important;
}

/* line 778, style.scss */
.searchform-input-wrapper select {
  width: 100%;
}

/* line 782, style.scss */
#sidebar .searchform-input-wrapper input, .searchform-input-wrapper input {
  width: auto !important;
}

/* line 786, style.scss */
.TextField .searchform-input-wrapper input {
  width: 100% !important;
}

/* line 788, style.scss */
.radio-button-wrapper {
  color: #fff;
  margin: 6px 0px;
}

/* line 789, style.scss */
h2.orange-header {
  color: #f7941e;
}

/* line 790, style.scss */
h2.search {
  font-family: arial;
  font-size: 14px;
  margin: 5px 0px 5px 0px;
}

.orange { color: #f7941e; }
.blue { color: #17469e; }
.green { color: #7ec346; }

/* line 791, style.scss */
p.score {
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  color: #666666;
}

ul.tweets {
	margin: 8px 0px;
	padding: 0;
	height: 324px;
	overflow: hidden;
}

ul.tweets li {
  background-image: url('/wp-content/plugins/social-media-mashup/icons/grey/twitter.png');
  background-position: left 0.2em;
  background-repeat: no-repeat;
  padding-left: 32px;
  list-style-type: none;
  margin-bottom: 8px;
  color: #17469E;
    font-family: Arial;
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 0.5em;
}

ul.tweets li a {
	color: #666666;
}

h4.widget-title {
  display: none;
  height: 0;
}
