/* @override http://local.puppetlabs.com/wordpress/wp-content/themes/puppetlabs/style.css */

/* @override http://www.puppetlabs.com/wp-content/themes/puppetlabs/style.css */

/*
Theme Name: Puppet Labs
Theme URI: http://puppetlabs.com/wp-content/themes/puppetlabs
Description: The default theme for the Puppet Labs website
Version: 1.0.
Author: Andrew Maier
Author URI: http://designerandrew.com/
Tags: minimalist, html5

	Puppet Labs v1.0
	http://diggingintowordpress.com/

  This theme is based off of the H5 theme. It was developed by
  Andrew Maier. He blogs at http://uxbooth.com and designs
  stuff at http://designerandrew.com

*/

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, header, footer, section, article, aside, nav {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: #777777;
  background: white;
}

code {
  font-family: 'Consolas', 'Monaco', 'DejaVu Sans Mono', monospace;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 2px;
}

var  {
  font-family: 'Consolas', 'Monaco', 'DejaVu Sans Mono', monospace;
  font-weight: bold;
}


/* Make the line numbers in syntax-highlighted text not look like content */
.lineno {
  font-size: .8em !important;
  color: #aaa;
  padding-right: 1em !important;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.9em;
}

/* All elements other than paragraphs that follow tables receive a top margin */
table + *:not(blockquote) {
  margin-top: 1.5em !important;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

table th {
  color: #fff;
  padding: 0.5em;
  background: rgba(48,44,109,.9);
}

table td {
  padding: 0.5em;
  color: rgba(48,44,109,.9);
}

table th:first-child {
  -webkit-border-top-left-radius: 0.5em;
  -moz-border-radius-topleft: 0.5em;
  border-top-left-radius: 0.5em;
}

table th:last-child {
  -webkit-border-top-right-radius: 0.5em;
  -moz-border-radius-topright: 0.5em;
  border-top-right-radius: 0.5em;
}

table tbody tr:nth-child(even) {
  background: rgba(48,44,109,0.05);
}
table tbody tr:nth-child(odd) {
  background: rgba(48,44,109,.1);
}

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

/* Commented out because I don't think we use this. -NF feb 29 2012 */
/*
blockquote, q {
  quotes: "" "";
}
*/

header, footer, section, article, aside, nav {
  display: block;
}

/* @end */

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.0rem;
  background: #ccc;
}

/* @group Accessiblity */
/* anything with `display: none` will actually _not_ be announced by AT, but it looks like this is only used for the "Skip navigation" links. */
.screen-reader-content {
  display: none !important;
}

/* @end */

/* @group Animations */

@-webkit-keyframes pulse-dark{
  0% {
    background-color: rgba(0,0,0,0.25);
  }

  50% {
    background-color: rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.25);
  }

  100% {
    background-color: rgba(0,0,0,0.25);
  }
}

/* @end */

.site-width {
  width: 90%;
  max-width: 1060px;
  min-width: 940px;
  margin: 0 auto;
  position: relative;
}

.site-width:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* @group Typography */

h1, h2, h3 {
  display: block;
  margin-bottom: 1rem;
  line-height: 1.1rem;
  font-weight: lighter;
}

h1, h2 {
  line-height: 1.125em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #302c6d;
  font-weight: lighter;
  font-family: "Open Sans Light", sans-serif !important;
}

h1 {
  font-size: 1.75em;
}

h2 {
  font-size: 1.55em;
}

h3, h4 {
  line-height: 1.25em;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  color: #302C6d;
  font-family: "Open Sans", sans-serif !important;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1.1em;
  font-style: italic;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #f6b333;
}

