* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  line-height: 1.7em;
  font-family: Verdana, Tahoma, 'DejaVu Sans', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #333333;
  background-color: #fbfbf9;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: #0072b9;
  /*-webkit-text-decoration-skip: objects;*/
  text-decoration: none;
}

:visited {
  color: #0072b9;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a:active {
  color: #0072b9;
  text-decoration: underline;
}

a:active:not(.button) {
  background-color: transparent;
}

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

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
  }
  a[href^='javascript:']::after,
  a[href^='#']::after {
    content: '';
  }
}

h1,
.header__site-name {
  font-size: 2rem;
  line-height: 2.25rem;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
  font-weight: normal;
  color: black;
}

h2 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: normal;
}

h3 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 0.45rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0.45rem;
}

h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

h6 {
  font-size: 0.625rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

h1,
.header__site-name,
h2,
h3,
h4,
h5,
h6 {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

@media print {
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
  font-style: italic;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fd0;
  color: #333333;
}

small {
  font-size: 0.875rem;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.divider,
hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

.divider > :first-child,
hr > :first-child {
  margin-top: 1.5rem;
}

blockquote {
  margin: 1.5rem 2rem;
}

dl,
menu,
ol,
ul {
  margin: 1.5rem 0;
}

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

dd {
  margin: 0 0 0 32px;
}

[dir="rtl"] dd {
  margin: 0 32px 0 0;
}

menu,
ol,
ul {
  padding: 0 0 0 32px;
}

[dir="rtl"] menu, [dir="rtl"]
ol, [dir="rtl"]
ul {
  padding: 0 32px 0 0;
}

figure {
  margin: 1.5rem 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p,
pre {
  margin: 0 0;
}

img {
  border-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.button,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: 2px 6px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #333333;
}

.button::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.button:-moz-focusring,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button:hover, .button:focus, .button:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
  text-decoration: none;
  color: #333333;
}

.button[disabled],
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  color: #999999;
}

.button[disabled]:hover,
button[disabled]:hover,
[disabled]:hover[type='button'],
[disabled]:hover[type='reset'],
[disabled]:hover[type='submit'], .button[disabled]:focus,
button[disabled]:focus,
[disabled]:focus[type='button'],
[disabled]:focus[type='reset'],
[disabled]:focus[type='submit'], .button[disabled]:active,
button[disabled]:active,
[disabled]:active[type='button'],
[disabled]:active[type='reset'],
[disabled]:active[type='submit'] {
  color: #999999;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  padding: 0.525rem 0.9375rem 0.975rem;
  border: 1px solid #cccccc;
  margin: 0 2px;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
}

label {
  display: block;
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

table {
  margin: 1.5rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

.layout-3col {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
}

.layout-3col:before {
  content: "";
  display: table;
}

.layout-3col:after {
  content: "";
  display: table;
  clear: both;
}

.layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar, .layout-3col__col-1, .layout-3col__col-2, .layout-3col__col-3, .layout-3col__col-4, .layout-3col__col-x {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
}

[dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

@media (min-width: 777px) {
  .layout-3col {
    margin-left: -12px;
    margin-right: -13px;
    padding-left: 0;
    padding-right: 0;
  }
  .layout-3col:before {
    content: "";
    display: table;
  }
  .layout-3col:after {
    content: "";
    display: table;
    clear: both;
  }
  [dir="rtl"] .layout-3col {
    margin-left: -13px;
    margin-right: -12px;
  }
  .layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__first-left-sidebar, .layout-3col__col-1, .layout-3col__col-3, .layout-3col__col-x:nth-child(2n + 1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__second-left-sidebar, .layout-3col__col-2, .layout-3col__col-4, .layout-3col__col-x:nth-child(2n) {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    padding-left: 13px;
    padding-right: 12px;
  }
}

@media (min-width: 999px) {
  .layout-3col__full {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__full {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__left-content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__left-content {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__right-content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__right-content {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__left-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    float: left;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  .layout-3col__right-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    float: left;
    margin-left: 0%;
    margin-right: -100%;
  }
  .layout-3col__col-1, .layout-3col__col-x:nth-child(3n+1) {
    clear: both;
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-x:nth-child(3n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__col-2, .layout-3col__col-x:nth-child(3n+2) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-x:nth-child(3n+2) {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__col-3, .layout-3col__col-x:nth-child(3n) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(3n) {
    float: right;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  .layout-3col__col-4 {
    display: none;
  }
}

.layout-3col__grid-item-container {
  padding-left: 0;
  padding-right: 0;
}

.layout-3col__grid-item-container:before {
  content: "";
  display: table;
}

.layout-3col__grid-item-container:after {
  content: "";
  display: table;
  clear: both;
}

.layout-center {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1025px;
}

@media (min-width: 777px) {
  .layout-center {
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-center {
    padding-left: 13px;
    padding-right: 12px;
  }
}

.layout-center--shared-grid,
.layout-center.layout-3col {
  padding-left: 0;
  padding-right: 0;
}

.layout-swap {
  position: relative;
}

@media (min-width: 555px) {
  .layout-swap {
    padding-top: 48px;
  }
}

@media (min-width: 555px) {
  .layout-swap__top {
    position: absolute;
    top: 0;
    height: 48px;
    width: 100%;
  }
}

.box {
  margin-bottom: 1.5rem;
  border: 5px solid #cccccc;
  padding: 1em;
}

.box__title {
  margin: 0;
}

.box:focus, .box:hover, .box.is-focus, .box--is-focus {
  border-color: #333333;
}

.box--highlight {
  border-color: #0072b9;
}

.clearfix::before,
.header::before,
.tabs::before {
  content: '';
  display: table;
}

.clearfix::after,
.header::after,
.tabs::after {
  content: '';
  display: table;
  clear: both;
}

.comment__section,
.comments {
  margin: 1.5rem 0;
}

.comment__title {
  margin: 0;
}

.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

.comment--preview,
.comment-preview {
  background-color: #fffadb;
}

.comment--nested,
.indented {
  margin-left: 32px;
}

[dir="rtl"] .comment--nested, [dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 32px;
}

.header__logo {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

[dir="rtl"] .header__logo {
  float: right;
  margin: 0 0 0 10px;
}

.header__logo-image {
  vertical-align: bottom;
}

.header__name-and-slogan {
  float: left;
}

.header__site-name {
  margin: 0;
  color: #0072b9;
  padding: .5em 0;
}

.header__site-link:link, .header__site-link:visited {
  color: #0072b9;
  text-decoration: none;
}

.header__site-link:hover, .header__site-link:focus {
  text-decoration: none;
}

.header__site-slogan {
  margin: .5em 0 0;
}

.header__secondary-menu {
  float: right;
}

[dir="rtl"] .header__secondary-menu {
  float: left;
}

.header__region {
  clear: both;
}

.hide,
.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}

.highlight-mark,
.new,
.update {
  color: #c00;
  background-color: transparent;
}

.inline-links,
.inline.links {
  padding: 0;
}

.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

[dir="rtl"] .inline-links__item, [dir="rtl"] .inline.links li, .inline.links [dir="rtl"] li {
  display: inline-block;
  padding: 0 0 0 1em;
}

.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}

[dir="rtl"] .inline-sibling, [dir="rtl"] .field-label-inline .field-label, .field-label-inline [dir="rtl"] .field-label, [dir="rtl"] span.field-label {
  margin-right: 0;
  margin-left: 10px;
}

.inline-sibling__child,
.inline-sibling *,
.field-label-inline .field-label *,
span.field-label * {
  display: inline;
}

.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child,
.field-label-inline .field-label + *,
span.field-label + *,
.field-label-inline .field-label + * > :first-child,
span.field-label + * > :first-child,
.field-label-inline .field-label + * > :first-child > :first-child,
span.field-label + * > :first-child > :first-child {
  display: inline;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}

.field-item li {
  margin-left: 20px;
}

.messages,
.messages--status {
  margin: 1.5rem 0;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #0072b9;
}

[dir="rtl"] .messages, [dir="rtl"] .messages--status {
  padding: 10px 44px 10px 10px;
  background-position: 99% 8px;
}

.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}

[dir="rtl"] .messages__icon {
  left: auto;
  right: 0;
}

.messages__icon path {
  fill: #0072b9;
}

.messages__highlight,
.messages--error .error,
.messages.error .error {
  color: #333333;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: #f6fcff;
  color: #0072b9;
}

.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
  background-color: #fffce6;
  color: #333333;
}

.messages--error-color,
.messages--error,
.messages.error,
.error {
  background-color: #fff0f0;
  color: #c00;
}

.messages--warning,
.messages.warning {
  border-color: #fd0;
}

.messages--warning path,
.messages.warning path {
  fill: #fd0;
}

.messages--error,
.messages.error {
  border-color: #c00;
}

.messages--error path,
.messages.error path {
  fill: #c00;
}

@media print {
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}

.youtube-embed-wrapper,
.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.youtube-embed-wrapper iframe,
.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

.visually-hidden,
.element-invisible,
.element-focusable,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.watermark {
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: #eeeeee;
  font-size: 75px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

@media print {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.more-link,
.more-help-link {
  text-align: right;
  font-size: .7em;
}

[dir="rtl"] .more-link, [dir="rtl"] .more-help-link {
  text-align: left;
}

.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(../sass/navigation/more-link/more-link__help-icon.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .more-link__help-icon, [dir="rtl"] .more-help-link a, .more-help-link [dir="rtl"] a {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}

.more-link a {
  color: #003b85 !important;
  text-decoration: none;
  padding: 0 1em 0 0;
  background: url("images/arrow_right.png") no-repeat right 0.25em;
}

.more-link a:hover {
  color: #4d4d4d !important;
  text-decoration: underline;
}

.nav-menu__item,
.menu__item {
  list-style-image: none;
  list-style-type: none;
  margin: 0 0 .1875em;
}

.nav-menu__item.is-expanded, .nav-menu__item--is-expanded,
.is-expanded.menu__item,
.menu__item.is-expanded {
  list-style-image: none;
  list-style-type: none;
}

.nav-menu__item.is-collapsed, .nav-menu__item--is-collapsed,
.is-collapsed.menu__item,
.menu__item.is-collapsed {
  list-style-image: none;
  list-style-type: none;
}

[dir="rtl"] .nav-menu__item.is-collapsed, [dir="rtl"] .nav-menu__item--is-collapsed, [dir="rtl"] .is-collapsed.menu__item, [dir="rtl"] .menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed-rtl.svg);
}

.nav-menu__link.is-active, .nav-menu__link--is-active,
.menu a.active {
  color: #0072b9;
  text-decoration: underline;
}

.navbar,
.main-navigation .links,
.main-navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
}

[dir="rtl"] .navbar, [dir="rtl"] .main-navigation .links, .main-navigation [dir="rtl"] .links,
[dir="rtl"] .main-navigation .menu, .main-navigation [dir="rtl"] .menu {
  text-align: right;
}

.navbar__item,
.navbar li,
.main-navigation .links li,
.main-navigation .menu li {
  float: left;
  padding: 0 10px 0 0;
  list-style-type: none;
  list-style-image: none;
}

[dir="rtl"] .navbar__item, [dir="rtl"]
.navbar li, [dir="rtl"] .main-navigation .links li, .main-navigation [dir="rtl"] .links li, [dir="rtl"] .main-navigation .menu li, .main-navigation [dir="rtl"] .menu li {
  float: right;
  padding: 0 0 0 10px;
}

.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

@media print {
  .pager {
    display: none;
  }
}

.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  display: inline;
  padding: 0 .5em;
  list-style-type: none;
  background-image: none;
}

.pager__current-item,
.pager-current {
  font-weight: bold;
}

.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link, .skip-link:visited {
  background-color: #666666;
  color: #fff;
}

.skip-link__wrapper {
  margin: 0;
}

@media print {
  .skip-link__wrapper {
    display: none;
  }
}

.tabs {
  margin: 1.125rem 0 0;
  line-height: 1.875rem;
  border-bottom: 1px solid #cccccc \0/ie;
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
  padding: 0 2px;
  list-style: none;
  white-space: nowrap;
}

@media print {
  .tabs {
    display: none;
  }
}

.tabs__tab {
  float: left;
  margin: 0 3px;
  border: 1px solid #cccccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
  overflow: hidden;
  background: #dddddd;
}

[dir="rtl"] .tabs__tab {
  float: right;
}

.tabs__tab.is-active {
  border-bottom-color: #fff;
}

.tabs__tab-link {
  padding: 0 1.5rem;
  display: block;
  text-decoration: none;
  transition: color .3s, background .3s, border .3s;
  text-shadow: #fff 0 1px 0;
  color: #333333;
  background: #dddddd;
  letter-spacing: 1px;
}

.tabs__tab-link:focus, .tabs__tab-link:hover {
  background: #eaeaea;
}

.tabs__tab-link:active, .tabs__tab-link.is-active, .tabs__tab-link--is-active {
  background: #fff;
  text-shadow: none;
}

.tabs--off,
.views-displays .secondary {
  margin: 0;
  border-bottom: 0;
  padding: 0;
  background-image: none;
}

.tabs--secondary {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  background-image: none;
}

.tabs + .tabs--secondary {
  margin-top: 0;
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
}

.tabs--secondary .tabs__tab {
  margin: 0.5625rem 0.1875rem;
  border: 0;
  background: transparent;
}

[dir="rtl"] .tabs--secondary .tabs__tab {
  float: right;
}

.tabs--secondary .tabs__tab.is-active {
  border-bottom-color: transparent;
}

.tabs--secondary .tabs__tab-link {
  border: 1px solid #cccccc;
  border-radius: 24px;
  color: #666666;
  background: #f1f1f1;
  letter-spacing: normal;
}

.tabs--secondary .tabs__tab-link:focus, .tabs--secondary .tabs__tab-link:hover {
  color: #333333;
  background: #dddddd;
  border-color: #999999;
}

.tabs--secondary .tabs__tab-link:active, .tabs--secondary .tabs__tab-link.is-active, .tabs--secondary .tabs__tab-link--is-active {
  color: white;
  text-shadow: #333333 0 1px 0;
  background: #666666;
  border-color: black;
}

.autocomplete,
.form-autocomplete {
  background-image: url(../sass/forms/autocomplete/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

[dir="rtl"] .autocomplete, [dir="rtl"] .form-autocomplete {
  background-position: 0% center;
}

.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #333333;
  cursor: default;
  white-space: pre;
}

.autocomplete__list-item.is-selected, .autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

.autocomplete.is-throbbing, .autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(../sass/forms/autocomplete/throbber-active.gif);
}

.collapsible-fieldset,
.collapsible {
  position: relative;
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(../sass/forms/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .collapsible-fieldset__legend, [dir="rtl"] .collapsible .fieldset-legend, .collapsible [dir="rtl"] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: right 4px top 50%;
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #999999;
  font-size: .9em;
  margin-left: .5em;
}

.collapsible-fieldset.is-collapsed, .collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper, .collapsible-fieldset--is-collapsed__wrapper,
.is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, .collapsible-fieldset--is-collapsed__legend,
.is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend, .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend, .collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}

[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, [dir="rtl"] .collapsible-fieldset--is-collapsed__legend, [dir="rtl"] .is-collapsed.collapsible .collapsible-fieldset__legend, [dir="rtl"] .collapsible.collapsed .fieldset-legend, .collapsible.collapsed [dir="rtl"] .fieldset-legend, [dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend, .collapsible [dir="rtl"] .collapsible-fieldset.is-collapsed .fieldset-legend, [dir="rtl"] .is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed-rtl.svg);
  background-position: right 4px top 50%;
}

.form-item {
  margin: 1.5rem 0;
}

.form-item__required,
.form-required {
  color: #c00;
}

.form-item__description,
.form-item .description {
  font-size: 0.875rem;
}

.form-item--inline div,
.form-item--inline label,
.container-inline .form-item div,
.container-inline .form-item label {
  display: inline;
}

.form-item--inline__exception,
.container-inline .fieldset-wrapper {
  display: block;
}

.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
  margin: 0;
}

.form-item--radio .form-item__label, .form-item--radio__label,
.form-type-radio .form-item__label,
.form-type-checkbox .form-item__label,
label.option {
  display: inline;
  font-weight: normal;
}

.form-item--radio .form-item__description, .form-item--radio__description,
.form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description, .form-item--radio .form-item .description, .form-item .form-item--radio .description,
.form-type-radio .form-item .description,
.form-item .form-type-radio .description,
.form-type-checkbox .form-item .description,
.form-item .form-type-checkbox .description {
  margin-left: 1.4em;
}

.form-item.is-error .form-item__widget, .form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #fff;
}

.form-table__sticky-header.is-sticky, .form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}

.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #cccccc;
  padding-right: 1em;
  text-align: left;
}

[dir="rtl"] .form-table__header, [dir="rtl"] .form-table th, .form-table [dir="rtl"] th,
[dir="rtl"] form table th, form table [dir="rtl"] th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}

.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #cccccc;
}

.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: .1em .6em;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
}

.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #fff;
}

.form-table__row.is-active, .form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #dddddd;
}

.form-table__row.is-disabled, .form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #cccccc;
}

