/*!
* Bootstrap v2.1.1
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/

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 {
    width: auto\9;
    height: auto;
    max-width: 100%;
    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;
}

.clearfix {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

body {
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    background-color: #ffffff;
    padding-top: 170px;
    background: #eeeeee;
}

a {
    color: #888888;
    text-decoration: none;
}

a:hover {
    color: #107c3e;
    text-decoration: underline;
}

.touchscreen a:hover{
    text-decoration: none;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 1200px;
    margin: 0 auto;
    background: white;
}

.navbar-fixed-top .container,
.navbar-fixed-bottom .container{
    padding-bottom: 0px;
    box-shadow: 0px -2px 5px #888888;
    -moz-box-shadow: 0px -2px 5px #888888;
    -webkit-box-shadow: 0px -2px 5px #888888;
}



.container{
    padding-bottom: 30px;
    box-shadow: 0px 3px 5px #888888;
    -moz-box-shadow: 0px 3px 5px #888888;
    -webkit-box-shadow: 0px 3px 5px #888888;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container{
    background: white;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container{
    background: white;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 30px;
}

small {
    font-size: 85%;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

cite {
    font-style: normal;
}

.muted {
    color: #999999;
}

.text-warning {
    color: #c09853;
}

.text-error {
    color: #b94a48;
}

.text-info {
    color: #3a87ad;
}

.text-success {
    color: #468847;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

h1 {
    font-size: 36px;
    line-height: 40px;
}

h2 {
    font-size: 30px;
    line-height: 40px;
}

h3 {
    font-size: 24px;
    line-height: 40px;
}

h4 {
    font-size: 18px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 20px;
}

h1 small {
    font-size: 24px;
}

h2 small {
    font-size: 18px;
}

h3 small {
    font-size: 14px;
}

h4 small {
    font-size: 14px;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

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

li {
    line-height: 20px;
}

ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}

dl {
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 10px;
}

.dl-horizontal {
    *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
    display: table;
    line-height: 0;
    content: "";
}

.dl-horizontal:after {
    clear: both;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-left: 180px;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}

abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}

blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

blockquote small {
    display: block;
    line-height: 20px;
    color: #999999;
}

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: 20px;
    font-style: normal;
    line-height: 20px;
}

code,
pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

pre.prettyprint {
    margin-bottom: 20px;
}

pre code {
    padding: 0;
    color: inherit;
    background-color: transparent;
    border: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

form {
    margin: 0 0 20px;
}

#menu-main-menu form{
    margin: 0;
    padding: 8px 0px 0px;
}

/*#menu-main-menu #menu-item-20{
    display: none;
}
*/
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

legend small {
    font-size: 15px;
    color: #999999;
}

input,
button,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
    display: block;
    margin-bottom: 5px;
}

textarea {
    height: auto;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    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;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

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: #999999;
    cursor: not-allowed;
    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);
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}

.uneditable-textarea {
    width: auto;
    height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

.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: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 46px;
}

.controls-row {
    *zoom: 1;
}

.controls-row:before,
.controls-row:after {
    display: table;
    line-height: 0;
    content: "";
}

.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;
}

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;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    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-radius-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: 44px;
    margin-left: 0;
}

.table .span2 {
    float: none;
    width: 124px;
    margin-left: 0;
}

.table .span3 {
    float: none;
    width: 204px;
    margin-left: 0;
}

.table .span4 {
    float: none;
    width: 284px;
    margin-left: 0;
}

.table .span5 {
    float: none;
    width: 364px;
    margin-left: 0;
}

.table .span6 {
    float: none;
    width: 444px;
    margin-left: 0;
}

.table .span7 {
    float: none;
    width: 524px;
    margin-left: 0;
}

.table .span8 {
    float: none;
    width: 604px;
    margin-left: 0;
}

.table .span9 {
    float: none;
    width: 684px;
    margin-left: 0;
}

.table .span10 {
    float: none;
    width: 764px;
    margin-left: 0;
}

.table .span11 {
    float: none;
    width: 844px;
    margin-left: 0;
}

.table .span12 {
    float: none;
    width: 924px;
    margin-left: 0;
}

.table .span13 {
    float: none;
    width: 1004px;
    margin-left: 0;
}

.table .span14 {
    float: none;
    width: 1084px;
    margin-left: 0;
}

.table .span15 {
    float: none;
    width: 1164px;
    margin-left: 0;
}

.table .span16 {
    float: none;
    width: 1244px;
    margin-left: 0;
}

.table .span17 {
    float: none;
    width: 1324px;
    margin-left: 0;
}

.table .span18 {
    float: none;
    width: 1404px;
    margin-left: 0;
}

.table .span19 {
    float: none;
    width: 1484px;
    margin-left: 0;
}

.table .span20 {
    float: none;
    width: 1564px;
    margin-left: 0;
}

