/*
Styles for main Manual Library
http://manuals-test.medtronic.com/manuals/main/
*/


/* ==========================================================================
   Reset and Base styles
   ========================================================================== */

html,
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}

article,
aside,
aside-alt,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.sans-serif {
  font-family: "Effra", Arial, sans-serif;
}

.serif {
  font-family: "Effra", Arial, sans-serif;
}

.monospace {
  font-family: "Monaco", Courier New, monospace;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

html {
  overflow-y: scroll;
  background: #ffffff;
  background: #ffffff url(../images/grid.png) repeat-y 50% 0;
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Effra", Arial, sans-serif;
  color: #53565a;
  background-color: transparent;
}

button,
input,
select,
textarea {
  font-family: "Effra", Arial, sans-serif;
  color: #404040;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Effra", Arial, sans-serif;
  font-weight: bold;
}

h1 {
  margin-bottom: 0.25em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}

h2 {
  margin-bottom: 0.75em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}

h3 {
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}

h4 {
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #333;
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  color: #666;
  font-family: "Effra", Arial, sans-serif;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
}

p {
  hyphens: auto;
}

ul,
ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}

li ul,
li ol {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

li {
  margin-bottom: 0.5em;
}

dl,
dd {
  margin-bottom: 1.5em;
}

dt {
  font-weight: normal;
}

blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 1px solid #bfbfbf;
  font-style: italic;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
}

ins {
  background-color: #c3d9e6;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #c3d9e6;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: "Monaco", Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 14px;
  font-size: 1.4rem;
}

sub,
sup {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

a {
  color: #004b87;
}

a:visited {
  color: #004b87;
}

a:hover {
  color: #0085ca;
}

a:focus {
  outline: thin dotted;
  color: #011b35;
}

a:hover,
a:active {
  outline: 0;
}

figure {
  margin-bottom: 1.5em;
}

figure img,
figure object,
figure embed {
  margin-bottom: 0.75em;
  max-width: 100%;
}

figcaption {
  display: block;
  font-weight: normal;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5em;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

th,
td,
caption {
  padding: 0.1875em 10px 0.1875em 5px;
}

tfoot {
  font-style: italic;
}

caption {
  background-color: transparent;
}


/*tbody tr:nth-child(odd) td{background-color:#D1F2FA;}*/

form {
  margin: 0;
}

fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}

legend {
  *margin-left: -7px;
  padding: 0;
  border-width: 0;
}

label {
  font-weight: normal;
  cursor: pointer;
}

button,
input,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  margin-right: 3px;
}

input[type="search"] {
  box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #c3d9e6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

::-webkit-selection {
  background: #b9d9eb;
  color: #001e46;
  text-shadow: none;
}

::-moz-selection {
  background: #b9d9eb;
  color: #001e46;
  text-shadow: none;
}

::selection {
  background: #b9d9eb;
  color: #001e46;
  text-shadow: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}

::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}

input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}

.ie7 img,
.iem7 img {
  -ms-interpolation-mode: bicubic;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}


/*p{-webkit-hyphens:auto;-webkit-hyphenate-character:"\2010";-webkit-hyphenate-limit-after:1;-webkit-hyphenate-limit-before:3;-moz-hyphens:auto;}*/

.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
}

.ir br {
  display: none;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visuallyhidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.invisible {
  visibility: hidden;
}


/* ==========================================================================
   My styles -- Paul Peterson
   ========================================================================== */

html {
  background: none;
  background-color: #fff;
}

body {
  background: #fff;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin-left: 20px;
  margin-right: 2%;
}

h1 {
  font-family: "Effra", Arial, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  margin: 0.5em 2%;
}

h2 {
  color: #888b8d;
  font-family: "Effra", Arial, sans-serif;
  font-size: 24px;
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0.5em 2%;
}

p,
li {
  line-height: 1.2;
}

p {
  margin-bottom: 1em;
}

th,
td {
  padding: 0.5em 2em 0.5em 0.5em;
  text-align: left;
}

th {
  background: #fff;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #888b8d;
}

td {
  color: #666;
  vertical-align: top;
}


/* Language map
   ========================================================================== */

.clearboth {
  clear: both;
}

.map {
  position: relative;
}

.map a {
  padding: 2px 4px;
}

#map-wrapper {
  position: relative;
}

#map {
  float: left;
  position: relative;
}

#map-wrapper img.map {
  position: relative;
  z-index: 100;
}

#map-wrapper img.region {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  z-index: 20;
}

#map-wrapper img.regionBg {
  left: 0px;
  position: absolute;
  top: 0px;
  z-index: 19;
}

#languages {
  float: left;
  margin-top: 205px;
  margin-left: -395px;
  position: relative;
  z-index: 1000;
}

#languages h3 {
  margin: 5px 0 0;
  padding: 0;
}

#languages ul {
  display: none;
  margin: 0;
  padding: 0;
}

#languages ul.selected {
  display: inline;
}

#languages ul li {
  list-style-type: none;
  padding: 0 1em 10px;
}

#languages .selected-list ul li {
  list-style-type: none;
}

.instructions-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
}

.instructions-text {
  float: left;
  width: 60%;
}

#main .instructions-text p,
#main .instructions-pref label {
  font-size: 14px;
}

.instructions-text {
  float: left;
  padding-right: 5px;
  width: 20%;
}


/*.instructions-pref {
  float: right;
  width: 40%;
  background: #cdeeea;
  background-image: linear-gradient(right, rgb(205, 238, 234) 0%, rgb(255, 255, 255) 100%, rgb(146, 137, 212) 100%);
  background-image: -o-linear-gradient(right, rgb(205, 238, 234) 0%, rgb(255, 255, 255) 100%, rgb(146, 137, 212) 100%);
  background-image: -moz-linear-gradient(right, rgb(205, 238, 234) 0%, rgb(255, 255, 255) 100%, rgb(146, 137, 212) 100%);
  background-image: -webkit-linear-gradient(right, rgb(205, 238, 234) 0%, rgb(255, 255, 255) 100%, rgb(146, 137, 212) 100%);
  background-image: -ms-linear-gradient(right, rgb(205, 238, 234) 0%, rgb(255, 255, 255) 100%, rgb(146, 137, 212) 100%);
  background-image: -webkit-gradient(linear, right bottom, left bottom, color-stop(0, rgb(205, 238, 234)), color-stop(1, rgb(255, 255, 255)), color-stop(1, rgb(146, 137, 212)));
}*/