.form-table__row.is-selected, .form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: #fffdf0;
}

.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}

.form-table__narrow-column,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column,
td .checkbox,
th .checkbox {
  width: -moz-min-content;
  width: -webkit-min-content;
  text-align: center;
}

.progress-bar,
.progress {
  font-weight: bold;
}

.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 .2em;
  border: 1px solid #666666;
  background-color: #cccccc;
}

.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #0072b9 url(../sass/forms/progress-bar/progress-bar.gif) repeat 0 0;
}

.progress-bar__percentage,
.progress .percentage {
  float: right;
}

[dir="rtl"] .progress-bar__percentage, [dir="rtl"] .progress .percentage, .progress [dir="rtl"] .percentage {
  float: left;
}

.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

[dir="rtl"] .progress-bar--inline, [dir="rtl"] .ajax-progress-bar {
  float: right;
}

.progress-throbber,
.ajax-progress {
  display: inline-block;
}

[dir="rtl"] .progress-throbber, [dir="rtl"] .ajax-progress {
  float: right;
}

.progress-throbber__widget,
.ajax-progress .throbber {
  background: url(../sass/forms/progress-throbber/progress-throbber.gif) no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

[dir="rtl"] .progress-throbber__widget, [dir="rtl"] .ajax-progress .throbber, .ajax-progress [dir="rtl"] .throbber {
  float: right;
}

.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}