.table .span21 {
    float: none;
    width: 1644px;
    margin-left: 0;
}

.table .span22 {
    float: none;
    width: 1724px;
    margin-left: 0;
}

.table .span23 {
    float: none;
    width: 1804px;
    margin-left: 0;
}

.table .span24 {
    float: none;
    width: 1884px;
    margin-left: 0;
}

.table tbody tr.success td {
    background-color: #dff0d8;
}

.table tbody tr.error td {
    background-color: #f2dede;
}

.table tbody tr.warning td {
    background-color: #fcf8e3;
}

.table tbody tr.info td {
    background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
    background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
    background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
    background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
    background-color: #c4e3f3;
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle {
    *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.dropdown-menu a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.touchscreen .dropdown-menu li > a:hover,
.touchscreen .dropdown-menu li > a:focus,
.touchscreen .dropdown-submenu:hover > a {
    color: #333333;
    text-decoration: none;
    background-color: #e5e5e5;
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
    color: #999999;
}

.dropdown-menu .disabled > a:hover {
    text-decoration: none;
    cursor: default;
    background-color: transparent;
}

.open {
    *z-index: 1000;
}

.open > .dropdown-menu {
    display: block;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown .dropdown-menu .nav-header {
    padding-right: 20px;
    padding-left: 20px;
}

.typeahead {
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.collapse.in {
    height: auto;
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.btn .caret {
    margin-top: 8px;
    margin-left: 0;
}

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
    margin-top: 6px;
}

.btn-large .caret {
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
}

.dropup .btn-large .caret {
    border-top: 0;
    border-bottom: 5px solid #000000;
}

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

.nav > li {
    background: url(../img/dot.png) no-repeat left center; 
}

.nav > li:first-child{
    background: none;
}

.nav > li > a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #888888;
    font-size: 14px;
    font-weight: 500;
}

.nav > li > a:hover,
.nav > li.current-menu-item > a {
    color: #107c3e;
    text-decoration: none;
}

.touchscreen .nav > li > a:hover{
    color: #888888;
}

.navbar-fixed-top .container .nav{
    padding: 65px 0px;
}

.navbar .nav > li {
    float: left;
    padding-right: 10px;
    padding-left: 18px;
}

.navbar .nav > li.menu-item-19{
    padding-right: 10px;
}

.navbar .nav > li.menu-item-18,
.navbar .nav > li.menu-item-type-custom{
    background: none;
}

.navbar .nav > li.menu-item-18{
    padding-left: 10px;
}

.navbar .nav > li.menu-item-type-custom{
    padding-right: 0;
    padding-left: 8px;
}

.navbar .nav > li.menu-item-type-custom > a{
    background: none repeat scroll 0 0 #BFD72F;
    color: #FFFFFF;
    margin-top: 5px;
    padding: 5px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.submenu .submenu-item#psas-submenu-item a{
    padding: 5px 7px;
    margin-top: 5px;
}

.navbar .nav > li.menu-item-type-custom > a:hover,
.submenu .submenu-item#psas-submenu-item a:hover,
.submenu .submenu-item.current-page#psas-submenu-item a{
    background: #107c3e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
}

.touchscreen .navbar .nav > li.menu-item-type-custom > a:hover,
.touchscreen .submenu .submenu-item#psas-submenu-item a:hover{
    background: none repeat scroll 0 0 #BFD72F;
}

.navbar .nav > li > a {
    float: none;
    padding: 10px 3px;
}

.navbar .nav > li button,
#donate-submenu-item button{
    color: white;
    border: 0 none;
    color: #FFFFFF;
    margin-top: -5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 10px 15px;
    background: #bfd72f;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    line-height: 100%;
}

#donate-submenu-item button{
    padding: 5px 7px;
    font-size: 12px;
    margin-top: -1px;
    font-weight: 500;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.navbar .nav > li button:hover,
#donate-submenu-item button:hover{
    background: #107c3e;
}

.nav > .pull-right {
    float: right;
}

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.nav li + .nav-header {
    margin-top: 9px;
}

.nav-list {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
    margin-right: -15px;
    margin-left: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
    padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #0088cc;
}

.nav-list [class^="icon-"] {
    margin-right: 2px;
}

.nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
    *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
    display: table;
    line-height: 0;
    content: "";
}

.nav-tabs:after,
.nav-pills:after {
    clear: both;
}

.nav-tabs > li,
.nav-pills > li {
    float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
    color: #ffffff;
    background-color: #0088cc;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li > a {
    margin-right: 0;
}