.instructions-pref form {
  -align: right;
  padding: 10px 28px 12px 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.instructions-pref label {
  display: inline;
}


/* end language map */


/* Region and manuals language page
   ========================================================================== */

.col-wrapper {
  margin-top: 20px;
}

.col-wrapper p,
.col-wrapper ul,
.col-wrapper li {
  font-size: 1em;
}

.col-1 {
  float: left;
  width: 15%;
}

.col-1 img {
  max-width: 100%;
  height: auto;
}

.col-2 {
  float: left;
  width: 85%;
}


/* ========================================================================== */

#site-location {
  background: #f0f0ee;
  height: 25px;
  margin-bottom: 1em;
}

#site-location ul {
  list-style-image: none;
  list-style-type: none;
}

#site-location li {
  color: #005195;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
  padding: 4px 0;
}

#utils {
  text-align: right;
  margin: 0 2%;
  float: right;
}

#utils ul {
  list-style-image: none;
  list-style-type: none;
}

#utils li {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  margin: 0 0 0 1em;
  padding: 0;
  display: inline;
}

#logo {
  display: block;
  padding-bottom: 5px;
}

#logo>img {
  padding-left: 20px;
}

#masthead {
  background: #0085ca;
  height: inherit;
  margin-top: 0;
  padding: 10px 20px;
}

#masthead h1,
#masthead h2 {
  color: #fff;
  font-family: "Effra", Arial, sans-serif;
  font-size: 24px;
  line-height: 21px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#masthead h1 {
  font-weight: normal;
}


/*#masthead h1.title-solo {
    font-size:34px;
    font-size:3.4rem;
}*/

#masthead h2 {
  font-weight: 200;
}


/*#navigation {
    padding: 10px 20px;
    background: transparent;
    display:block;
    padding-top:.5em;
    padding-bottom:.5em;
    padding-left:0;
    text-align:left;
    width: inherit;
    margin-right:2%;
    overflow:auto;
}*/

#navigation {
  display: block;
  margin-right: 2%;
  overflow: auto;
  position: absolute;
  right: 0;
  text-align: right;
  top: 30px;
  width: 45%;
}

#navigation ul {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}

#navigation li {
  border-left: 1px solid #004b87;
  display: inline;
  list-style: none;
  padding: 0 8px 0 8px;
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

#navigation li:first-child {
  border-left: medium none;
  padding-left: 0;
}

#navigation li.last {
  padding-right: 0;
}

#navigation a:link,
#navigation a:visited {
  color: #0085ca;
}

#navigation a:hover,
#navigation a:active {
  color: #004b87;
}

#notice {
  background-color: #fff;
  border: 1px solid #53565a;
  margin-top: 5px;
  padding: 10px 20px;
}

#notice p {
  color: #CA4904;
  font-weight: 400;
  margin: 0;
}

#notice a {
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
}


/* Forms
   ========================================================================== */

#main form h2,
#main-alt form h2,
#main form p,
#main-alt form p {
  margin-left: 0;
}

#main>h2 {
  margin-left: 20px;
}

#main form .indent {
  margin-left: 0;
  margin-right: 2%;
}

form label {
  display: block;
  margin-bottom: 3px;
}

form .inputs {
  margin: 30px 0;
}

form .inputs li {
  list-style-type: none;
  margin-bottom: 20px;
}

form .required {
  color: #CA4904;
  /*font-size: 150%;*/
  font-weight: bold;
  padding-right: 2px;
}

form .error {
  color: #CC092F;
}

.short {
  width: 12em;
}

.medium {
  width: 20em;
}

.long {
  width: 30em;
}

.space-bottom {
  margin-bottom: 2em;
}

.space-left {
  margin-left: 1%;
}

.vspace {
  line-height: 1.6;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  margin-bottom: .5em;
  display: inline-block;
}


/* Tables
   ========================================================================== */

table.tbl-row-dividers td {
  border-bottom: 1px solid #e8e8e7;
}

th.alt {
  border-bottom: none;
}

.alt-vert {
  vertical-align: bottom;
}

td span.alt {
  display: block;
  margin: 8px 0 0 0;
  padding: 0;
}

td span.alt-horz {
  padding-left: 2em;
}

.emphasis_black {
  color: #333;
  font-weight: bold;
}

#tbl-resources th {
  background: #74D8F0;
  text-align: left;
}

#tbl-resources td {
  background: #fff;
  border-bottom: 1px solid #999;
}

#tbl-resources tr:nth-child(odd) td {
  background-color: #fff;
}

table p {
  color: #333;
}

#main table .nobreak {
  white-space: nowrap
}

#main table .smalltext {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
  margin-bottom: 10px;
}

#main .required {
  color: #CA4904;
}

.one-column table p {
  margin-left: 0;
  margin-right: 0;
}

.tbl-margins {
  margin-left: 20px;
  margin-right: 20px;
  width: auto;
}

.tbl-margins th {
  min-width: 60px;
}
/* Accordion
   ========================================================================== */

#accordion {
  clear: both;
}

#main #accordion p,
#main-faq #accordion p,
#main-alt #accordion p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  margin: 0 0 1em 0;
}

#main-faq #accordion li {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

#main-faq #accordion .note {
  margin-top: .3em;
  margin-bottom: 0;
}


/* Search
   ========================================================================== */

#search {
  margin-bottom: 2em;
  padding-top: .5em;
  overflow: auto;
  position: relative;
}

#search h1 {
  font-family: "Effra", Arial, sans-serif;
  font-weight: normal;
  margin-left: 15px;
}

#search ul {
  margin-bottom: 2em;
}

#search li {
  list-style: none;
  margin-bottom: 10px;
  margin-left: 2.5em;
  padding-bottom: .25em;
}

#search input[type="radio"] {
  margin-left: -1.5em;
  margin-right: 3px;
}

#search #btn-go {
  min-width: 35px;
}

#searched-for {
  margin-top: 1em;
  margin-bottom: 1em;
}

#searched-for h3 {
  font-weight: normal;
  margin-bottom: 0;
}

.searched-for-item {
  color: #005195;
  font-weight: bold;
}


/* Request Manuals
   ========================================================================== */