.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}

.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}

.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(../sass/forms/resizable-textarea/grippie.png) no-repeat center 2px #eeeeee;
  border: 1px solid #cccccc;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.table-drag__wrapper,
body.drag {
  cursor: move;
}

.table-drag__item,
tr.drag {
  background-color: #fffadb;
}

.table-drag__item-previous,
tr.drag-previous {
  background-color: #fff7c2;
}

.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
}

[dir="rtl"] .table-drag__handle, [dir="rtl"] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

.table-drag__handle:focus, .table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
  box-sizing: content-box;
  background: url(../sass/forms/table-drag/handle-icon.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px;
}

.table-drag__handle.is-hover .table-drag__handle-icon, .table-drag__handle-icon--is-hover,
.is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle, .table-drag__handle.is-hover .tabledrag-handle .handle, .tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

[dir="rtl"] .table-drag__toggle-weight-wrapper, [dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: .9em;
}

.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px;
}

[dir="rtl"] .table-drag__indentation, [dir="rtl"] .indentation {
  float: right;
  margin: -.4em -.4em -.4em .2em;
  padding: .42em .6em .42em 0;
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(../sass/forms/table-drag/tree-child.png) no-repeat 11px center;
}

[dir="rtl"] .table-drag__tree-child, [dir="rtl"] .table-drag__tree-child-last, [dir="rtl"] .tree-child-last, [dir="rtl"] .table-drag__tree-child-horizontal, [dir="rtl"] .tree-child-horizontal, [dir="rtl"] .tree-child {
  background-position: -65px center;
}

.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(../sass/forms/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}

/**
*   @file
*
*   The etcS stylesheet for this theme.
*/
/**
* 0. BASE
*/
/**
* 1. LAYOUT, REGION
*/
@media (max-width: 776px) {
  .layout-center,
  .layout-3col__left-content,
  .layout-3col__right-sidebar {
    padding-left: 12px;
    padding-right: 13px;
  }
  .layout-3col {
    margin-left: .5em;
    margin-right: .5em;
  }
}

@media (max-width: 554px) {
  html {
    line-height: 1.5rem;
  }
  .layout-center,
  .layout-3col__left-content,
  .layout-3col__right-sidebar {
    padding-left: 6px;
    padding-right: 6px;
  }
  .layout-3col {
    margin-left: .5em;
    margin-right: .5em;
  }
}

main {
  padding: 1em 0;
  margin: 0;
}

aside {
  padding: 1em 0;
  background-color: #efefef;
}

/**
* 2. HEADER & FOOTER
*/
header {
  width: 100%;
}

#sdarm-header-wrapper {
  width: 100%;
  background-color: #005495;
}