.nav-tabs.nav-stacked {
    border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover {
    z-index: 2;
    border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.nav .dropdown-toggle .caret {
    margin-top: 6px;
    border-top-color: #0088cc;
    border-bottom-color: #0088cc;
}

.nav .dropdown-toggle:hover .caret {
    border-top-color: #005580;
    border-bottom-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover {
    cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
    color: #ffffff;
    background-color: #999999;
    border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav > .disabled > a {
    color: #999999;
}

.nav > .disabled > a:hover {
    text-decoration: none;
    cursor: default;
    background-color: transparent;
}

.navbar {
    *position: relative;
    *z-index: 2;
    margin-bottom: 20px;
    overflow: visible;
    color: #777777;
}

.navbar-inner {
    min-height: 40px;
    *zoom: 1;
}

.navbar-inner:before,
.navbar-inner:after {
    display: table;
    line-height: 0;
    content: "";
}

.navbar-inner:after {
    clear: both;
}

.navbar .container {
    width: auto;
}

.nav-collapse.collapse {
    height: auto;
}

.navbar .brand {
    display: block;
    float: left;
    padding: 25px 25px 25px 0px;
    height: 120px;
}

.navbar .brand img{
    height: 100%;
    width: auto;
}

.navbar .brand:hover {
    text-decoration: none;
}

.navbar-text {
    margin-bottom: 0;
    line-height: 40px;
}

.navbar-link {
    color: #777777;
}

.navbar-link:hover {
    color: #333333;
}

.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {
    margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
    margin-top: 0;
}

.navbar-form {
    margin-bottom: 0;
    *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
    display: table;
    line-height: 0;
    content: "";
}

.navbar-form:after {
    clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
    margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
    display: inline-block;
    margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
    margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
    margin-top: 6px;
    white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
    margin-top: 0;
}

.navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
}

.navbar-search .search-query {
    padding: 4px 14px;
    margin-bottom: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.navbar-static-top {
    position: static;
    width: 100%;
    margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
    padding-right: 0;
    padding-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-bottom {
    bottom: 0;
}

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
}

.navbar .nav.pull-right {
    float: right;
    margin-right: 0;
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px;
}

.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-right: 5px;
    margin-left: 5px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    *background-color: #e5e5e5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #e5e5e5;
    *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
    background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.navbar .nav > li > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
    top: auto;
    bottom: -7px;
    border-top: 7px solid #ccc;
    border-bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
    top: auto;
    bottom: -6px;
    border-top: 6px solid #ffffff;
    border-bottom: 0;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #555555;
    background-color: #e5e5e5;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #777777;
    border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
    right: 12px;
    left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
    right: 13px;
    left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
    right: 100%;
    left: auto;
    margin-right: -1px;
    margin-left: 0;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-inverse {
    color: #999999;
}

.navbar-inverse .navbar-inner {
    background-color: none;
}

.navbar-inverse .navbar-link {
    color: #999999;
}

.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    color: #ffffff;
    background-color: #111111;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #999999;
    border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
    color: #ffffff;
    background-color: #515151;
    border-color: #111111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
    color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
    color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333333;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #ffffff;
    border: 0;
    outline: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .btn-navbar {
    color: #ffffff;
    background: #BFD72F;
    border: 0 none;
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
    background-color: #107C3e;
}

.touchscreen .navbar-inverse .btn-navbar:hover,
.touchscreen .navbar-inverse .btn-navbar:active,
.touchscreen .navbar-inverse .btn-navbar.active,
.touchscreen .navbar-inverse .btn-navbar.disabled,
.touchscreen .navbar-inverse .btn-navbar[disabled]{
    background: #BFD72F !important;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
    background-color: #000000 \9;
}

.modal-open .modal .dropdown-menu {
    z-index: 2050;
}

.modal-open .modal .dropdown.open {
    *z-index: 2050;
}

.modal-open .modal .popover {
    z-index: 2060;
}

.modal-open .modal .tooltip {
    z-index: 2080;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin: -250px 0 0 -280px;
    overflow: auto;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.modal.fade {
    top: -25%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
    top: 50%;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

.modal-header .close {
    margin-top: 2px;
}

.modal-header h3 {
    margin: 0;
    line-height: 30px;
}

.modal-body {
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    line-height: 0;
    content: "";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.affix {
    position: fixed;
}

.video{
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden;
    width: 100%;
}

.video iframe,
.video object,
.video embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*** HOME **/
#home .video-wrapper,
#home .image-wrapper{
    width: 100%;
    height: auto;
    position: relative;
    cursor: pointer;
}

#home .video-wrapper img,
#home .image-wrapper img{
    width: 100%;
    height: auto;
}

#home .video-wrapper .video-holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#home .video-wrapper .video-holder.relative-it{
    height: auto;
    position: relative;
}

#home .image-wrapper .caption,
#home .video-wrapper .caption{
    width: 100%;
    height: auto;
    background: url(../img/caption-back.png) repeat;
    text-align: center;
    line-height: 56px;
    color: white;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    left: 0;
    bottom: 0;
}

#home .image-wrapper .caption p,
#home .video-wrapper .caption p{
    padding: 0;
    margin: 0;
}

#home .image-wrapper .caption strong,
#home .video-wrapper .caption strong{
    font-weight: 600;
}

#home h1{
    margin: 0 0 10px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    text-align: center;
    color: #107c3e;
    font-weight: 800;
    margin-top: 70px;
}