#in-this-order h3,
#shipping-info h3 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 0.5em;
  margin-top: 2.5em;
}

.manual-download,
.manual-order,
.manual-info {
  white-space: nowrap;
}

.manual-download a,
.manual-order a,
.manual-info a {
  font-size: 13px;
  font-size: 1.3rem;
}

.manual-download a:link,
.manual-download a:visited {
  color: #0085ca;
}

.manual-download a:hover,
.manual-download a:active {
  color: #004b87;
}

.manual-info a:link,
.manual-info a:visited {
  color: #0085ca;
}

.manual-info a:hover,
.manual-info a:active {
  color: #004b87;
}

.manual-order a:link,
.manual-order a:visited {
  color: #00c4b3;
}

.manual-order a:hover,
.manual-order a:active {
  color: #5b7f95;
}

.manual-download a {
  display: block;
  background: url("../images/icon-download.png") no-repeat scroll 0 3px #FFFFFF;
  padding: 0 0 10px 18px;
}

.manual-info a {
  display: block;
  background: url("../images/icon-info.png") no-repeat scroll 0 3px #FFFFFF;
  padding: 0 0 10px 18px;
}

.manual-order a {
  display: block;
  background: url("../images/icon-add.png") no-repeat scroll 0 11px #FFFFFF;
  padding: 10px 0 10px 18px;
  color: #004c49;
}

.view-order {
  background: url("../images/icon-order.png") no-repeat scroll 0 11px #FFFFFF;
  padding: 10px 0 10px 20px;
}

.manual-download a {
  display: block;
  background: url("../images/icon-download.png") no-repeat scroll 0 3px #FFFFFF;
  padding: 0 0 10px 18px;
}

.manual-order a {
  display: block;
  background: url("../images/icon-add.png") no-repeat scroll 0 11px #FFFFFF;
  padding: 10px 0 10px 18px;
  color: #004c49;
}

.view-order {
  background: url("../images/icon-order.png") no-repeat scroll 0 11px #FFFFFF;
  padding: 10px 0 10px 20px;
}

#model-number,
#product-name,
#document-number {
  display: none;
}

#cfn-list li {
  list-style: none;
  padding: .5em;
}

#cfn-list li.highlight {
  background-color: #d7f4f3;
}

.cfn,
.cfn-description {
  color: #666;
}

.cfn {
  font-weight: bold;
}

.cfn-description {
  margin-right: 10px;
}

#dialog-modal-model,
#dialog-modal-brand {
  display: none;
}

#email-required>input {
  margin-top: 2px;
  width: 97%;
}

#language {
  float: right;
}

#language form {
  margin: 0 0 10px 0;
}

#language label {
  display: inline;
  font-size: 13px;
}

.item-wrapper {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-bottom: 10px;
}

#main .item-name {
  font-family: "Effra", Arial, sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
}

.item-label {
  font-weight: bold;
}

.order-item {
  border-top: 1px solid #ccc;
  padding-top: 1em;
}

.order-item p {
  color: #666;
}

#shipping-info {
  margin-bottom: 1em;
}

#shipping-info p {
  font-weight: bold;
  color: #333;
}

#shipping-info span {
  font-weight: normal;
  color: #666;
}

.hgroup {
  margin-bottom: 1em;
  /*margin-top: 38px;*/
  padding-top: 5px;
  padding-bottom: 5px;
}

#select-language {
  float: right;
  display: inline;
  margin-top: 17px;
}

#select-language label {
  display: inline;
  padding-top: 0;
}

#select-language select {
  display: inline;
}

#select-language-left {
  float: left;
  display: inline;
  margin-top: 17px;
}

#select-language-left label {
  display: inline;
  padding-top: 0;
}

.wrapper-country-language {
  border: 1px solid #ccc;
  float: left;
  margin-bottom: 40px;
  padding-top: 20px;
  width: 99%;
}

.wrapper-country-language form {
  float: left;
  border-right: 1px solid #ccc;
  margin-bottom: 20px;
  width: 57%;
}

form .wrapper-country-language .documentation-language {
  float: left;
  border-right: 1px solid #ccc;
  margin-bottom: 20px;
  width: 57%;
}

form .wrapper-country-language .wrapper-languages {
  float: left;
  margin-bottom: 20px;
  max-width: 250px;
}

.wrapper-languages {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  width: 30%;
  position: relative;
}

.wrapper-languages h3 {
  /*font-weight: normal;*/
  margin: 0 0 5px 0;
}

.wrapper-languages p {
  color: #999;
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
  margin-left: 0;
}

.wrapper-languages label {
  display: block;
}

.wrapper-languages select {
  float: none;
}

.wrapper-languages select,
.wrapper-languages option,
.wrapper-languages input[type="submit"] {
  font-size: 1em;
}

.wrapper-languages input[type="checkbox"] {
  margin-top: 20px;
}

.wrapper-submit {
  float: left;
  margin-top: 20px;
  position: relative;
  bottom: 0;
  right: 0;
}


/* Acrobat
   ========================================================================== */

#acrobat {
  float: left;
  margin-top: 3em;
  padding-top: 1em;
  border-top: 1px solid #ccc;
  width: 100%;
  background: #fff;
}

#acrobat img {
  display: block;
  padding-bottom: 5px;
}

#acrobat p {
  color: #666;
}


/* Footer
   ========================================================================== */

#footer {
  float: left;
  padding-top: 40px;
  overflow: auto;
  width: 100%;
  background: #fff;
}

#footer p {
  color: #666;
  line-height: 1.6;
}

#footer .copyright {
  color: #000;
  /*padding-top:1em;*/
}

#footer p.center {
  margin: 0 auto;
  text-align: center;
  width: 700px;
}

#footer-right a {
  padding-left: 10px;
  padding-right: 10px;
}

#footer-right a:first-child {
  padding-left: 0;
}


/* Warning
   ========================================================================== */

#warning-section {
  background: url("../images/alert.png") no-repeat;
  min-height: 50px;
  margin: .5em 2%;
  padding-top: .5em;
  overflow: auto;
}

#wrapper-content #warning-section p {
  margin-left: 60px;
  padding-left: 0;
}

#wrapper-content #warning-section ul {
  margin-left: 60px;
  padding-left: 0;
}

#wrapper-content #warning-section li {
  margin-left: 1em;
}


/* Tabs on left
   ========================================================================== */