#sdarm-header {
  max-width: 1000px;
  height: auto;
  line-height: 0;
  margin: auto;
}

#header-image {
  width: 100%;
  background-image: url('images/sdarm_header.gif');
  background-size: cover;
}

#header-image .inner {
  padding-top: 11.7%;
}

@media (max-width: 554px) {
  #header-image {
    background-image: url('images/sdarm_header_m.png');
  }
  
  #header-image .inner {
    padding-top: 12.44%;
  }
}

.header__region {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.footer {
  /*background-color: #707070;*/
  padding: 0;
}

.footer p,
.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

#copyright,
#block-block-10 {
  background-color: #707070;
  margin: 0;
  padding: 2px 0 0;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: .7em;
  color: #fff;
  text-align: center;
}

.footer .site-link {
  font-family: 'Times New Roman', Times, serif;
  font-size: 24px;
  border-bottom: 1px solid #848484;
  width: 100%;
  margin: 20px 20px 0 0;
  letter-spacing: 4px;
}

.footer .site-link-text {
  display: none;
}

.footer .site-link-image {
  display: block;
  background: url("images/footer_site_name.gif") no-repeat center bottom;
  width: 270px;
  height: 32px;
  margin: 0 auto 5px;
}

/* footer menu*/
#footer-menu {
  margin: 0;
}

.footer-link-parent {
  padding: 2px 0 50px;
}

.footer-link {
  display: inline;
  padding: 0 .4em;
}

/* Top Banner */
#block-block-17 {
  margin:0;
}


/**
* 3. NAVI & SEARCH
*/
.block ul.menu {
  margin: 0;
  padding: 0;
}

#block-search-form {
  width: 240px;
  height: 21px;
  margin: 0;
  background: #fff;
  position: absolute;
  top: 7px;
  right: 10px;
  border-radius: 9px;
  border: 1px solid #aaa;
  z-index: 99;
}

#search-block-form {
  /*width: 240px;
    height: 21px;
    margin-left: auto;
    background: #fff;
    position: relative;
    top: -15px;
    border-radius: 9px;
    border: 1px solid #aaa;*/
}

.form-item-search-block-form {
  display: inline;
  padding-left: 10px;
}

.form-item-search-block-form .form-text {
  position: relative;
  top: -6px;
  width: 85%;
  height: 22px;
  margin: 0;
  font-size: .75em;
  font-style: normal;
  color: #666;
  background-color: transparent;
  border: 0;
}

#search-block-form .form-actions {
  display: inline;
  margin: 0;
  position: relative;
  top: -1px;
}

#search-block-form .form-actions input {
  margin: 2px 0 0;
}

.search-advanced .form-item-type-article,
.search-advanced .form-item-type-blog,
.search-advanced .form-item-type-book,
.search-advanced .form-item-type-headline,
.search-advanced .form-item-type-imported-content,
.search-advanced .form-item-type-mission-report,
.search-advanced .form-item-type-story {
  display: none;
}

#search-form .form-wrapper {
  margin: 0 0 1em;
}

#search-form .form-item {
  display: inline-block;
  margin: .5em 0;
}

.lib-search-link {
  margin: -.5em 0 1em;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  font-size: 1.2em;
  text-align: right;
}

.lib-search-link a {
  color: #003b85;
}

.breadcrumb {
  margin: 0 0 10px;
  color: #555;
  font-size: .75em;
  font-style: italic;
}

/**
* 4.HEADINGS
* 
* ...
*/
.block > h2 {
  font-size: 1rem;
  line-height: 1.8rem;
  /* 14px, 120% */
  padding: 0 0 .1875em;
  margin: 0 0 .5em;
  border-bottom: 1px solid #ccc;
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  color: #800;
  text-transform: uppercase;
}

h1.title,
h2.node-title,
h2.block-title,
h2.title,
h2.comment-form,
h3.title {
  line-height: 1.2em;
}

h1.title {
  color: #872552;
}

/**
* 5.block
* 
* media definition for blocks
*/
.block {
  margin: 0 0 20px;
}

.block-nice-menus,
header.block {
  margin: 0;
}

.block-menu ul.menu ul.menu {
  padding: 0 0 0 1em;
}

.block img {
  width: 100%;
}

aside .block {
  width: 100%;
  margin: 0;
  padding: 20px;
  background-color: #efefef;
}

#block-locale-language li {
  display: inline-block;
  padding: 0 .5em;
}

.feed-icon {
  display: none;
}

@media (min-width: 555px) {
  #block-views-news-block-3,
  aside > div.odd {
    width: 50%;
    padding: 0 30px 20px 0;
    float: left;
    clear: left;
  }
  #block-views-events-block-2,
  aside > div.even {
    width: 50%;
    padding: 0 0 20px 30px;
    float: left;
    clear: right;
  }
}

@media (min-width: 600px) {
  #block-search-form {
    top: -25px;
    right: 10px;
    width: 280px;
  }
}

@media (min-width: 1000px) {
  #block-search-form {
    top: -30px;
    right: 15px;
  }
  .feed-icon {
    display: none;
  }
  aside {
    background-color: inherit;
  }
  aside > div.odd,
  aside > div.even {
    width: 100%;
    padding: 10px 20px;
    float: none;
    clear: both;
  }
}

/**
* 12.ADVANCED
*/
/**
* 13.Views
*/
/* moved to views-styles.css.*/
/**
* 14.FCKEditor styles
*/
.caption {
  font-style: italic;
  color: #666;
  font-size: 75em;
  line-height: 120%;
  margin: 8em 0 0;
}

.article-caption {
  font-style: italic;
  margin: 0 2em;
}

.article-text {
  font-size: 1em;
  /*text-align: justify;
    text-indent: 1em;
    */
}

.article-subtitle {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #aaa;
}

.node-4 .rteindent1 {
  margin-left: 1.6em;
  text-indent: -1.6em;
}

/**
* 15.Custom styles
*/
.dummy {
  display: none;
}

/*.hide {
    display: none;
}*/
.popup-anchor {
  cursor: pointer;
}

.popup-view {
  z-index: 50;
  position: absolute;
  /*max-width: 500px;
    min-width: 8em;
    */
  background-color: #555;
  padding: .5em;
  font-family: Verdana, Tahoma, 'DejaVu Sans', sans-serif;
  color: white;
  font-weight: normal;
  font-size: 1em;
  border: 1px solid #555;
  border-radius: 5px;
}

.popup-list-pointed {
  font-weight: bolder;
}

/* -----------------------------------  
* locations  
* world map
* -----------------------------------*/
#world-map .info-unit-title {
  display: none;
  color: #4f4f4f;
  font-size: 1em;
  margin: 0 0 .5em;
  font-weight: bold;
}

#world-map .info-list a {
  font-size: 1em;
  color: #777;
  text-decoration: none;
}

#world-map .info-list-icon {
  padding: 0 2em 0 0;
  margin: 0 .5em 0 0;
  text-decoration: none;
  border-radius: 30px;
}

#world-map .info-list-icon-church {
  background: url("images/icon-house.gif") no-repeat left center;
  padding: 0 15px 0 0;
  margin: 0 .2em 0 0;
}

#world-map .selected-list {
  background-color: #ddd;
}