#home .page-content{
    color: #505050;
    text-align: center;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 34px;
    width: 94%;
    margin: 0 auto 20px auto;
    padding-top: 0;
}

#home .blocks .block{
    height: auto;
    float: left;
    position: relative;
}

#home .blocks .block img{
    width: 100%;
    height: auto;
}

/*** FOOTER ***/
footer{
    width: 91.25%;
    margin: 70px auto 0px auto;
}

footer .top{
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}

footer .top strong{
    font-weight: 600;
}

footer .middle{
    width: 61%;
    padding: 20px 0;
    margin: 0 auto;
}

footer .middle #join-mailing-list{
    width: 33%;
    height: auto;
    display: block;
    float: left;
}

footer .middle #join-mailing-list img{
    width: 100%;
    height: auto;
}

footer .middle .social-wrap{
    width: 37%;
    float: left;
    text-align: center;
}

footer .middle .social-wrap a{
    width: 12%;
    display: block;
    float: left;
    margin-right: 1.5%;
}

footer .middle .social-wrap a img{
    width: 100%;
    height: auto;
}

footer .middle .social-wrap a#facebook{
    margin-left: 3%; 
}

footer .middle .social-wrap a#youtube{
    margin-right: 3%;
}


footer .middle #searchform{
    margin: 0;
    float: left;
    width: 30%;
    display: block;
} 

footer .middle #searchform #s{
    margin: 0;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    border-top: 2px solid #cfcfcf;
    border-left: 2px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    padding: 3px 0;
}

footer .middle #searchform #searchsubmit{
    display: none; 
}

.hoverable .normal{
    display: inline;
}

.hoverable .hover{
    display: none;
}

.hoverable:hover .normal{
    display: none;
}

.hoverable:hover .hover,
.block.hoverable .hover{
    display: inline;
}

.touchscreen .hoverable:hover .normal,
.block.hoverable:hover .normal {
    display: inline;
}

.touchscreen .hoverable:hover .hover{
    display: none;
}

.block.hoverable .normal{
    position: relative;
    z-index: 2;
}

.block.hoverable .hover{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
}

footer .footer-nav{
    text-align: center;
}

footer .footer-nav > li{
    display: inline;
}

footer .footer-nav > li > a{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #4d4d4d;
}

footer .footer-nav > li > a:hover{
    text-decoration: none;
    color: #107c3e;
}

.touchscreen footer .footer-nav > li > a:hover{
    color: #4d4d4d;
}

footer .footer-nav > li.menu-item-32{
    padding-left: 25px;
    background: url(../img/footer-dot.png) no-repeat 7px 6px;
}

/*** PAGES ***/
.header-image,
.header-image img{
    width: 100%;
    height: auto;
}

.submenu{
    height: 55px;
    width: 100%;
    background: #eeeeee;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #707070;
}

.submenu .submenu-item{
    display: inline;
    padding: 0 10px;
}

.submenu .submenu-item a{
    line-height: 55px;
    color: #707070;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.15em;
}

.submenu .submenu-item a span{
    text-transform: none;
}

.submenu .submenu-item a:hover,
.submenu .submenu-item.current-page a{
    color: #107c3e;
    text-decoration: none;
}

.touchscreen .submenu .submenu-item a:hover{
    color: #707070;
}

.submenu .submenu-item form{
    display: inline;
    margin: 0;
}

.page-content{
    padding: 50px 0;
    width: 819px;
    margin: 0 auto;
} 

.page-content h1{
    font-size: 39px;
    color: #4c4c4c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 100%;
}

.page-content .page-text{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px;
}

#single .page-content .page-text{
    font-style: normal;
    color: #222222;
}

#single .page-content .page-text img{
    display: block;
    float: left;
    margin: 0 20px 20px 0;
}

#default-page .page-content .page-text{
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
}

#default-page .page-content .page-text ol,
#default-page .page-content .page-text ol li{
    margin-bottom: 10px;
}

#default-page .page-content .page-text ol li > ol{
    padding-left: 30px;
}

.page-content .page-text a{
    color: #107c3e;
    font-weight: 600;
}

.page-content .page-text.no-bottom-margin{
    margin-bottom: 0;
}

.page-content h2{
    color: #4c4c4c;
    font-size: 30px;
    padding: 0;
    line-height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.page-content h2.spaced{
    margin-bottom: 50px;
}

#mission .page-content h2{
    margin: 40px 0 20px 0;
}

.page-content h3{
    color: #4c4c4c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 41px;
}