h5 {
  color: #302c6d;
  font-size: 1.1em;
  font-style: italic;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

div.section+h3 {
  margin-top: 0;
}

span.subheading {
  font-size: 0.85em;
  font-weight: normal;
  color: #888;
  display: block;
}

h3 + span.subheading {
  margin-bottom: 1em;
  margin-top: -0.5em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

p {
  margin-bottom: 1em;
  line-height: 1.75em;
}

pre {
  display: inline;
  font-family: Inconsolata, "Courier New", Courier, mono;
}

p:last-child {
  margin-bottom: 0;
}

p.introduction {
  font-size: 1.33em !important;
  line-height: 1.5em;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 0.75em;
}

a {
  color: #0095dd;
  text-decoration: none;
  transition: color 0.3s ease;
}


a:hover {
  color: #396cb5;
  text-decoration: underline;
  transition: color 0.3s ease;
}

a[rel="external"] {
  background: url(images/icons/external.png) right center no-repeat;
  padding-right: 20px;
  -webkit-transition: 0.25s all linear;
  -moz-transition: 0.25s all linear;
}

a[rel="external"]:hover {
  background-image: url(images/icons/external_50.png);
}

a.gateway {
  padding: 0.5em 0.75em 0.5em;
  line-height: 1em;
  display: inline-block;
  background: #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: -0.1em;
  margin-right: 0.5em;

}

a.gateway:hover {
  background: #a05617;
  border-color: #a04900;
  color: white;
  text-decoration: none;
}

/* We want this to apply to lists standing by themselves, but not to lists within lists, because that just makes a mess. */
p > ul, ol, dl {
  margin-bottom: 1.5em;
}

ol > li {
  position: relative;
  line-height: 1.5em;
}

li {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

li ul {
  padding-top: 0.25em;
}

blockquote {
  position: relative;
  padding: 1em 20px;
  border: 1px solid #cccccc;
  background: #fafafa;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0.5em;
}

/* Every blockquote that follows an element */
* + blockquote {
  margin-top: 1.5em !important;
}

div.right.quote {
  float: right;
  width: 300px;
  margin-right: -178px;
  margin-left: 18px;
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
}

div.left.quote {
  float: left;
  width: 240px;
  margin-right: 20px;
  margin-left: -20px;
  margin-bottom: 3.5em;
  overflow: hidden;
  position: relative;
}

/* Commenting out because I want to use blockquote elements as asides. This is semantically sketchy (this should properly be done with <aside> elements), but because Markdown has a native representation of blockquotes, and because most Markdown implementations won't recursively process Markdown syntax contained within non-native block elements, it's the easiest way to get what we want. -NF Feb 29 2012 */
/*
blockquote:before {
  content: "“";
  position: absolute;
  top: 0;
  left: -10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12em;
  font-style: normal;
  z-index: 1;
  color: #e0e0e0;
}

blockquote p{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.33em;
  font-style: italic;
  line-height: 1.5em;
  background: no-repeat;
  z-index: 2;
  position: relative;
}
 */

cite {
  font-size: 0.85em;
  line-height: 1.4em;
  color: #aaa;
  display: block;
  margin-top: 0.5em;
  padding: 0 22px;
}

cite:before {
  content: "—";
  margin-left: -1.1em;
}

sup a:link {
  text-decoration: underline;
}

sup a:visited {
  text-decoration: underline;
}

.footnotes {
  font-size: 0.8em;
  border-top: 1px dotted;
}

.footnotes li:target {
  background: #ff9;
}

/* BASIC BUTTONS */
.btn {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  position:relative;
  display: inline-block;
  zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
  *display: inline;
  vertical-align: baseline;
  margin: 0 2px !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size:1.125em;
  font-weight:bold;
  padding: .5em 2em .55em;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.btn:hover {
  text-decoration: none;
}
.btn:active {
  position: relative;
  top: 1px;
}

/* BUTTON COLORS */
.btn {
  color: #fff;
  border: solid 1px #954712;
  background: #C05F1C;
  background: -webkit-gradient(linear, left top, left bottom, from(#d47b3e), to(#C05F1C));
  background: -moz-linear-gradient(top,  #d47b3e,  #C05F1C);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d47b3e', endColorstr='#C05F1C');
}
.btn:hover {
  border: solid 1px #954712;
  background: #C05F1C;
  background: -webkit-gradient(linear, left top, left bottom, from(#A05617), to(#C05F1C));
  background: -moz-linear-gradient(top,  #A05617,  #C05F1C);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#A05617', endColorstr='#C05F1C');
}

.btn-light {
  color: #C05F1C;
  text-shadow: 0 1px 1px rgba(0,0,0,.185);
  border: solid 1px #fae6c0;
  background: #feecc1;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffaed), to(#feecc1));
  background: -moz-linear-gradient(top,  #fffaed,  #feecc1);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaed', endColorstr='#feecc1');
}
.btn-light:hover {
  border: solid 1px #fae6c0;
  background: #fff7e3;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9e3bb), to(#fff7e3));
  background: -moz-linear-gradient(top,  #f9e3bb,  #fff7e3);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e3bb', endColorstr='#fff7e3');
}

.btn-dark {
  color: #fff;
  border: solid 1px #9983b0;
  background: #7f6799;
  background: -webkit-gradient(linear, left top, left bottom, from(#c1a7dd), to(#7f6799));
  background: -moz-linear-gradient(top,  #c1a7dd,  #7f6799);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1a7dd', endColorstr='#7f6799');
}
.btn-dark:hover {
  color: #fff;
  border: solid 1px #9983b0;
  background: #7f6799;
  background: -webkit-gradient(linear, left top, left bottom, from(#725d88), to(#7f6799));
  background: -moz-linear-gradient(top,  #725d88,  #7f6799);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#725d88', endColorstr='#7f6799');
}

.btn-space {margin-top:3em !important; margin-bottom:3em;}


/* @end */

/* @group Header */

header#header {
  border-top: 4px solid #514a6b;
  background: #403e56 url(images/matte-blue.png) bottom repeat-x;
  color: white;
  white-space: nowrap;
  z-index: 1;
}

header#header .site-width{
  padding: 1.4em 0 0;
}

header#header a {
  text-decoration: none;
  display: block;
}

header#header h1,
header#header ul,
header#header ul li {
  margin: 0;
  -webkit-transition: 0.125s background linear;
  -moz-transition: 0.125s background linear;
}

header#header h1 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  height: 36px;
  width: 127px;
  float: left;
}

header#header h1 a {
  display: block;
  height: 100%;
  width: 100%;
  background: url(images/puppet-labs.png) left center no-repeat;
  position: relative;
  opacity: 0.5;
  -webkit-transition: 0.33s linear;
  -moz-transition: 0.33s linear;
  border: none;
}

header#header h1 a:hover {
  opacity: 1;
}

header#header h1 a span {
  display: none;
}

/* @group Global Navigation */

header#header ul#global-navigation{
  margin-left: 170px;
  margin-top: 18px;
  background: #2b2539;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius: 6px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,0.05);
  box-shadow: 0 -1px 0 rgba(255,255,255,0.05);
}

header#header ul#global-navigation > li {
  margin: 0 -0.2em;
  width: 14.2%;
  max-width: 180px;
  display: inline-block;
}

body#puppet header#header li#puppet-tab > a,
body#services header#header li#services-tab > a,
body#puppetlabsdocs header#header li#resources-tab > a,
body#blog header#header li#community-tab > a,
body.blog header#header li#community-tab > a,
body.single header#header li#community-tab > a,
body#company header#header li#company-tab > a {
  color: white;
  border-top-color: #a965a9;
  background: #2e283c;
}

body#puppet header#header li#puppet-tab > a span.subtitle,
body#services header#header li#services-tab > a span.subtitle,
body#support header#header li#services-tab > a span.subtitle,
body#blog header#header li#community-tab > a span.subtitle,
body.blog header#header li#community-tab > a span.subtitle,
body.single header#header li#community-tab > a span.subtitle,
body#company header#header li#company-tab > a span.subtitle {
  color: #aaa;
}

header#header ul#global-navigation > li:first-child a{
  border-left: none !important;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius: 6px;
  border-top-left-radius: 6px;
}

header#header ul#global-navigation > li:last-child a{
  border-right: none !important;
}

header#header ul#global-navigation > li > a {
  color: #747380;
  padding: 0.5em 20px 0.67em;
  font-weight: bold;
  border-right: 1px solid rgba(0,0,0,0.1);
  border-left: 1px solid rgba(255,255,255,0.05);
}

header#header ul#global-navigation > li > a:hover {
  background: #503577 !important;
  color: white;
  text-decoration: none;
  border-top-color: #f6d072;
  border-left-color: #593f7e;
  border-right-color: rgba(0,0,0,0.33);
}

header#header ul#global-navigation > li > a:active {
  color: #ccc;
  background-color: #442d65;
  border-top-color: #ffcb4d;
}

header#header ul#global-navigation > li > a:active span.drop-down-trigger {
  opacity: 0.5;
}