/*#world-map .unselected-list {
}
*/
#navi-button {
  float: right;
  padding: 0;
  margin: .5em 0 0;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
}

#navi-button span.privious {
  cursor: pointer;
  padding: .2em .5em;
  background-color: #f1f1f1;
  border: 1px solid #dcdcdc;
  border-radius: 2px 2px2px2px;
}

#content-window {
  margin: 0;
  overflow: auto;
}

#world-map #content-window ul {
  margin: 0;
}

#world-map #content-window ul li {
  display: inline;
  padding: 0 1.875em 0 0;
}

#world-map #content-window ul li a {
  font-weight: bold;
}

#world-map #content-window ul li a .active {
  font-weight: bold;
}

#world-map #country-choice,
#world-map #church-list {
  margin: 1.5em 0 0;
}

#world-map #country-choice table {
  width: 100%;
  border: 1px solid #dcdcdc;
  margin-top: 0;
  border-collapse: separate;
}

#world-map #country-choice table td {
  vertical-align: top;
}

#country-choice #current-country {
  cursor: pointer;
  display: inline-block;
  padding: .2em .5em;
  background-color: #f1f1f1;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  font-weight: bold;
}

#country-choice .map-country {
  cursor: pointer;
  color: #777;
  font-size: .8em;
  display: block;
  padding: .5em;
  line-height: 120%;
}

#country-choice div.selected {
  background-color: #f1f1f1;
}

/*.info-list-icon {
    width: 1em;
}

.content-bg fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.content-bg fieldset legend {
    display: none;
    width: 100%;
    font-size: 1.2em;
    color: #872552;
    font-weight: bolder;
    padding: 0 0 1.7em;
    background: url('images/title-shade-full.jpg') no-repeatcenterbottom;
}

*/
form #map-canvas-region {
  float: right;
  max-width: 600px;
  height: 240px;
  border: 3px #777 solid;
  margin: 5px 0;
}

#map-canvas,
#map-canvas-marker,
#map-canvas-region {
  max-width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  clear: both;
}

.lt-ie9 #map-canvas,
.lt-ie9 #map-canvas-marker,
.lt-ie9 #map-canvas-region {
  width: 620px;
  height: 320px;
}

#map-canvas::before,
#map-canvas-marker::before,
#map-canvas-region::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

#map-canvas img,
#map-canvas-region img,
#map-canvas-marker img {
  max-width: inherit;
}

#show-google-map {
  font-size: .85em;
  width: 100%;
}

#show-google-map a {
  color: #fff;
  text-decoration: none;
}

.map-area {
  position: relative;
  margin: 0 0 .625em;
}

.map-info {
  display: table;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  z-index: 50;
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  color: #fff;
}

.map-info .area-info {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 20px;
}

.map-info .external-link {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 20px;
  text-align: right;
}

/* ----------------------------------- 
* unit tree view   
* ( See also 'sites/all/lib/dynatree-1.2.4/src/skin/ui.dynatree.css' )  
* ---------------------------------*/
#block-block-9 h2 {
  margin-bottom: .5em;
}

#location-info {
  margin: 0 0 1.5em;
}

ul.dynatree-container {
  background-color: #f0f0f0;
  border: 0;
  padding-top: 10px;
}

span.dynatree-node a {
  line-height: 130%;
}

/*.dynatree-lastsib {
    position: relative;
    top: 3px;
}

span.dynatree-expander,
span.dynatree-connector {
    margin-top: 0;
}

span.dynatree-icon {
    margin-top: 0;
}

*/
.ui-dynatree-ico-unit .dynatree-icon {
  /*background-position: -0px -162px;
    */
  background: none;
  width: 0;
  margin-left: 0;
}

.ui-dynatree-ico-church .dynatree-icon {
  /*background-position: -30px -162px;
    */
  background: none;
  width: 0;
  margin-left: 0;
}

/* ----------------------------------- 
* publications   
* -----------------------------------*/
/******************************************************************************* 
* publication list for '/publication' and '/publication/periodical'
*/
.category-band {
  clear: both;
  margin: 10pt 0 0;
  padding: .3em 1em;
  background-color: #efefef;
  font-size: 1.4em;
  font-weight: bold;
}

/*.book-list {
}
*/
.book-image {
  width: 155px;
  padding: 10pt 0;
  vertical-align: top;
}

.book-image img {
  width: 155px;
}

.book-disc {
  padding: 0 0 1em 1em;
  vertical-align: top;
}

.book-title {
  padding: .5em 0;
  font-weight: normal;
}

/*.description {
}
*/
.book-links {
  padding: 1em0;
}

.source-link {
  color: #0072b9;
  cursor: pointer;
}

/******************************************************************************* 
* imported_content page
*/
.page-node-284 main > h1,
.page-node-285 main > h1,
.page-node-289 main > h1 {
  display: none;
}

.sidebars h3 {
  color: #003b85;
}

.block h4 {
  padding: 10px 20px;
  margin: 0;
  display: none;
}

.error-message {
  color: #700;
}

.block .error-message {
  color: #700;
  padding: 20px 20px 10px;
}

.magazine-content {
  clear: both;
}

/*#select-year    {
    font-size: .8em;
    background-color: #ddd;
    color: #333;
    vertical-align: bottom;
}

#select-quarter {
    font-size: .8em;
    background-color: #ddd;
    color: #333;
    vertical-align: bottom;
}

#sbl-title {
    float: left;
    margin: 0;
    width: 50%;
    text-align: center;
    font-size: 1.2em;
    color: #006666;
    font-weight: bold;
    font-family: sans-serif, Monospace,Serif;
}

#print-friendly {
    width: 30%;
    float: right;
    text-align: right;
    color: blue;
    font-size: .6em;
}

#div-lesson-title {
    float: left;
    margin: 0 2em 0 0;
    font-size: .8em;
}

#div-lesson-link {
    float: right;
    vertical-align: middle;
    font-size: .6em;
    font-family: sans-serif, Monospace,Serif;
}

*/
.select-field {
  font-size: .8em;
  background-color: #f1f1f1;
}

.label {
  display: inline;
  margin: 0 .25em 0 0;
  font-size: .8em;
  line-height: 100%;
  font-family: Arial, Helvetica, 'Nimbus SansL', sans-serif;
}

/*ul.title-list li {
    list-style-type: none;
    padding: 10px 0;
    font-weight: bold;
    line-height: 130%;
}
*/
.block .pdf-link {
  float: left;
  margin: 0;
  padding: 0;
  /*width: 50%;
    */
  font-size: .8em;
  font-family: Arial, Helvetica, 'Nimbus SansL', sans-serif;
}

.block .archive-link {
  float: right;
  margin: 0;
  padding: 0;
  /*width: 50%;
    */
  text-align: right;
  text-transform: uppercase;
  font-size: .8em;
  font-family: Arial, Helvetica, 'Nimbus SansL', sans-serif;
}

.block .issue-link-group-pdf {
  float: none;
  clear: none;
  padding: 0;
  color: #777;
  font-weight: normal;
}

.block .issue-link-list {
  width: 20em;
}

/******************************************************************************* 
* back issues page
*/
.archive-year {
  font-weight: bold;
}

