/* ==========================================================================
   Font-Swap CLS Optimization: Fallback Structural Matching
   ========================================================================== */
@font-face {
  font-family: 'Titillium Fallback';
  src: local('Arial');
  size-adjust: 96%; /* Matches Titillium space metrics exactly */
  ascent-override: 95%;
  descent-override: 20%;
}

/* Apply directly to your global typography stacks */
html, body, p, #primary p, #main-content p, .region-content p {
  font-family: 'Titillium Web', 'Titillium Fallback', sans-serif;
}


@font-face {
  font-family: 'Poiret One';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/PoiretOne-Regular.woff2') format('woff2'),
       url('../fonts/PoiretOne-Regular.woff') format('woff');
  size-adjust: 100%; 
}

@font-face {
  font-family: 'Titillium ExtraLight';
  font-weight: 200;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/TitilliumWeb-ExtraLightItalic.woff2') format('woff2'),
       url('../fonts/TitilliumWeb-ExtraLightItalic.woff') format('woff');
}

@font-face {
  font-family: 'Titillium light';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/TitilliumWeb-Light.woff2') format('woff2'),
       url('../fonts/TitilliumWeb-Light.woff') format('woff');
}

@font-face {
  font-family: 'Titillium LightItalic';
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/TitilliumWeb-LightItalic.woff2') format('woff2'),
       url('../fonts/TitilliumWeb-LightItalic.woff') format('woff');
}

@font-face {
font-family: 'Titillium Web';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/TitilliumWeb-Regular.woff2') format('woff2'),
       url('../fonts/TitilliumWeb-Regular.woff') format('woff');
   /* Shrinks fallback font sizing footprint to match Titillium space bounds */
   size-adjust: 96%;
}

@font-face {
  font-family: 'Titillium Italic';
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/TitilliumWeb-Italic.woff2') format('woff2'),
       url('../fonts/TitilliumWeb-Italic.woff') format('woff');
}

@font-face {
  font-family: 'Titillium SemiBold';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/TitilliumWeb-SemiBold.woff2') format('woff2'),
       url('../fonts/TitilliumWeb-SemiBold.woff') format('woff');
}

@font-face {
  font-family: 'Titillium SemiBoldItalic';
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/TitilliumWeb-SemiBoldItalic.woff2') format('woff2'),
       url('../fonts/TitilliumWeb-SemiBoldItalic.woff') format('woff');
}

@font-face {
  font-family: 'Titillium WebBold';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/TitilliumWeb-Bold.woff2') format('woff2'),
       url('../fonts/TitilliumWeb-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Titillium WebItalic';
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/TitilliumWeb-BoldItalic.woff2') format('woff2'),
       url('../fonts/TitilliumWeb-BoldItalic.woff') format('woff');
}

@font-face {
  font-family: 'Titillium WebBlack';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/TitilliumWeb-Black.woff2') format('woff2'),
       url('../fonts/TitilliumWeb-Black.woff') format('woff');
}



html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font: 1em/1.6 'Titillium Web', sans-serif;
  box-sizing: border-box;
}

body {
  font-family: 'Titillium Web', sans-serif;
}
#primary p,
#main-content p,
.region-content p {
  font-family: 'Titillium Web', sans-serif;
}



.details-wrapper .form-item {
  padding: 0 10px;
}


a {
  line-height: inherit;
  color: black;
  outline: 0;
  font-weight: bold;
}

img {
  max-width: 101%;
  height: auto;
}


.remove-margin {
  margin-right: 0 !important;
}

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

.clear {
  clear: both;
}

blockquote {
  position: relative;
  margin: 30px 20px;
  padding-left: 25px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #000;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #000;
  content: open-quote;
  font-size: 3em;
  line-height: .1em;
  position: absolute;
  top: 20px;
  left: -10px;
}

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

pre {
  background: #fff url("images/pre-bg.png") repeat;
  margin: 40px 0;
  padding: 25px 20px;
  line-height: 25px;
  border: 1px solid #ddd;
  white-space: pre-wrap;
  word-wrap: break-word;
}

ul, ol {
  margin: 0 0 1em 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

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

#primary table {
  margin: 0 0 1.5em;
  border: 1px solid #ccc;
}

#primary th {
  font-weight: 700;
  color: #fff;
}

table {
  margin: 0 0 1em;
  width: 100%;
}

th {
  font-weight: 700;
  padding: 5px 10px;
}