header#header ul#global-navigation > li.active > a {
  background: #2c2639;
}

header#header ul li.with-submenu > ul {
  background: #fff6e5;
  position: absolute;
  left: 0;
  z-index: 10;
  font-size: 0.85em;
  visibility: hidden;
  -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.25);
  width: 100%;
  white-space: normal;
}

header#header ul li.with-submenu > ul li ul {
  border-bottom: 1px solid #ebe3d3;
  display: block;
  padding-bottom: 0.125em;
  margin-bottom: 0.125em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

header#header ul li.with-submenu > ul li:last-child ul {
  border: none;
  margin: 0;
  padding: 0;
}

header#header ul ul:last-child,
header#header ul ul:last-child li:last-child,
header#header ul ul:last-child li:last-child a {
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

header#header ul li.active ul {
  visibility: visible;
}

header#header li.with-submenu ul li {
  display: block;
  border: none;
}

header#header ul li.with-submenu ul li a {
  padding: 0.5em 10px;
  color: #653413;
  background: #fff6e5;
  border: none;
}

header#header ul li.with-submenu ul li a:hover {
  background: white;
  color: #a25a3b;
}

header#header ul li.with-submenu {
  position: relative;
}

header#header ul li.with-submenu > a {
  padding-right: 30px !important;
  position: relative;
}

header#header ul span.drop-down-trigger {
  display: block;
  width: 20px;
  height: 2.6em;
  background: url(images/icons/dropdown_indicator.png) center 51% no-repeat #342d44;
  background: url(images/icons/dropdown_indicator.png) center 51% no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c3272), to(#342d44));
  background: url(images/icons/dropdown_indicator.png) center 51% no-repeat, -moz-linear-gradient(#4c3272, #342d44);
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid rgba(0,0,0,0.03);
  opacity: 0;
  -webkit-transition: 0.125s opacity linear;
  -moz-transition: 0.125s opacity linear;
}

header#header ul li:hover span.drop-down-trigger {
  opacity: 1;
  visibility: visible;
}

header#header ul span.drop-down-trigger:hover {
  border-left: 1px solid rgba(0,0,0,0.1);
  background: #672e9f url(images/icons/dropdown_indicator.png) no-repeat center 51%;
}

header#header ul li.active span.drop-down-trigger {
  background: #2b2538 url(images/icons/dropdown_indicator_active.png) center center no-repeat;
}

header#header li a span.subtitle {
  display: block;
  font-size: 0.85em;
  color: #6d6480;
  margin-top: -0.125em;
  font-weight: normal;
}

header#header li:hover a span.subtitle {
  color: #aaa;
}

/* @end */

/* @group Misc Navigation */

#header #misc-navigation{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.85em;
  font-weight: bold;
}
#header #misc-navigation ul {
  padding: 3px 10px 5px;
  display:inline-block;
  white-space: nowrap;
  vertical-align:top;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #514a6b;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#514a6b), to(#524f74));
  background: -moz-linear-gradient(#514a6b, #524f74);
  -webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.05);
  -moz-box-shadow: 2px 2px 0 rgba(0,0,0,0.05);
  box-shadow: 2px 2px 0 rgba(0,0,0,0.05);
}

#header #misc-navigation ul li{
  display: inline-block;
  margin-right: 0.8em;
}

#header #misc-navigation ul li:last-child{
  margin-right: -0.67em;
}