.back-issues {
  margin: 1em 0 0;
}

.year-band {
  background-color: #efefef;
  margin: 0 0 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  display: block;
  clear: both;
}

.issue-group {
  /*float: left;*/
  display: flex;
  flex-flow: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.issue {
  width: 120px;
  margin: 0 0 1em 59px;
  font-size: .9em;
  line-height: 120%;
  text-align: center;
  display: inline-block;
  /*float: right;*/
  /*flex: 0 0 content;*/
}

.issue-first {
  margin: 0 0 1em 0;
}

.issue-image {
  margin: 0 0 .5em;
}

div.issue-image a {
  text-decoration: none;
}

.issue-title {
  font-size: .8em;
  font-family: 'Times New Roman', Times, serif;
  line-height: 130%;
  max-width: 120px;
}

.cover-image {
  width: 120px;
  height: 185px;
  border: 1px solid #efefef;
  margin: 0;
}

.cover-image-none {
  display: none;
}

.issue-info {
  border: 1px solid #efefef;
  width: 120px;
  height: 28px;
  padding: 10px 5px;
  margin: 0 0 .4em;
  font-size: .8em;
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  text-decoration: none;
  color: #000;
  line-height: 130%;
}

.rmrh-back-issues .issue {
  width: 94px;
  margin: 0 0 1em 18px;
}

.rmrh-back-issues .issue-first {
  margin: 0 0 1em 0;
}

.rmrh-back-issues .cover-image {
  width: 94px;
  height: 122px;
  font-size: .85em;
}

.issue-link-wrapper {
  color: #003b85;
  font-weight: bold;
  display: flex;
  justify-content: space-between
}

.back-issues .issue-link-group-text {
}

.back-issues .issue-link-group-pdf {
 }

.issue-link-list {
  width: 30em;
  text-align: center;
}

.issue-link {
  display: inline-block;
  width: 8em;
  padding: 0 .5em;
  line-height: 170%;
}

@media (max-width: 1028px) {
  .issue {
    margin: 0 0 1em 55px;
  }
  .issue-first {
    margin: 0 0 1em;
  }
  .rmrh-back-issues .issue {
    width: 94px;
    margin: 0 0 1em 16px;
  }
  .rmrh-back-issues .issue-first {
    margin: 0 0 1em 0;
  }
}

@media (max-width: 777px) and (orientation: portrait) {
  .issue {
    margin: 0 0 1em 69px;
  }
  .issue-first {
    margin: 0 0 1em;
  }
  .rmrh-back-issues .issue {
    width: 94px;
    margin: 0 0 1em 24px;
  }
  .rmrh-back-issues .issue-first {
    margin: 0 0 1em;
  }
}

@media (max-width: 700px) {
  .issue {
    margin: 0 2px 1em;
  }
}

@media (max-width: 460px) {
  .issue, .issue-first {
    margin: 0 4px 1em;
  }
  .issue-group {
    justify-content: space-between;
  }
  .rmrh-back-issues .issue {
    margin: 0 8px 1em 0;
  }
  .rmrh-back-issues .issue-group {
    justify-content: flex-end;
  }
}

/* -----------------------------------*/
/* SBL   
/* ( See also 'site/all/modules/sdarm_tuil/publications/sbl/sbl_drupal.css' )*/
/* -----------------------------------*/
.node-284 .book-title {
  margin: 1em 0 -1em;
  text-align: center;
  font-weight: bold;
  color: #7f7f7f;
}

/*#block-block-3 .book-title {
    color: #4f4f4f;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #b7b7b7;
    margin: 0;
    padding: 10px0;
}
*/
#select-controls {
  margin: 0 0 1rem;
}

/*#sbl-control,
#div-year,
#div-quarter,
#div-language {
*/
/*#lesson-title-list {
    padding: 0 0 1em;
}
*/
#block-block-3 {
  overflow: hidden;
}

#block-block-3 form {
  margin-bottom: 0;
}

/*#block-block-3 div.pdf-link a {
    padding: 0 0 0 20px;
}
*/
.sbl tbody {
  border: 0;
}

.sbl td {
  padding: 0;
}

#block-block-3 ul {
  border-top: 0;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 1em;
  margin: 0;
}

/*
#block-block-3 #lesson-title-list a,
#block-block-4 a.article-title {
    padding: 5px 0;
    font-weight: bold;
    display: block;
}

*/
#div-language {
  float: left;
  margin: 0 1em 0 0;
  font-size: .8em;
}

#div-year {
  float: left;
  margin: 0;
  font-size: .8em;
}

#div-quarter {
  clear: both;
  font-size: .8em;
  line-height: 170%;
}

#div-quarter select {
  /*width: 260px;
    */
  width: 218px;
  left: 2px;
  position: relative;
}

/* -----------------------------------*/
/* RMRH, YM   
/* ( See also 'site/all/modules/sdarm_tuil/publications/styles/*.css' )*/
/* -----------------------------------*/
/*
.node-285 .book-title,
.node-289 .book-title {
    text-align: center;
    font-weight: bold;
    font-style: italic;
    color: #7f7f7f;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0;
    margin-bottom: 1em;
}
*/
.book-title .volumn-no {
  font-size: .75em;
}

#block-block-4 {
  overflow: hidden;
}

/*#block-block-4 .book-title {
    font-size: 1.5em;
    font-weight: bold;
    display: block;
    margin: 0;
    padding: 0;
}
*/
/****************************************
* source text popup
*/
#message-popup .selected {
  background: #fec;
  padding: 2px0px;
}
#message-popup {
  z-index: 50;
  padding: 1px;
  font-size: .8em;
  font-weight: normal;
  font-style: normal;
  background-color: #555;
  border-radius: 0px;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.6);
}
#message-popup .header {
    position: relative;
    display: flex;
    margin: 0;
    font-size: 1.2em;
    line-height: 100%;
    background-color: #fff;
    border-bottom: #555 1px solid;
}
#message-popup .source-path {
  color: #000;
  padding: 5px;
  flex: 1 1 auto;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
#message-popup .tool-button {
  cursor: pointer;
  width: 1.2em;
  height: 1.2em;
  margin: 5px;
}
#message-popup .tool-button {
  color: #000;
}
#message-popup .tool-button:hover {
  color: #9ad3ff;
  background-color: #9ad3ff;
  font-weight: bold;
}
#message-popup #full-view-link{
  background: #fff url(images/external-link.svg) top left / cover no-repeat;
}
#message-popup #dismiss-popup{
  background: #fff url(images/x-square.svg) top left / cover no-repeat;
}
#message-popup #meta-info{
  background: #fff url(images/code.svg) top left / cover no-repeat;
}
#message-popup #source-text {
  position: relative;
  max-height: 300px;
  height: auto;
  overflow: auto;
  clear: both;
  background-color: #fafafa;
  display: block;
  padding: 15px;
  text-indent: 0;
}

#captcha-anchor {
  position: relative;
}

.anchor {
  color: #f70;
  font-weight: normal;
  text-align: left;
}