tr {
  padding: 10px;
  font-size: 14px;
  border: 1.5px solid lightgrey;
}

td {
  padding: 3px 10px;
  border: none;
}

.order-total-line__subtotal {
  font-size: 14px;
  margin: 0 0 5px 0;
  border-bottom: 1px solid gray;
  padding-bottom: 5px;
}

.order-total-line__total {
  border-top: 5px double black;
  border-bottom: 1px solid black;
  width: 100%;
  margin: 10px 0;
  font-size: 18px;
}

.filter-wrapper {
  display: none;
}

#quickedit-entity-toolbar {
  z-index: 10000;
}

#messages-block {
  background: green;
  text-align: center;
  color: white;
  font-size: 16px;
  max-width: 700px;
  margin: auto;
}

.messages__wrapper, #highlighted-block div:nth-child(2) {
  margin: 25px auto 0 auto;
  text-align: center;
  padding: 15px;
  background: green;
  color: white;
}

.label input[type="submit"],
.label input[type="reset"],
.label input[type="button"] {
  border: 1px solid white;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.label input[type="submit"]:hover,
.label input[type="reset"]:hover,
.label input[type="button"]:hover,
.label:hover,
.label[href]:hover,
#edit-actions input:hover,
.link--previous:hover {
  background: #9d9443;
}

h1, h2, h3, h4, h5, h6,
h1:link, h2:link, h3:link, h4:link, h5:link, h6:link,
h1:visited, h2:visited, h3:visited, h4:visited, h5:visited, h6:visited,
h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
  clear: both;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Poiret One', sans-serif;
  font-variant: all-petite-caps;
}

h1 {
  font-size: 50px;
  text-align: center;
  line-height: 1em;
  margin-bottom: 30px;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
}
h2 { font-size: 45px; line-height: 1em; margin-bottom: 20px; }
h3 { font-size: 40px; line-height: 1em; margin-bottom: 20px; }
h4 { font-size: 35px; line-height: 1em; margin-bottom: 20px; font-weight: bold; }
h5 { font-size: 25px; line-height: 1em; margin-bottom: 18px; font-weight: bold; }
h6 { font-size: 16px; line-height: 1em; margin-bottom: 16px; font-weight: bold; }

span, p {
  font-family: inherit;
}

.article-header span{
  font-family: "poiret one";
  font-weight:bold;
}

.page-title span {
  font-family: "poiret one";
}

p {
  margin: 0 0 25px 0;
  font-size: 1.2em;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

.placeholder a:visited,
.messages--status a,
.messages--status a:visited,
.messages--status a:link {
  color: white;
}

strong {
  font-weight: bolder;
}

svg {
  width: 100%;
  height: auto;
}

#content_top {
  max-width: 1000px;
  margin: 0 auto 20px auto;
}

#fgbsection {
  overflow: hidden;
}

.textblock {
  display: inline-block;
}

.contextual-region .contextual .contextual-links {
  background: #fff;
  text-shadow: none;
  font-weight: 700;
}

.contextual-region .contextual .contextual-links a {
  color: #333 !important;
}

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

img[src*="CALLFLAG-NMB"] {
  width: 190px !important;
  height: 128px !important;
  aspect-ratio: 190 / 128 !important;
}

#frontintro {
  clip-path: border-box;
}

#front, #notfront{
  display: inline-block;
  width: 100%;
}


#header-wrapper {
  opacity: 0.01;
  animation: header-animation 1s linear 0.3s forwards;
}
@keyframes header-animation {
  0% {
    opacity: 0.01;
  }
  100% {
    opacity: 1;
  }
}

#main-content {
  opacity: 0.01;
  transform: scale(1); 
  contain: none !important; 
  animation: front-intro-animation 1s linear 0.6s forwards;
}

@keyframes front-intro-animation {
  0% {
    opacity: 0.01;
  }
  100% {
    opacity: 1;
  }
}

#front #footer-wrapper {
  opacity: 0.01;
  animation: footer-animation 1s linear 0.9s forwards;
}

@keyframes footer-animation {
  0% {
    opacity: 0.01;
  }
  100% {
    opacity: 1;
  }
}

#primary-desktop-nav ul.sf-menu a.is-active {
    color: #ffffff;
    background: #015c93;
}

#primary-desktop-nav ul.sf-menu li:hover > a {
    background: #8e0202;
}