#tabs-left {
  position: relative;
  padding-left: 23%;
}

#tabs-left ul.ui-corner-all {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#tabs-left .ui-widget-header {
  background: #e8e8e7;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

#tabs-left .ui-tabs-nav {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 21%;
  padding: 10px 0 10px 10px;
}

#tabs-left .ui-tabs-nav li.tab-first {
  margin-top: 39px;
}

#tabs-left .ui-tabs-nav li {
  right: 1px;
  width: 100%;
  margin-top: -2px;
  border-right: none;
  border-bottom: transparent;
  border-radius: 0;
  line-height: 2.8em;
  margin-left: 0;
  min-height: 2.8em;
}

#tabs-left.ui-tabs .ui-tabs-nav li {
  white-space: normal !important;
}

#tabs-left span.list-item-wrapper {
  display: -moz-inline-box;
  /* FF2 or lower */
  display: inline-block;
  /* FF3, Opera, Safari */
  width: 100%;
  vertical-align: middle;
}

#tabs-left .ui-state-default a:link,
#tabs-left .ui-state-default a:visited {
  color: #53565a;
  text-decoration: underline;
}

#tabs-left .ui-state-default a:hover,
.ui-state-default a:hover {
  color: #53565a;
}

#tabs-left .ui-state-active a:link,
#tabs-left .ui-state-active a:visited,
#tabs-left .ui-state-active a:hover,
#tabs-left .ui-state-active a:active,
.ui-state-active a:link,
.ui-state-active a:visited,
.ui-state-active a:hover,
.ui-state-active a:active {
  color: #53565a;
}

#tabs-left .ui-tabs-nav li.ui-tabs-selected {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
}

#tabs-left .ui-state-default {
  background: #b1b3b3;
  background: -moz-linear-gradient(left, #b9d9eb 0%, #b9d9eb 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b9d9eb), color-stop(100%, #b9d9eb));
  background: -webkit-linear-gradient(left, #b9d9eb 0%, #b9d9eb 100%);
  background: -o-linear-gradient(left, #b9d9eb 0%, #b9d9eb 100%);
  background: -ms-linear-gradient(left, #b9d9eb 0%, #b9d9eb 100%);
  background: linear-gradient(to right, #b9d9eb 0%, #b9d9eb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9d9eb', endColorstr='#b9d9eb', GradientType=1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}

#tabs-left .ui-tabs-nav .ui-state-active {
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-8 */
}

#tabs-left .ui-tabs-nav li a {
  float: left;
  width: 87%;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}

#tabs-left>div {
  overflow: auto;
}

#tabs-left li.support {
  border: none !important;
  padding: 2em 0 0 0;
}

#tabs-left .support h1 {
  color: #333;
  font-family: "Effra", Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 4%;
}

#tabs-left ul .support p {
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 4%;
}

#tabs-left .text-small {
  font-size: 10px;
  font-size: 1.0rem;
}

#tabs-left .info-block {
  min-height: 1px;
}

#tabs-left .info-block p,
#tabs-left .info-block li {
  font-size: 1.3rem;
}

#tabs-left .fca-block h1 {
  font-family: "Effra", Arial, sans-serif;
  font-size: 1.6rem;
  margin: 0px 20px 2px 20px;
}

#tabs-left .fca-block p {
  font-size: 1.5rem;
  margin-bottom: 30px;
}


/* Map
   ========================================================================== */

.map {
  /*margin: 0 auto;*/
  float: left;
  /*position: relative;*/
  width: 700px;
}

a.region {
  cursor: pointer;
}

.map a:hover {
  color: #1f007e;
}

#canada,
#latinAmerica,
#europe,
#middleEastAfrica {
  width: 182px;
}

#canada,
#usa,
#latinAmerica,
#europe,
#middleEastAfrica,
#asiaAsean,
#japan,
#australiaNZ {
  float: left;
  position: absolute;
}

#canada {
  top: 57px;
  left: 45px;
  z-index: 8;
}

#usa {
  top: 120px;
  left: 38px;
  z-index: 6;
}

#latinAmerica {
  top: 219px;
  left: 113px;
  z-index: 2;
}

#europe {
  top: 65px;
  left: 383px;
  z-index: 7;
}

#middleEastAfrica {
  top: 154px;
  left: 295px;
  z-index: 3;
}

#asiaAsean {
  top: 126px;
  left: 450px;
  z-index: 4;
}

#japan {
  top: 127px;
  left: 588px;
  z-index: 5;
}

#australiaNZ {
  top: 254px;
  left: 470px;
  z-index: 1;
}

.language-preferences {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-bottom: 1em;
}

.language-preferences label {
  color: #666;
  display: inline;
  font-size: 0.9em;
  vertical-align: bottom;
}

.language {
  padding: .5em;
}

.language-list {
  z-index: 3000;
}

.language-list li {
  padding: 0 4px 0 0;
}

.tooltip {
  display: none;
  padding: 0;
}

.tooltip h3 {
  margin: 0.5em 0 0 0;
  padding: 0;
  line-height: 1.1;
}

.tooltip ul {
  margin: 0 0 .5em 0;
  padding: 0 0 0 1.2em;
}


/* List of languages */

.column {
  padding: 0;
}

.documentation-language {
  clear: both;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}

.documentation-language li {
  list-style-type: none;
}

.documentation-language label {
  display: inline-block;
}

.documentation-language a {
  font-size: 12px;
  text-transform: uppercase;
}

.radio ul {
  margin: 0;
  padding: 0;
}

.radio li {
  list-style-type: none;
  margin-bottom: 1em;
}

.width-alt {
  width: 80%;
}


/* General (alphabetically by ID, then class)
   ========================================================================== */

#aside,
#aside-alt {
  margin: 10px 0 0 0;
}

#aside p,
#aside-alt p {
  color: #666;
}

#aside h1,
#aside-alt h1 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

#aside-alt table p {
  margin-left: 0;
  margin-right: 0;
}

#info h1 {
  font-family: "Effra", Arial, sans-serif;
  font-weight: normal;
}

#main,
#main-faq,
#main-alt {
  margin-top: 0;
  padding-top: .5em;
}

#main a {
  outline: none;
  -moz-outline-style: none;
}

#main :focus {
  -moz-outline-style: none;
}