/* sop style*/
div #source-text H1,
div #source-text H2,
div #source-text H3,
div #source-text H4,
div #source-text H5,
div #source-text H6,
div #source-text p {
  font-size: 1.1em;
  padding: 0;
  color: #000;
  font-weight: normal;
  background: none;
  margin: 1.2em 0;
  line-height: 120%;
}

#message-popup .title {
  font-weight: bold;
}

#message-popup.anchor {
  font-size: .9em;
  color: #f70;
  font-weight: normal;
  text-align: left;
}

#message-popup .reference {
  font-size: .6em;
  color: #f70;
  font-weight: normal;
  text-align: left;
}

#message-popup .reference,
#message-popup .page-no {
  font-size: .6em;
  color: #f70;
  font-weight: normal;
  text-align: left;
}

/*#message-popup .prev-next {display: table; line-height: 150%;}
#message-popup .prev-next-top {border-bottom: 1px solid #aaa;}
#message-popup .prev-next-bottom {border-top: 1px solid #aaa;}
#message-popup .prev-next .source-link-prev {display: table-cell; width: 50%;}
#message-popup .prev-next .source-link-next {display: table-cell; width: 50%; text-align: right;}
*/
/******************************************************************************* 
* Today's Manna
*/
.lable {
  color: #aaa;
}

/*.manna .title-image {
}
*/
.manna .date-caption {
  margin: 0 0 1em;
}

.manna .date-for {
  font-weight: normal;
}

.manna .scripture-ref {
  font-size: 1em;
  font-weight: normal;
}

.manna .scripture-text {
  font-weight: bold;
  margin: 0 0 1em;
}

.manna .bg-image {
  float: right;
  margin: 0 0 .5em .5em;
}

.manna .commentary {
  margin: 0 0 1em;
}

.manna .comm-ref-lable {
  font-size: .8em;
}

.manna .comm-ref {
  font-size: .8em;
  line-height: 130%;
}

.manna .prev-next-bottom {
  margin: 1em 0 0;
}

/******************************************************************************* 
/* PTCC 
*/
/* #block-block-5 {
}
*/
.ptcc textarea {
  width: 100%;
}

.ptcc .lesson-num {
  font-weight: bold;
  text-align: center;
  color: #003b85;
}

.ptcc h3 {
  margin: 0;
  font-style: italic;
  text-align: center;
  color: #003b85;
}

/******************************************************************************* 
*
* MISC
*
*/
/******************************************************************************* 
/* 'content/db-table'*/
.db-table-wrapper {
  /*overflow: auto;
*/
  font-size: .8em;
  margin: 0 0 20px;
}

.db-table-wrapper table {
  margin: 0;
}

.db-table-wrapper table th {
  background-color: #eee;
  padding: 0 .5em;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
  text-shadow: 0 1px 0 #fff;
}

.db-table-wrapper form tr.even {
  background-color: #eee;
}

#insert-new-record,
#view-mode-table,
#view-mode-csv,
#view-mode-csv-file {
  margin: 0 1em 0 0;
}

/******************************************************************************* 
* ETC
*/
#admin-menu {
  font-size: .75em;
}

#admin-menu .dropdown .admin-menu-icon a {
  padding: 4px 8px;
}

#waiting-icon {
  position: absolute;
  left: 48%;
  top: 48%;
  margin: auto;
  background: url("images/loader_ring2_64.gif");
  width: 64px;
  height: 64px;
  z-index: 9999999999;
}

#waiting-message {
  position: fixed;
  top: 30%;
  min-width: 100%;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  font-size: 2em;
  line-height: 150%;
  text-align: center;
  z-index: 9999999999;
}

#waiting-message-box {
  position: fixed;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 999999999;
}

/* page view count*/
.statistics-counter {
  color: red;
  position: absolute;
  top: 57px;
  right: 330px;
}

.field-item .statistics-counter,
#gallery-carousel .statistics-counter {
  display: none;
}

.book-navigation {
  margin-top: 1em;
}

.inline.links li.book_printer {
  display: none;
}

/******************************************************************************* 
 * EU Cookie Compliance
 */
#sliding-popup {
  width: 100%;
  padding: 1em;
  background-color: #035396;
}

#popup-text p {
  line-height: 120%;
  color: #fff;
  font-size: 1em;
}

#popup-buttons {
  padding: .5em 0;
}

/******************************************************************************* 
* Event Registration Form
*/
#sdarm-event-registration label {
  display: inline;
}

#sdarm-event-registration label.error {
  margin: 0 0 0 1em;
  color: #8c2e0b;
}

/* User message*/
div .user-message {
  padding: 1em;
  border: 1px solid #aaa;
  border-radius: 5px;
  background: none repeat scroll 0% 0% #eee;
  line-height: 120%;
}

/******************************************************************************* 
* Donation 
*/
.dashboard-item {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: .9em;
}

.dashboard-item .label,
.dashboard-item .value {
  display: inline-block;
  width: 49%;
  font-size: .9em;
}

.dashboard-item .value {
  text-align: right;
}

.meter-back {
  width: 100%;
  /* webkit-border-radius: 10px;
*/
  border-radius: 10px;
  background: #aaa;
  height: 1em;
}

.meter-front {
  /* webkit-border-radius: 10px;
*/
  border-radius: 10px;
  background: #872552;
  height: 100%;
}

.meter-scale div {
  display: inline-block;
  width: 20%;
  text-align: right;
  font-size: .8em;
  position: relative;
  top: -.5em;
}

/* Donation Form*/
.node-1125 #card-info {
  padding: .5em 2em 1em;
  border: 1px solid #aaa;
}

.node-1125 #card-info .form-item {
  margin: .5em 0;
}

#edit-submitted-donor {
  color: #aaa;
}

/* Donation block*/
.donate-link {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 50px;
}

.donate-link a {
  cursor: pointer;
  color: #fff;
  padding: 1em 5em;
  background-color: #872552;
}

/**
* @file
* Field Styling
*
* The Fences module allows site builders to pick the semeantic HTML5 element
* for each field while editing the field's settings. There's no way a theme
* can ever know which element to use for the fields on your site, so Zen
* just uses lets Drupal core or Fences decide. Since you DO NOT want 3 wrapping
* divs around every field (do you?), we highly recommend Fences.
*
* http: //drupal.org/project/fences
*/
/*
* Field wrappers when the Fences module is enabled.
*/
.field {
  margin: 0;
}

.field-group {
  margin: 0 0 1em;
  clear: both;
}

/*
* Named fields
*/
.field-name-body,
.field-name-field-i-content {
  font-family: Georgia, 'Times New Roman', 'DejaVu Serif', serif;
  font-size: 1em;
}

/*
* SDARM custom fields
*/
/* Node display*/
.field .field-label,
.field .field-label-inline,
.field .field-label-inline-first {
  color: #aaa;
  font-weight: normal;
}

/*
    costom fields
    content type Article
*/
.field-field-periodical,
.field-field-year,
.field-field-issue {
  margin-right: 2em;
  float: left;
}

.field-field-category {
  clear: right;
}

/*
    custom fields
    content type FAQ
*/
.node-faq .field-name-field-header-image {
  float: right;
  margin: 0 0 1em 1em;
}

