 /* --------------------------------------------------------------------------------*/
/* --------------------->>> BOOTSTRAP OVERRIDES OR CUSTOM ADDITIONS <<<---------------------*/

main,
summary {
    display: block
}
audio:not([controls]) {
    height: 0;
}
[hidden] {
    display: none
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* --------------------->>> IMAGES and FIGURES <<<---------------------*/
.lt-ie9 img {
    -ms-interpolation-mode: bicubic
}
img {
    max-width: 100%;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
img.alignright {
    float: right;
    margin: 1% 0 1% 3%;
}
img.alignleft {
    float: left;
    margin: 1% 3% 1% 0;
}
img.aligncenter,
img.alignnone {
    display: block;
    margin: 0 auto 2% auto;
}
.span4 img.aligncenter,
.span4 img.alignnone,
.span3 img.aligncenter,
.span3 img.alignnone {
    margin-bottom: 5%
}
img.add-margin-bottom {
    margin-bottom: 20px
}
img.add-margin-top {
    margin-top: 20px
}
figure img {
    margin: 0;
    display: inline;
}
figure {
    margin: 0 0 4% 0
}
figcaption {
    text-align: left;
    margin-top: 0px;
    padding: 10px 0;
    clear: both;
    font-size: 90%;
    font-style: italic;
    background: url(../images/dot.png) 0 100% repeat-x;
}
figcaption p:last-child {
    margin-bottom: 0%
}
figure.three-images {
    position: relative;
    width: 100.5%;
}
figure.three-images img {
    width: 32.333%;
    float: left;
    margin: 0 1% 0 0;
}
figure.two-images {
    position: relative;
    width: 100.5%;
}
figure.two-images img {
    width: 49%;
    float: left;
    margin: 0 1% 0 0;
}
/* --------------------->>> CLEARING <<<---------------------*/
.hero-unit,
.span2,
.span3,
.span4,
.span8,
.span6,
.span5,
.span9,
.span12,
.widget,
.summary-wrapper,
.mobile-page-nav,
.widget {
    *zoom: 1  
}
.hero-unit:before,
.span2:before,
.span3:before,
.span4:before,
.span8:before,
.span6:before,
.span5:before,
.span9:before,
.span12:before,
.widget:before,
.summary-wrapper:before,
.hero-unit:after,
.span2:after,
.span3:after,
.span4:after,
.span8:after,
.span6:after,
.span5:after,
.span9:after,
.span12:after,
.widget:after,
.summary-wrapper:after {
    display: table;
    content: "";
    line-height: 0;
}
.hero-unit:after,
.span2:after,
.span3:after,
.span4:after,
.span8:after,
.span6:after,
.span5:after,
.span9:after,
.span12:after,
.widget:after,
.summary-wrapper:after {
    clear: both
}
/* --------------------->>> ACCESSIBILITY <<<---------------------*/
.visuallyhidden,
.search form label {
    border: 0;
    clip: rect(0000);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    margin: -1px;
    padding: 0;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus,
.search form label:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    width: auto;
    margin: 0;
}
.visuallyhidden ul li {
    list-style: none
}
/* --------------------->>> CONSISTENT DECENT MARGINS <<<---------------------*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0 0 20px 0;
}
.row-fluid {
    margin: 10px 0
}
.strip .row-fluid {
    margin: 0
}
.row-fluid .row-fluid {
    margin: 0!important;
}
.row-fluid .row {
    margin: 0!important
}
hr {
    margin: 20px 0 30px
}
.row-fluid + hr {
    margin: 0 0 30px 0
}
ul,
ol {
    padding: 0;
    margin: 0 0 20px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0
}
h1 + h2 {
    margin-top: -12px
}
h2 + h3 {
    margin-top: -12px
}
h3 + h4 {
    margin-top: -12px
}
h4 + h5 {
    margin-top: -12px
}
h5 + h6 {
    margin-top: -12px
}
h3 + h5 {
    margin-top: -12px
}
h3 + h6 {
    margin-top: -12px
}
/* --------------------->>> TYPOGRAPHY <<<---------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeLegibility
}
h1 {
    font-size: 210%
}
h2 {
    font-size: 180%
}
h3 {
    font-size: 160%
}
h4 {
    font-size: 140%
}
h5 {
    font-size: 130%
}
h6 {
    font-size: 115%
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}
h1,
h2,
h3
{
    line-height: 1.2
}
h4,
h5,
h6 {
    line-height: 1.4
}
/* --------------------->>> BODY ELEMENTS <<<---------------------*/
p.two-columns {
    -moz-column-count: 2;
    -moz-column-gap: 5%;
    -webkit-column-count: 2;
    -webkit-column-gap: 5%;
    column-count: 2;
    column-gap: 5%;
}
p.three-columns {
    -moz-column-count: 3;
    -moz-column-gap: 3%;
    -webkit-column-count: 3;
    -webkit-column-gap: 3%;
    column-count: 3;
    column-gap: 3%;
}
hr {
    border: 0px;
    clear: both;
    background: url(../images/dot.png) repeat-x;
    height: 2px;
}
hr.empty {
    border: 0px;
    background: none;
    *color:#fff;
    min-height:0px;
}

.lt-ie8 hr {
    color:#fff; /*used for IE, top color*/
    min-height: 0px;  /*required to get IE to render the top pixel color*/
    border-left: 0px; 
    border-right: 0px; 
    border-top: 1px solid #ddd; /*Your top color*/
    border-bottom: 1px solid #ffffff; /*Your bottom color*/
}


p,
li,
dd,
dt,
dl,
ol li,
ul li {
    line-height: inherit
}
ul.square {
    list-style-type: square
}
ul.square li ul {
    list-style: inherit
}
ul.circle {
    list-style-type: circle
}
ul.circle li ul {
    list-style: inherit
}
ul.disc {
    list-style-type: disc
}
ul.disc li ul {
    list-style: inherit
}
ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}
ul.inline,
ol.inline {
    margin-left: 0;
    list-style: none;
}
ul.inline  > li,
ol.inline  > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
em,
dfn,
cite {
    font-style: italic
}
ins {
    text-decoration: overline
}
del {
    text-dcoration: strikethrough
}
strong,
dfn {
    font-weight: bold
}
small,
.small {
    font-size: 75%
}
big,
.big {
    font-size: 160%
}
.caps {
    text-transform: uppercase
}
dl {
    margin: 0 0 20px 20px
}
dt {
    font-weight: bold;
    text-decoration: underline;
    margin-top: .3em;
    margin-bottom: .3em;
}
dd {
    margin: 0 0 0 1em;
    padding: 0;
}
abbr,
acronym {
    border-bottom: 1px dotted #333;
    cursor: help;
    white-space: nowrap;
}
.main-content pre {
    overflow: auto;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0 0 20px;
}
pre,
code,
tt,
kbd,
samp {
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace
}
sup {
    font-size: 75%;
    position: relative;
    bottom: 0.4em;
}
sub {
    font-size: 75%;
    position: relative;
    bottom: -0.2em;
}
pre {
    margin: 2% 0px 5% 0px;
    padding: 3%;
    display: block;
    clear: both;
    background: #eee;
    border: 0px;
}
pre code,
code {
    padding: 0;
    margin: 0;
    color: inherit;
}
/* --------------------->>> BASE LINK STYLES <<<---------------------*/
a {
    text-decoration: underline;
}
a:hover {
    color: #444;
    text-decoration: none;
}
.nav a,
.dropdown-menu a {
    text-decoration: none
}
p a,
p a:visited {
    line-height: inherit
}
a img {
    border: none;
    text-decoration: none;
}
a:hover,
a:active,
a,
object,
embed,
*:focus {
    -moz-outline-style: none;
    outline: none!important;
}
/* Don't collapse these into one ruleset. When a browser doesn't 
recognise a selector it discards the whole ruleset. 
By using vendor selectors in one ruleset you guarentee 
nothing will be applied */
::-webkit-selection {
    background-color: #777777;
    color: #fff;
}
::-moz-selection {
    background-color: #777777;
    color: #fff;
}
::selection {
    background-color: #777777;
    color: #fff;
}
/* --------------------->>> BLOCKQUOTE/DROPCAP/QUOTES -- DOES NOT USE BOOTSTRAPS BLOCKQUOTES <<<---------------------*/
blockquote {
    clear: both;
    margin: 0 0 20px 0;
    padding: 10px 20px 0 50px;
    position: relative;
    quotes: none;
    background: url(../images/open-quote.png) 0 0 no-repeat;
    border: 0px;
    font-size: 110%;
    line-height: 175%;
}
blockquote p {
    font-size: 100%;
    line-height: 175%;
    margin: 0;
}
blockquote p:last-child {
    margin-bottom: 0px
}
blockquote footer {
    clear: both;
    display: block;
    text-align: right;
    font-size: 80%;
}
blockquote footer:before {
    content: "\2014 \0020"
}
q {
    display: inline;
    quotes: none;
}
q:before {
    content: "\201c"
}
q:after {
    content: "\201d"
}
q q:before {
    content: "\2018"
}
q q:after {
    content: "\2019"
}
.dropcap {
    display: block;
    color: #000;
    float: left;
    font-size: 45px;
    line-height: 45px;
    padding: 0;
    margin: -2px 5px 0 0;
    text-transform: uppercase;
    font-style: normal;
}
/* ----------------------- PAGER CUSTOM -----------------------  */
.pager {
    font-size: small;
    color: #ccc;
    margin: 3% 0 3% -10px;
}
.pager a {
    text-decoration: none;
    padding: 0 10px;
}
.pager a:hover {
    color: #ccc
}
.pager i {
    font-size: 12px;
    position: relative;
    color: #999;
}
.pager>.next i {
    padding-left: 10px
}
.pager>.previous i {
    padding-right: 10px
}
.pager.right {
    text-align: right;
    margin: 3% -10px 3% 0;
}
.pager.center {
    text-align: center;
    margin-left: 0;
}
.previous + .next {
    border-left: 1px dotted #ccc
}
/* -----------------------PAGINATION CUSTOM ----------------------  */
ul.pagination {
    display: block;
    height: 24px;
    margin-left: -5px;
}
ul.pagination a {
    text-decoration: none
}
ul.pagination li {
    float: left;
    display: block;
    color: #ccc;
    margin-left: 5px;
}
ul.pagination li a {
    display: block;
    padding: 1px 5px 1px;
    color: #000;
}
ul.pagination li:hover a,
ul.pagination li a:focus {
    background: #eee
}
ul.pagination li.unavailable a {
    cursor: default;
    color: #ccc;
}
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus {
    background: transparent
}
ul.pagination li.current a {
    color: black;
    cursor: default;
    background: url(../images/7p.png);
}
ul.pagination li.current a:hover,
ul.pagination li.current a:focus {

}
div.pagination-centered {
    text-align: center
}
div.pagination-right ul.pagination {
    float: right
}
div.pagination-centered ul > li {
    float: none;
    display: inline-block;
}
/* --------------------->>> UTILITY CLASSES <<<---------------------*/
p.statement {
    font-size: 160%;
    font-style: italic;
}
.small {
    font-size: 80%
}
.bold {
    font-weight: bold
}
.onefifty {
    font-size: 150%
}
.oneseventyfive {
    font-size: 175%
}
.twohundred {
    font-size: 200%
}
.leading {
    line-height: 2
}
.underline {
    text-decoration: underline
}
iframe {
    margin: 0 0 2em 0
}
.fade {
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
}
textarea {
    resize: vertical
}
.detailsPop {
    cursor: pointer
}
.print {
    display: none
}
.clear {
    clear: both
}
.tighten-height {
    margin-bottom: 0
}
.tighten-height + p {
    margin-top: 0
}
.biggieicon {
    display: block;
    font-size: 400%;
    width: 100%;
    text-decoration: none;
}
.biggieicon:hover {
    color: #999999
}
/* this adds "..." */
.overflow {
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 0;
}
.overflow:hover {
    width: 100%;
    white-space: wrap;
    overflow: visible;
    background: inherit;
    position: relative;
    z-index: 2;
}
/* --------------------->>> TABLES <<<---------------------*/
span.instructions {
    display: none; /* For responsive tables / this works with the custom.js and the css in the media queries in this sheet to show instructions to device widths under 767px*/
}
/* --------------------->>> UN-STYLED TABLE NON BOOTSTRAP <<<---------------------*/
table {
    border-spacing: 0px;
    border: 1px solid #ddd;
    border-collapse: colapse;
    width: 100%;
    margin-bottom: 3%;
}
table tr:last-child td {

}
table td:last-child {

}
table tbody tr td {
    background-color: #fff
}
table td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    vertical-align: top;
    padding: 5px;
}
table tr th:last-child {
    border-right: none
}
table caption {
    font-weight: bold;
    padding-bottom: 1%;
}
table thead th,
table thead td {
    vertical-align: middle;
    padding: 5px;
}
table tbody tr td {
    background: transparent
}
table tbody tr:nth-child(even) td {
    background: url(../images/5p.png)
}
html.ie7 table {
    border-collapse: collapse
}
html.ie7 table td {
    border: 1px solid #477a0f
}
table thead tr th,
table tfoot tr th {
    background-color: #999999;
    font-weight: bold;
    color: #fff;
}
table tbody td {
    vertical-align: top
}
/* --------------------->>> FORM FIXES <<<---------------------*/
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"] {
    -webkit-appearance: textfield;
    line-height: 1;
}
.form-actions {
    background: transparent;
    border: 0px;
}
.fileinput-button {
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 4px 0 0;
}
.fileinput-button-wrapper {
  *zoom: 1;
}
.fileinput-button-wrapper:before,
.fileinput-button-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.fileinput-button-wrapper:after {
  clear: both;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
}
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
    margin-bottom: 5px
}
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 {
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, .05);
}
.lt-ie9 input[type="text"],
.lt-ie9 input[type="password"],
.lt-ie9 input[type="datetime"],
.lt-ie9 input[type="datetime-local"],
.lt-ie9 input[type="date"],
.lt-ie9 input[type="month"],
.lt-ie9 input[type="time"],
.lt-ie9 input[type="week"],
.lt-ie9 input[type="number"],
.lt-ie9 input[type="email"],
.lt-ie9 input[type="url"],
.lt-ie9 input[type="search"],
.lt-ie9 input[type="tel"],
.lt-ie9 input[type="color"] {
line-height:30px;
}
input.focused,
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(5,5,5,0.1);
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(5,5,5,.2);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(5,5,5,.2);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(5,5,5,.2);
}
textarea,
.input-prepend > span.add-on,
.input-append > span.add-on,
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 {
    border-color: #ddd;
    background: #f8f8f8;
}
input[type="radio"] {
    vertical-align: text-bottom
}
input[type="checkbox"] {
    vertical-align: bottom!important;
    *vertical-align: baseline;
}
label,
input[type=button],
input[type=submit],
button {
    cursor: pointer
}
label.radio.inline {
    margin-right: 5px
}
.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.radio.inline+.radio.inline,
.checkbox.inline+.checkbox.inline {
    margin-left: 10px
}
/* --------------------->>> NAV tabs and general navigation - color changes <<<---------------------*/
.nav-list>.active>a,
.nav-list>.active>a:hover,
.nav-list>.active>a:focus {
    color: #ffffff;
    text-shadow: none;
    background-color: #5676a5;
}
.nav-pills>.active>a,
.nav-pills>.active>a:hover,
.nav-pills>.active>a:focus {
    color: #ffffff;
    background-color: #5676a5;
}
.nav-pills>li>a {
    background: #eee
}
.nav-tabs.nav-stacked>li.active>a {
    background: #ddd
}
/* --------------------->>> BREAD CRUMB <<<---------------------*/
.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 20px;
    list-style: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/* --------------------->>> ALERT <<<---------------------*/