#main .sorry {
  font-size: 18px;
  font-size: 1.8rem;
  color: #b0008e;
  margin-top: 10px;
  font-weight: 400;
}

#main .tech-support {
  margin-top: 2em;
  margin-bottom: 2em;
}

#main>ul {
  margin-left: 0 !important;
}

#main.one-column .info-block h3,
#main.one-column .info-block p {
  margin: 0 0 4px 0;
}

#main .info-block li {
  margin: 1em 0;
}

#main .info-block h3 {
  font-size: 2rem;
  font-weight: normal;
}

#main p,
#main-alt p {
  clear: both;
}

#main-brand h1 {
  font-family: "Effra", Arial, sans-serif;
  font-weight: normal;
}

#my-order {
  /*margin: 0 2%;
  position: absolute;
  right: 0;
  top: -27px;*/
  text-align: right;
}

#my-order ul {
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 0;
}

#my-order li {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  margin: 0 0 0 1em;
  padding: 0;
  display: inline;
}

#not-sure h2 {
  margin-bottom: 0;
}

#secondary {
  color: #004C49;
}

#secondary p {
  padding: .5em;
}

#wrapper {
  margin: 0 auto;
  width: 96%;
}

#wrapper-content {
  border-left: medium none;
  border-right: medium none;
  float: left;
  width: 100%;
}

.actions {
  min-width: 90px;
}

.alert {
  color: #cc092f;
}

.answer {
  color: #333;
}

.block {
  margin-bottom: 1em;
  padding-top: .8em;
  padding-bottom: .8em;
}

.block p,
.block ul,
.block ol {
  margin-bottom: 0;
}

.breathe-right {
  margin-right: 2%;
}

.breathe-bottom {
  margin-bottom: 1em;
}

.breathe-bottom-alt {
  margin-bottom: 3em;
}

.chromeframe {
  margin: 0.2em 0;
  background: #fdf1e9;
  color: #333;
  padding: 0.2em 1em;
  border-top: 1px solid #53565a;
  border-bottom: 1px solid #53565a;
}

.chromeframe a {
  color: #ea7125;
  padding: 0 0.2em;
}

.content-title-language-wrapper {
  float: left;
  clear: both;
  width: 96%;
  padding: 20px 2% 5px;
}

.content-title {
  width: 70%;
  float: left;
}

.content-title h1 {
  font-family: "Effra", Arial, sans-serif;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

.content-title h2 {
  margin: 0;
  padding: 3px 0;
}

.manual-language {
  width: 30%;
  float: right;
}

.manual-language a {
  float: right;
}

.manual-language p {
  margin: 0;
  padding: 9px 0 5px 0;
  text-align: right;
}

.content ul {
  margin-left: 0;
  padding-left: 0;
}

.define {
  border: 1px solid #ccc;
}

.define-top {
  border-top: 1px solid #ADDCDA;
}

#main .disclaimer,
.disclaimer {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #b0008e;
  margin: 20px;
  padding: 0;
  position: relative;
}

#main .disclaimer p,
.disclaimer p {
  font-size: 14px;
  padding: 0;
  margin: 0;
}

#main .no-border .disclaimer {
  margin: 20px 20px 20px 10px;
  padding: 5px;
}

.example {
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
}

.flush-right {
  margin-right: 0;
  padding-right: 0;
  text-align: right;
}

.full {
  width: 100%;
}

.gradient {
  background: #e8e8e7;
}

.gradient2 {
  background: #00a9e0;
}

.gradient3 {
  background: #b9d9eb;
}

.gradient3 h1,
.gradient3 label,
.gradient3 input {
  color: #001e46;
}

.heads-up {
  color: #333;
  margin-top: 1em;
  padding-top: 1em;
}

.hide {
  display: none;
}

.horz label {
  display: inline-block;
  padding-right: 0.5em;
}

.indent {
  margin-left: 20px;
}

.info {
  background-image: url("../images/icon-info.png");
  background-repeat: no-repeat;
  padding-left: 34px;
  min-height: 30px;
}

.info-block {
  border-radius: 0;
  border: none;
  padding: 1em 1.4em;
  margin: 1em .5% 3em .2%;
  background: #b9d9eb;
}

.info-block h3 {
  color: #001e46;
}

.fca-block {}

.fca-block h1 {
  color: #001e46;
}

.invisible {
  visibility: hidden;
}

.no-basement {
  margin-bottom: 0;
  padding-bottom: 0;
}

.offset-vert {
  margin-top: 39px;
}

.oops {
  color: #cc092f;
}

.outline {
  /*border:1px solid #d6d6d6;*/
}

.outline2 {
  /*border:1px solid #A2E5F5;*/
}

.outline3 {
  /*border:2px solid #008782;*/
}

.outline4 {
  /*border:1px solid #008782;*/
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.outline-primary {
  /*border:1px solid #999;*/
}

.outline-alert {
  border: 1px solid #53565a;
}

span.phone-emphasized {
  display: block;
  font-size: 121%;
  color: #333;
  padding-top: 2px;
}

.pull-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.pull-right {
  float: right;
}

.push-top {
  margin-top: 1em;
}

.rounded {
  border-radius: 0;
}

.rounded-top {
  border-radius: 0;
}

.rounded-bottom {
  border-radius: 0;
}

.searched-for {
  color: #004c49;
  font-weight: bold;
}

.show {
  display: block;
}

.squeeze-h {
  margin-left: 1.2%;
  margin-right: 1.2%;
  width: 97.6%;
  clear: both;
}

.strong {
  font-weight: normal;
  color: #004c49;
  font-size: 18px;
  font-size: 1.8rem;
}

.topmargin {
  margin-top: 1em;
}

.standard-left-margin {
  margin-left:20px;
}

.terms-of-use h2 {
  color: #53565a;
  font-family: "Effra", Arial, sans-serif;
  font-size: 24px;
  font-size: 1.8rem;
  font-weight: bold;
}

.terms-of-use #select-language-left {
  float: none;
  display: block;
  margin-top: 17px;
}

.terms-of-use #select-language-left label {
  font-weight: bold;
}

.terms-of-use #select-language-left select {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 17px;
  color: #53565a;
  background-color: #fff;
  border: 1px solid #b1b3b3;
  border-radius: 0;
  margin: 10px 20px;
  -webkit-appearance: menulist;
}