/*
    custom fields
    content type Unit Info, Church Info
*/
.field-name-field-union,
.field-name-field-field,
.field-name-field-unit-type,
.field-name-field-unit-abbreviation {
  font-size: .85em;
  line-height: 150%;
}

.node-church-info .field-name-field-field {
  margin: 0 0 1em;
}

.node-church-info .field-name-field-union {
  margin: .5em 0 0;
}

.node-church-info .field-name-field-latitude,
.node-church-info .field-name-field-longitude {
  display: none;
}

.node-church-info .field-name-field-mail-street .field-label {
  display: none;
}

.node-church-info .field-name-body {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 2px solid #ccc;
}

.node-church-info .field-name-field-church-photo {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 2px solid #ccc;
  overflow: hidden;
}

.node-church-info .field-name-field-church-photo .field-item {
  float: left;
  margin: 0 20px 0 0;
}

.node-church-info .field-name-field-church-photo .field-items:last-child {
  margin: 0;
}

.node-church-info fieldset {
  margin: 20px 0 0;
}

.group-unit,
.group-regional-info,
.group-contact {
  margin: 1em 0;
}

.field-name-field-latitude,
.field-name-field-longitude {
  font-size: .7em;
  float: left;
  margin: 1em 1em .5em 0;
}

.field-name-field-member-country,
.field-name-field-kml-file,
.field-name-field-color {
  display: none;
}

.field-name-field-address-1,
.field-name-field-address-2,
.field-name-field-city,
.field-name-field-country,
.field-name-field-mail-street,
.field-name-field-mail-street-2,
.field-name-field-mail-city {
  word-wrap: break-word;
  margin: 0;
}

.field-name-field-state,
.field-name-field-zip,
.field-name-field-mail-state,
.field-name-field-mail-zip {
  display: inline-block;
  margin: 0 .5em 0 0;
}

.group-contact .field-field-country,
.group-contact .field-field-longitude,
.group-place .field-field-country,
.group-place .field-field-longitude {
  margin: 0 0 1em;
}

.field-field-president-address-street,
.field-field-vice-p-address-street,
.field-field-secretary-address-street,
.field-field-treasurer-address-street {
  clear: left;
  float: left;
  border-top: 1px solid #eee;
  padding: .5em;
}

.field-field-president-address-city,
.field-field-vice-p-address-city,
.field-field-secretary-address-city,
.field-field-treasurer-address-city,
.field-field-president-email,
.field-field-vice-p-email,
.field-field-secretary-email,
.field-field-treasurer-email,
.field-field-president-phone,
.field-field-vice-p-phone,
.field-field-secretary-phone,
.field-field-treasurer-phone {
  float: left;
  border-top: 1px solid #eee;
  padding: .5em 1em;
}

#edit-field-president-address-street-0-value-wrapper,
#edit-field-vice-p-address-street-0-value-wrapper,
#edit-field-secretary-address-street-0-value-wrapper,
#edit-field-treasurer-address-street-0-value-wrapper {
  float: left;
  clear: left;
  margin-bottom: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: .5em 1em;
}

#edit-field-president-address-city-0-value-wrapper,
#edit-field-vice-p-address-city-0-value-wrapper,
#edit-field-secretary-address-city-0-value-wrapper,
#edit-field-treasurer-address-city-0-value-wrapper {
  float: left;
  clear: right;
  margin-bottom: 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: .5em 1em;
}

#edit-field-president-email-0-value-wrapper,
#edit-field-vice-p-email-0-value-wrapper,
#edit-field-secretary-email-0-value-wrapper,
#edit-field-treasurer-email-0-value-wrapper {
  float: left;
  clear: left;
  margin-top: 0;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: .5em 1em;
}

#edit-field-president-phone-0-value-wrapper,
#edit-field-vice-p-phone-0-value-wrapper,
#edit-field-secretary-phone-0-value-wrapper,
#edit-field-treasurer-phone-0-value-wrapper {
  float: left;
  clear: right;
  margin-top: 0;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: .5em 1em;
}

#edit-field-president-address-street-0-value-wrapper .description,
#edit-field-vice-p-address-street-0-value-wrapper .description,
#edit-field-secretary-address-street-0-value-wrapper .description,
#edit-field-treasurer-address-street-0-value-wrapper .description,
#edit-field-president-address-city-0-value-wrapper .description,
#edit-field-vice-p-address-city-0-value-wrapper .description,
#edit-field-secretary-address-city-0-value-wrapper .description,
#edit-field-treasurer-address-city-0-value-wrapper .description {
  margin: 0;
}

/*
    costom fields
    content type News, Mission Report, Event
*/
.field-name-field-news-source {
  color: #003b85;
  margin: 0 0 .6em;
  line-height: 100%;
}

.field-name-field-date {
  margin: 0 0 .5em;
  font-size: .8em;
}

.field-name-field-news-image {
  width: 100%;
  margin: 0 0 1em;
}

.field-name-field-description {
  margin: 0;
  clear: both;
  font-size: 1.2em;
  font-style: italic;
  line-height: 150%;
}

.node-news .field-name-field-date,
.node-news .field-name-field-country {
  font-size: .8em;
  line-height: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  margin: .5em 0 0;
}

.node-news .field-name-field-description {
  margin: 1em 0 1.25em;
}

.node-news .field-name-field-related,
.node-news .field-name-taxonomy-vocabulary-2,
.node-news .field-name-field-gallery-image-ref,
.node-news .field-name-field-related-gallery {
  padding: .2em 0 0;
  margin: 2em 0 .2em;
  border-top: 1px solid #eee;
}

.node-news .field-type-taxonomy-term-reference {
  font-size: .85em;
}

.node-news .field-type-taxonomy-term-reference div {
  display: inline-block;
  margin: 0 1em 0 0;
}

.node-news .field-name-field-gallery-image-ref .field-item {
  display: inline-block;
  margin: 0 8px 0 0;
}

.node-news article header {
  display: none;
}

/*
 * .node-event
 */
.node-event .field-name-field-event-image {
  margin: 0 0 1.25em;
}

.node-event .field-name-field-date-from {
  float: left;
  margin: 0 1em 0 0;
}

.node-event .field-name-field-date-to,
.node-event .field-name-field-remark-date {
  margin: 0;
}

.node-event .field-name-body,
.node-event .field-name-field-contact {
  margin: 1.25em 0 0;
  padding: 1.25em 0 0;
  border-top: 2px solid #ccc;
}

.node-event .field-name-field-info-file {
  margin: 1em 0 0;
}

.node-event .field-name-field-category-event {
  margin: 1em 0;
}

.node-event .field-name-field-info-file .filefield-icon {
  float: none;
}

.node-event .field-name-field-info-file .field-label-inline-first,
.node-event .field-name-field-info-file .filefield-icon,
.node-event .field-name-field-info-file .filefield-file {
  display: inline;
}

/*.node-event p {
    font-size: .85em;
    margin: 1em 0;
    padding: .5em 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
*/
/*
    costom fields
    content type Donations
*/
.node-donation .field-name-field-category-donation,
.node-donation .field-name-field-headline-image,
.node-donation .field-name-field-goal-amount,
.node-donation .field-name-field-deadline {
  margin: 0 0 .5em;
}