#header #misc-navigation ul li a{
  color: #9c99b3;
}

#header #misc-navigation ul li a:hover{
  text-decoration: underline;
}

#header #misc-navigation a.gateway{
  border: none;
  background: #ba5500;
  color: white;
  padding: 0.25em 0.5em;
  line-height: 1.5em;
}

#header #misc-navigation a.gateway:hover{
  background-color: #7f6799;
  text-decoration: none;
}

#header #misc-navigation form {display:inline-block; padding:5px 10px 5px;}
#header #misc-navigation form input {font-family: "Lucida Grande", Lucida, Verdana, sans-serif; display:inline-block; margin:0 10px 0 0 !important; padding:2px !important; width:auto !important; font-size:1em !important;}
#header input.searchbtn {padding:0.25em 0.5em; line-height:1.5em; font-weight:bold; background: #7f6799; color:#fff; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; border:none !important;}
#header input.searchbtn:hover {background-color:#ba5500; color:#fff;}


/* @end */


/* @end */

/* @group Masthead */

section#masthead,
section#masthead .site-width {
  left: -20px;
}

section#masthead {
  padding: 1em 0 0.5em;
  background: white;
  z-index: 2;
}

section#masthead p {
  color: white;
  margin-bottom: 1em;
  max-width: 36em;
}

section#masthead h1 {
  color: #5d5e59;
  display: inline;
  font-size: 1.0rem;
  font-weight: lighter !important;
  font-weight: inherit;
  margin: 0;
}

span.edit a {
  padding: 0.3em 10px;
  background: rgba(0,0,0,.33);
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  color: white !important;
  position: relative;
  top: -0.25em;
  margin-left: 1em;
  -webkit-transition: 0.25s linear all;
  -moz-transition: 0.25s linear all;
  border: 2px solid rgba(0,0,0,0.1);
  text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
}

span.edit a:hover {
  -webkit-animation: pulse-dark 2s infinite;
}

/* @end */

/* @group Content */

section#content {
  background: #ffffff;
  color: #777777;
  padding-bottom: 2.5em;
  border-top: 1px solid white;
  z-index: 5;
  position: relative;
}

/* @group secondary-content */

.secondary-content section {
  margin-bottom: 2em;
}

.secondary-content section#other-products ul li {
  margin-bottom: 0.5em;
}

.secondary-content section#other-products ul li.active a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

.secondary-content section#company-section p {
  font-size: 0.85em;
}

.secondary-content widget {display:block; padding:20px 10px 20px 0;}
.secondary-content widget .title {display:none;}
widget .btn {padding:.35em .45em .375em .45em; font-size:.9em; margin-left:auto; margin-right:auto; display:inline-block; text-align:center;}

#sidebar-2 widget {margin:1.5em 0 1em; display:block;}
#sidebar-2 widget:first-child {margin-top:0;}
#sidebar-2 widget .title {line-height: 1.1em; font-weight: bold; margin-bottom: 0.75em; color: #555; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear;}






/* @end */

/* @end */

/* @group Footer */

footer#footer {
  margin-bottom: 1em;
  background: #eee url(images/argyle.png);
  background: url(images/argyle.png), -webkit-gradient(linear, 0% 100%, 0% 120, from(#eee), to(#fafafa));
  color: #555;
  padding: 30px 0 25px;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.1);
  min-height: 160px;
  overflow: hidden;
}

#footer h4 {
  margin-top: 0;
  margin-bottom: 0.75em;
  color: #888;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  font-size: 1.25em;
}

#footer:hover h4 {
  color: #333;
}

footer#footer ul li {
  line-height: 1.33em;
  margin-bottom: 0.5em;
}

footer#footer ul li:nth-child(2n+2) {
  margin-right: 0;
}

footer#footer a {
  color: #999;
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
}

footer#footer:hover a {
  color: #a04900;
}

footer#footer div.primary-secondary-content {
  padding-right: 360px;
  padding-left: 300px;
}

footer#footer #elsewhere a[rel="external"]:after {
  display: none;
}

footer#footer ul li a:hover span {
  text-decoration: none;
  opacity: 1;
}

footer#footer ul li span.indicator {
  display: none !important;
}

/* NF: I can tell what this was originally meant to do, but it's not doing it. Turning it off. */
/*
footer#footer ul li.chat span.indicator {
  background: url(images/icons/16/aim.png);
}

footer#footer ul li.discussion span.indicator {
  background: url(images/icons/16/google.png);
}

footer#footer ul li.subscribe span.indicator {
  background: url(images/icons/16/rss.png);
}

footer#footer ul li.facebook span.indicator {
  background: url(images/icons/16/facebook.png);
}

footer#footer ul li.twitter span.indicator {
  background: url(images/icons/16/twitter.png);
}
 */

footer#footer #newsletter {
  position: absolute;
  left: 0;
  width: 300px;
}

footer#footer #newsletter label{
  display: none;
}

#footer ul.followus li {display:inline-block; margin:0 .25em 1.5em 0;}




footer#footer #book-it {
  width: 200px;
  padding-right: 140px;
  position: absolute;
  right: 0;
  top: 0;
}

#book-it img {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.25);
  z-index: 3;
}

footer#footer form fieldset legend {
  display: none;
}

#footer input {
  display: inline-block;
  width: 160px;
}