#mobile-cart-header .cart-block--summary {
    background: #015c93;
    color: #ffffff;
}

#general-margin{margin-top: 130px;}
#masthead-sub {height: 78px;}

/* Targets the logo wrapper */
#masthead-front .header-logo-front img[src*=".svg"] {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important; /* Reverts the strict 1:1 rule */
  max-width: 600px;              /* Set your ideal maximum desktop logo width */
}

/* Target this specific SVG image or your View markup */
.views-promo-front img[src*=".svg"] {
  width: 100% !important;   /* Forces the image to fill its parent layout container */
  height: auto !important;  /* Prevents squishing by calculating height dynamically */
  max-width: 650px;         /* Prevents the image from stretching past its native viewBox size */
  aspect-ratio: 1 / 1;      /* Safeguards the square shape on all screen sizes */
}

/* 1. Establish the sizing container limits */


body:not(:has(#masthead-front)) .header-logo-front {
  width: 230px !important;
  max-width: 100%;
  display: inline-block;
  margin: -15px 0 -25px 0;
}

/* 2. Force the internal vector asset to fill its parent limits smoothly */
.header-logo-front svg, .header-logo-front img {
  width: 100% !important;
  height: auto !important;
  max-width: 400px !important;
  aspect-ratio: 600 / 263 !important; /* Locks landscape format */
  display: block;
  margin: auto;
}

#header-wrapper, #sub-header-wrapper {
  background: white;
  position: sticky;
  z-index: 500;
  width: 100%;
  top:0;
}

/* back button */
#back-button-wrapper p {
  padding: 5px 10px;
  border-radius: 5px;
  width: 62px;
  text-align: center;
  margin: 0 auto 20px auto;
  background: #3f5d70;
  color: white;
}

#back-button-wrapper p:hover {
  background: #9d9443;
  color: white;
}

/* Fixed missing standard prefix indicator */
.back-button-wrapper {
  width: 63px;
  margin: 0 auto 30px auto;
}

/* exceptions */
#primary th a:link {
  color: white;
}

.toolbar-oriented .toolbar-bar {
  position: fixed;
}

.header-logo-front img {
  vertical-align: bottom;
}

/* --- content in top logo block --- */
#logo {
  width: 100%;
  background: white;
  text-align: center;
}

.logo-header {
  margin: -1.5% auto 0 auto;
  display: inline-block;
}

.label,
.label:hover,
.label[href]:hover,
.label[href]:focus {
  display: inline;
  padding: .25em .6em;
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  font-family: 'Titillium Web', sans-serif;
}

#site-title {
  display: none;
}

div[role="contentinfo"] {
  padding: 10px;
  margin-top: 10px;
}

.footer-contact-email {
  margin: -12px 0 0 0;
}

.footer-contact-email a,
.footer-contact-email a:hover,
.footer-contact-email a:visited {
  color: white;
  font-size: 11px;
}

.passwordadvice {
  margin-bottom: 10px;
}

.passwordadvice,
.passwordadvice-header,
.passwordadvice-text {
  font-size: 13px;
}

.passwordadvice-header,
.passwordadvice-chars {
  font-weight: 700;
}

.user-login-form,
.user-register-form,
.user-pass {
  padding: 0;
  margin: auto;
  color: darkslategray;
  border: 1px solid white;
  background: white;
  max-width: 500px;
}

.bottom-trader-info,
.bottom-contact-address,
.bottom-contact-phone {
  letter-spacing: 0.05em;
}

.bottom-trader-info {
  font-size: 0.72em;
}

.feed-icon {
  text-align: center;
  width: 100%;
  display: inherit;
}

/* Menu */
.main-menu {
  z-index: 10000;
}

.white-text {
  color: #fff;
}

.grey-text {
  color: slategrey;
}

.dark-text {
  color: dimgrey;
}

.white-text,
.grey-text,
.dark-text {
  text-shadow: 0 0 0 white, 0 0 0 white, 0 0 1px white;
}

/* general */
#fpbackground img {
  width: 100%;
  position: absolute;
  z-index: -1;
}

#block-ps-fg {
  margin-top: 90px;
}

#sidebar {
  text-align: justify;
}

#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h1 a,
#sidebar h2 a,
#sidebar h3 a,
#sidebar h4 a {
  font-family: 'Titillium Web', sans-serif;
  font-variant: all-petite-caps;
  text-align: left;
}

