/* -------------------- Bootstrap CF CSS Framework-------------------- */
/* Built on Bootstrap 2. http://twitter.github.com/bootstrap/

   To update bootstrap, download uncompiled version from github (https://github.com/twitter/bootstrap/)
   extract, and copy less folder contents into /style/less/bootstrap
   
   To modify Bootstrap files, first migrate them to the CF folder.

*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.blue {
  background-color: #00aced;
}
.green {
  background-color: #12858d;
}
.red {
  background-color: #ff791e;
}
.orange {
  background-color: #f5823b;
}
.mainpink {
  background-color: #fbae9e;
}
.pink {
  background-color: #ef72b5;
}
.purple {
  background-color: #5d67b4;
}
.gray {
  background-color: #333333;
}
.button {
  display: inline-block;
  color: #ffffff;
  font-family: "FS Joey Web Heavy", Helvetica, Arial, sans-serif;
  border: 0;
  text-transform: uppercase;
  background: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 2.5em;
  height: 2.5em;
  padding: 0 1.25em;
  cursor: pointer;
  text-decoration: none;
}
.button:hover {
  color: #a6a8ab;
}
.button-small {
  display: inline-block;
  color: #ffffff;
  font-family: "FS Joey Web Heavy", Helvetica, Arial, sans-serif;
  border: 0;
  text-transform: uppercase;
  background: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 2.5em;
  height: 2.5em;
  padding: 0 1.25em;
  cursor: pointer;
  text-decoration: none;
  color: #000000;
  background: #eeeeee;
  font-size: 12px;
  text-transform: lowercase;
  line-height: 24px;
  padding: 0 15px;
}
.button-small:hover {
  color: #a6a8ab;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  margin-left: 0px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 0px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 960px;
}
.span12 {
  width: 960px;
}
.span11 {
  width: 880px;
}
.span10 {
  width: 800px;
}
.span9 {
  width: 720px;
}
.span8 {
  width: 640px;
}
.span7 {
  width: 560px;
}
.span6 {
  width: 480px;
}
.span5 {
  width: 400px;
}
.span4 {
  width: 320px;
}
.span3 {
  width: 240px;
}
.span2 {
  width: 160px;
}
.span1 {
  width: 80px;
}
.offset12 {
  margin-left: 960px;
}
.offset11 {
  margin-left: 880px;
}
.offset10 {
  margin-left: 800px;
}
.offset9 {
  margin-left: 720px;
}
.offset8 {
  margin-left: 640px;
}
.offset7 {
  margin-left: 560px;
}
.offset6 {
  margin-left: 480px;
}
.offset5 {
  margin-left: 400px;
}
.offset4 {
  margin-left: 320px;
}
.offset3 {
  margin-left: 240px;
}
.offset2 {
  margin-left: 160px;
}
.offset1 {
  margin-left: 80px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  *margin-left: -0.052083333333333336%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 0%;
}
.row-fluid .span12 {
  width: 99.99999999999999%;
  *width: 99.94791666666666%;
}
.row-fluid .span11 {
  width: 91.66666666666666%;
  *width: 91.61458333333333%;
}
.row-fluid .span10 {
  width: 83.33333333333331%;
  *width: 83.28124999999999%;
}
.row-fluid .span9 {
  width: 74.99999999999999%;
  *width: 74.94791666666666%;
}
.row-fluid .span8 {
  width: 66.66666666666666%;
  *width: 66.61458333333333%;
}
.row-fluid .span7 {
  width: 58.33333333333333%;
  *width: 58.28124999999999%;
}
.row-fluid .span6 {
  width: 49.99999999999999%;
  *width: 49.94791666666666%;
}
.row-fluid .span5 {
  width: 41.66666666666666%;
  *width: 41.61458333333332%;
}
.row-fluid .span4 {
  width: 33.33333333333333%;
  *width: 33.28124999999999%;
}
.row-fluid .span3 {
  width: 24.999999999999996%;
  *width: 24.947916666666664%;
}
.row-fluid .span2 {
  width: 16.666666666666664%;
  *width: 16.614583333333332%;
}
.row-fluid .span1 {
  width: 8.333333333333332%;
  *width: 8.281249999999998%;
}
.row-fluid .offset12 {
  margin-left: 99.99999999999999%;
  *margin-left: 99.89583333333333%;
}
.row-fluid .offset12:first-child {
  margin-left: 99.99999999999999%;
  *margin-left: 99.89583333333333%;
}
.row-fluid .offset11 {
  margin-left: 91.66666666666666%;
  *margin-left: 91.5625%;
}
.row-fluid .offset11:first-child {
  margin-left: 91.66666666666666%;
  *margin-left: 91.5625%;
}
.row-fluid .offset10 {
  margin-left: 83.33333333333331%;
  *margin-left: 83.22916666666666%;
}
.row-fluid .offset10:first-child {
  margin-left: 83.33333333333331%;
  *margin-left: 83.22916666666666%;
}
.row-fluid .offset9 {
  margin-left: 74.99999999999999%;
  *margin-left: 74.89583333333333%;
}
.row-fluid .offset9:first-child {
  margin-left: 74.99999999999999%;
  *margin-left: 74.89583333333333%;
}
.row-fluid .offset8 {
  margin-left: 66.66666666666666%;
  *margin-left: 66.5625%;
}
.row-fluid .offset8:first-child {
  margin-left: 66.66666666666666%;
  *margin-left: 66.5625%;
}
.row-fluid .offset7 {
  margin-left: 58.33333333333333%;
  *margin-left: 58.22916666666666%;
}
.row-fluid .offset7:first-child {
  margin-left: 58.33333333333333%;
  *margin-left: 58.22916666666666%;
}
.row-fluid .offset6 {
  margin-left: 49.99999999999999%;
  *margin-left: 49.89583333333332%;
}
.row-fluid .offset6:first-child {
  margin-left: 49.99999999999999%;
  *margin-left: 49.89583333333332%;
}
.row-fluid .offset5 {
  margin-left: 41.66666666666666%;
  *margin-left: 41.562499999999986%;
}
.row-fluid .offset5:first-child {
  margin-left: 41.66666666666666%;
  *margin-left: 41.562499999999986%;
}
.row-fluid .offset4 {
  margin-left: 33.33333333333333%;
  *margin-left: 33.22916666666666%;
}
.row-fluid .offset4:first-child {
  margin-left: 33.33333333333333%;
  *margin-left: 33.22916666666666%;
}
.row-fluid .offset3 {
  margin-left: 24.999999999999996%;
  *margin-left: 24.895833333333332%;
}
.row-fluid .offset3:first-child {
  margin-left: 24.999999999999996%;
  *margin-left: 24.895833333333332%;
}
.row-fluid .offset2 {
  margin-left: 16.666666666666664%;
  *margin-left: 16.5625%;
}
.row-fluid .offset2:first-child {
  margin-left: 16.666666666666664%;
  *margin-left: 16.5625%;
}
.row-fluid .offset1 {
  margin-left: 8.333333333333332%;
  *margin-left: 8.229166666666664%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.333333333333332%;
  *margin-left: 8.229166666666664%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 1.25em;
  font-size: 0.75em;
}
.lead {
  margin-bottom: 1.25em;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.875em;
}
.inline-label {
  display: inline-block;
  width: 66px;
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
}
a {
  color: #333333;
  /*text-decoration: underline;*/
}
a:hover {
  color: #696a6d;
}
small {
  color: #696a6d;
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #a6a8ab;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.25em 0 0.3125em 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
  color: #000000;
  font-size-adjust: 0.49;
  font-style: normal;
  line-height: 1.25em;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: .8125em;
  line-height: 1;
  color: #12858d;
}
h1 {
  font-size: 3.125em;
  margin-top: 0.625em;
}
h2 {
  font-size: 2.25em;
  margin-top: 0.625em;
}
h3 {
  font-size: 2em;
  margin-top: 0.625em;
  margin-bottom: 0.625em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: .9375em;
  text-transform: uppercase;
}
h6 {
  font-size: .9375em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
ul,
ol {
  padding: 0;
  margin: 0 0 1.25em 20px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  margin: 0 0 0.3125em 0;
  font-size: 0.75em;
}
li li,
li p {
  font-size: 1em;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 1.25em;
}
dt,
dd {
  line-height: 1.25em;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 1.25em;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  margin: 1.25em 0;
  border: 0;
  border-top: 3px solid #333333;
  border-bottom: 0;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #a6a8ab;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 1.25em;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5625em;
}
blockquote small {
  display: block;
  line-height: 1.25em;
  color: #a6a8ab;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 1.25em;
  font-style: normal;
  line-height: 1.25em;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.25em;
    margin-top: 0.3125em;
  }
  h2 {
    font-size: 1.75em;
    margin-top: 0.3125em;
  }
  h3 {
    font-size: 1.5em;
    margin-top: 0.3125em;
    margin-bottom: 0.3125em;
  }
  h4 {
    font-size: 1.125em;
  }
  h5 {
    font-size: .875em;
  }
  h6 {
    font-size: .875em;
  }
}
form {
  margin: 0 0 1.25em;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.25em;
  font-size: 150%;
  line-height: 2.5em;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 0.9375em;
  color: #a6a8ab;
}
label,
input,
button,
select,
textarea {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.25em;
}
input,
button,
select,
textarea {
  font-family: "Quicksand", sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 1.25em;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 100%;
  line-height: 1.25em;
  color: #696a6d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input,
textarea {
  width: 210px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #bbb;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #a6a8ab;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #696a6d;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #696a6d;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #696a6d;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 0px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 946px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 866px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 786px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 706px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 626px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 546px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 466px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 386px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 306px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 226px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 146px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 66px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"] {
  float: left;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 0.25em 20px 1.25em;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 0.625em;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 100%;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 1.25em;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.25em;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  margin-left: -1px;
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #4fdfe9;
  border-color: #FF791E;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 0.625em;
}
legend + .control-group {
  margin-top: 1.25em;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 1.25em;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 0.625em;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 1.25em;
}
.table th,
.table td {
  padding: 8px;
  line-height: 1.25em;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-right-topleft: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table [class*=span],
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
table .span1 {
  float: none;
  width: 64px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 144px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 224px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 304px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 384px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 464px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 544px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 624px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 704px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 784px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 864px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 944px;
  margin-left: 0;
}
table .span13 {
  float: none;
  width: 1024px;
  margin-left: 0;
}
table .span14 {
  float: none;
  width: 1104px;
  margin-left: 0;
}
table .span15 {
  float: none;
  width: 1184px;
  margin-left: 0;
}
table .span16 {
  float: none;
  width: 1264px;
  margin-left: 0;
}
table .span17 {
  float: none;
  width: 1344px;
  margin-left: 0;
}
table .span18 {
  float: none;
  width: 1424px;
  margin-left: 0;
}
table .span19 {
  float: none;
  width: 1504px;
  margin-left: 0;
}
table .span20 {
  float: none;
  width: 1584px;
  margin-left: 0;
}
table .span21 {
  float: none;
  width: 1664px;
  margin-left: 0;
}
table .span22 {
  float: none;
  width: 1744px;
  margin-left: 0;
}
table .span23 {
  float: none;
  width: 1824px;
  margin-left: 0;
}
table .span24 {
  float: none;
  width: 1904px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.nav-previous {
  float: left;
  width: 50%;
}
.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
nav {
  *zoom: 1;
}
nav:before,
nav:after {
  display: table;
  content: "";
  line-height: 0;
}
nav:after {
  clear: both;
}
nav ul {
  list-style: none;
  margin-left: 0;
  /* vertical navigation */

  /* horizontal navigation */

}
nav ul li {
  margin: 0;
  padding: 0;
  background: none;
}
nav ul a {
  display: block;
  text-decoration: none;
}
nav ul.horizontal li {
  display: inline;
}
nav ul.horizontal a {
  display: inline-block;
  margin: 0 0.5em;
}
nav ul.horizontal li:first-child a {
  margin-left: 0;
}
nav ul.horizontal li:last-child a {
  margin-right: 0;
}
nav ul.alignleft {
  display: inline;
  float: left;
}
nav ul.alignright {
  display: inline;
  float: right;
  text-align: right;
}
nav ul.aligncenter {
  float: none;
  text-align: center;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: 0px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 0px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1020px;
  }
  .span12 {
    width: 1020px;
  }
  .span11 {
    width: 935px;
  }
  .span10 {
    width: 850px;
  }
  .span9 {
    width: 765px;
  }
  .span8 {
    width: 680px;
  }
  .span7 {
    width: 595px;
  }
  .span6 {
    width: 510px;
  }
  .span5 {
    width: 425px;
  }
  .span4 {
    width: 340px;
  }
  .span3 {
    width: 255px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 85px;
  }
  .offset12 {
    margin-left: 1020px;
  }
  .offset11 {
    margin-left: 935px;
  }
  .offset10 {
    margin-left: 850px;
  }
  .offset9 {
    margin-left: 765px;
  }
  .offset8 {
    margin-left: 680px;
  }
  .offset7 {
    margin-left: 595px;
  }
  .offset6 {
    margin-left: 510px;
  }
  .offset5 {
    margin-left: 425px;
  }
  .offset4 {
    margin-left: 340px;
  }
  .offset3 {
    margin-left: 255px;
  }
  .offset2 {
    margin-left: 170px;
  }
  .offset1 {
    margin-left: 85px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 0%;
    *margin-left: -0.052083333333333336%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0%;
  }
  .row-fluid .span12 {
    width: 99.99999999999999%;
    *width: 99.94791666666666%;
  }
  .row-fluid .span11 {
    width: 91.66666666666666%;
    *width: 91.61458333333333%;
  }
  .row-fluid .span10 {
    width: 83.33333333333331%;
    *width: 83.28124999999999%;
  }
  .row-fluid .span9 {
    width: 74.99999999999999%;
    *width: 74.94791666666666%;
  }
  .row-fluid .span8 {
    width: 66.66666666666666%;
    *width: 66.61458333333333%;
  }
  .row-fluid .span7 {
    width: 58.33333333333333%;
    *width: 58.28124999999999%;
  }
  .row-fluid .span6 {
    width: 49.99999999999999%;
    *width: 49.94791666666666%;
  }
  .row-fluid .span5 {
    width: 41.66666666666666%;
    *width: 41.61458333333332%;
  }
  .row-fluid .span4 {
    width: 33.33333333333333%;
    *width: 33.28124999999999%;
  }
  .row-fluid .span3 {
    width: 24.999999999999996%;
    *width: 24.947916666666664%;
  }
  .row-fluid .span2 {
    width: 16.666666666666664%;
    *width: 16.614583333333332%;
  }
  .row-fluid .span1 {
    width: 8.333333333333332%;
    *width: 8.281249999999998%;
  }
  .row-fluid .offset12 {
    margin-left: 99.99999999999999%;
    *margin-left: 99.89583333333333%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 99.99999999999999%;
    *margin-left: 99.89583333333333%;
  }
  .row-fluid .offset11 {
    margin-left: 91.66666666666666%;
    *margin-left: 91.5625%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 91.66666666666666%;
    *margin-left: 91.5625%;
  }
  .row-fluid .offset10 {
    margin-left: 83.33333333333331%;
    *margin-left: 83.22916666666666%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 83.33333333333331%;
    *margin-left: 83.22916666666666%;
  }
  .row-fluid .offset9 {
    margin-left: 74.99999999999999%;
    *margin-left: 74.89583333333333%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 74.99999999999999%;
    *margin-left: 74.89583333333333%;
  }
  .row-fluid .offset8 {
    margin-left: 66.66666666666666%;
    *margin-left: 66.5625%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 66.66666666666666%;
    *margin-left: 66.5625%;
  }
  .row-fluid .offset7 {
    margin-left: 58.33333333333333%;
    *margin-left: 58.22916666666666%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 58.33333333333333%;
    *margin-left: 58.22916666666666%;
  }
  .row-fluid .offset6 {
    margin-left: 49.99999999999999%;
    *margin-left: 49.89583333333332%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 49.99999999999999%;
    *margin-left: 49.89583333333332%;
  }
  .row-fluid .offset5 {
    margin-left: 41.66666666666666%;
    *margin-left: 41.562499999999986%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 41.66666666666666%;
    *margin-left: 41.562499999999986%;
  }
  .row-fluid .offset4 {
    margin-left: 33.33333333333333%;
    *margin-left: 33.22916666666666%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 33.33333333333333%;
    *margin-left: 33.22916666666666%;
  }
  .row-fluid .offset3 {
    margin-left: 24.999999999999996%;
    *margin-left: 24.895833333333332%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 24.999999999999996%;
    *margin-left: 24.895833333333332%;
  }
  .row-fluid .offset2 {
    margin-left: 16.666666666666664%;
    *margin-left: 16.5625%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 16.666666666666664%;
    *margin-left: 16.5625%;
  }
  .row-fluid .offset1 {
    margin-left: 8.333333333333332%;
    *margin-left: 8.229166666666664%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.333333333333332%;
    *margin-left: 8.229166666666664%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1006px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 921px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 836px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 751px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 666px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 581px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 496px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 411px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 326px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 241px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 71px;
  }
  .thumbnails {
    margin-left: 0px;
  }
  .thumbnails > li {
    margin-left: 0px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: 0px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 0px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 624px;
  }
  .span12 {
    width: 624px;
  }
  .span11 {
    width: 572px;
  }
  .span10 {
    width: 520px;
  }
  .span9 {
    width: 468px;
  }
  .span8 {
    width: 416px;
  }
  .span7 {
    width: 364px;
  }
  .span6 {
    width: 312px;
  }
  .span5 {
    width: 260px;
  }
  .span4 {
    width: 208px;
  }
  .span3 {
    width: 156px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 52px;
  }
  .offset12 {
    margin-left: 624px;
  }
  .offset11 {
    margin-left: 572px;
  }
  .offset10 {
    margin-left: 520px;
  }
  .offset9 {
    margin-left: 468px;
  }
  .offset8 {
    margin-left: 416px;
  }
  .offset7 {
    margin-left: 364px;
  }
  .offset6 {
    margin-left: 312px;
  }
  .offset5 {
    margin-left: 260px;
  }
  .offset4 {
    margin-left: 208px;
  }
  .offset3 {
    margin-left: 156px;
  }
  .offset2 {
    margin-left: 104px;
  }
  .offset1 {
    margin-left: 52px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 0%;
    *margin-left: -0.052083333333333336%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0%;
  }
  .row-fluid .span12 {
    width: 99.99999999999999%;
    *width: 99.94791666666666%;
  }
  .row-fluid .span11 {
    width: 91.66666666666666%;
    *width: 91.61458333333333%;
  }
  .row-fluid .span10 {
    width: 83.33333333333331%;
    *width: 83.28124999999999%;
  }
  .row-fluid .span9 {
    width: 74.99999999999999%;
    *width: 74.94791666666666%;
  }
  .row-fluid .span8 {
    width: 66.66666666666666%;
    *width: 66.61458333333333%;
  }
  .row-fluid .span7 {
    width: 58.33333333333333%;
    *width: 58.28124999999999%;
  }
  .row-fluid .span6 {
    width: 49.99999999999999%;
    *width: 49.94791666666666%;
  }
  .row-fluid .span5 {
    width: 41.66666666666666%;
    *width: 41.61458333333332%;
  }
  .row-fluid .span4 {
    width: 33.33333333333333%;
    *width: 33.28124999999999%;
  }
  .row-fluid .span3 {
    width: 24.999999999999996%;
    *width: 24.947916666666664%;
  }
  .row-fluid .span2 {
    width: 16.666666666666664%;
    *width: 16.614583333333332%;
  }
  .row-fluid .span1 {
    width: 8.333333333333332%;
    *width: 8.281249999999998%;
  }
  .row-fluid .offset12 {
    margin-left: 99.99999999999999%;
    *margin-left: 99.89583333333333%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 99.99999999999999%;
    *margin-left: 99.89583333333333%;
  }
  .row-fluid .offset11 {
    margin-left: 91.66666666666666%;
    *margin-left: 91.5625%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 91.66666666666666%;
    *margin-left: 91.5625%;
  }
  .row-fluid .offset10 {
    margin-left: 83.33333333333331%;
    *margin-left: 83.22916666666666%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 83.33333333333331%;
    *margin-left: 83.22916666666666%;
  }
  .row-fluid .offset9 {
    margin-left: 74.99999999999999%;
    *margin-left: 74.89583333333333%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 74.99999999999999%;
    *margin-left: 74.89583333333333%;
  }
  .row-fluid .offset8 {
    margin-left: 66.66666666666666%;
    *margin-left: 66.5625%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 66.66666666666666%;
    *margin-left: 66.5625%;
  }
  .row-fluid .offset7 {
    margin-left: 58.33333333333333%;
    *margin-left: 58.22916666666666%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 58.33333333333333%;
    *margin-left: 58.22916666666666%;
  }
  .row-fluid .offset6 {
    margin-left: 49.99999999999999%;
    *margin-left: 49.89583333333332%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 49.99999999999999%;
    *margin-left: 49.89583333333332%;
  }
  .row-fluid .offset5 {
    margin-left: 41.66666666666666%;
    *margin-left: 41.562499999999986%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 41.66666666666666%;
    *margin-left: 41.562499999999986%;
  }
  .row-fluid .offset4 {
    margin-left: 33.33333333333333%;
    *margin-left: 33.22916666666666%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 33.33333333333333%;
    *margin-left: 33.22916666666666%;
  }
  .row-fluid .offset3 {
    margin-left: 24.999999999999996%;
    *margin-left: 24.895833333333332%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 24.999999999999996%;
    *margin-left: 24.895833333333332%;
  }
  .row-fluid .offset2 {
    margin-left: 16.666666666666664%;
    *margin-left: 16.5625%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 16.666666666666664%;
    *margin-left: 16.5625%;
  }
  .row-fluid .offset1 {
    margin-left: 8.333333333333332%;
    *margin-left: 8.229166666666664%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.333333333333332%;
    *margin-left: 8.229166666666664%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 610px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 558px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 506px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 454px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 402px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 350px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 298px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 246px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 194px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 142px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 38px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 1.25em;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: "EB Garamond", serif,
  font-size: 100%;
  line-height: 1.25em;
  color: #333333;
  background-color: #ffffff;
  height: 100%;
  -webkit-transition: padding-top 0.3s ease-in-out;
  -moz-transition: padding-top 0.3s ease-in-out;
  -o-transition: padding-top 0.3s ease-in-out;
  transition: padding-top 0.3s ease-in-out;
}
#wrapper {
  min-height: 100%;
}
#main {
  overflow: auto;
  padding: 55px 0 450px;
  position: relative;
  z-index: 2;
  -webkit-transition: padding-top 0.3s ease-in-out;
  -moz-transition: padding-top 0.3s ease-in-out;
  -o-transition: padding-top 0.3s ease-in-out;
  transition: padding-top 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #main {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#navbar {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  /*.btn_newsletter a {display:inline-block; height:16px; width:16px; margin-right:16px; margin-top:20px; text-indent:-9999px; .sprites-global(-400px -400px);
        &:hover {background-position:-400px -450px;}
    }
    .btn_contact a {display:inline-block; height:16px; width:16px; margin-right:16px; margin-top:20px; text-indent:-9999px; .sprites-global(-400px 0); 
        &:hover {background-position:-400px -50px;}
    }*/

}
@media (max-width: 767px) {
  #navbar {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#navbar hgroup {
  position: absolute;
  height: 55px;
  left: 5%;
  z-index: 4;
}
@media (max-width: 767px) {
  #navbar hgroup {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#navbar hgroup .site-title {
  margin: 0;
}
#navbar hgroup .site-title a {
  display: block;
  line-height: 55px;
  background: transparent url('../../img/sprites-global.png') no-repeat 0 15px;
  overflow: hidden;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
}
#navbar hgroup .site-title a:hover {
  background-position: 0 -35px;
}
#navbar #main-nav {
  position: absolute;
  left: 0;
  width: 95%;
  padding-left: 5%;
  line-height: 55px;
  height: 55px;
  z-index: 2;
  background: #ffffff;
}
@media (max-width: 767px) {
  #navbar #main-nav {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#navbar #main-nav ul {
  margin: 0 0 0 177px;
}
#navbar #main-nav li {
  position: relative;
}
@media (max-width: 767px) {
  #navbar #main-nav li {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#navbar #main-nav li a {
  margin: 0;
  padding: 0 1em;
}
#navbar #main-nav li.current_page_parent a,
#navbar #main-nav li.current-menu-ancestor a,
#navbar #main-nav li.current-menu-item a {
  color: #fbae9e;
  font-weight: bold;
}
#navbar #main-nav li a:hover {
  color: #fbae9e;
}
#navbar #main-nav li#menu-item-16.current_page_parent a,
#navbar #main-nav li#menu-item-16.current-menu-ancestor a,
#navbar #main-nav li#menu-item-16.current-menu-item a {
  color: #12858d;
}
#navbar #main-nav li#menu-item-16 a:hover {
  color: #12858d;
}
#navbar #main-nav li#menu-item-15.current_page_parent a,
#navbar #main-nav li#menu-item-15.current-menu-ancestor a,
#navbar #main-nav li#menu-item-15.current-menu-item a {
  color: #ecc29a;
}
#navbar #main-nav li#menu-item-15 a:hover {
  color: #ecc29a;
}
#navbar #main-nav li#menu-item-14.current_page_parent a,
#navbar #main-nav li#menu-item-14.current-menu-ancestor a,
#navbar #main-nav li#menu-item-14.current-menu-item a {
  color: #d45c51;
}
#navbar #main-nav li#menu-item-14 a:hover {
  color: #d45c51;
}
#navbar #main-nav .sub-menu {
  display: none;
}
#navbar #aux-nav {
  position: relative;
  float: right;
  line-height: 55px;
  z-index: 3;
}
@media (max-width: 767px) {
  #navbar #aux-nav {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#navbar #aux-nav ul {
  *zoom: 1;
  margin: 0;
}
#navbar #aux-nav ul:before,
#navbar #aux-nav ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#navbar #aux-nav ul:after {
  clear: both;
}
#navbar #aux-nav li {
  display: block;
  float: left;
  height: 55px;
  line-height: 55px;
}
#navbar .btn_contact,
#navbar .btn_newsletter {
  margin: 2px 0 0;
}
#navbar .btn_donate {
  margin-top: 0;
}
#navbar .btn_donate a {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  padding: 0 2.75em;
  background: #ffffff;
  color: #000000;
  /*text-transform: uppercase;*/
  font-family: "EB Garamond", serif;
  font-size: 1.5em;
  text-decoration: none;
}
#navbar .btn_donate a:hover {
  background-color: #FF791E;
  color: #ffffff;
}
#secondary-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  height: 55px;
  line-height: 55px;
  width: 100%;
  background: #ffbe33;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.33);
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #secondary-nav {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#secondary-nav > ul {
  width: 100%;
}
#secondary-nav > ul > li {
  display: block;
  margin-left: 5%;
}
#secondary-nav > ul > li > a {
  display: none;
}
#secondary-nav .sub-menu {
  margin: 0 0 0 24px;
  padding-left: 152px;
}
#secondary-nav .sub-menu > li {
  display: none;
}
#secondary-nav .sub-menu li a {
  margin: 0 1em;
  color: #ffffff;
}
#secondary-nav .sub-menu li.current-menu-item a {
  font-weight: bold;
}
#secondary-nav .sub-menu.this-subnav-open > li {
  display: inline;
}
#main #banner {
  position: relative;
  width: 100%;
  height: 350px;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  #main #banner {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#main #banner > div {
  position: fixed;
  width: 100%;
  height: 350px;
  top: 55px;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #main #banner > div {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#main #banner img {
  position: absolute;
  border: 0 !important;
  max-width: none;
}
@media (max-width: 767px) {
  #main #banner img {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#main #cta {
  display: block;
  text-align: center;
  background: #dd7837;
}
#main > .container-fluid {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #main > .container-fluid {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#main article .entry-header {
  padding: 50px 70px;
  margin-bottom: -100px;
}
#main article .entry-content {
  padding: 50px 70px;
}
#main article .entry-content p {
  font-size: .875em;
}
#main article .entry-content li {
  font-size: 0.875em;
}
#main article .entry-content li li,
#main article .entry-content li p {
  font-size: 1em;
}
#content {
  background: #ffffff;
}
article.yellow {
  background: #ffbe33;
}
article.yellow h1,
article.yellow h2,
article.yellow h3,
article.yellow h4,
article.yellow h5,
article.yellow h6,
article.yellow p,
article.yellow a {
  color: #ffffff;
}
article.yellow a:hover {
  color: #000000;
}
article.red {
  background: #ff791e;
}
article.red h1,
article.red h2,
article.red h3,
article.red h4,
article.red h5,
article.red h6,
article.red p,
article.red a {
  color: #ffffff;
}
article.red a:hover {
  color: #000000;
}
article.pink {
  background: #ecc29a;
}
article.pink h1,
article.pink h2,
article.pink h3,
article.pink h4,
article.pink h5,
article.pink h6,
article.pink p,
article.pink a {
  color: #ffffff;
}
article.pink a:hover {
  color: #000000;
}
article.purple {
  background: #5d67b4;
}
article.purple h1,
article.purple h2,
article.purple h3,
article.purple h4,
article.purple h5,
article.purple h6,
article.purple p,
article.purple a {
  color: #ffffff;
}
article.purple a:hover {
  color: #000000;
}
article.green {
  background: #12858d;
}
article.green h1,
article.green h2,
article.green h3,
article.green h4,
article.green h5,
article.green h6,
article.green p,
article.green a {
  color: #ffffff;
}
article.green a:hover {
  color: #000000;
}
article.gray {
  background: #333333;
}
article.gray h1,
article.gray h2,
article.gray h3,
article.gray h4,
article.gray h5,
article.gray h6,
article.gray p,
article.gray a {
  color: #ffffff;
}
article.gray a:hover {
  color: #000000;
}
article.blue {
  background: #00aced;
}
article.blue h1,
article.blue h2,
article.blue h3,
article.blue h4,
article.blue h5,
article.blue h6,
article.blue p,
article.blue a {
  color: #ffffff;
}
article.blue a:hover {
  color: #000000;
}
#main.page-careers #intro {
  background: #f5a802;
}
#main.page-careers #intro * {
  color: #ffffff;
}
#main.page-careers #filter p.catName {
  color: #000000;
}
#main.page-careers #filter a {
  color: #696a6d;
}
#main.page-careers #filter a.external:before {
  content: "";
  display: inline-block;
  background: transparent url('../../img/sprites-global.png') no-repeat -450px -600px;
  overflow: hidden;
  width: 14px;
  height: 16px;
  margin-right: 3px;
  vertical-align: middle;
}
#main.page-careers #filter a.internal:before {
  content: "";
  display: inline-block;
  background: transparent url('../../img/sprites-global.png') no-repeat -450px -250px;
  overflow: hidden;
  width: 14px;
  height: 16px;
  margin-right: 3px;
  vertical-align: middle;
}
#main.page-careers #filter a:hover {
  color: #000000;
}
#main.page-careers #filter a:hover.external:before {
  background-position: -450px -650px;
}
#main.page-careers #filter a:hover.internal:before {
  background-position: -450px -300px;
}
#main.page-careers #filter li.sel a {
  color: #ffbe33;
}
#main.page-careers #filter li.sel a.external:before {
  background-position: -450px -700px;
}
#main.page-careers #filter li.sel a.internal:before {
  background-position: -450px -350px;
}
#main.page-careers #careers-list {
  margin: 0 70px;
  padding-bottom: 70px;
}
#main.page-careers #careers-list header {
  margin: 2em 0 0;
}
#main.page-careers #careers-list article {
  margin: 2em 10% 0 0;
}
#main.page-careers #careers-list article .feature_img {
  display: inline-block;
  background: #ffbe33;
  margin-bottom: 2em;
}
#main.page-careers #careers-list article .feature_img img {
  display: block;
  width: 100%;
}
#main.page-careers #careers-list article .entry-content {
  padding: 0;
  height: 140px;
}
#main.page-careers #careers-list article .entry-content p {
  font-size: .75em;
}
#main.page-careers #careers-list article .entry-content li {
  font-size: 0.75em;
}
#main.page-careers #careers-list article .entry-content li li,
#main.page-careers #careers-list article .entry-content li p {
  font-size: 1em;
}
#main.page-careers #careers-list article h2 {
  font-size: 1em;
  line-height: 1em;
  margin: 0 0 .5em;
}
#main.page-careers #careers-list article h2 a {
  text-decoration: none;
}
#main.page-careers #careers-list.external article h2:before {
  background: transparent url('../../img/sprites-global.png') no-repeat -450px -450px;
  overflow: hidden;
  content: "";
  display: inline-block;
  width: 16px;
  height: 24px;
  margin-right: 7px;
  vertical-align: middle;
}
#main.page-careers #careers-list.internal article h2:before {
  background: transparent url('../../img/sprites-global.png') no-repeat -450px -100px;
  overflow: hidden;
  content: "";
  display: inline-block;
  width: 16px;
  height: 24px;
  margin-right: 7px;
  vertical-align: middle;
}
#main.page-careers #careers-list .excerpt_more {
  font-size: .75em;
}
#main.page-careers #aside {
  background: #FF791E;
}
#main.page-careers #aside .entry-content {
  padding: 50px 70px;
}
#main.page-careers #aside * {
  color: #ffffff;
}
body.single-cf_career #main-nav .current_page_parent a {
  font-weight: normal !important;
  color: #333333 !important;
}
body.single-cf_career #filter {
  background: #ffbe33;
  color: #ffffff;
}
body.single-cf_career #filter p {
  color: #ffffff;
  font-size: .875em;
}
body.single-cf_career #filter a {
  color: #ffffff;
}
body.single-cf_career #filter a.external {
  display: inline-block;
  background: transparent url('../../img/sprites-global.png') no-repeat -450px -750px;
  overflow: hidden;
  width: 14px;
  height: 16px;
  vertical-align: middle;
}
body.single-cf_career #filter a.internal {
  display: inline-block;
  background: transparent url('../../img/sprites-global.png') no-repeat -450px -400px;
  overflow: hidden;
  width: 14px;
  height: 16px;
  vertical-align: middle;
}
body.single-cf_career #filter a:hover {
  color: #000000;
}
body.single-cf_career #filter a:hover.external {
  background-position: -450px -650px;
}
body.single-cf_career #filter a:hover.internal {
  background-position: -450px -300px;
}
body.single-cf_career .gform_wrapper {
  margin: 45px 0 0 0;
  max-width: 550px;
}
#featured {
  background: #5d67b4;
  height: 430px;
}
#featured article {
  padding: 12.5% 80px 0 80px;
  color: #ffffff;
}
#featured article h1 {
  font-size: 2.25em;
  color: #ffffff;
  margin-top: 0.3125em;
}
#featured article h1 a {
  text-decoration: none;
}
#featured article a {
  color: #ffffff;
}
#featured article a:hover {
  color: #000000;
}
#featured aside {
  width: 100%;
  height: 430px;
  background-color: #5d67b4;
}
#featured aside.noscale {
  background-position: 50% 25%;
}
#featured .meta .press-release {
  background: transparent url('../../img/sprites-global.png') no-repeat -350px -550px;
  overflow: hidden;
}
#featured .meta .news {
  background: transparent url('../../img/sprites-global.png') no-repeat -350px -200px;
  overflow: hidden;
}
#filter {
  width: 92%;
  padding: 0 4%;
  height: 55px;
  line-height: 55px;
  background: #eeeeee;
  *zoom: 1;
}
#filter:before,
#filter:after {
  display: table;
  content: "";
  line-height: 0;
}
#filter:after {
  clear: both;
}
#filter ul {
  margin: 0;
  height: 55px;
}
#filter ul.post-categories,
#filter p.catName {
  float: left;
  font-family: "FS Joey Web Heavy", Helvetica, Arial, sans-serif;
  margin: 0 0 0 1em;
  font-size: 1em;
  color: #5d67b4;
}
#filter a {
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
  font-size: 1.125em;
  color: #5d67b4;
  margin: 0 1em 0 0;
}
#filter li.cat-item-42 a {
  display: inline-block;
  background: transparent url('../../img/sprites-global.png') no-repeat -350px -250px;
  overflow: hidden;
  width: 15px;
  vertical-align: middle;
  height: 20px;
  text-indent: 9999px;
}
#filter li.cat-item-42 a:hover {
  background-position: -350px -300px;
}
#filter li.cat-item-18 a {
  display: inline-block;
  background: transparent url('../../img/sprites-global.png') no-repeat -350px -600px;
  overflow: hidden;
  width: 15px;
  vertical-align: middle;
  height: 20px;
  text-indent: 9999px;
}
#filter li.cat-item-18 a:hover {
  background-position: -350px -650px;
}
.category-42 #filter a {
  color: #696a6d;
}
.category-42 #filter a:hover {
  color: #000000;
}
.category-42 #filter li.cat-item-42 a {
  background-position: -350px -350px;
}
.category-18 #filter a {
  color: #696a6d;
}
.category-18 #filter a:hover {
  color: #000000;
}
.category-18 #filter li.cat-item-18 a {
  background-position: -350px -700px;
}
.archive #content,
.blog #content {
  width: 94%;
  margin-left: 3%;
  padding-bottom: 2em;
}
.archive #content article,
.blog #content article {
  margin: 3em 5% 0;
}
.archive #content article .feature_img,
.blog #content article .feature_img {
  display: inline-block;
  background: #5d67b4;
  margin-bottom: 2em;
}
.archive #content article .feature_img img,
.blog #content article .feature_img img {
  display: block;
  width: 100%;
}
.archive #content article .entry-content,
.blog #content article .entry-content {
  padding: 0;
  height: 140px;
}
.archive #content article .entry-content p,
.blog #content article .entry-content p {
  font-size: .75em;
}
.archive #content article .entry-content li,
.blog #content article .entry-content li {
  font-size: 0.75em;
}
.archive #content article .entry-content li li,
.blog #content article .entry-content li li,
.archive #content article .entry-content li p,
.blog #content article .entry-content li p {
  font-size: 1em;
}
.archive #content article h2,
.blog #content article h2 {
  font-size: 1em;
  line-height: 1em;
  margin: 0 0 .5em;
}
.archive #content article h2 a,
.blog #content article h2 a {
  text-decoration: none;
}
.archive .excerpt_more,
.blog .excerpt_more {
  font-size: .75em;
}
.single-cf_campaign h5.meta,
.single-post h5.meta {
  margin-top: 30px;
}
.single-cf_campaign h5.meta .post-categories,
.single-post h5.meta .post-categories {
  list-style: none;
  margin-left: 0;
}
.single-cf_campaign h5.meta + h1,
.single-post h5.meta + h1 {
  margin-top: 15px;
}
.single-cf_campaign .feature_img,
.single-post .feature_img {
  background: #5d67b4;
  margin: 80px 0 80px 80px;
}
.single-cf_campaign .feature_img img,
.single-post .feature_img img {
  display: block;
}
.single-cf_campaign #filter,
.single-post #filter {
  background: #5d67b4;
}
.single-cf_campaign #filter ul,
.single-post #filter ul {
  margin-right: .5em;
}
.single-cf_campaign #filter a,
.single-post #filter a {
  color: #ffffff;
}
.single-cf_campaign #filter a:hover,
.single-post #filter a:hover {
  color: #000000;
}
.single-cf_campaign #filter li.cat-item-42 a,
.single-post #filter li.cat-item-42 a {
  background: transparent url('../../img/sprites-global.png') no-repeat -350px -400px;
  overflow: hidden;
}
.single-cf_campaign #filter li.cat-item-42 a:hover,
.single-post #filter li.cat-item-42 a:hover {
  background-position: -350px -300px;
}
.single-cf_campaign #filter li.cat-item-18 a,
.single-post #filter li.cat-item-18 a {
  background: transparent url('../../img/sprites-global.png') no-repeat -350px -750px;
  overflow: hidden;
}
.single-cf_campaign #filter li.cat-item-18 a:hover,
.single-post #filter li.cat-item-18 a:hover {
  background-position: -350px -650px;
}
.meta .press-release {
  display: inline-block;
  background: transparent url('../../img/sprites-global.png') no-repeat -350px -450px;
  overflow: hidden;
  width: 21px;
  height: 18px;
  margin-right: 5px;
  text-indent: -9999px;
}
.meta .press-release:hover {
  background-position: -350px -450px;
}
.meta .news {
  display: inline-block;
  background: transparent url('../../img/sprites-global.png') no-repeat -350px -100px;
  overflow: hidden;
  width: 21px;
  height: 18px;
  margin-right: 5px;
  text-indent: -9999px;
}
.meta .news:hover {
  background-position: -350px -150px;
}
.meta .featured {
  display: none;
}
.meta time {
  font-style: italic;
  font-size: .916666667em;
}
#nav-below {
  display: none;
}
#gmap {
  width: 100%;
  height: 450px;
}
#gmap img {
  max-width: none;
}
.page-contact article {
  width: 50%;
  height: 385px;
  float: left;
  color: #ffffff;
}
.page-contact .gmapInfoWindow {
  font-size: .75em;
}
.page-contact .gmapInfoWindow h4 {
  font-size: 1.5em;
}
.page-people article {
  width: 100%;
  *zoom: 1;
}
.page-people article:before,
.page-people article:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-people article:after {
  clear: both;
}
.page-people article .feature_img {
  float: left;
  width: 50%;
}
.page-people article .entry-content {
  float: left;
  width: 50%;
  padding: 80px 0 40px !important;
}
.page-people article .entry-content > * {
  padding-left: 80px;
  padding-right: 80px;
}
.page-people article h3 {
  margin-bottom: .25em;
}
.page-people article h5 {
  margin: 0 0 1.5em;
}
.page-people article:nth-child(odd) .feature_img {
  float: right;
  text-align: right;
}
.page-campaigns article {
  width: 100%;
  *zoom: 1;
}
.page-campaigns article:before,
.page-campaigns article:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-campaigns article:after {
  clear: both;
}
.page-campaigns article .feature_img {
  float: left;
  width: 50%;
}
.page-campaigns article .entry-content {
  float: left;
  width: 50%;
  padding: 80px 0 0 !important;
}
.page-campaigns article .entry-content > * {
  padding-left: 80px;
  padding-right: 80px;
}
body.single-cf_campaign #main-nav .cf_campaign a {
  font-weight: bold;
  color: #ef72b5;
}
body.single-cf_campaign #main-nav .current_page_parent a {
  font-weight: normal !important;
  color: #333333 !important;
}
#field_1_2,
#field_1_3 {
  width: 48%;
}
p.readmore {
  text-align: right;
}
p.readmore a,
a.readmore {
  display: inline-block;
  background: transparent url('../../img/sprites-global.png') no-repeat -200px 0;
  overflow: hidden;
  width: 28px !important;
  height: 28px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
p.readmore a:hover,
a.readmore:hover {
  background-position: -200px -50px;
}
aside.image {
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
aside.image.noscale {
  background-size: auto;
}
aside.juiz_last_tweet_widget {
  position: relative;
}
@media (max-width: 767px) {
  aside.juiz_last_tweet_widget {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
aside.juiz_last_tweet_widget h3 {
  display: none;
}
aside.juiz_last_tweet_widget li {
  margin-left: 0;
  list-style: none;
}
aside.juiz_last_tweet_widget .juiz_last_tweet_inside {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  aside.juiz_last_tweet_widget .juiz_last_tweet_inside {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
aside.juiz_last_tweet_widget .juiz_last_tweet_tweetlist {
  position: relative;
  top: 45px;
  width: 76%;
  margin-left: 12%;
}
@media (max-width: 767px) {
  aside.juiz_last_tweet_widget .juiz_last_tweet_tweetlist {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
aside.juiz_last_tweet_widget .juiz_last_tweet_tweetlist .juiz_last_tweet_metadata {
  display: block;
  position: absolute;
  top: 0;
  font-style: normal;
  color: #696a6d;
}
@media (max-width: 767px) {
  aside.juiz_last_tweet_widget .juiz_last_tweet_tweetlist .juiz_last_tweet_metadata {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
aside.juiz_last_tweet_widget .juiz_last_tweet_tweetlist .juiz_last_tweet_metadata a {
  text-decoration: none;
  color: #696a6d;
}
aside.juiz_last_tweet_widget .juiz_last_tweet_tweetlist .juiz_lt_content {
  display: block;
  color: #00aced;
  position: relative;
  top: 30px;
}
@media (max-width: 767px) {
  aside.juiz_last_tweet_widget .juiz_last_tweet_tweetlist .juiz_lt_content {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
aside.juiz_last_tweet_widget .juiz_last_tweet_tweetlist .juiz_lt_content a {
  color: #00aced;
}
aside.juiz_last_tweet_widget .juiz_last_tweet_follow_us {
  display: block;
  position: absolute;
  bottom: 1.25em;
  right: 1.75em;
  font-size: 1em;
}
@media (max-width: 767px) {
  aside.juiz_last_tweet_widget .juiz_last_tweet_follow_us {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
aside.juiz_last_tweet_widget .juiz_last_tweet_follow_us .juiz_ltw_follow,
aside.juiz_last_tweet_widget .juiz_last_tweet_follow_us .juiz_ltw_ontwitter {
  display: none;
}
aside.juiz_last_tweet_widget .juiz_last_tweet_follow_us a {
  display: block;
  background: transparent url('../../img/sprites-global.png') no-repeat -300px 0;
  overflow: hidden;
  width: 24px;
  height: 18px;
  text-indent: -9999px;
}
.assistive-text {
  display: none;
}
#infscr-loading {
  font-size: .75em;
  margin: 2em;
}
#infographic {
  text-align: center;
  padding: 40px 80px;
}
.footer-template {
  *zoom: 1;
  background: #222222;
}
.footer-template:before,
.footer-template:after {
  display: table;
  content: "";
  line-height: 0;
}
.footer-template:after {
  clear: both;
}
.footer-template .image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /* 16:9 */

}
@media (max-width: 767px) {
  .footer-template .image {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.footer-template .image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .footer-template .image iframe {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.footer-template #quote {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 87.5%;
  background: #5d67b4;
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer-template #quote {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.footer-template #quote > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 70%;
  padding: 20% 10% 10% 15%;
  text-align: center;
}
@media (max-width: 767px) {
  .footer-template #quote > div {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.footer-template #quote > div:before {
  content: '\201C';
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 5em;
  position: absolute;
  height: 30px;
  left: 7.5%;
  top: 17.5%;
}
@media (max-width: 767px) {
  .footer-template #quote > div:before {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.footer-template #quote > div:after {
  content: '\201D';
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 5em;
  float: right;
  margin-top: 30px;
}
.footer-template #quote > div em {
  display: block;
  font-size: 0.75em;
}
.footer-template #contact {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 87.5%;
  background: #222222;
}
@media (max-width: 767px) {
  .footer-template #contact {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.footer-template #contact .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 70%;
  padding: 15%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer-template #contact .entry-content {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.footer-template #contact .entry-content * {
  color: #ffffff;
}
.footer-template #resources {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 200%;
  background-size: cover;
}
@media (max-width: 767px) {
  .footer-template #resources {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.footer-template #resources > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffbe33;
}
@media (max-width: 767px) {
  .footer-template #resources > div {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.footer-template #resources h3 {
  margin: 50px 50px 30px;
  color: #ffffff;
}
.footer-template #resources ul {
  margin: 30px 50px 50px;
  list-style: none;
}
.footer-template #resources li {
  margin-bottom: 1em;
  color: #ffffff;
}
.footer-template #resources li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background: transparent url('../../img/sprites-global.png') no-repeat -350px -50px;
  overflow: hidden;
  vertical-align: middle;
  padding-right: 7px;
}
.footer-template #resources a {
  text-decoration: none;
  color: #ffffff;
}
.footer-template #resources a:hover {
  color: #696a6d;
}
#basic-template #quote {
  padding-top: 112.5%;
}
#footer {
  position: relative;
  z-index: 2;
  clear: both;
  margin-top: -450px;
  height: 450px;
}
@media (max-width: 767px) {
  #footer {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#footer #footer_image {
  width: 100%;
  height: 360px;
  overflow: hidden;
  -webkit-box-shadow: inset 1px 20px 20px -20px;
  -moz-box-shadow: inset 1px 20px 20px -20px;
  box-shadow: inset 1px 20px 20px -20px;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  background-size: 100% auto;
}
#footer #footer_image img {
  margin-left: 10%;
}
#footer #footer_copy {
  height: 90px;
  background: #ffffff;
  overflow: hidden;
  width: 100%;
}
#footer #footer-nav {
  float: right;
  margin-top: 30px;
}
#footer #footer-nav ul {
  margin: 0 1em 0 0;
}
#footer #footer-nav li {
  float: left;
}
#footer .site-description {
  color: #333333;
  float: left;
  font-size: 1em;
  margin: 30px 0 0 5%;
}
#footer #site-info {
  float: right;
  margin: 0;
  color: #a6a8ab;
  margin-right: 5%;
  margin-top: 30px;
}
#footer #site-info .creative {
  padding-left: 10px;
}
#footer #site-info .creative a {
  color: #a6a8ab;
}
#footer #site-info .creative a:hover {
  color: #333333;
}
#footer .smallprint {
  float: right;
  color: #a6a8ab;
  font-size: .65em;
  margin-right: 5%;
}
.gallery {
  position: relative;
  *zoom: 1;
}
@media (max-width: 767px) {
  .gallery {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.gallery:before,
.gallery:after {
  display: table;
  content: "";
  line-height: 0;
}
.gallery:after {
  clear: both;
}
.gallery dl.gallery-item {
  position: absolute;
  margin: 0 !important;
  display: none;
}
@media (max-width: 767px) {
  .gallery dl.gallery-item {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.gallery dl.gallery-item dt.gallery-icon a {
  cursor: default;
}
.gallery dl.gallery-item dt.gallery-icon img {
  position: absolute;
  border: 0 !important;
  max-width: none;
}
@media (max-width: 767px) {
  .gallery dl.gallery-item dt.gallery-icon img {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.gallery dl.gallery-item dd.gallery-caption {
  display: none;
  position: absolute;
  bottom: 0;
  left: 20px;
  font-size: 12px;
  color: #333333;
  line-height: 25px;
  text-align: left;
}
@media (max-width: 767px) {
  .gallery dl.gallery-item dd.gallery-caption {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.gallery dl.gallery-item span.count {
  position: absolute;
  right: 20px;
  bottom: 0;
  font-size: 12px;
  line-height: 25px;
  color: #a6a8ab;
  text-align: right;
}
@media (max-width: 767px) {
  .gallery dl.gallery-item span.count {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.gallery .gallery-nav {
  text-align: right;
  padding-bottom: 20px;
}
.gallery .gallery-nav a {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 0 .5em;
  background: #696a6d;
}
.gallery .gallery-nav a.selected {
  background: #ff3333;
}
.gallery br {
  display: none;
}
.gform_wrapper {
  text-align: left;
  margin: 0 auto;
}
.gform_wrapper ul {
  list-style: none;
  margin: 0;
}
.gform_wrapper ul li {
  margin: 0;
}
.gform_wrapper .gsection {
  border-bottom: 3px solid #333333;
}
.gform_wrapper .gsection h2 {
  margin-top: 2.5em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.25em;
  font-weight: bold;
  font-style: italic;
  text-transform: lowercase;
}
.gform_wrapper .gform_description {
  font-size: 0.75em;
}
.gform_wrapper .gfield {
  margin: 1.875em 0;
}
.gform_wrapper span label {
  color: #696a6d;
  font-style: italic;
  font-size: .8125em;
  margin: .25em 0 1.5em !important;
}
.gform_wrapper label {
  font-weight: bold;
}
.gform_wrapper .ginput_container label {
  font-weight: normal;
  margin-top: 1em;
}
.gform_wrapper .ginput_right,
.gform_wrapper .gf_right_half {
  width: 50%;
  display: inline-block;
}
.gform_wrapper .ginput_left,
.gform_wrapper .gf_left_half {
  width: 48%;
  margin-right: 2%;
  display: inline-block;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"] {
  padding: 4px 6px !important;
  margin-bottom: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  width: 100%;
  font-size: 1.125em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gform_wrapper textarea {
  width: 100%;
}
.gform_wrapper select {
  margin-bottom: 0;
  width: 100%;
  font-size: 1.125em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gform_wrapper input.button {
  margin: 0;
  float: none;
  display: block;
}
.gform_wrapper .gfield_checkbox {
  line-height: 1em;
}
.gform_wrapper .gfield_checkbox label {
  display: inline;
  margin: 0;
}
.gform_wrapper .gfield_checkbox input[type=checkbox] {
  display: inline;
  margin: 0 .5em 0 0;
  vertical-align: middle;
}
.gform_wrapper .ginput_total {
  font-size: 1.5em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  color: #ff3333;
}
#gforms_confirmation_message {
  color: #00aced;
}
body.subnav-open {
  padding-top: 55px;
}
body.subnav-open #navbar #main-nav li a.hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 9px;
  background: transparent url('../../img/sprites-global.png') no-repeat -250px 0;
  overflow: hidden;
  top: 33px;
  left: 50%;
  margin-left: -8px;
}
@media (max-width: 767px) {
  body.subnav-open #navbar #main-nav li a.hover:after {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
body.subnav-open #secondary-nav {
  top: 55px;
}
body.subnav-open #main #banner > div {
  top: 110px;
}
body.videoOnPage #main #banner > div {
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  body.videoOnPage #main #banner > div {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
body.videoOnPage #footer #footer_image {
  background-attachment: scroll;
}
@media only screen and (min-width: 1900px) {
  .blog #content .span4 {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  #main {
    padding-bottom: 570px;
  }
  .page-contact article {
    width: 33.3333333%;
  }
  #footer {
    margin-top: -570px;
    height: 570px;
  }
  #footer #footer_image {
    height: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .archive .span4,
  .blog .span4 {
    width: 50%;
  }
  .single-cf_campaign .span8,
  .single-post .span8,
  .single-cf_campaign .span4,
  .single-post .span4 {
    float: none !important;
    width: 100%;
  }
  .single-cf_campaign .feature_img,
  .single-post .feature_img {
    margin: 80px 80px 0 80px;
  }
  .single-cf_campaign .feature_img img,
  .single-post .feature_img img {
    width: 100% !important;
  }
  .page-people article .entry-content {
    padding: 40px 0 20px !important;
  }
  .page-people article .entry-content > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-campaigns article .entry-content {
    padding: 40px 0 0 !important;
  }
  .page-campaigns article .entry-content > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer-template .span6 {
    float: none;
    width: 100%;
  }
  .footer-template #quote {
    padding-top: 50%;
  }
  .footer-template #quote > div {
    height: 75%;
    padding: 15% 10% 10% 15%;
  }
  .footer-template #contact {
    padding-top: 43.75%;
  }
  .footer-template #contact .entry-content {
    width: 70%;
    height: 86%;
    padding: 7% 15%;
  }
  .footer-template #resources {
    padding-top: 300%;
  }
}
@media only screen and (max-width: 979px) {
  #navbar .btn_donate a {
    padding: 0 1.5em;
  }
  #footer #footer_image {
    background-attachment: scroll;
    background-size: cover;
  }
}
@media only screen and (max-width: 860px) {
  line-height: 10px;#navbar #aux-nav {
    position: absolute;
    right: 0;
  }
  #navbar #aux-nav .btn_contact a {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 16px;
    margin-top: 20px;
    text-indent: -9999px;
    background: transparent url('../../img/sprites-global.png') no-repeat -400px 0;
    overflow: hidden;
  }
  #navbar #aux-nav .btn_contact a:hover {
    background-position: -400px -50px;
  }
  #navbar #aux-nav .btn_newsletter {
    display: none;
  }
  #footer {
    text-align: center;
  }
  #footer #footer_copy {
    height: 120px;
    text-align: center;
  }
  #footer #footer-nav {
    float: none;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }
  #footer #footer-nav ul {
    margin-right: 0;
  }
  #footer .site-description {
    float: none;
    margin: 10px 0;
    text-align: center;
  }
  #footer #site-info {
    float: none;
    margin-right: 0;
    margin-top: 0;
    text-align: center;
  }
  #footer #site-info .creative {
    padding-left: 5px;
  }
  #footer .smallprint {
    float: none;
    margin: 0 5%;
    text-align: center;
    line-height: 1.25em;
  }
}
@media only screen and (max-width: 860px) and (max-width: 767px) {
  #navbar #aux-nav {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 767px) {
  #navbar {
    position: absolute;
    z-index: 10;
    top: 0;
    height: 55px;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.33);
  }
  #navbar #main-nav {
    float: right;
  }
  #navbar #main-nav #main-nav-toggle {
    background: transparent url('../../img/sprites-global.png') no-repeat 15px -127px;
    overflow: hidden;
    width: 14px;
    height: 55px;
    float: right;
    padding: 0 15px;
    margin: 0 140px 0 0;
    text-indent: -9999px;
  }
  #navbar #main-nav > ul {
    display: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    background: #ffffff;
    text-align: center;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.33);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.33);
  }
  #navbar #main-nav li {
    position: relative;
    display: block;
    border-top: 1px solid #eeeeee;
  }
  #navbar #main-nav li a {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #navbar #main-nav li.current_page_parent a,
  #navbar #main-nav li.current-menu-ancestor a,
  #navbar #main-nav li.current-menu-item a {
    color: #fbae9e;
    font-weight: bold;
  }
  #navbar #main-nav li a:hover {
    color: #fbae9e;
  }
  #navbar #main-nav li .sub-menu {
    display: none;
    background: #fbae9e;
    margin: 0;
  }
  #navbar #main-nav li .sub-menu li {
    border: 0;
  }
  #navbar #main-nav li .sub-menu a {
    color: #ffffff !important;
    font-weight: normal;
  }
  #navbar #main-nav li .sub-menu li.current-menu-item a {
    font-weight: bold;
  }
  #navbar #main-nav li#menu-item-16.current_page_parent a,
  #navbar #main-nav li#menu-item-16.current-menu-ancestor a,
  #navbar #main-nav li#menu-item-16.current-menu-item a {
    color: #12858d;
  }
  #navbar #main-nav li#menu-item-16 a:hover {
    color: #12858d;
  }
  #navbar #main-nav li#menu-item-16 .sub-menu {
    background: #12858d;
  }
  #navbar #main-nav li#menu-item-15.current_page_parent a,
  #navbar #main-nav li#menu-item-15.current-menu-ancestor a,
  #navbar #main-nav li#menu-item-15.current-menu-item a {
    color: #ecc29a;
  }
  #navbar #main-nav li#menu-item-15 a:hover {
    color: #ecc29a;
  }
  #navbar #main-nav li#menu-item-15 .sub-menu {
    background: #ecc29a;
  }
  #navbar #main-nav li#menu-item-14.current_page_parent a,
  #navbar #main-nav li#menu-item-14.current-menu-ancestor a,
  #navbar #main-nav li#menu-item-14.current-menu-item a {
    color: #d45c51;
  }
  #navbar #main-nav li#menu-item-14 a:hover {
    color: #d45c51;
  }
  #navbar #main-nav li#menu-item-14 .sub-menu {
    background: #d45c51;
  }
  #navbar #main-nav li#menu-item-donate {
    background: #ffffff;
  }
  #navbar #main-nav li#menu-item-donate a {
    color: #ffffff;
    font-family: "EB Garamond", serif;
    font-weight: 800;
    font-color: white;
    /*text-transform: uppercase;*/
  }
  #navbar #main-nav li.current_page_parent .sub-menu,
  #navbar #main-nav li.current-menu-ancestor .sub-menu,
  #navbar #main-nav li.current-menu-item .sub-menu {
    display: block;
  }
  #navbar #main-nav li.current_page_parent#menu-item-16 .sub-menu,
  #navbar #main-nav li.current-menu-ancestor#menu-item-16 .sub-menu,
  #navbar #main-nav li.current-menu-item#menu-item-16 .sub-menu {
    background: #12858d;
  }
  #navbar #main-nav li.current_page_parent#menu-item-15 .sub-menu,
  #navbar #main-nav li.current-menu-ancestor#menu-item-15 .sub-menu,
  #navbar #main-nav li.current-menu-item#menu-item-15 .sub-menu {
    background: #ef72b5;
  }
  #navbar #main-nav li.current_page_parent#menu-item-14 .sub-menu,
  #navbar #main-nav li.current-menu-ancestor#menu-item-14 .sub-menu,
  #navbar #main-nav li.current-menu-item#menu-item-14 .sub-menu {
    background: #d45c51;
  }
  #secondary-nav {
    display: none;
  }
  body {
    padding: 0;
  }
  .container {
    margin: 0 1.25em;
  }
  #main #banner {
    height: 0;
    padding-top: 40%;
  }
  #main #banner > div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  #main article .entry-header {
    padding: 15px;
    margin-bottom: -30px;
  }
  #main article .entry-content {
    padding: 15px;
  }
  #infographic {
    padding: 30px 15px;
  }
  #main.page-careers #aside .entry-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #main.page-careers #careers-list {
    margin-left: 15px;
    margin-right: 15px;
  }
  #featured {
    height: auto;
  }
  #featured article {
    padding: 30px 15px 15px;
  }
  #featured aside {
    height: 280px;
  }
  #filter {
    text-align: center;
  }
  #filter ul {
    float: none;
  }
  #filter a {
    margin: 0 .5em;
  }
  #filter ul.post-categories,
  #filter p.catName {
    display: none;
  }
  .archive #content,
  .blog #content {
    width: auto;
    margin: 0 15px;
    padding: 0;
  }
  .archive #content article,
  .blog #content article {
    margin: 15px 0 2em;
  }
  .archive #content article .feature_img,
  .blog #content article .feature_img {
    margin-bottom: 1em;
    width: 100%;
  }
  .archive #content article .entry-content,
  .blog #content article .entry-content {
    height: auto;
  }
  .single-cf_campaign .feature_img,
  .single-post .feature_img {
    margin: 0 0 10px;
  }
  .single-cf_campaign .feature_img img,
  .single-post .feature_img img {
    width: 100% !important;
  }
  .page-contact article {
    width: 100%;
    float: none;
    height: auto;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #gmap {
    height: 275px;
  }
  .page-people article .feature_img {
    float: none;
    width: 100%;
  }
  .page-people article .entry-content {
    float: none;
    width: 100%;
    padding: 30px 0 !important;
  }
  .page-people article .entry-content > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-people article:nth-child(odd) .feature_img {
    float: none;
    text-align: left;
  }
  .page-campaigns article .feature_img {
    float: none;
    width: 100%;
  }
  .page-campaigns article .entry-content {
    float: none;
    width: 100%;
    padding: 30px 0 !important;
  }
  .page-campaigns article .entry-content > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-template #quote {
    height: auto;
    padding-top: 0;
  }
  .footer-template #quote > div {
    position: relative;
    width: 80%;
    padding: 4.5em 10% 3.5em 10%;
  }
  .footer-template #quote > div:before {
    left: 5%;
    top: .75em;
  }
  .footer-template #quote > div:after {
    margin-right: -7%;
  }
  .footer-template #contact {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .footer-template #contact .entry-content {
    position: relative;
    height: auto;
    width: auto;
    padding: 2em 15px;
  }
  .footer-template #resources {
    height: auto;
    padding-top: 0;
  }
  .footer-template #resources > div {
    position: relative;
    top: 0;
    left: 0;
    padding: 2em 0;
  }
  .footer-template #resources > div h3 {
    margin: 0 15px 20px;
  }
  .footer-template #resources > div ul {
    margin: 20px 15px 0;
  }
  #basic-template #quote {
    padding-top: 0;
  }
  #footer #footer_image {
    height: 0;
    padding-bottom: 66%;
  }
  #footer #footer_image img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #navbar {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #navbar #main-nav > ul {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #navbar #main-nav li {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #main #banner > div {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .footer-template #quote > div {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .footer-template #contact {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .footer-template #contact .entry-content {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .footer-template #resources > div {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 379px) {
  #navbar .btn_donate a {
    display: none;
  }
  #navbar #main-nav #main-nav-toggle {
    margin-right: 50px;
  }
}
body.home #main {
  padding-top: 623px;
}
body.home #banner {
  position: fixed;
  top: 55px;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