.page-content .caption{
    margin: 25px 0 35px;
    font-size: 18px;
    color: #454545;
    line-height: 23px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.page-content .videos-wrap,
.page-content .photos-wrap{
    width: 100%;
    height: auto;
}

.page-content .videos-wrap .video-block,
.page-content .photos-wrap .photo-block{
    width: 31%;
    height: auto;
    float: left;
    cursor: pointer;
}

.page-content .videos-wrap .video-block img,
.page-content .photos-wrap .photo-block img{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.page-content .videos-wrap .video-block .title,
.page-content .photos-wrap .photo-block .title{
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

/*** COLAPSSIBLE CONTENT ***/

.collapsible{
    width: 100%;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.collapsible h4{
    background: url(../img/arrow.png) no-repeat 97% center;
    background-color: #f6f6f6;
    border-top: 1px solid #d9d9d9;
    color: #666666;
    text-transform: uppercase;
    padding: 10px 6% 10px 3.6%;
    line-height: 30px;
    margin: 0 0 0;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.collapsible h4.ui-state-active{
    color: #107c3e;
    background-image: url(../img/arrow-open.png);
}

.collapsible .list-item{
    padding: 4% 3.6%;
    border-top: 1px solid #d9d9d9;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.collapsible .list-item li{
    list-style-position: inside;
}

#readinglist .collapsible .list-item li{
    color: #4c4c4c;
}

.collapsible .list-item li strong{
    font-weight: 600;
}

.collapsible .list-item li a{
    color: #107C3E;
}

.important-note{
    color: #666666;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.footnote{
    margin-top: 35px;
}

/*** CHOOSE YOUR WORDS ***/

#choose-your-words ul,
#choose-your-words .bottom-text{
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    list-style-position: inside;
    font-size: 18px;
}

#choose-your-words ul li{
    margin-bottom: 40px;
}

#choose-your-words .bottom-text{
    font-weight: 600
}

/*** BOARD & STAFF ***/

.member-section{
    width: 100%;
    margin-bottom: 10px;
}

.member-section.smaller{
    margin-bottom: 35px;
}

.member-section .member,
.partners .partner {
    width: 100%;
    margin-bottom: 40px;
}

.member-section .member.smaller,
.partners .partner.smaller{
    margin-bottom: 15px;
}

.member-section .member .image-wrap,
.partners .partner .image-wrap{
    width: 14%;
    margin-right: 4%;
    float: left;
}

.member-section .member .image-wrap img,
.partners .partner .image-wrap img{
    width: 100%;
    height: auto;
}

.member-section .member .member-info,
.partners .partner .partner-info {
    width: 82%;
    color: #4c4c4c;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    float: left;
}

.member-section .member .member-info strong{
    font-weight: 600;
}

.member-section .member .name,
.partners .partner .title,
.member-section .member .org{
    line-height: 22px;
}

#contributors .questionnaire-wrap{
    margin-bottom: 10px;
}

.member-section .member .bio,
.partners .partner .description,
#contributors .questionnaire{
    display: none;
    margin-top: 25px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.show-hide-bio,
.show-hide-desc,
.show-hide-questionnaire{
    color: #107c3e;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
}

/*** POST LIST ***/

.post-wrap{
    width: 100%;
}

.post-wrap .post{
    margin-bottom: 80px;
}

.post-wrap .post .image-wrap{
    width: 16%;
    height: auto;
    float: left;
    margin-right: 4%;
}

.post-wrap .post .image-wrap img{
    width: 100%;
    height: auto;
}

.post-wrap .post .post-info{
    width: 80%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    float: left;
    line-height: 26px;
}

.post-wrap .post .post-info.larger{
    width: 100%;
}

.post-wrap .post .post-info .post-excerpt{
    margin-bottom: 15px;
}

.post-wrap .post .post-info.larger{
    width: 100%;
}

.post-wrap .post .read-more{
    color: #107c3e;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: 16px;
}

/*** CONTACT ***/

#contact{
    font-family: 'Open Sans', sans-serif;    
}

#contact .contact-info,
#contact .additional-info{
    color: #666666;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 40px;
}

#contact .additional-info{
    color: #4c4c4c;
}

#contact .contact-info p{
    margin-bottom: 15px;
}

#contact .additional-info p{
    margin-bottom: 20px;
}

#contact .contact-info p a,
#contact .additional-info p a{
    color: #107c3e; 
}

#contact .additional-info p a{
    font-weight: 600;
}

.contact-section .section-text{
    font-size: 16px;
    line-height: 26px;
}

.contact-section .section-text p{
    margin-bottom: 30px;
}

.contact-section .section-text a{
    color: #107c3e;
    font-weight: 600;
    font-style: italic;
}

.gray-subsection{
    outline: 1px solid #d9d9d9;
    background: #f6f6f6;
    padding: 4% 6%;
}

.contact-section .contact-subsections h3{
    font-size: 20px;
    line-height: 41px;
    color: #4c4c4c;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-section .contact-subsections .contact-subsection{
    margin-bottom: 40px;
}