/* Footer */
.site-footer {
  padding: 10px 0;
}

.fcred {
  color: #fff;
}

.fcred a:link,
.fcred a:visited {
  color: #fff;
}

#payment-information-wrapper .fieldset-legend {
  width: 200px;
  display: block;
}

/* =Content
----------------------------------------------- */
#content .node-teaser {
  padding-bottom: 2.14em;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 15px;
}

.node-teaser img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}

.page-node #content-wrap img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
}

.region-content-top {
  margin-bottom: 20px;
}

#sidebar .block > h2 {
  font-size: 1.43em;
  color: #000;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

/* -------------- Form Elements ------------- */
.fieldset-wrapper {
  display: inline-block;
  margin-top: 10px;
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}

.filter-wrapper {
  top: 0;
  padding: 1em 0 0.2em;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}

.filter-wrapper .form-item label {
  margin-right: 10px;
}

.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}

.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed {
  background: transparent;
  border-radius: 0;
}

fieldset legend {
  display: block;
  height: 2em;
  left: -1px;
  line-height: 2;
  padding: 0;
  text-indent: 10px;
  top: -12px;
  width: 100%;
}

#edit-payment-information .fieldset legend {
  margin-left: 10px;
}

fieldset.collapsed legend {
  border-radius: 4px;
}

.product-field-cart fieldset .fieldset-wrapper {
  padding: 0 10px;
  display: flex;
}

fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  font-style: italic;
}

input {
  margin: 2px 0;
  padding: 4px;
}

input,
textarea {
  font-size: 0.929em;
}

textarea {
  line-height: 1.5;
}

textarea.form-textarea,
select.form-select {
  padding: 3px;
}

input.form-text,
textarea.form-textarea,
select.form-select {
  border: 1px solid slategrey;
  width: 100%;
  box-shadow: none;
}

.password-suggestions ul li {
  margin-left: 1.2em;
}

.form-item {
  margin-bottom: 1em;
}

.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px;
}

.form-actions {
  padding-top: 10px;
}

/* exception on checkout form */
.commerce-checkout-flow-multistep-default .form-item {
  margin-bottom: 0;
}

/* Contact Form */
.contact-form #edit-name {
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}

.contact-form #edit-mail,
.contact-form #edit-mail input,
.contact-form #edit-mail textarea {
  font-size: 0.929em;
  width: 100%;
}

.contact-form #edit-subject {
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}

.contact-form #edit-message {
  width: 100%;
  box-sizing: border-box;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.contact-form .resizable-textarea .grippie {
  width: 100%;
  box-sizing: border-box;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Comment Form */
.comment-form label {
  font-size: 0.929em;
}

.comment-form input,
.comment-form .form-select {
  margin: 0;
  border-radius: 4px;
}

.comment-form .form-type-textarea label {
  float: none;
}

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}

.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px;
}

.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}

.comment-form input.form-file {
  width: auto;
}

.comment-form .form-text {
  display: block;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px;
}

#content h2.comment-form {
  margin-bottom: 0.5em;
}

.comment-form .form-textarea {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.filter-wrapper label {
  width: auto;
  float: none;
}

.filter-wrapper .form-select {
  min-width: 120px;
}

.comment-form fieldset.filter-wrapper .tips {
  font-size: 0.786em;
}

#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}

[id*="edit-actions"] input,
[id*="edit-submit"] {
  font-variant: all-petite-caps;
  margin-right: 0.6em;
  margin-bottom: 10px;
  min-width: 100px;
  font-size: 1.1em !important;
}

/* Other Overrides */
div.password-suggestions {
  border: 0;
}

.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 1em;
}

#forum .name {
  font-size: 1.083em;
}

#forum .description {
  font-size: 1em;
}

#edit-terms-of-use {
  color: black;
  padding: 10px;
  background: whitesmoke;
}

.user-register-form .description {
  font-size: 13px;
  padding: 20px 0 0 0;
}

/* Buttons & Navigation */
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: none;
  position: relative;
  font-weight: 700;
  padding: 0.1em 0.7em 0.3em 0.7em;
  font-size: 1em;
  font-variant-caps: all-small-caps;
  border-radius: 5px;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  font-weight: 700;
  padding: 0.1em 0.7em 0.3em 0.7em;
  font-size: 1em;
  font-variant-caps: all-small-caps;
}

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