.terms-of-use h1,
.terms-of-use h2,
.terms-of-use h3,
.terms-of-use h4,
.terms-of-use h5,
.terms-of-use h6,
.terms-of-use p,
.terms-of-use li {
  margin-left: 20px !important;
}

.terms-of-use ul {
  padding-left: 20px !important;
}


/* removed due to Greek issue
.terms-of-use h1,
.terms-of-use h2 {
  text-transform: uppercase;
} */

.terms-of-use h2 {
  color: #53565a;
  border-top: 1px solid #b1b3b3;
  font-family: "Effra", Arial, sans-serif;
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 17px;
}

.terms-of-use h2:first-of-type {
  border-top: none;
}

.terms-of-use h3 {
  color: #53565a;
  font-family: "Effra", Arial, sans-serif;
  font-size: 18px;
  line-height: 16px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .terms-of-use label {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    margin-left: 20px !important;
  }
}

.top-matter {
  position: relative;
  float: left;
  width: 100%;
}

.top-matter.alt {
  margin-top: 50px;
}

.ui-autocomplete {
  max-height: 290px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-autocomplete-input {
  font-family: effra, arial, sans-serif;
}

.ui-menu {
  border: 1px solid #b1b3b3;
}

.ui-menu .ui-menu-item {
  font-family: effra, arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}

.ui-menu .ui-menu-item a {
  background: #fff;
}

.ui-menu .ui-menu-item a:hover {
  background: #efefef;
}

.ui-widget {
  font-family: effra, arial, sans-serif;
}

.ui-widget-content>p {
  margin-left: 0;
  margin-right: 0;
}

.ui-widget-content>h3 {
  margin-left: 0;
  margin-right: 0;
}

.zero-left {
  margin-left: 0;
}

.zero-top {
  margin-top: 0;
}

/* Cookie banner
   ========================================================================== */

#cookieBar.alert {
  background-color: #001e46;
  border-radius: 0;
  color: #fff !important;
  font-family: Effra, Arial, sans-serif;
  padding: 20px 0 20px 20px;
  border: none;
  margin: 0;
  position: fixed !important;
  bottom: 0;
  z-index: 1000;
}
#cookieBar.alert .btn.close {
  color: #fff;
  background-color: transparent;
  border: none;
  display: inline-block;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 2rem;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  left: auto;
  opacity: 1;
}
#cookieBar.alert .btn.close .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
}
#cookieBar svg:not(:root) {
  overflow: hidden;
}

#cookieBar.alert .btn.close path {
  fill: #fff;
}
#cookieBar.alert .icon-fallback-text .text {
  display: none;
}
#cookieBar h4 {
  font-size: 24px;
  line-height: 21px;
  margin: 0 0 0.2em 0;
}
#cookieBar .green {
  color: #77BC1F !important;
  font-family: inherit;
  font-weight: 700;
}
#cookieBar p {
  margin: 0 75px 0 0;
  font-size: 16px;
  line-height: 19px;
}
#cookieBar a {
  background-color: transparent;
  color: #71C5E8;
  text-decoration: none;
}
#cookieBar .btn-holder {
  float: right;
  margin: 1em 20px 0 0;
}
#cookieBar .btn {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3333333;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  margin-left: 10px;
}
#cookieBar .btn-primary {
  color: #001e46;
  background-color: #77bc1f;
  border-color: #77bc1f;
  font-weight: bold;
}
#cookieBar .btn-primary:hover {
  color: #fff;
  background-color: #004b87;
  border-color: #fff;
}
#cookieBar .btn-secondary {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
#cookieBar .btn-secondary:hover {
  background-color: #004b87;
}
#cookieBar .close .icon {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}


/* Place (I don't remember what these are for, but at least they're grouped together)
   ========================================================================== */

.place li {
  margin: 0 5px;
  padding: 0 0 8px;
  float: left;
  position: relative;
  list-style: none;
  font: normal 1em/1.5em "Effra", Arial, sans-serif;
  color: #333;
}


/* main level link */

.place a {
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 8px 20px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}


/* main level link hover */

.place li:hover>a {
  background: #d1d1d1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1');
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1));
  background: -moz-linear-gradient(top, #ebebeb, #a1a1a1);
  color: #444;
  /*border-top: solid 1px #f8f8f8;*/
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}


/* sub levels link hover */

.place ul li:hover a,
.place li:hover li a {
  background: none;
  border: none;
  color: #666;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.place ul a:hover {
  background: #0399d4 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba');
  background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important;
  background: -moz-linear-gradient(top, #04acec, #0186ba) !important;
  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}


/* level 2 list */

.place ul {
  background: #ddd;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #fff, #cfcfcf);
  /* for firefox 3.6+ */
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 35px;
  left: 0;
  border: solid 1px #b4b4b4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}


/* dropdown */

.place li:hover>ul {
  display: block;
  z-index: 3000;
}

.place ul li {
  float: none;
  margin: 0;
  padding: 0;
}

.place ul a {
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}


/* rounded corners for first and last child */

.place ul li:first-child>a {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
}

.place ul li:last-child>a {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}


/* clearfix */

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

.place {
  display: inline-block;
}

html[xmlns] .place {
  display: block;
}

* html .place {
  height: 1%;
}


/* Overwrite jQuery UI styles
   ========================================================================== */

#wrapper .ui-accordion-icons .ui-accordion-header a {
  padding-left: 1.6em;
}

#wrapper .ui-accordion .ui-accordion-content {
  padding: 1em 1.6em
}

#wrapper .one-column .ui-accordion .ui-accordion-content {
  margin-left: 0;
  padding: 1em 1.6em;
}

body .ui-widget-overlay {
  background: #888b8d;
  opacity: 0.6;
}

.ui-widget-header {
  background: #0085ca none repeat scroll 0 0;
  color: #fff;
}

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_001e46_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("../images/ui-icons_001e46_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../images/ui-icons_004b87_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("../images/ui-icons_001e46_256x240.png");
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #e8e8e7 none repeat scroll 0 0;
  border: 1px solid #b1b3b3;
  color: #53565a;
  font-weight: normal;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #e8e8e7 none repeat scroll 0 0;
  border: 1px solid #b1b3b3;
  color: #53565a;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #b1b3b3;
  background: #efefef;
  font-weight: normal;
  color: #888b8d;
}