.contact-section .contact-subsections .row-header,
.contact-section .contact-subsections .row-content, 
.contact-section .contact-subsections .row-header a{
    font-size: 14px;
    line-height: 20px;
}

#plan-en-event .contact-section .contact-subsections .row-content{
    margin-bottom: 14px;
}


#plan-en-event .contact-section .contact-subsections .row-content.empty-header p:before{
    content: " - ";
}

#plan-en-event .contact-section .contact-subsections .row-content.empty-header p{
    margin-left: 20px;
}

.contact-section .contact-subsections .row-content p{
    margin-bottom: 0px;
}

#contact .contact-section .contact-subsections .row-content{
    width: 50%;
}

#contact .contact-section .contact-subsections .subsection-text .inner-wrap{
    width: 66%;
}

.contact-section .contact-subsections .row-header a{
    color: #107c3e;
}

#contact .contact-us-form,
#share-story .share-story-form,
#spread-the-word .spread-the-word-form{
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.has-form .gform_wrapper span.gform_description,
#take-the-pledge h2,
#plan-en-event h2{
    font-size: 30px;
    line-height: 41px;
    color: #4c4c4c;
    font-weight: 600;
}

.has-form .gform_wrapper ul li.gfield.floater{
    float: left;
    position: relative;
    clear: none;
    margin: 0 25px 25px 0;
    width: 210px;
}

.has-form .gform_wrapper ul li.gfield.pae-note{
    font-size: 16px;
}

.has-form .gform_wrapper ul li.gfield.request-flag label,
.has-form .gform_wrapper ul li.gfield.pae-note strong,
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label{
    font-size: 16px;
    font-weight: 600;
}

.has-form .gform_wrapper ul li.gfield.request-flag label,
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label{
    line-height: 17px !important;
}

.has-form .gform_wrapper li.gfield.floater input.small{
    width: 100%;
}

.has-form .gform_wrapper .top_label .gfield_label,
.has-form .gform_wrapper .field_sublabel_above .ginput_complex label,
.has-form .gform_wrapper h3{
    text-transform: uppercase;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    font-weight: 600;
}

.has-form .gform_wrapper li.gfield input,
.has-form .gform_wrapper li.gfield textarea{
    padding: 13px 10px;
    font-size: 13px;
}

.has-form .gform_wrapper li.gfield input,
.has-form .gform_wrapper li.gfield textarea{
    outline: 1px solid #c9c9c9;
    border: 0 none;
    background: #f6f6f6;
    margin: 1px;
}

.has-form .gform_wrapper li.gfield input[type="file"]{
    background: none;
    border: 0 none;
    outline: 0 none;
    padding: 0;
    opacity: 0;
    position: relative;
    z-index: 10;
    width: 125px;
    height: 55px;
    cursor: pointer;
}

.has-form .gform_wrapper li.gfield.featured-image{
    position: relative;
}

.has-form .gform_wrapper li.gfield.featured-image .button{
    position: absolute;
    top: 40px;
    left: 0; 
    z-index: 1; 
}

.has-form .gform_wrapper li.gfield.featured-image .file-label{
    position: absolute;
    top: 40px;
    height: 55px;
    line-height: 55px;
    left: 150px;
}

.has-form .gform_wrapper li.gfield.featured-image:hover .button{
    color: #107c3e;
}

.has-form .gform_wrapper li.gfield,
.has-form .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, 
.has-form .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span{    
    margin-bottom: 25px;
}

.has-form .gform_wrapper li.gfield.contact-wrapper {
    margin-bottom: 0px;
}

.has-form .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_last{
    margin-bottom: 10px;
}

.has-form .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {    
    display: block !important;
}

.has-form .gform_wrapper li.gfield.contact-wrapper .gfield_label{
    display: none;
}

.has-form .gform_wrapper ul.gform_fields li.gfield select{
    margin-bottom: 1px;
    outline: 1px solid #c9c9c9;
    border: 0 none;
    background: #f6f6f6;
        padding: 0px 10px;
    font-size: 13px;
    height: 44px;
        width: 97.5% !important;
}

.has-form .gform_wrapper li.gfield.take-the-pledge .gfield_label{
    display: none;
}

.has-form .gform_wrapper li.gfield.take-the-pledge .gfield_checkbox label{
    text-transform: uppercase;
    font-size: 16px;
    color: #666666;
    font-weight: 600;
    padding-left: 40px;
    background: url(../img/check-box-mask.png) no-repeat left bottom;
    line-height: 30px !important;
    margin-left: 0;
}

.has-form .gform_wrapper li.gfield.take-the-pledge .gfield_checkbox label.off{
    background-position: left top;
}

.has-form .gform_wrapper li.gfield.take-the-pledge #choice_6_1{
    position: absolute;
    top: 0;
    left: -99999px;
}