#footer .btn {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  background: #555;
  color: #ddd;
  border: 1px solid #444;
  padding: 0.2em 5px 0.275em 5px;
  position: relative;
  -webkit-transition: 0.25s all ease-in-out;
  text-decoration: none;
  display: inline-block;
  font-size:0.8125em;
}

#footer .fbtn {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  position:relative;
  display: inline-block;
  zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
  *display: inline;
  vertical-align: baseline;
  margin: 0 2px !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size:1.125em;
  font-weight:bold;
  padding: .5em 2em .55em;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#footer .fbtn:hover {
  text-decoration: none;
}
#footer .fbtn:active {
  position: relative;
  top: 1px;
}

/* BUTTON COLORS */
#footer .fbtn {
  color: #fff !important;
  border: solid 1px #954712;
  background: #C05F1C;
  background: -webkit-gradient(linear, left top, left bottom, from(#d47b3e), to(#C05F1C));
  background: -moz-linear-gradient(top,  #d47b3e,  #C05F1C);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d47b3e', endColorstr='#C05F1C');
}
#footer .fbtn:hover {
  border: solid 1px #954712;
  background: #C05F1C;
  background: -webkit-gradient(linear, left top, left bottom, from(#A05617), to(#C05F1C));
  background: -moz-linear-gradient(top,  #A05617,  #C05F1C);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#A05617', endColorstr='#C05F1C');
}





/* @end */

/* @group Layouts */

/* @group Resources */
/* NF: I don't know what this "resources" group is, but I had to change the body ID from "resources" to "puppetlabsdocs" in order to avoid anchor name conflicts. --2011.08.09*/


/* @group Docs */

body#puppetlabsdocs.docs section#content div.site-width div.primary-secondary-content {
  padding-left: 320px;
  padding-right: 0px;
}

body#puppetlabsdocs.docs section#content div.site-width div.primary-secondary-content .primary-content {
  float: right;
}

/* body#puppetlabsdocs.docs section#content div.site-width div.primary-secondary-content .secondary-content */
nav.main {
  width: 290px;
  position: relative;
  margin: 0;
  margin-left: -340px;
  border-left: none;
  /* border-right: 2px solid #eee; */
  padding-right: 20px;
  /* left: 40px; */
  float: left !important;
}

body#puppetlabsdocs.docs section#content div.site-width div.primary-secondary-content .primary-content ul {
  margin-left: 2em;
  list-style-type: disc;
  list-style-position: outside;
}

body#puppetlabsdocs.docs section#content div.site-width div.primary-secondary-content .primary-content ul li {
  margin-bottom: 0.67em;
  margin-top: 0.67em;
  padding-left: 0.5em;
  position: relative;
}

/* This adds up to the same left spacing as unordered lists get... sort of. */
body#puppetlabsdocs.docs section#content div.site-width div.primary-secondary-content .primary-content ol {
  margin-left: 2.5em;
}

body#puppetlabsdocs.docs section#content div.site-width ol.toc {
  margin-left: 0 !important;
}

body#puppetlabsdocs.docs section#content div.site-width ol.toc ol {
  margin-left: 2.5em !important;
}

/* NF: Inline images should have an outer glow for legibility, especially in cases where we have screenshots of browser-rendered text. */
section#content div.primary-secondary-content div.primary-content p img {
  border: solid 1px #ccc;
  box-shadow: 0px 0px 8px #999;
  /* Image width should be constrained by the <p> width in all browsers that are supported (lets images expand to 740px on a wide screen) */
  max-width: 100%;
}

/* NF: Also, images that are the only thing in their paragraph should be centered. */
div.primary-secondary-content div.primary-content p > img:only-child, div.primary-secondary-content div.primary-content p > a:only-child > img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

body#puppetlabsdocs.docs .primary-content dl dt{
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

body#puppetlabsdocs.docs .primary-content dl dd{
  line-height: 1.5em;
  border-left: 4px solid #eee;
  padding-left: 10px;
  border-left: 4px solid #f6b333;
}

dd > p {
  margin-top: 1em; /* This is necessary for setting off the second paragraph in any dd element, since the first "paragraph" of any dd isn't inside a <p> element. */
}

/* @group Docs TOC */

nav.in-page {
  padding-top: 1em;
}

nav.multi-column {
  -webkit-column-width: 13em;
  -webkit-column-gap: 1.5em;
  -moz-column-width: 13em;
  -moz-column-gap: 1.5em;
  column-width: 13em;
  column-gap: 2.5em;
}

ol.toc {
  list-style-type: none;
  padding-left: 0;
  font-weight: bold;
  margin-left: 0;
}

ol.toc a {
  font-weight: normal;
}

/* Second-level TOCs should have lighter text and be smaller */

ol.toc > li > ol.toc {
  padding-bottom: 0;
  padding-top: 0.25em;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0.9em;
  color: #aaa;
  margin-left: 0;
}

ol.toc > li {
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1.5em;
}

ol.toc > li:before {
  content: "»";
  color: #0095dd;
  position: relative;
  left: -5px;
}

ol.toc > li > ol.toc > li {
  line-height: 1.25em;
  padding-bottom: 0.25em;
}



/* @end */

/* Classes for spans that warn about version incompatibilities */
.versionnote {
  background-color: #ff9;
}
.versionwarning {
  background-color: #ff9;
  color: #f00;
  font-size: 1.5em;
  font-weight: bold;
}