.alert .close {
    text-decoration: none
}
/* --------------------->>> DROP DOWN MENUS CUSTOMIZE moderatly <<<---------------------*/
/* combined changed colors */
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #000;
    text-decoration: none;
    outline: 0;
    background: #eee;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    filter: none
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    filter: none
}
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    filter: none
}
/* --------------------->>> DROP DOWN CUSTOM fixing adding submenu (plus jquery and other work arounds for this non-bootstrap feature (they are removing this in 3 and it's crappy in 2x) <<<---------------------*/
.dropdown-submenu {
    position: relative
}
.dropdown-submenu>.dropdown-menu {
    width: 200px;
    float: none;
    position: absolute;
    top: 0;
    left: 100%!important;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
}
.dropdown-submenu>.dropdown-menu.pull-right {
    float: none;
    position: absolute;
    top: 0;
    left: auto!important;
    right: -100%;
    margin-top: -6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block
}
/* --------------------->>> NAV BAR OVER RIDE <<<---------------------*/
.navbar {
    overflow: visible;
    margin-bottom: 0;
    *position: relative;
    *z-index: 2;
}
.navbar-inner {
    min-height: none;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
    border: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar .container {
    width: auto
}
.nav-collapse.collapse {
    height: auto;
    overflow: visible;
}
/* --------------------->>> CUSTOM BUTTONS <<<---------------------*/
.btn {
    *border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-font-smoothing: subpixel-antialiased;
    background: #b4b9bb;
    background-image: none;
    border: 1px solid #b4b9bb;
    color: #fff;
    cursor: pointer;
    filter: none;
    text-decoration: none;
    text-shadow: none;
    text-shadow: none;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #fff;
    background-color: #b4b9bb;
    border-color: #b4b9bb;
}
.btn.active, .btn:active {
    background-color: #e6e6e6;
    outline: 0;
}
.btn:hover, .btn.disabled, .btn[disabled] {
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
    color: rgba(255,255,255,0.75)
}
.btn-group.open .btn.dropdown-toggle {
    background-color: #cbd0d2;
    border: 1px solid transparent;
}
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #5676a5
}
.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406
}
.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f
}
.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351
}
.btn-group.open .btn-info.dropdown-toggle {
    background-color: #73bcd2
}
.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #000
}
.btn-primary {
    color: #fff;
    background-color: #E8A608;
    border-color: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #E8A608;
    border-color: none;
}
.btn-warning {
    color: #fff;
    background: #fbb450;
    border-color: #fbb450;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: #fff;
    background: #f89406;
    border-color: #f89406;
}
.btn-danger {
    color: #fff;
    background: #cd5302;
    border-color: #cd5302;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #fff;
    background-color: #bd362f;
    border-color: #bd362f;
}
.btn-success {
    color: #fff;
    background: #6ba921;
    border-color: #6ba921;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #fff;
    background-color: #6ba921;
    border-color: #6ba921;
}
.btn-info {
    color: #fff;
    background: #5bc0de;
    border-color: #5bc0de;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.btn-inverse {
    color: #fff;
    background: #000;
    border-color: #000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #fff;
    background-color: #000;
    border-color: #777;
}
.btn-white {
    color: #000!important;
    background: #fff;
    border-color: #fff;
}
.btn-white:hover, .btn-white:active, .btn-white.active, .btn-white.disabled, .btn-white[disabled] {
    color: #000;
    background-color: #ddd;
    border-color: #ddd;
}
.btn.btn-very-subtle {
    background-color: transparent;
    background: url(../images/7p.png)!important;
    background-repeat: repeat;
    border-color: transparent;
    color: #000!important;
}
.btn-very-subtle:hover {
    background: #444!important;
    color: #fff!important;
    border-color: transparent;
    text-shadow: none;
}
.btn-group>.btn {
    margin-right: 3px
}
.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.btn .caret, .btn-primary .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.btn-primary:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
/* --------------------->>> BTN COLORS <<<---------------------*/
.btn-orange {
    color: #fff;
    background: #ff6600;
    border-color: #ff6600;
}
.btn-orange:hover, .btn-orange:active, .btn-orange.active, .btn-orange.disabled, .btn-orange[disabled] {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
}
.btn-crimson {
    color: #fff;
    background: #B0171F;
    border-color: #B0171F;
}
.btn-crimson:hover, .btn-crimson:active, .btn-crimson.active, .btn-crimson.disabled, .btn-crimson[disabled] {
    color: #fff;
    background-color: #B0171F;
    border-color: #B0171F;
}
.btn-cyan {
    color: #fff;
    background: #00aeef;
    border-color: #00aeef;
}
.btn-cyan:hover, .btn-cyan:active, .btn-cyan.active, .btn-cyan.disabled, .btn-cyan[disabled] {
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
}
.btn-lime {
    color: #000;
    background: #add608;
    border-color: #add608;
}
.btn-lime:hover, .btn-lime:active, .btn-lime.active, .btn-lime.disabled, .btn-lime[disabled] {
    color: #000;
    background-color: #add608;
    border-color: #add608;
}
.btn-magenta {
    color: #fff;
    background: #ec008c;
    border-color: #ec008c;
}
.btn-magenta:hover, .btn-magenta:active, .btn-magenta.active, .btn-magenta.disabled, .btn-magenta[disabled] {
    color: #fff;
    background-color: #ec008c;
    border-color: #ec008c;
}
.btn-mutedgold {
    color: #000;
    background: #c6be8a;
    border-color: #c6be8a;
}
.btn-mutedgold:hover, .btn-mutedgold:active, .btn-mutedgold.active, .btn-mutedgold.disabled, .btn-mutedgold[disabled] {
    color: #000;
    background-color: #c6be8a;
    border-color: #c6be8a;
}
.btn-mutedgreen {
    color: #000;
    background: #adc68a;
    border-color: #adc68a;
}
.btn-mutedgreen:hover, .btn-mutedgreen:active, .btn-mutedgreen.active, .btn-mutedgreen.disabled, .btn-mutedgreen[disabled] {
    color: #000;
    background-color: #adc68a;
    border-color: #adc68a;
}
.btn-mutedteal {
    color: #000;
    background: #8dcedc;
    border-color: #8dcedc;
}
.btn-mutedteal:hover, .btn-mutedteal:active, .btn-mutedteal.active, .btn-mutedteal.disabled, .btn-mutedteal[disabled] {
    color: #000;
    background-color: #8dcedc;
    border-color: #8dcedc;
}
/* --------------------->>> custom button shape <<<---------------------*/
.btn.custom-btn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-color: transparent!important;
    padding-right: 15px;
    padding-left: 15px;
}
.btn.custom-btn.btn-large {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-right: 30px;
    padding-left: 30px;
}
.input-append.custom-append input[type="text"], .input-append.custom-append input[type="password"], .input-append.custom-append input[type="datetime"], .input-append.custom-append input[type="datetime-local"], .input-append.custom-append input[type="date"], .input-append.custom-append input[type="month"], .input-append.custom-append input[type="time"], .input-append.custom-append input[type="week"], .input-append.custom-append input[type="number"], .input-append.custom-append input[type="email"], .input-append.custom-append input[type="url"], .input-append.custom-append input[type="search"], .input-append.custom-append input[type="tel"], .input-append.custom-append input[type="color"] {
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    padding-left: 10px;
}
.input-append.custom-append .btn {
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
}
.input-prepend.custom-prepend input[type="text"], .input-prepend.custom-prepend input[type="password"], .input-prepend.custom-prepend input[type="datetime"], .input-prepend.custom-prepend input[type="datetime-local"], .input-prepend.custom-prepend input[type="date"], .input-prepend.custom-prepend input[type="month"], .input-prepend.custom-prepend input[type="time"], .input-prepend.custom-prepend input[type="week"], .input-prepend.custom-prepend input[type="number"], .input-prepend.custom-prepend input[type="email"], .input-prepend.custom-prepend input[type="url"], .input-prepend.custom-prepend input[type="search"], .input-prepend.custom-prepend input[type="tel"], .input-prepend.custom-prepend input[type="color"] {
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
}
.input-prepend.custom-prepend .btn {
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
}
/* --------------------->>> custom jumbo size input append and prepend <<<---------------------*/
.jumbo.input-append.custom-append input[type="text"], .jumbo.input-append.custom-append input[type="password"], .jumbo.input-append.custom-append input[type="datetime"], .jumbo.input-append.custom-append input[type="datetime-local"], .jumbo.input-append.custom-append input[type="date"], .jumbo.input-append.custom-append input[type="month"], .jumbo.input-append.custom-append input[type="time"], .jumbo.input-append.custom-append input[type="week"], .jumbo.input-append.custom-append input[type="number"], .jumbo.input-append.custom-append input[type="email"], .jumbo.input-append.custom-append input[type="url"], .jumbo.input-append.custom-append input[type="search"], .jumbo.input-append.custom-append input[type="tel"], .jumbo.input-append.custom-append input[type="color"] {
    height: 50px;
    padding: 0 25px;
    *line-height: 45px;
    *padding: 0 25px;
    *height: 45px;
}
.jumbo.input-append.custom-append .btn {
    padding: 0 25px;
    font-size: 17.5px;
    height: 50px;
    line-height: 50px;
}
.jumbo.input-prepend.custom-prepend input[type="text"], .jumbo.input-prepend.custom-prepend input[type="password"], .jumbo.input-prepend.custom-prepend input[type="datetime"], .jumbo.input-prepend.custom-prepend input[type="datetime-local"], .jumbo.input-prepend.custom-prepend input[type="date"], .jumbo.input-prepend.custom-prepend input[type="month"], .jumbo.input-prepend.custom-prepend input[type="time"], .jumbo.input-prepend.custom-prepend input[type="week"], .jumbo.input-prepend.custom-prepend input[type="number"], .jumbo.input-prepend.custom-prepend input[type="email"], .jumbo.input-prepend.custom-prepend input[type="url"], .jumbo.input-prepend.custom-prepend input[type="search"], .jumbo.input-prepend.custom-prepend input[type="tel"], .jumbo.input-prepend.custom-prepend input[type="color"] {
    height: 50px;
    padding: 0 25px;
    *line-height: 45px;
    *padding: 0 25px;
    *height: 45px;
}
.jumbo.input-prepend.custom-prepend .btn {
    padding: 0 25px;
    font-size: 17.5px;
    height: 50px;
    line-height: 50px;
}
/* --------------------->>> MEDIA QUERIES <<<---------------------*/
@media (max-width:979px) { 
	.dropdown-submenu>.dropdown-menu {
	    float:none!important;
	    position:relative;
	    top:0!important;
	    left:0px!important;
	    overflow:visible!important;
		-webkit-border-radius: 0;
	    -moz-border-radius: 0;
	    border-radius: 0;
	}
	.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
	    padding: 9px 15px;
	    font-weight: normal;
	    -webkit-border-radius: 0;
	    -moz-border-radius: 0;
	    border-radius: 0;
	}
	.nav-collapse .dropdown-menu li+li a {
	    margin-bottom: 0
	}
	.biggieicon {
	    font-size: 250%;
	}
}
@media (max-width:767px) { 
	div.tablewrap {
	    overflow-x: auto;
	    margin-bottom: 20px;
	}
	div.tablewrap table {
	    min-width: 400px
	}
	span.instructions {
	    display: block;
	    font-weight: bold;
	    padding: 10px;
	    background: #000;
	    color: #fff;
	}
	p, h1, h2, h3, h4, h5, h6 {
	    margin-bottom: 10px
	}
	h1 {
	    font-size: 135%
	}
	h2 {
	    font-size: 125%
	}
	h3 {
	    font-size: 115%
	}
	h4 {
	    font-size: 105%
	}
	h5 {
	    font-size: 95%
	}
	h6 {
	    font-size: 90%
	}
	h1, h2, h3, h4, h5, h6 {
	    font-weight: bold
	}
	hr {
	    margin: 10px 0 20px 0
	}
	h1 + h2 {
	    margin-top: -5px
	}
	h2 + h3 {
	    margin-top: -5px
	}
	h3 + h4 {
	    margin-top: -5px
	}
	h4 + h5 {
	    margin-top: -5px
	}
	h5 + h6 {
	    margin-top: -5px
	}
	h3 + h5 {
	    margin-top: -5px
	}
	h3 + h6 {
	    margin-top: -5px
	}
	.big {
	    font-size: 140%;
	    line-height: 1.3;
	    margin-bottom: 3%;
	}
	.leading {
	    line-height: inherit
	}
	p.two-columns, p.three-columns {
	    -moz-column-count: 1;
	    -moz-column-gap: 0;
	    -webkit-column-count: 1;
	    -webkit-column-gap: 0;
	    column-count: 1;
	    column-gap: 0;
	}
	.biggieicon {
	    font-size: 300%;
	    margin-bottom: 1%;
	}
	.dropcap {
	    font-size: 30px;
	    line-height: 30px;
	}
	blockquote p {
	    font-size: 90%;
	    line-height: 1.5;
	}
	.control-label {
	    float: none;
	    width: auto;
	    padding-top: 0;
	    text-align: left;
	}
}
@media only screen and (max-width: 767px) { 
	/** -------------------------
			Form element mobile fixes / This turns input-append and input-prepend into blocks at 767px 
			and below provided that you follow the correct set up with bootstrap and add the "append-fix" class on the prepend or append wrapper
			------------------ **/
	.append-fix.input-append input[type="text"], .append-fix.input-append input[type="password"], .append-fix.input-append input[type="datetime"], .append-fix.input-append input[type="datetime-local"], .append-fix.input-append input[type="date"], .append-fix.input-append input[type="month"], .append-fix.input-append input[type="time"], .append-fix.input-append input[type="week"], .append-fix.input-append input[type="number"], .append-fix.input-append input[type="email"], .append-fix.input-append input[type="url"], .append-fix.input-append input[type="search"], .append-fix.input-append input[type="tel"], .append-fix.input-append input[type="color"] {
	    float: none;
	    text-align: center;
	    display: block;
	    width: 100%;
	    padding-left: 0;
	    height: 30px;
	    margin-bottom: 5px;
	}
	.append-fix.input-append .btn {
	    float: none;
	    display: block;
	    width: 100%;
	    padding-left: 0;
	    height: 30px;
	    background-position: 0 -5px!important;
	}
	.prepend-fix.input-prepend {
	    height: 65px;
	    position: relative;
	}
	.jumbo.prepend-fix.input-prepend {
	    height: 105px;
	    position: relative;
	}
	.prepend-fix.input-prepend input[type="text"], .prepend-fix.input-prepend input[type="password"], .prepend-fix.input-prepend input[type="datetime"], .prepend-fix.input-prepend input[type="datetime-local"], .prepend-fix.input-prepend input[type="date"], .prepend-fix.input-prepend input[type="month"], .prepend-fix.input-prepend input[type="time"], .prepend-fix.input-prepend input[type="week"], .prepend-fix.input-prepend input[type="number"], .prepend-fix.input-prepend input[type="email"], .prepend-fix.input-prepend input[type="url"], .prepend-fix.input-prepend input[type="search"], .prepend-fix.input-prepend input[type="tel"], .prepend-fix.input-prepend input[type="color"] {
	    position: absolute!important;
	    float: none;
	    display: block;
	    text-align: center;
	    width: 100%;
	    padding-left: 0;
	    height: 30px;
	    top: 0px;
	}
	.prepend-fix.input-prepend .btn {
	    position: absolute!important;
	    float: none;
	    display: block;
	    width: 100%;
	    padding-left: 0;
	    bottom: 0px;
	    height: 30px;
	    background-position: 0 -5px!important;
	}
	/* --------------------->>> custom button shape prepend append <<<---------------------*/
	.prepend-fix.input-prepend.custom-prepend .btn, .append-fix.input-append.custom-append .btn {
	    -webkit-border-radius: 30px;
	    -moz-border-radius: 30px;
	    border-radius: 30px;
	}
	.prepend-fix.input-prepend.custom-prepend input[type="text"], .prepend-fix.input-prepend.custom-prepend input[type="password"], .prepend-fix.input-prepend.custom-prepend input[type="datetime"], .prepend-fix.input-prepend.custom-prepend input[type="datetime-local"], .prepend-fix.input-prepend.custom-prepend input[type="date"], .prepend-fix.input-prepend.custom-prepend input[type="month"], .prepend-fix.input-prepend.custom-prepend input[type="time"], .prepend-fix.input-prepend.custom-prepend input[type="week"], .prepend-fix.input-prepend.custom-prepend input[type="number"], .prepend-fix.input-prepend.custom-prepend input[type="email"], .prepend-fix.input-prepend.custom-prepend input[type="url"], .prepend-fix.input-prepend.custom-prepend input[type="search"], .prepend-fix.input-prepend.custom-prepend input[type="tel"], .prepend-fix.input-prepend.custom-prepend input[type="color"], .append-fix.input-append.custom-append input[type="text"], .append-fix.input-append.custom-append input[type="password"], .append-fix.input-append.custom-append input[type="datetime"], .append-fix.input-append.custom-append input[type="datetime-local"], .append-fix.input-append.custom-append input[type="date"], .append-fix.input-append.custom-append input[type="month"], .append-fix.input-append.custom-append input[type="time"], .append-fix.input-append.custom-append input[type="week"], .append-fix.input-append.custom-append input[type="number"], .append-fix.input-append.custom-append input[type="email"], .append-fix.input-append.custom-append input[type="url"], .append-fix.input-append.custom-append input[type="search"], .append-fix.input-append.custom-append input[type="tel"], .append-fix.input-append.custom-append input[type="color"] {
	    -webkit-border-radius: 30px;
	    -moz-border-radius: 30px;
	    border-radius: 30px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min--moz-device-pixel-ratio: 2), 
only screen and (-moz-min-device-pixel-ratio: 2), 
only screen and (-o-min-device-pixel-ratio: 2/1), 
only screen and (min-device-pixel-ratio: 2), 
only screen and (min-resolution: 192dpi), 
only screen and (min-resolution: 2dppx) { 
	blockquote {
	    background-image: url(../images/retina/open-quote_@2x.png);
	    -moz-background-size: 38px 38px;
	    -ie-background-size: 38px 38px;
	    -o-background-size: 38px 38px;
	    -webkit-background-size: 38px 38px;
	    background-size: 38px 38px;
	}
}