@media (max-width: 767px) {
  body.home #banner {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
body.home #banner .gallery {
  position: absolute;
  width: 100%;
  height: 623px;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.home #banner .gallery {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
body.home.subnav-open #banner {
  top: 110px;
}
body.home #banner-overlay {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  *zoom: 1;
}
body.home #banner-overlay:before,
body.home #banner-overlay:after {
  display: table;
  content: "";
  line-height: 0;
}
body.home #banner-overlay:after {
  clear: both;
}
body.home #banner-overlay nav {
  height: 50px;
  line-height: 50px;
  text-align: right;
  padding-right: 5%;
  width: 25%;
  float: right;
}
body.home #banner-overlay nav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #a6a8ab;
  margin-left: .5em;
}
body.home #banner-overlay nav a.selected {
  background: #ff3333;
}
body.home #banner-overlay .cta {
  float: left;
  width: 65%;
  padding-left: 5%;
  height: 50px;
  line-height: 50px;
  font-size: .75em;
  color: #ffffff;
}
body.home #banner-overlay .cta a {
  color: #ffffff;
}
body.home #post-home {
  position: relative;
  background: #ffffff;
  color: #ffffff;
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 767px) {
  body.home #post-home {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
body.home #post-home .entry-content {
  padding: 0 10%;
}
body.home #post-home h6,
body.home #post-home h1,
body.home #post-home a {
  color: #ffffff;
}
body.home #post-home h1 {
  margin-top: 0.625em;
}
body.home #post-home nav {
  margin-top: 40px;
  font-size: .916666667em;
}
body.home #post-home nav a {
  text-decoration: none;
  padding: 0 1em;
}
body.home #post-home nav a.btn_support {
  margin-left: -0.5em;
}
body.home #post-home nav a:before {
  display: block;
  position: relative;
  left: 50%;
  margin-left: -11px;
  content: "";
  width: 22px;
  height: 21px;
  padding: 0.5em 0;
}
@media (max-width: 767px) {
  body.home #post-home nav a:before {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
body.home #post-home nav a.btn_about:before {
  background: transparent url('../../img/sprites-global.png') no-repeat -300px -350px;
  overflow: hidden;
}
body.home #post-home nav a.btn_initiatives:before {
  background: transparent url('../../img/sprites-global.png') no-repeat -300px -250px;
  overflow: hidden;
}
body.home #post-home nav a.btn_support:before {
  background: transparent url('../../img/sprites-global.png') no-repeat -300px -150px;
  overflow: hidden;
  width: 24px;
}
body.home #post-home nav a:hover {
  color: #000000;
}
body.home #post-home nav a:hover.btn_about:before {
  background-position: -300px -400px;
}
body.home #post-home nav a:hover.btn_initiatives:before {
  background-position: -300px -300px;
}
body.home #post-home nav a:hover.btn_support:before {
  background-position: -300px -200px;
}
body.home #grid {
  width: 100%;
  background: #ffffff;
}
body.home #grid #news {
  position: relative;
  height: 560px;
  background: #5d67b4;
}
@media (max-width: 767px) {
  body.home #grid #news {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
body.home #grid #news .image {
  height: 275px;
  background-color: #5d67b4;
}
body.home #grid #news .blog-content {
  width: 76%;
  margin-left: 12%;
  padding-top: 45px;
}
body.home #grid #news .blog-content > * {
  color: #ffffff;
}
body.home #grid #news h2 {
  font-size: 1.5em;
}
body.home #grid .aside {
  position: relative;
  height: 215px;
  background: #333333;
  padding-top: 60px;
}
@media (max-width: 767px) {
  body.home #grid .aside {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
body.home #grid .aside > * {
  width: 88%;
  margin-left: 6%;
  color: #ffffff;
}
body.home #grid .link {
  position: relative;
  height: 275px;
  background: #ffbe33 url('../../img/graphic-home-circles.png') no-repeat center top;
  padding-top: 60px;
}
@media (max-width: 767px) {
  body.home #grid .link {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
body.home #grid .link > * {
  width: 76%;
  margin-left: 12%;
  color: #ffffff;
}
body.home #grid .link h2 {
  font-size: 1.5em;
}
body.home #grid .juiz_last_tweet_widget {
  height: 275px;
  background: #ffffff;
}
body.home #grid .span5 .image {
  height: 325px;
}
body.home #grid .span7 .image {
  height: 610px;
}
body.home #grid .readmore {
  position: absolute;
  bottom: 20px;
  right: 24px;
  margin-right: 0;
}
@media (max-width: 767px) {
  body.home #grid .readmore {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media only screen and (min-width: 1800px) {
  body.home #main {
    padding-top: 823px;
  }
  body.home #banner .gallery {
    height: 823px;
  }
}
@media only screen and (min-width: 1400px) {
  
}
@media only screen and (min-width: 1200px) {
  body.home #grid #news .blog-content {
    padding-top: 60px;
  }
  body.home #grid .link h2 {
    font-size: 2.25em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  body.home #grid #news .blog-content {
    padding-top: 15px;
  }
  body.home #grid #news h6 {
    display: none;
  }
  body.home #grid .aside {
    height: 260px;
    padding-top: 15px;
  }
  body.home #grid .aside h6 {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  body.home #banner {
    position: fixed;
    top: 55px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
  }
  body.home #banner .gallery {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    overflow: hidden;
  }
}
@media only screen and (max-width: 979px) and (max-width: 767px) {
  body.home #banner {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 979px) and (max-width: 767px) {
  body.home #banner .gallery {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 767px) {
  body.home #banner {
    position: absolute;
  }
  body.home #post-home h1 {
    font-size: 2.25em;
  }
  body.home #grid #news {
    height: auto;
    padding-bottom: 3em;
  }
  body.home #grid #news h2 {
    font-size: 2.25em;
  }
  body.home #grid .aside {
    height: auto;
    padding-bottom: 3em;
  }
  body.home #grid .aside > * {
    width: 76%;
    margin-left: 12%;
    color: #ffffff;
  }
  body.home #grid .link {
    height: auto;
    padding-bottom: 3em;
  }
  body.home #grid .link h2 {
    font-size: 2.25em;
  }
  body.home #grid .juiz_last_tweet_widget {
    height: auto;
    padding-bottom: 5.8125em;
  }
  body.home #grid .juiz_last_tweet_widget .juiz_last_tweet_follow_us {
    top: 2.5em;
  }
  body.home #grid .span7 .image {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  body.home #banner {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 640px) {
  body.home #main {
    padding-top: 275px;
  }
  body.home #banner .gallery {
    height: 275px;
  }
  body.home #banner-overlay .cta {
    display: none;
  }
  body.home #banner-overlay nav {
    text-align: center;
    padding-right: 0;
    width: 100%;
    float: none;
  }
  body.home #banner-overlay nav a:first-child {
    margin-left: 0;
  }
  body.home #grid #news h2 {
    font-size: 1.5em;
  }
  body.home #grid .link h2 {
    font-size: 1.5em;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #navbar hgroup .site-title a {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 960px 960px;
  }
  #navbar .btn_newsletter a {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 960px 960px;
  }
  #navbar .btn_contact a {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 960px 960px;
  }
  p.readmore a,
  a.readmore {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 960px 960px;
  }
  aside.juiz_last_tweet_widget .juiz_last_tweet_follow_us a {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 960px 960px;
  }
  body.subnav-open #navbar #main-nav li a.hover:after {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 960px 960px;
  }
  body.home #post-home nav a.btn_about:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 960px 960px;
  }
  body.home #post-home nav a.btn_initiatives:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 960px 960px;
  }
  body.home #post-home nav a.btn_support:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 960px 960px;
  }
  #main.page-careers #filter a.external:before,
  #main.page-careers #filter a.internal:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 960px 960px;
  }
  #main.page-careers #careers-list.external article h2:before,
  #main.page-careers #careers-list.internal article h2:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 960px 960px;
  }
  body.single-cf_career #filter a.external,
  body.single-cf_career #filter a.internal {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 960px 960px;
  }
  #featured .meta .press-release,
  .meta .press-release,
  #featured .meta .news,
  .meta .news {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 960px 960px;
  }
  #filter li.cat-item-42 a,
  #filter li.cat-item-18 a {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 960px 960px;
  }
  .single-cf_campaign #filter li.cat-item-42 a,
  .single-post #filter li.cat-item-42 a,
  .single-cf_campaign #filter li.cat-item-18 a,
  .single-post #filter li.cat-item-18 a {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 960px 960px;
  }
  .footer-template #resources li:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 960px 960px;
  }
}
@media only screen and (max-width: 860px) {
  #navbar #aux-nav .btn_contact a {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 960px 960px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) {
  #navbar #main-nav #main-nav-toggle {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 960px 960px;
  }
}
.print_only {
  display: none;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.text_center {
  text-align: center !important;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.collapse_children_vertical * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.collapse_children_horizontal * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}