/* The per-document version note div */

div#version-note {
  color: #d20;
  margin-top: 0.5em;
}

div#version-note > .noisy {
  border-radius: 1em;
  border-style: solid;
  border-width: 1px;
  padding: 0.5em;
}

/* New nav ULs for experimental navigation sidebar style (NF 2011.11.07) */
/* This is prototype work for the PE 2.0 manual only. */

div#subCol ul {
  font-weight: bold;
  font-size: 0.95em;
}

div#subCol h3 {
  border-bottom: 1px solid #cccccc;
}

div#subCol h3 a {
  color: #777777;
}

div#subCol > p {
  text-align: left !important;
}

div#subCol ul > li > ol.toc {
  /*padding: 0;*/ /* Okay, fine, you can keep your padding. >:| */
  margin-bottom: 0;
}

div#subCol ul > li.expanded-nav, div#subCol ul > li.hidden-nav {
  list-style-type: none;
}


div#subCol ul > li.expanded-nav:before {
  content: "–";
  font-weight: bold;
  color: #888;
}

div#subCol ul > li.hidden-nav:before {
  content: "+";
  font-weight: bold;
  color: #888;
}

div#subCol ul > li {
  font-weight: normal;
  color: #444;
  line-height: 1.5em;
  margin-bottom: 0;
  margin-left: 1em;
}

div#subCol ul > li:before {
  content: "»";
  color: #0095dd;
  position: relative;
  left: -5px;
  display: inline-block;
  width: 0.1em;
}

div#subCol ul:not(#doc-navigation) > li {
  text-indent: -8px;
}

div#subCol ul > li.selected:before {
  color: #777777;
}

a.disabled-nav-link {
  cursor: text;
  color: #444;
}

a.disabled-nav-link:hover {
  text-decoration: none;
}

div#subCol ul > li strong {
  cursor: pointer;
  font-weight: normal;
}

div#subCol ul > li strong:hover {
  color: #999;
}

div#subCol ul > li > ul {
  padding-bottom: 0;
  padding-top: 0.25em;
  padding-left: 1.4em;
  margin-bottom: 0;
  /*font-size: 0.9em;*/
  /*list-style-type: decimal;*/
  /*color: #aaa;*/
}

li.currentsection {
  background-color: #faf5f3;
  border-left: 2px solid #c05f1c;
  margin-left: -22px;
  padding-left: 20px;
}
li.currentpage {
  border-bottom: 1px solid #888;
  margin-bottom: 10px !important;
}
li.currentpage > ol.toc {
  margin-left: -41px;
  padding-left: 76px;
  padding-top : 0;
}

li.currentpage > ol.toc a {
  color: #888;
}

/* end prototype nav work. (NF 2011.11.07) */

/* Quick nav styling (after being moved to the sidebar instead of the masthead) (NF 2014.04.02) */

ul#doc-navigation > li:before {
  content: "" !important;
  display: inline !important;
}

ul#doc-navigation > li:first-child {
  margin-top: 0.5rem;
}

ul#docs-navigation li.with-submenu {
  width: 100%;
}

ul#doc-navigation li.with-submenu > a {
  display: block;
  position: relative;
  background: rgba(48,44,109,.5);
  padding: 0.25em 10px;
  padding-right: 32px;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  color: white;
  width: 246px;
  line-height: 1.4em;
}

ul#doc-navigation li.with-submenu:hover > a {
  background: rgba(48,44,109,.75);
}

ul#doc-navigation li.with-submenu.active > a,
ul#doc-navigation li.with-submenu.active:hover > a {
  background: rgba(48,44,109,1);
}

ul#doc-navigation li.with-submenu > a span {
  font-weight: lighter;
}

ul#doc-navigation li {
  display: inline-block;
  color: white;
  margin: 0;
  margin-top: 10px;
  margin-left: 0 !important;
  margin-right: 8px;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  position: relative;
}

ul#doc-navigation dt {
  color: white;
}

ul#doc-navigation li.active a {
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

ul#doc-navigation span.drop-down-trigger {
  display: block;
  width: 20px;
  height: 1.4em;
  position: absolute;
  top: 0.25em;
  right: 0.5em;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
  -webkit-transition: 0.125s opacity linear;
  padding: 0;
}

ul#doc-navigation span.drop-down-trigger:before {
  font-family: FontAwesome;
  content: '\f0c9';
  font-size: 1.4em;
}

ul#doc-navigation ol li:hover span.drop-down-trigger {
  opacity: 1;
  visibility: visible;
}

ul#doc-navigation li.with-submenu dl {
  background: rgba(48,44,109,.9);
  left: 0;
  z-index: 10;
  font-size: 0.85em;
  transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  width: 288px;
  padding: 0 0 10px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

ul#doc-navigation li.active.with-submenu dl {
  opacity: 1;
  visibility: visible;
}

ul#doc-navigation li.with-submenu dl:last-child {
  -webkit-border-bottom-left-radius: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

ul#doc-navigation li.with-submenu dl dt {
  padding: 0.75em 10px 0;
}

ul#doc-navigation li.with-submenu dl a {
  padding: 0.25em 10px;
  display: block;
  line-height: 1.33em;
  margin-bottom: 0.25em;
}

ul#doc-navigation li.with-submenu dl a {
  color: #f6b333;
}

ul#doc-navigation {
  margin: 0;
}