.has-form .gform_wrapper li.gfield.clearfix{
    margin: 0;
    padding: 0;
}

.has-form .gform_wrapper li.gfield.email input,
.gform_wrapper li.gfield.medium-field input,
.has-form .gform_wrapper li.gfield.video-url input,
.has-form .gform_wrapper li.gfield.comment textarea,
.has-form .gform_wrapper li.gfield.friends-emials textarea{
    width: 445px;
    max-width: 100%;
}

.has-form .gform_wrapper .datepicker{
    width: 445px !important;
    max-width: 100% !important;
}

.has-form .gform_wrapper .gform_footer input[type=submit],
.button{
    outline: 1px solid #c9c9c9;
    border: 0 none;
    background: #f6f6f6;
    padding: 17px 19px;
    text-transform: uppercase;
    font-size: 18px;
    color: #4c4c4c;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0.07em;
}

.has-form .gform_wrapper .gform_footer input[type=submit]:hover{
    color: #107c3e;
}

.touchscreen .has-form .gform_wrapper .gform_footer input[type=submit]:hover{
    color: #4c4c4c;
}

.button:hover{
    outline: 1px solid #c9c9c9;
    border: 0 none;
    background: #f6f6f6;
    padding: 17px 19px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0.07em;
    color: #107c3e;
    text-decoration: none;
}

.download-button{
    margin: 20px 0 40px 0;
}

.download-button a{
    display: block;
    float: left;
}

/*** READ STORIES ***/

.has-tags .tag-post-wrap{
    width: 100%; 
}

.has-tags .tag-post-wrap .tag-post{
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 40px;
}

.has-tags .tag-post-wrap .tag-post .image-wrap{
    margin-bottom: 10px;
}

.has-tags .tag-post-wrap .tag-post .image-wrap img{
    height: 90px;
    width: auto;
}

.has-tags .tag-post-wrap .tag-post h3{
    margin: 0 0 10px 0;
    font-size: 30px;
    line-height: 41px;
    color: #4c4c4c;
}

.has-tags .tag-post-wrap .tag-post-stories{
    width: 63%;
    float: left;
}

.has-tags .tag-post-wrap .tag-post-stories .show-hide-content{
    color: #107c3e;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
}

.has-tags .tag-post-wrap .tag-post-stories .tag-posts{
    display: none; 
}

.has-tags .tag-post-wrap .tag-post-stories .tag-posts.active{
    display: block; 
}

.has-tags .tag-post-wrap .tag-post-stories .tag-post-content{
    width: 100%; 
    color: #666666; 
}

.has-tags .tag-post-wrap .tag-post-stories .tag-post-content .excerpt,
.has-tags .tag-post-wrap .tag-post-stories .tag-post-content .full-text{
    margin-bottom: 20px;
}

.has-tags .tag-post-wrap .tag-post-stories .tag-post-content .full-text{
    display: none;
}

.has-tags .tag-post-wrap .post-tags{
    width: 29%;
    float: right;
    font-family: 'Open Sans', sans-serif;
}

.has-tags .tag-post-wrap .post-tags h3{
    margin: 0;
}

.has-tags .tag-post-wrap .post-tags h3 a{
    color: #9d9c9c;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.has-tags .tag-post-wrap .post-tags h3.active a,
.has-tags .tag-post-wrap .post-tags h3 a:hover{
    color: #107c3e;
    font-weight: 800;
    text-decoration: none;
}

.touchscreen .has-tags .tag-post-wrap .post-tags h3 a:hover{
    color: #9d9c9c;
    font-weight: normal;
    text-decoration: none;
}

.touchscreen .has-tags .tag-post-wrap .post-tags h3.active a{
    color: #107c3e;
    font-weight: 800;
    text-decoration: none;
}

#watch-stories .video{
    margin-bottom: 30px;
}

#spread-the-word .social-wrap.top-wrap{
    margin-bottom: 35px;
}

#spread-the-word .social-wrap label{
    float: left;
    display: block;
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

#contact .social-wrap.bottom-wrap{
    margin-top: 40px;
}

#spread-the-word .social-wrap.top-wrap a,
#contact .social-wrap.bottom-wrap a{
    display: block;
    width: 32px;
    height: auto;
    margin-left: 5px;
    float: left;
}

#contact .social-wrap.bottom-wrap a{
    width: 41px;
    margin-left: 10px;
}

#contact .social-wrap.bottom-wrap a.facebook{
    margin-left: 0px;
}

#contact .social-wrap.bottom-wrap a img{
    width: 41px;
    height: auto;
}

.notifer,
.gform_confirmation_wrapper{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 30px;
    border-top: 2px #107c3e solid;
    border-bottom: 2px #107c3e solid;
}

#plan-en-event .tips li{
    list-style-position: inside;
    list-style-type: none;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}

#plan-en-event .tips li p{
    display: inline;
    font-size: 16px;
    line-height: 22px;
    color: #4c4c4c;
}