.toolbar-item,
.toolbar-item:hover {
  display: inline-block;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

#block-search-form {
  padding-bottom: 7px;
}

#block-search-form .content {
  margin-top: 0;
}

#search-form .form-item-keys label {
  display: block;
}

ol.search-results {
  padding-left: 0;
}

.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}

.search-results li:last-child {
  border-bottom: none;
  margin-bottom: 1em;
}

.search-results .search-snippet-info {
  padding-left: 0;
}

.meta {
  margin: 5px 0 10px 0;
}

.meta a {
  color: #999;
}

.meta a:hover {
  color: #000;
}

.meta li {
  display: inline;
  margin-right: 10px;
}

.meta strong {
  font-weight: 600;
  color: #111;
}

.meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}






/* Fix CKEditor style
================================================== */
#content table.cke_editor {
  background: transparent;
  border: 0;
}

#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/* Poll, Buttons, Form
================================================== */
.poll .vote-form .choices .title {
  font-size: 1em;
  font-weight: 700;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-item label {
  font-size: 0.929em;
  display: inline;
}

.contact-message-feedback-form .form-item label {
  font-size: 1.07em;
  padding-right: 10px;
}

.form-item-copy {
  float: right;
}

/* Menus and item lists
================================================== */
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.53em;
}

.item-list ul li,
ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  display: inline;
  list-style: none;
  margin: 0 2px;
  padding: 0;
}

/* Admin Tabs
================================================== */
.tabs-wrapper {
  max-width: 1000px;
  text-transform: uppercase;
  text-shadow: 0 0 0 white;
  font-size: 0.93em;
}

ul.primary li {
  display: inline;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a,
ul.primary li a.is-active,
ul.primary li a:hover {
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
  margin: -1px 10px 10px 0;
  font-size: 0.8em;
  overflow: hidden;
  color: white;
  background: #355d80;
  border: 1px solid #355d80;
}

ul.primary li a.is-active {
  background: #9d9443;
  color: white;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  display: inline;
  border-right: none;
}

ul.secondary li a,
ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.54em;
  padding: 0 1em;
}

ul.secondary li a:hover,
ul.secondary li a.is-active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

ul.inline,
ul.links.inline {
  margin-left: 0;
}

/* Tabs and Tags
================================================== */
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a {
  background: #ed564b;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  color: #fff;
  padding: 2px 6px;
}

.field-name-field-tags a:hover {
  background: #111;
  color: #fff;
}

.field-name-field-tags div {
  display: inline;
}

/* Profile
================================================== */
.profile {
  margin: 1.54em 0;
  padding: 0 10px;
}

.address-book__operations {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  padding: 0 10px;
}

.profile dd {
  margin-bottom: 1.54em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

/* Comments
================================================== */
.comment h2.title {
  margin-bottom: 1em;
}

.comment div.user-picture img {
  margin-left: 0;
}

.comment {
  margin-bottom: 20px;
  display: table;
  vertical-align: top;
}

.comment .attribution {
  display: table-cell;
  padding: 0 35px 0 0;
  vertical-align: top;
  overflow: hidden;
}

.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}

.comment .attribution .username {
  white-space: nowrap;
}

.comment .comment-submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}

.comment .comment-submitted .comment-time {
  font-size: 0.786em;
}

.comment .comment-submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}

.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}

.comment .comment-arrow {
  background: url("../images/comment-arrow.gif") no-repeat 0 center transparent;
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -36px;
  margin-top: 15px;
  position: absolute;
  width: 22px;
}

.comment .comment-text {
  padding: 0 25px 10px 35px;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
  border-left: 1px solid #d3d7d9;
}

.comment .indented,
.comments .indented {
  margin-left: 40px;
}

.comment-unpublished {
  margin-right: 5px;
  padding: 5px 2px 5px 5px;
}

.comment .comment-text .comment-arrow {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.comments img {
  max-width: none;
}

/* Forum
================================================== */
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

#forum .title {
  font-size: 1.14em;
}

#forum .submitted {
  font-size: 0.86em;
  font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: 700;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon,
#forum .icon div {
  background: url("images/no-new-posts.png") no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a {
  font-size: 1.14em;
}


/* Breadcrumbs
================================================== */
.breadcrumb > li + li:before {
  content: "»";
}

form fieldset{border:none}

form fieldset, .user-login-form fieldset, .commerce-checkout-flow fieldset {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