.ui-autocomplete .ui-state-hover,
.ui-autocomplete .ui-state-focus,
.ui-autocomplete .ui-state-active {
  background-color: #fff;
  color: #53565a;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}

.ui-accordion .ui-accordion-content {
  border: 1px solid #b1b3b3;
  border-top: none;
}


/* ==========================================================================
   Bootstrap styles
   ========================================================================== */

.breadcrumb {
  padding: 7px 20px;
  margin: 0;
  background-color: #e8e8e7;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.breadcrumb li {
  display: inline;
  text-shadow: none;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
}

.breadcrumb .active a {
  color: #53565a;
}

.btn,
input[type="submit"] {
  color: #fff;
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #53565a;
  text-align: center;
  background-color: #e8e8e7;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  position: relative;
}

.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-primary {
  color: #fff;
  background-color: #0085ca;
}

a.btn-primary {
  background-color: #0085ca;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

input[type="submit"] {
  background-color: #0085ca;
  color: #fff;
  line-height: 16px;
  padding: 5px 10px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
input[type="submit"]:hover {
  color: #fff;
  background-color: #004b87;
}

.btn:first-child {
  *margin-left: 0;
}


/*.btn:hover {
  color: #53565a;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}*/

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e8e8e7;
  color: rgba(0, 0, 0, 0.5);
  outline: 0;
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e8e8e7;
  /*opacity: 0.65;*/
}

.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  border-radius: 0;
}

.btn-group .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .btn:last-child,
.btn-group .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group .btn.large:first-child {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .btn.large:last-child,
.btn-group .large.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 2;
}

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

.btn-group .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group.open {
  *z-index: 1000;
}

.btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  border-radius: 0;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
}

.btn-left {
  margin-left: 2%;
}

.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}