/* @end */

/* @end */

/* @group #masthead */


section#masthead h1 h1:before {
  content: ": ";
  margin-left: -0.15em;
}

/* @end */

/* NF: lonely rules from groups I killed */
.secondary-content h4 {
  margin: 0;
  text-transform: none;
  letter-spacing: normal;
  font-size: inherit;
}


/* @group Shared */

/* @group pre > code */

pre > code {
  background: #fafafa;
  display: block;
  padding: 1em 20px;
  margin-bottom: 1em;
  line-height: 1.25em;
  border: 1px solid #cccccc;
  overflow-x: auto;
  border-radius: 2px;
}

/* @end */


/* @group .primary-secondary-content */

div.primary-secondary-content:after,
div.primary-secondary-content .primary-content:after,
div.primary-secondary-content .secondary-content:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

div.primary-secondary-content .primary-content,
div.primary-secondary-content .secondary-content {
  width: 100%;
  float: left;
}

.primary-content h1:first-child,
.primary-content h2:first-child,
.primary-content h3:first-child {
  margin-top: 0.5rem;
}

.primary-content h1:first-child {
  font-size: 2.2em;
  font-weight: lighter;
  margin-bottom: 0;
}

/* .secondary-content */
nav.main h3:first-child {
  margin-top: 0.67em;
}


/* @end */

/* @group Copyright */

div#copyright {
  color: #555;
  font-size: 0.85em;
  padding: 1em 0;
  margin-bottom: 1em;
}

div#copyright a {
  color: inherit;
}

div#copyright .vcard span.org:after,
div#copyright .vcard .adr:before,
div#copyright .vcard .adr:after {
  content: "•";
  padding-left: 0.8em;
  padding-right: 0.8em;
}

div#copyright .vcard span.org:after {
  padding-left: 1.0em;
}

/* @end */

/* @group Form */

/* @group #contactform */

form fieldset.name legend{
  display: block;
}

form fieldset.name legend span{
  display: block;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 0.275em;
  font-weight: bold;
  color: #888;
  position: relative;
  top: -0.4em;
  left: 0;
  margin: 0;
  z-index: 5;
}

form fieldset.name {
  position: relative;
}

form div.first-name,
form div.last-name {
  display: inline-block;
  margin-right: 16px;
  width: 200px;
  padding-bottom: 1em;
  margin-bottom: 0.33em;
  position: relative;
}

form div.first-name label,
form div.last-name label {
  position: absolute;
  bottom: 0.6em;
  text-transform: none;
  letter-spacing: normal;
  color: #aaa;
}

/* @end */

form div{
  position: relative;
}

form p {
  margin: 0;
}

fieldset legend {
  display: none;
}

input, textarea {
  display: block;
  width: 100%;
  border: 2px solid #ccc;
  padding:.35em;
  -webkit-border-radius: 0.375em;
  -moz-border-radius: 0.375em;
  border-radius: .375em;
  font: 1em Georgia, "Times New Roman", Times, serif;
  margin-bottom: 1.5em !important;
  text-indent: 0.2em;
  line-height: 1.5em;
}

input {
  max-width: 200px;
}

input[type="hidden"]{
  display: none !important;
}

label {
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 0.275em;
  font-weight: bold;
  color: #888;
  margin-bottom: 0.67em;
  display: block;
}

input.error{
  border-color: #ea9b76;
  background: #ffeedb;
}

input.error:focus{
  border-color: #ccc;
  background-color: #fff;
}

label.error {
  position: absolute;
  top: 0;
  left: 200px;
  display: block;
  width: 10.5em;
  z-index: 2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #c03c00;
  color: white !important;
  padding: 0.5em;
  height: 1.2em;
  text-transform: none;
  letter-spacing: normal;
  font-size: 10px;
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
}

div:hover > label.error{
  opacity: 1;
  visibility: visible;

}

label span.subtle {
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
}

div.input-label {
  padding-left: 2em;
  position: relative;
  margin-bottom: 1.5em;
}

div.input-label label {
  cursor: pointer;
  letter-spacing: normal;
  text-transform: none;
  color: #aaa;
  position: relative;
}

div.input-label label:hover {
  text-decoration: underline;
}

div.input-label input {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  margin-left: -0.05em;
  margin-top: -0.05em;
  font-size: 1.5em;
  width: 1em;
}

/* @end */


/* @end */

/* Begin Style Rebuild Overrides */

/* Site Header */
#site-header {
  width: 100%;
  font-family: "Open Sans", sans-serif !important;
  min-width: 960px;
}

/* Site Header -> Morebar */
#site-header #morebar {
  background: rgb(47, 47, 108);
  text-align: center;
  padding: 4px 0;
}
#site-header #morebar ul {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  display: inline-block;
}
#site-header #morebar li {
  float: left;
  margin-right: 50px;
  line-height: 1.0rem;
  margin-bottom: 0 !important;
}
#site-header #morebar a {
  color: white;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-weight: lighter;
  font-size: 0.9rem;
}
#site-header #morebar a:hover, #site-header #morebar a:active {
  color: white;
  text-decoration: none;
}
#site-header #morebar img {
  width: 18px;
  height: 18px;
  padding-right: 10px;
  position: relative;
  display: inline;
  top: 4px;
  border: none;
}