#plan-en-event .tips li:before { content: " - " }

.add-contact-link{
    color: #107c3e;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

#take-the-pledge .gray-subsection{
    font-family: 'Open Sans', sans-serif;
    color: #4c4c4c;
    margin-top: 40px;
}

#take-the-pledge .gray-subsection h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
}

#take-the-pledge .gray-subsection .principles{
    margin-bottom: 30px;
}

#take-the-pledge .gray-subsection .principle{
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 10px;
}

#contributors .post-wrap .post .image-wrap{
    width: 21%;
    margin-right: 3%;
}

#contributors .post-wrap .post .post-info{
    width: 71%; 
}

/*** BLOG ***/

#blog .has-tags .tag-post-wrap .tag-post h3{
    margin-bottom: 0;
}

.has-tags .tag-post-wrap .tag-post .written-by{
    margin-bottom: 20px;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.has-tags .tag-post-wrap .tag-post .written-by a{
    color: #107c3e;
    font-weight: 600;
}

#blog .tag-post{
    display: none; 
}

#loading-more-posts{
    width: 100%;
    height: auto;
    text-align: center;
    display: none;
}

#loading-more-posts img{
    width: 40%;
    height: auto;
}

/*** PHOTOS ***/
#photos .slideshow-wrap{
    width: 100%;
    height: auto;
}

#photos .slideshow-wrap .photo-wrap{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

#photos .slideshow-wrap .photo-wrap .slider-wrap{
    height: auto;
}

#photos .slideshow-wrap .photo-wrap .slider-wrap .photo{
    float: left;
    text-align: center;
    min-height: 1px;
}

#photos .slideshow-wrap .photo-wrap .slider-wrap .photo.clickable{
    cursor: pointer;
}

#photos .slideshow-wrap .photo-wrap .slider-wrap .photo.landscape img{
    height: auto;
    width: 100%;
}

#photos .slideshow-wrap .photo-wrap .slider-wrap .photo.portrait img{
    width: auto;
    height: 100%;
}

#photos .slideshow-wrap .photo-wrap .arrow{
    display: none;
    opacity: 0.6;
    width: 60px;
    height: auto;
    top: 5%;
    position: absolute;
    cursor: pointer;
}

#photos .slideshow-wrap .photo-wrap .arrow img{
    width: 100%;
    height: auto;
}

#photos .slideshow-wrap .photo-wrap .arrow:hover{
    opacity: 1;
}

#photos .slideshow-wrap .photo-wrap .arrow.disabled{
    display: none !important;
}

#photos .slideshow-wrap .photo-wrap .arrow.left-arrow{
    left: 1%;
}

#photos .slideshow-wrap .photo-wrap .arrow.right-arrow{
    right: 1%;
}

#photos .slideshow-wrap:hover .photo-wrap .arrow,
.touchscreen #photos .slideshow-wrap .photo-wrap .arrow{
    display: block;
}

.touchscreen #photos .slideshow-wrap .photo-wrap .arrow{
    display: block;
    opacity: 0.8;
}

#photos .slideshow-wrap .caption-wrap{
    padding-top: 25px;
    width: 100%;
}

#photos .slideshow-wrap .caption-wrap .photo-caption{
    display: none;
    font-size: 18px;
    line-height: 28px;
    color: #454545;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.submenu.child-menu{
    background: transparent;
    text-align: left;
    height: 20px;
    margin-bottom: 40px;
}

.submenu .submenu-item.first-child{
    padding-left: 0;
}

.submenu.child-menu .submenu-item a{
    line-height: 20px;
}

#psa .video.image{
    height: auto;
    padding-bottom: 0;
    transition: all 0.4s ease-in-out;
}

#psa .page-content .page-text{
    margin-bottom: 20px;
}

#psa h2 span{
    display: none;
    color: #4c4c4c;
    font-size: 30px;
    line-height: 41px;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
}

#psa .child-pages-text{
    margin: 25px 0 35px 0;
}

#psa .child-page-text{
    display: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #454545;
    font-size: 18px;
    line-height: 28px;
}

#psa .videos-wrap,
#psa .photos-wrap,
#psa .info-wrap,
#psa .list-wrap {
    display: none;
}

#psa .info-wrap .info-block{
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #454545;
    font-size: 18px;
    line-height: 28px;
}

.child-pages-outtakes,
.child-pages-photos,
.child-pages-list{
    margin-bottom: 40px;
}

#psa .video img{
    width: 100%;
    height: auto;
}

#respond label[for="url"],
#respond #url{
    display: none;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel .item > img {
  display: block;
  line-height: 1;
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}

.carousel .active {
  left: 0;
}

.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .next {
  left: 100%;
}

.carousel .prev {
  left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
  left: 0;
}

.carousel .active.left {
  left: -100%;
}

.carousel .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}