.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-primary .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret {
  border-top-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.btn-small .caret {
  margin-top: 4px;
}

.control-group {
  margin-bottom: 9px;
}

.divider {
  padding: 0 5px;
  color: #b1b3b3;
}

.form-horizontal select {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 3px;
}

.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-group>label {
  float: left;
  width: 250px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  margin-left: 160px;
}

.form-horizontal .form-actions {
  padding-left: 160px;
}

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

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

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

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

.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;
  max-height: 500px;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #888b8d;
  /* IE6-7 */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -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-optin {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  max-height: 500px;
  overflow: auto;
  width: 700px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -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-optin.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}

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


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

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

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

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

.modal h3 {
  margin: 0;
}

.modal h4 {
  font-weight: normal;
  margin-left: 0;
  margin-right: 0;
}

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

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

.modal-body {
  padding: 15px;
}

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

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

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

.modal-footer .btn {
  color: #fff;
  background-color: #0085ca;
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
  text-decoration: none;
}

.modal-footer .btn:hover {
  color: #fff;
  background-color: #004b87;
}

.lt-ie9 .modal-footer .btn {
  behavior: none;
}

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

.nav>li>a {
  display: inline;
}

.nav>li>a:hover {
  color: #ffffff;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}

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

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

.nav-list .nav-header {
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #b1b3b3;
  text-transform: uppercase;
}

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

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

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

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

.pager {
  padding-top: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: left;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
}

.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next a {
  float: right;
}

.pager .previous a {
  float: left;
}

.tabs-stacked .open>a:hover {
  border-color: #b1b3b3;
}

.table-max {
  margin-bottom: 0;
  max-width: inherit;
}

.table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  /*width: 100%;*/
  width: inherit;
  margin-bottom: 18px;
}

.table th,
.table td {
  padding: 0.5em 2em 0.5em 0.5em;
  line-height: 18px;
  text-align: left;
  /*border-top: 1px solid #ddd;*/
}

.table th {
  font-weight: bold;
  vertical-align: bottom;
}

.table td {
  vertical-align: top;
}

.table thead:first-child tr th,
.table thead:first-child tr td {
  border-top: 0;
}

.table tbody+tbody {
  border-top: 2px solid #ddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.table-bordered th+th,
.table-bordered td+td,
.table-bordered th+td,
.table-bordered td+th {
  border-left: 1px solid #ddd;
}

.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-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.navbar {
  overflow: visible;
  margin-bottom: 18px;
}

.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #53565a, #222222);
  background-image: -ms-linear-gradient(top, #53565a, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#53565a), to(#222222));
  background-image: -webkit-linear-gradient(top, #53565a, #222222);
  background-image: -o-linear-gradient(top, #53565a, #222222);
  background-image: linear-gradient(top, #53565a, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53565a', endColorstr='#222222', GradientType=0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #53565a, #222222);
  background-image: -ms-linear-gradient(top, #53565a, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#53565a), to(#222222));
  background-image: -webkit-linear-gradient(top, #53565a, #222222);
  background-image: -o-linear-gradient(top, #53565a, #222222);
  background-image: linear-gradient(top, #53565a, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53565a', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  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(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);
}

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

.btn-navbar:active,
.btn-navbar.active {
  background-color: #080808;
}

.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -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;
}

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

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

.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #ffffff;
}

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

.navbar .navbar-text a:hover {
  color: #ffffff;
  background-color: transparent;
}

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

.navbar .btn-group .btn {
  margin-top: 0;
}

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

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

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

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

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

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

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

.navbar-search .search-query {
  padding: 4px 9px;
  font-family: "Effra", Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.75);
  background: #666;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

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

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

.navbar-search .search-query:hover {
  color: #ffffff;
  background-color: #b1b3b3;
  background-color: rgba(255, 255, 255, 0.5);
}

.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #53565a;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 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);
  outline: 0;
}

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

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

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

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

.navbar .nav>li {
  display: block;
  float: left;
}

.navbar .nav>li>a {
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  color: #b1b3b3;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar .nav>li>a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}

.navbar .nav .active>a,
.navbar .nav .active>a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
  background-color: rgba(0, 0, 0, 0.5);
}

.navbar .divider-vertical {
  height: 44px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222222;
  border-right: 1px solid #53565a;
}

.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}

.navbar .dropdown-menu {
  margin-top: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

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

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

.navbar .nav .dropdown-toggle .caret,
.navbar .nav .open.dropdown .caret {
  border-top-color: #ffffff;
}

.navbar .nav .active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar .nav .open>.dropdown-toggle,
.navbar .nav .active>.dropdown-toggle,
.navbar .nav .open.active>.dropdown-toggle {
  background-color: transparent;
}

.navbar .nav .active>.dropdown-toggle:hover {
  color: #ffffff;
}

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

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

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

.dropdown {
  position: relative;
}

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

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  text-indent: -99999px;
  *text-indent: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  /*opacity: 0.3;
    filter: alpha(opacity=30);*/
  content: "\2193";
}

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

.dropdown:hover .caret,
.open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  max-width: 220px;
  _width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -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;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.dropdown-menu.bottom-up {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

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

.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  /*white-space: nowrap;*/
}

.dropdown-menu li>a:hover,
.dropdown-menu .active>a,
.dropdown-menu .active>a:hover {
  color: #666;
  text-decoration: none;
  background-color: #efefef;
}

.dropdown.open {
  *z-index: 1000;
}

.dropdown.open .dropdown-toggle {
  color: #ffffff;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}

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

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

.fade.in {
  opacity: 1;
}

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

.collapse.in {
  height: auto;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title)")";
  }
  a,
  a:visited {
    color: #000000 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href)")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  .ir a:after {
    content: "";
  }
}

@media only screen and (max-width: 590px) {
  .wrapper-country-language form {
    border: none;
    width: 100%
  }
  .wrapper-languages {
    border-top: 1px solid #ccc;
    margin-left: 4%;
    margin-right: 4%;
    padding-top: 20px;
    width: 92%;
  }
}


/*@media only screen and (min-width: 320px) {
    #main .one-column ul, li {
        list-style-type: none;
    }
}*/

@media only screen and (min-width: 430px) {
  /*#masthead h2 {
        font-size:16px;
        font-size:1.6rem;
    }*/
}

@media only screen and (min-width: 560px) {
  /*#navigation {
        background:none;
        position:absolute;
        top:32px;
        right:0;
        bottom:0;
        text-align:right;
        width:35%;
        height:20px;
        overflow:hidden;
    }*/
}


@media only screen and (min-width: 768px) {
  #masthead h1,
  #masthead h2 {
    margin-left: 0;
    width: 100%;
  }
  #main,
  #main-faq {
    float: left;
    margin-left: 20px;
    width: 60%;
  }
  #main>h2 {
    margin-left: 0;
  }
  #main-alt {
    float: left;
    margin-left: 1.5%;
    width: 36%;
  }
  #main.one-column {
    float: left;
    margin: 0;
    width: 100%;
  }
  #main.one-column h2,
  #main.one-column p,
  #main.one-column label {
    margin-left: 20px;
  }
  #main.one-column table p {
    margin-left: 0;
  }

  #main .disclaimer p,
  .disclaimer p {
    padding: 0;
    margin: 0;
  }
  #main p,
  #main-alt p,
  #main li,
  #main-alt li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #main p,
  #main-alt p {
    margin-left: 0;
  }
  #main li,
  #main-alt li {
    margin-left: 2.5%;
  }
  #main td p,
  #main-alt p,
  #main td li,
  #main-alt li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #main td p,
  #main-alt td p,
  {
    margin-left: 0
  }
  #main td li,
  #main-alt td li {
    margin-left: 6px;
  }
  #search li {
    margin-left: 2em;
  }
  #page-id {
    margin-left: 28px;
  }
  #not-sure {
    float: right;
    margin-top: 114px;
    width: 26%;
  }
  #aside {
    float: right;
    margin-right: 1.5%;
    width: 35%;
  }
  #aside h1,
  #aside p,
  #aside li {
    margin-left: 4%;
    margin-right: 4%;
  }
  #aside p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #aside-alt {
    float: right;
    margin-right: 1.5%;
    margin-top: 8px;
    width: 60%;
  }
  #aside-alt h1,
  #aside-alt li {
    margin-left: 4%;
    margin-right: 4%;
  }
  #aside-alt h2,
  #aside-alt h3,
  #aside-alt h4,
  #aside-alt p {
    margin-left: 2%;
    margin-right: 0;
  }
  #aside-alt h3 {
    margin-bottom: 0;
    color: #333;
    font-weight: normal;
  }
  #aside-alt h4 {
    margin-top: 0;
    color: #666;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
  }
  #aside-alt p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #aside-alt p.intro {
    margin-top: 2em;
  }
  #cfn-list li.highlight {
    background-image: url(../images/arrow-r.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  #searched-for h3 {
    margin-left: 28px;
  }
  #acrobat img {
    float: left;
    padding-right: 15px;
  }
  .content ul {
    margin-left: 0;
    padding-left: 20px;
  }
  p.pdf {
    background: url(../images/icon-pdf.png) no-repeat;
    padding-left: 20px;
  }
  .item-wrapper {
    clear: both;
    float: left;
    width: 100%;
  }
  .item-description {
    float: left;
    width: 70%;
  }
  .item-quantity {
    float: right;
    padding-left: 1%;
    border-left: 1px dashed #ccc;
  }
  .order-clear {
    float: right;
    padding-left: 1%;
  }
}

@media only screen and (max-width: 920px) {
  .instructions-text {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .item-description {
    width: 77%;
  }
  #main,
  #main-faq {
    width: 70%;
  }
  #search {
    width: 95%;
    float: left;
  }
  #secondary {
    width: 49%;
    float: right;
  }
  #aside {
    width: 25%;
  }
}

@media only screen and (min-width: 1300px) {
  .item-description {
    width: 82%;
  }
}

@media only screen and (min-width: 1700px) {
  .item-description {
    width: 86%;
  }
}

.breadcrumb td {
  padding: 5px 20px;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
}

.text-nowrap {
  white-space: nowrap;
}

.no-breadcrumb {
  padding: 7px 20px;
  margin-top: 15px;
  margin-bottom: 10px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.no-breadcrumb td {
  padding: 5px 0 0 20px;
}
.no-breadcrumb ul {
  margin: 0 1%;
  padding: 0;
}

body {
  min-height: 400px;
  clear: both;
}

@media only screen and (max-width: 360px) {
  body {
    margin-bottom: 300px;
  }
}

@media only screen and (max-width: 460px) {
  body {
    margin-bottom: 225px;
  }
}

@media only screen and (max-width: 600px) {
  body {
    margin-bottom: 200px;
  }
}

@media only screen and (min-width: 850px) {
  body {
    margin-bottom: 175px;
  }
}