/* Site Header -> Navbar */
#site-header #navbar {
  overflow: auto;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  background: rgb(216,215,215);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDdkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(216,215,215,1) 0%, rgba(243,243,243,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,215,215,1)), color-stop(100%,rgba(243,243,243,1)));
  background: -webkit-linear-gradient(top,  rgba(216,215,215,1) 0%,rgba(243,243,243,1) 100%);
  background: -o-linear-gradient(top,  rgba(216,215,215,1) 0%,rgba(243,243,243,1) 100%);
  background: -ms-linear-gradient(top,  rgba(216,215,215,1) 0%,rgba(243,243,243,1) 100%);
  background: linear-gradient(to bottom,  rgba(216,215,215,1) 0%,rgba(243,243,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d7d7', endColorstr='#f3f3f3',GradientType=0 );
}

/* Site Header -> Navbar Sections */
#site-header #navbar .navbar-section {
  float: left;
  border-right: 1px solid #cccccc;
  height: 86px;
  padding: 0 30px 0 30px;
}
#site-header #navbar .navbar-section:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
#site-header #navbar .navbar-section .centered {
  font-weight: lighter;
  display: inline-block;
  vertical-align: middle;
}

/* Site Header -> Navbar Sections -> Logo */
#site-header #navbar #navbar-logo {
}
#site-header #navbar #navbar-logo img {
  width: 180px;
  height: auto;
}

/* Site Header -> Navbar Sections -> Title */
#site-header #navbar #navbar-title {
  font-size: 1.3rem;
}
#site-header #navbar #navbar-title .centered {
  font-weight: lighter;
}
#site-header #navbar #navbar-title a {
  color: #777777;
}
#site-header #navbar #navbar-title a:hover,
#site-header #navbar #navbar-title a:active {
  text-decoration: none;
}


/* Site Header -> Navbar Section -> Search */
#site-header #navbar #navbar-search {
}
#site-header #navbar #navbar-search #search-container {
  position: relative;
  min-width: 400px;
}
#site-header #navbar input {
  font-family: "Open Sans", sans-serif !important;
}
#site-header #navbar #navbar-search input[type="text"] {
  padding: 5px 4px 4px 35px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  color: #999999;
  font-size: 1.0rem;
  font-weight: lighter;
  margin-bottom: 0 !important;
  min-width: 358px;
  background: rgb(244,244,244);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(255,255,255,1) 70%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(70%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(255,255,255,1) 70%);
  background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(255,255,255,1) 70%);
  background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(255,255,255,1) 70%);
  background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(255,255,255,1) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
}
#site-header #navbar #navbar-search input[type="submit"] {
  font-family: FontAwesome !important;
  position: absolute;
  left: 2px;
  top: 0px;
  padding: 4px;
  font-size: 1.0rem;
  font-weight: normal;
  color: #999999;
  background: none;
  border: none;
  margin-bottom: 0 !important;
  width: auto !important;
  transition: color 0.3s ease;
}
#site-header #navbar #navbar-search input[type="submit"]:hover, #site-header #navbar #navbar-search input[type="submit"]:active {
  color: #396cb5;
  transition: color 0.3s ease;
}
#cse-search-box {
  display: none;
}

/* Site Footer */
#site-footer {
  background: rgb(47, 47, 108);
  overflow: hidden;
  color: white;
  text-align: center;
  font-family: "Open Sans", sans-serif !important;
  font-weight: lighter;
}
#site-footer .footer-wrapper {
  display: inline-block;
  padding: 30px;
  max-width: 1060px;
  min-width: 940px;
  width: 80%;
}
#site-footer a {
  color: white;
  text-decoration: none;
}
#site-footer a:hover, #site-footer a:active {
  text-decoration: underline;
}
#site-footer .footer-col {
  float: left;
}
#site-footer .footer-col-left {
  width: 70%;
}
#site-footer .footer-col-right {
  width: 30%;
}
#site-footer .footer-col-left ul {
  list-style-type: none;
  text-align: left;
  float: left;
  padding: 0;
  margin: 0 30px 0 0;
}
#site-footer .footer-col-left ul li {
  margin: 0 0 10px 0;
  font-size: 0.9rem;
  line-height: 1.2rem !important;
}
#site-footer .footer-col-left ul h4 {
  text-transform: uppercase;
  font-weight: lighter;
  margin: 0 0 12px 0;
  color: white;
  font-style: normal;
  font-size: 1.1rem !important;
}
#site-footer .footer-col-right .footer-col-right-container {
  text-align: left;
}
#site-footer .footer-col-right .footer-col-right-container .title {
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 1.1rem;
  margin: 0 0 12px 0;
}
#site-footer .footer-col-right .email-subscription {
  text-align: left;
  font-size: 0.9rem;
}
#site-footer .footer-col-right #email-subscription-container {
  position: relative;
}
#site-footer .footer-col-right input[type="email"] {
  font-family: "Open Sans", sans-serif !important;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  color: #2f2f6c;
  font-size: 0.9rem;
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 14px !important;
}
#site-footer .footer-col-right input[type="submit"] {
  font-family: FontAwesome !important;
  position: absolute;
  right: 0px;
  top: 0px;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: rgb(47, 47, 108);
  transition: color 0.3s ease;
  cursor: pointer;
  margin-bottom: 0 !important;
  width: auto !important;
  padding: 0 !important;
}
#site-footer .footer-col-right p {
  line-height: 1.4rem;
}
