/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url(http://fonts.googleapis.com/css?family=Oswald:300);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0

------------------------------------------------------------- */
/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
/* vertical center */
/*! Font Icon Srpite */
@font-face {
  font-family: 'inbt';
  src: url("../fonts/inbt.eot?76t9h9");
  src: url("../fonts/inbt.eot?#iefix76t9h9") format("embedded-opentype"), url("../fonts/inbt.woff?76t9h9") format("woff"), url("../fonts/inbt.ttf?76t9h9") format("truetype"), url("../fonts/inbt.svg?76t9h9#inbt") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"], .sidr-class-icon-magnifier {
  font-family: 'inbt';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

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

audio,
canvas,
img,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

body {
  font: 14px/20px Arial, Helvetica, sans-serif;
  background: #E6E6DF; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body.splash {
  overflow: hidden; }

#splash {
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E5E5DF;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s; }
  #splash .splash-wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
  #splash .logo-animation {
    width: 400px;
    height: 184px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -102px 0 0 -200px; }
    #splash .logo-animation img {
      width: 297px;
      height: 108px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  #splash .enter-button {
    width: 100%;
    height: 15%;
    background-color: #D8D8CC;
    position: absolute;
    bottom: 0; }
    #splash .enter-button a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
      #splash .enter-button a span.enter-arrow {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -18px 0 0 -35px;
        width: 70px;
        height: 37px;
        background-image: url("../images/enter-arrow.svg");
        background-position: 0 50%;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }

.no-svg #splash .enter-button a span.enter-arrow {
  background-image: url("img/enter-arrow.png"); }

#splash.reveal {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%); }

a.logo-link {
  display: inline-block; }

#inbt-logo {
  /*background-image: url('../images/logo.svg');
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;*/
  display: inline-block;
  height: 53px;
  width: 148px; }

#header {
  height: 90px;
  border-bottom: 5px solid #cecebf;
  background-color: #e6e6df;
  background-color: #e6e6df; }
  #header .header-block {
    max-width: 960px;
    min-width: 300px;
    margin: 0 auto;
    padding: 15px 10px;
    position: relative; }

#header.inside-header {
  border-bottom: 5px solid #CECEBF; }

.menu-wrap {
  float: right;
  width: 800px; }

nav ul#topMenu {
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0;
  padding: 0;
  list-style: none; }
  nav ul#topMenu li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0; }
    nav ul#topMenu li a {
      display: block;
      padding: 0 15px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      color: #000;
      text-decoration: none; }
      nav ul#topMenu li a.active {
        color: #00793e; }
      nav ul#topMenu li a:hover {
        color: #B22D00; }
    nav ul#topMenu li.lang a {
      padding: 0 0 0 15px;
      font-family: Tahoma, Geneva, sans-serif;
      font-size: 16px;
      line-height: 16px; }
      nav ul#topMenu li.lang a:hover {
        color: #B22D00; }
  nav ul#topMenu li#myAccount.hover ul {
    display: block; }
  nav ul#topMenu li#myAccount.hover > a {
    background: black;
    background: rgba(0, 0, 0, 0.85);
    height: 30px;
    margin: -5px 0 0 0;
    padding-top: 5px;
    color: #fff; }
  nav ul#topMenu li#myAccount {
    position: relative; }
    nav ul#topMenu li#myAccount a span.icon-downchevron {
      font-size: 8px;
      margin: 0 0 0 10px; }
    nav ul#topMenu li#myAccount ul {
      display: none;
      list-style: none;
      padding: 10px 0;
      margin: 0;
      background: black;
      background: rgba(0, 0, 0, 0.85);
      position: absolute;
      left: 0;
      top: 24px;
      z-index: 99;
      width: 172px; }
      nav ul#topMenu li#myAccount ul li {
        float: none;
        margin: 1px 0; }
        nav ul#topMenu li#myAccount ul li a {
          text-decoration: none;
          color: #fff;
          background-color: transparent;
          display: block;
          padding: 4px 14px 4px 14px;
          height: 20px;
          line-height: 20px;
          font-size: 14px;
          margin: 0; }
          nav ul#topMenu li#myAccount ul li a:hover {
            background: black;
            color: #b22d00;
            height: 20px;
            line-height: 20px;
            margin: 0;
            padding: 4px 14px 4px 14px; }
nav ul#topMenu > li.lang:after {
  background: none repeat scroll 0 0 #000;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 1px;
  z-index: 1; }
nav ul#menu {
  position: absolute;
  right: 10px;
  bottom: 6px;
  margin: 0;
  padding: 0;
  list-style: none; }
  nav ul#menu li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0; }
    nav ul#menu li a {
      display: block;
      padding: 0 30px;
      font-family: "Oswald", Arial, serif;
      font-weight: 300;
      font-size: 18px;
      color: #000;
      text-decoration: none; }
      nav ul#menu li a.active {
        color: #00793e; }
      nav ul#menu li a:hover {
        color: #B22D00; }
    nav ul#menu li.lang a {
      padding: 0 0 0 30px;
      font-family: Tahoma, Geneva, sans-serif; }
      nav ul#menu li.lang a:hover {
        color: #B22D00; }
    nav ul#menu li.globalSearch {
      width: 220px; }
      nav ul#menu li.globalSearch .srchBox {
        background: #EBEBE5;
        border: 1px solid #CECEBF;
        color: #999999;
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        margin: -10px 0 0 0;
        outline: medium none;
        padding: 3px 10px;
        width: 200px; }
      nav ul#menu li.globalSearch .srchBtn {
        color: #000;
        font-size: 18px;
        height: 32px;
        right: 0px;
        margin: 0;
        outline: medium none;
        padding: 0;
        position: absolute;
        top: -4px;
        width: 36px;
        background: none;
        border: none; }
nav ul#menu > li:after {
  background: none repeat scroll 0 0 #d2d6d5;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 1px;
  z-index: 1; }
nav ul#menu > li:first-child:after {
  display: none; }

#mobile-header {
  display: none; }

.inbt-block {
  background-image: url("../images/skyline.png");
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: contain; }

.inbt-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  min-width: 300px; }

.inbt-animation {
  width: 517px;
  height: 83px;
  margin: 0 auto;
  padding: 65px 0 225px 0; }

.faz3a-block {
  background-color: #CECEBF;
  position: relative; }
  .faz3a-block .faz3a-content {
    margin: 0 auto;
    max-width: 960px;
    min-width: 300px;
    padding: 40px 10px;
    font-family: "Oswald", Arial, serif;
    font-weight: 300; }
    .faz3a-block .faz3a-content h1 {
      font-size: 38px;
      line-height: 38px;
      height: 38px;
      font-weight: normal;
      margin: 0 auto;
      width: 370px;
      border-top: 3px solid #E6E6DF;
      border-bottom: 3px solid #E6E6DF;
      padding: 10px 0;
      text-align: center;
      color: #00793E; }
    .faz3a-block .faz3a-content p.introduction {
      font-family: "Oswald", Arial, serif;
      font-weight: 300;
      font-size: 24px;
      line-height: 30px;
      text-align: center;
      width: 420px;
      margin: 15px auto; }
    .faz3a-block .faz3a-content p {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 22px;
      text-align: center;
      width: 370px;
      margin: 15px auto; }
  .faz3a-block a.poem-link {
    margin: 0 auto;
    display: block;
    width: 70px;
    height: 17px;
    font-family: "Oswald", Arial, serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    border: 1px solid #898980;
    color: #898980;
    text-decoration: none;
    text-align: center;
    padding: 0 0 2px 0; }
    .faz3a-block a.poem-link:hover {
      background-color: #898980;
      color: #fff; }

.faz3a-block:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(206, 206, 191, 0);
  border-top-color: #CECEBF;
  border-width: 10px;
  margin-left: -10px; }

.inside-block {
  background: none; }
  .inside-block .inside-content {
    margin: 0 auto;
    max-width: 960px;
    min-width: 300px;
    padding: 30px 10px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative; }
    .inside-block .inside-content #breadcrumb {
      margin: 0 0 2px 0; }
      .inside-block .inside-content #breadcrumb a {
        font-size: 14px;
        color: #000;
        text-decoration: none; }
    .inside-block .inside-content h1 {
      font-family: "Oswald", Arial, serif;
      font-weight: 300;
      font-size: 32px;
      line-height: 32px;
      font-weight: normal;
      margin: 0px auto 10px;
      color: #00793E; }
    .inside-block .inside-content p.introduction {
      font-size: 22px;
      line-height: 30px;
      margin: 15px 0; }
    .inside-block .inside-content p {
      font-size: 16px;
      line-height: 22px;
      margin: 15px 0; }
      .inside-block .inside-content p a {
        color: #00793E;
        text-decoration: underline; }

.tabs-block {
  background-color: #027A3E;
  border-bottom: 5px solid #000; }

.bottom-border {
  border-bottom: 5px solid #cecebf; }

.faz3a-tabs {
  max-width: 960px;
  min-width: 300px;
  margin: 0 auto;
  padding: 20px 10px; }

ul.tabs {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  width: 632px; }
  ul.tabs li {
    float: left;
    margin: 0 10px; }
    ul.tabs li a {
      display: block;
      width: 136px;
      height: 32px;
      line-height: 32px;
      border: 1px solid #fff;
      text-align: center;
      font-family: "Oswald", Arial, serif;
      font-weight: 300;
      font-size: 18px;
      text-decoration: none;
      color: #fff;
      position: relative; }
      ul.tabs li a:hover {
        color: #000;
        background-color: #fff; }
  ul.tabs li.tab a.active {
    color: #000;
    background-color: #fff; }
  ul.tabs li.tab a.active:after {
    background: none repeat scroll 0 0 #ffffff;
    content: "";
    display: block;
    height: 30px;
    left: -1px;
    position: absolute;
    top: 100%;
    width: 138px;
    z-index: 1; }

.line-tabs {
  width: 100%;
  margin: 0 auto; }
  .line-tabs ul {
    width: 960px;
    min-width: 300px;
    border-top: 1px solid #CECEBF;
    list-style: none;
    padding: 0;
    margin: 0 auto; }
    .line-tabs ul li {
      display: inline-block;
      margin: 0 10px; }
      .line-tabs ul li a {
        display: block;
        font-family: "Oswald", Arial, serif;
        font-weight: 300;
        font-size: 18px;
        padding: 10px;
        color: #222;
        text-decoration: none;
        position: relative; }
        .line-tabs ul li a:hover {
          color: #b22d00; }
        .line-tabs ul li a.selected {
          color: #00793e;
          border-bottom: 4px solid #222; }

.inside-tabs {
  max-width: 960px;
  min-width: 300px;
  margin: 0 auto;
  padding: 15px 10px;
  text-align: center; }
  .inside-tabs ul.tabs {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    display: inline; }
    .inside-tabs ul.tabs li {
      display: inline-block;
      margin: 0 10px;
      float: none; }
      .inside-tabs ul.tabs li a {
        display: inline-block;
        padding: 5px 10px;
        width: auto;
        height: 32px;
        line-height: 32px;
        border: 1px solid #fff;
        text-align: center;
        font-family: "Oswald", Arial, serif;
        font-weight: 300;
        font-size: 16px;
        text-decoration: none;
        color: #fff;
        position: relative; }
        .inside-tabs ul.tabs li a:hover {
          color: #000;
          background-color: #fff; }
    .inside-tabs ul.tabs li.tab a.active {
      color: #000;
      background-color: #fff;
      border: 1px solid #fff; }
    .inside-tabs ul.tabs li.tab a.active:after {
      background: none repeat scroll 0 0 #ffffff;
      content: "";
      display: block;
      height: 30px;
      left: -1px;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 1;
      border: 1px solid #fff; }

.tab-container {
  background-color: #fff; }
  .tab-container .tab-content {
    padding: 30px 30px 0 30px;
    margin: 0 auto;
    max-width: 960px;
    min-width: 300px; }
    .tab-container .tab-content h2 {
      font-family: "Oswald", Arial, serif;
      font-weight: 300;
      font-size: 24px;
      line-height: 28px;
      font-weight: normal;
      margin: 0px auto 10px;
      color: #00793E; }
    .tab-container .tab-content p.introduction {
      font-size: 22px;
      line-height: 30px;
      margin: 15px 0; }
    .tab-container .tab-content p {
      font-size: 16px;
      line-height: 22px;
      margin: 15px 0; }
    .tab-container .tab-content p.note {
      font-size: 14px;
      margin: 5px 0;
      line-height: 20px; }

.inside-tab-container .tab-content {
  padding: 30px 10px; }
  .inside-tab-container .tab-content a {
    color: #00793E;
    text-decoration: underline; }

.video-list {
  margin: 0 auto;
  padding: 0 0 30px 0;
  list-style: none;
  width: 632px; }
  .video-list li {
    margin: 8px;
    float: left; }

.press-list {
  width: 500px;
  margin: 0 auto;
  padding: 0 0 30px 0; }
  .press-list li a {
    margin: 5px;
    display: block;
    color: #00793e;
    text-decoration: none; }
    .press-list li a:hover {
      text-decoration: underline; }

.bullet-list {
  margin: 0;
  padding: 0 0 0 15px; }
  .bullet-list li {
    margin: 7px 0;
    font-size: 16px; }

ul.interest-list {
  margin: 10px 0;
  padding: 0 0 0 15px;
  width: 500px;
  float: left; }
  ul.interest-list li {
    margin: 2px;
    font-size: 16px;
    width: 240px;
    float: left; }

.note-box {
  float: right;
  width: 343px;
  height: 126px;
  padding: 5px 30px;
  margin: 20px 0 0 0;
  background: url("../images/note-box.png") 0 0 no-repeat; }
  .note-box p {
    font-size: 14px !important;
    line-height: 20px !important; }

.comments-block {
  background-color: #fff; }

.comments-content {
  max-width: 960px;
  min-width: 300px;
  padding: 10px 10px 0;
  margin: 0 auto; }
  .comments-content h3 {
    font-family: "Oswald", Arial, serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
    margin: 0 auto;
    width: 370px;
    border-top: 3px solid #E6E6DF;
    border-bottom: 3px solid #E6E6DF;
    padding: 10px 0;
    text-align: center;
    color: #00793E; }
  .comments-content .comment-list {
    padding: 30px 10px; }
  .comments-content .comment-item {
    padding: 15px 20px;
    background-color: #E6E6DF;
    margin: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    position: relative; }
    .comments-content .comment-item .popup-flag-comment {
      display: none;
      position: absolute;
      right: 10px;
      top: 10px;
      color: #a9a69a;
      text-decoration: none; }
      .comments-content .comment-item .popup-flag-comment:hover {
        color: #000; }
  .comments-content .showFlag .popup-flag-comment {
    display: block; }
  .comments-content .comment-text {
    font-size: 14px;
    border-bottom: 1px solid #CECEBF;
    padding: 0 0 10px 0; }
  .comments-content .comment-meta {
    padding: 10px 0 0 0; }
  .comments-content .comment-by {
    color: #01793E;
    font-size: 12px; }
  .comments-content .comment-date {
    color: #A9A79B;
    font-size: 12px; }
  .comments-content a.comment-like {
    color: #A9A79B;
    font-size: 12px;
    float: right;
    display: block;
    position: relative;
    text-decoration: none; }
    .comments-content a.comment-like .icon-like {
      font-size: 16px;
      margin: 0 0 0 5px; }
  .comments-content a.load-comments {
    display: block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #B22D00;
    text-align: center;
    font-family: "Oswald", Arial, serif;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    color: #B22D00;
    margin: 30px auto 0;
    padding: 4px 0 6px 0; }
    .comments-content a.load-comments:hover {
      background-color: #B22D00;
      color: #fff; }

.add-comment {
  width: 760px;
  margin: 0 auto;
  border-top: 3px solid #E6E6DF;
  border-left: 3px solid #E6E6DF;
  border-right: 3px solid #E6E6DF;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.add-comment-title {
  font-family: "Oswald", Arial, serif;
  font-weight: 300;
  font-size: 24px;
  color: #000;
  text-align: center;
  line-height: 28px;
  padding: 15px 0;
  border-bottom: 3px solid #E6E6DF; }

.add-comment-form {
  padding: 30px; }
  .add-comment-form .col-left {
    float: left;
    width: 50%; }
  .add-comment-form .col-right {
    float: left;
    width: 50%; }
  .add-comment-form .field-row {
    position: relative;
    margin: 0 0 30px; }
  .add-comment-form input[type="text"] {
    border: 2px solid #CECEBF;
    width: 308px;
    height: 26px;
    padding: 5px;
    margin: 0 0 0 10px; }
    .add-comment-form input[type="text"].error {
      border: 2px solid #b22d00; }
  .add-comment-form textarea {
    border: 2px solid #CECEBF;
    width: 308px;
    height: 95px;
    padding: 5px;
    margin: 0 0 0 10px; }
    .add-comment-form textarea.error {
      border: 2px solid #b22d00; }
  .add-comment-form .btn-submit {
    color: #fff;
    background-color: #B22D00;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-family: "Oswald", Arial, serif;
    font-weight: 300;
    font-size: 18px;
    border: 0;
    outline: none;
    width: 100px;
    margin: 0 auto;
    display: block; }

label.error {
  position: absolute;
  left: 10px;
  bottom: -20px;
  color: #B22D00; }

.info-block {
  background: #2e2e2e; }
  .info-block .info-wrapper {
    max-width: 960px;
    min-width: 300px;
    padding: 60px 10px;
    margin: 0 auto; }

.info-seed, .info-adopt {
  float: left;
  margin: 0 20px;
  width: 440px; }
  .info-seed .info-title, .info-adopt .info-title {
    font-family: "Oswald", Arial, serif;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    background: #B22D00;
    text-align: center;
    width: 140px;
    height: 140px;
    line-height: 140px;
    float: left;
    margin: 0 10px 0 0;
    -moz-border-radius: 140px;
    -webkit-border-radius: 140px;
    border-radius: 140px; }
  .info-seed .info-content, .info-adopt .info-content {
    font-size: 14px;
    color: #CDCDBF;
    margin: 20px 0 0 0; }
  .info-seed a.read-more, .info-adopt a.read-more {
    display: block;
    color: #E51D25;
    text-decoration: none;
    font-family: "Oswald", Arial, serif;
    font-weight: 300;
    font-size: 14px; }

.info-adopt .info-title {
  background: #027A3E; }

/* Start New Homepage CSS */
.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.hero-block {
  height: 600px;
  border-bottom: 5px solid #000000; }
  .hero-block .learn-more {
    display: block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    background: #B22D00;
    text-align: center;
    font-family: "Oswald", Arial, serif;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    margin: 0 auto 0;
    padding: 4px 0 6px 0; }
    .hero-block .learn-more:hover {
      background-color: #B22D00;
      color: #fff; }

.hero-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  width: 550px;
  text-align: center; }
  .hero-content h1 {
    font-family: "Oswald", Arial, serif;
    width: 370px;
    font-size: 38px;
    line-height: 38px;
    height: 38px;
    font-weight: normal;
    margin: 0 auto;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    padding: 10px 0;
    text-align: center;
    color: #fff; }
  .hero-content p {
    font-family: "Oswald", Arial, serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin: 30px auto;
    color: #fff; }

.about-inbt-block {
  height: 420px;
  border-bottom: 5px solid #cecebf; }
  .about-inbt-block .learn-more {
    display: block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #B22D00;
    text-align: center;
    font-family: "Oswald", Arial, serif;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    color: #B22D00;
    margin: 0 auto 0;
    padding: 4px 0 6px 0; }
    .about-inbt-block .learn-more:hover {
      background-color: #B22D00;
      color: #fff; }

.about-inbt-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  width: 550px;
  text-align: center; }
  .about-inbt-content h2 {
    font-family: "Oswald", Arial, serif;
    width: 370px;
    font-size: 32px;
    line-height: 32px;
    height: 32px;
    font-weight: normal;
    margin: 0 auto;
    border-top: 3px solid #cecebf;
    border-bottom: 3px solid #cecebf;
    padding: 10px 0;
    text-align: center;
    color: #01793E; }
  .about-inbt-content p {
    font-family: "Oswald", Arial, serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin: 30px auto;
    color: #000; }

.seed-adopt-block {
  height: 480px;
  background-image: url("../images/petitions.jpg");
  border-bottom: 5px solid #000; }
  .seed-adopt-block .learn-more {
    display: block;
    width: 72px;
    height: 18px;
    line-height: 18px;
    background-color: #000;
    text-align: center;
    font-family: "Oswald", Arial, serif;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    margin: 0 auto 0;
    padding: 3px 0 4px 0; }
    .seed-adopt-block .learn-more:hover {
      background-color: #B22D00;
      color: #fff; }
  .seed-adopt-block .seed-adopt-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    max-width: 960px;
    text-align: center; }
    .seed-adopt-block .seed-adopt-wrapper h3 {
      font-family: "Oswald", Arial, serif;
      width: 150px;
      font-size: 24px;
      line-height: 24px;
      height: 24px;
      font-weight: normal;
      margin: 0 auto;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      padding: 10px 0;
      text-align: center;
      color: #fff; }
    .seed-adopt-block .seed-adopt-wrapper p {
      font-size: 14px;
      text-align: center;
      margin: 20px auto;
      color: #fff; }
  .seed-adopt-block .seed-block {
    width: 50%;
    float: left; }
  .seed-adopt-block .adopt-block {
    width: 50%;
    float: left; }
  .seed-adopt-block .seed-circle {
    box-sizing: border-box;
    padding: 70px 30px;
    width: 340px;
    height: 340px;
    margin: 0 auto;
    border: 5px solid #B22D00;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%; }
  .seed-adopt-block .adopt-circle {
    box-sizing: border-box;
    padding: 70px 30px;
    width: 360px;
    height: 360px;
    margin: 0 auto;
    border: 5px solid #027A3E;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%; }

/* End New Homepage CSS */
.recent-block {
  /*border-bottom:5px solid #CECEBF;*/ }

.recent-content {
  max-width: 960px;
  min-width: 300px;
  padding: 60px 10px;
  margin: 0 auto; }
  .recent-content h3 {
    font-family: "Oswald", Arial, serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
    margin: 0 auto 0px;
    width: 370px;
    padding: 0;
    text-align: center;
    color: #00793E; }
  .recent-content .tab-container {
    background: none; }
  .recent-content .recent-tabs {
    width: 300px;
    margin: 10px auto 0;
    border-top: 1px solid #CECEBF;
    border-bottom: 2px solid #CECEBF; }
    .recent-content .recent-tabs ul.tabs {
      width: 164px;
      margin: 0 auto; }
      .recent-content .recent-tabs ul.tabs li {
        margin: 0 10px; }
        .recent-content .recent-tabs ul.tabs li a {
          width: 60px;
          display: block;
          color: #000;
          border: none;
          padding: 5px 0; }
          .recent-content .recent-tabs ul.tabs li a:hover {
            background: none; }
          .recent-content .recent-tabs ul.tabs li a.active {
            color: #00793A;
            background: none;
            border-bottom: 4px solid #000;
            margin: 0 0 -2px 0; }
          .recent-content .recent-tabs ul.tabs li a.active:after {
            display: none; }

.petition-list {
  width: 678px;
  margin: 0 auto 0; }
  .petition-list .petition-item {
    background-color: #fff;
    border-bottom: 2px solid #CECEBF;
    margin: 0 0 30px 0; }
    .petition-list .petition-item .image {
      width: 300px;
      height: 199px;
      text-align: center;
      float: left;
      background: #DADACF;
      display: block;
      position: relative; }
      .petition-list .petition-item .image a {
        display: table-cell;
        text-align: center;
        vertical-align: middle; }
      .petition-list .petition-item .image .closed {
        width: 100%;
        font-family: "Oswald", Arial, serif;
        font-weight: 300;
        font-size: 16px;
        height: 44px;
        line-height: 44px;
        margin: -22px 0 0 0;
        color: #fff;
        background: #af2c00;
        background: rgba(175, 44, 0, 0.85);
        position: absolute;
        left: 0;
        top: 50%; }
      .petition-list .petition-item .image .success {
        width: 100%;
        height: 44px;
        font-family: "Oswald", Arial, serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 44px;
        margin: -22px 0 0 0;
        color: #fff;
        background: #00773b;
        background: rgba(0, 119, 59, 0.85);
        position: absolute;
        left: 0;
        top: 50%; }
    .petition-list .petition-item .content {
      float: left;
      width: 338px;
      height: 159px;
      padding: 20px;
      position: relative; }
      .petition-list .petition-item .content a {
        text-decoration: none;
        color: #222; }
        .petition-list .petition-item .content a h4 {
          font-family: "Oswald", Arial, serif;
          font-weight: 300;
          font-size: 18px;
          margin: 0;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          height: 24px; }
        .petition-list .petition-item .content a p.post-by {
          color: #868686;
          margin: 0;
          font-size: 12px;
          margin: 0; }
        .petition-list .petition-item .content a p.txt {
          color: #868686;
          font-size: 14px;
          margin: 10px 0;
          line-height: 1.2em;
          max-height: 66px;
          overflow: hidden; }
        .petition-list .petition-item .content a:hover h4 {
          color: #b22d00; }
      .petition-list .petition-item .content .meta-info {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        border-top: 1px solid #E6E6DF;
        color: #878787;
        font-size: 14px;
        padding: 10px 0 0 0; }
        .petition-list .petition-item .content .meta-info .supporters {
          float: left; }
          .petition-list .petition-item .content .meta-info .supporters span.num {
            color: #222; }
        .petition-list .petition-item .content .meta-info .tag {
          float: right; }
          .petition-list .petition-item .content .meta-info .tag span.icon-tag {
            color: #E6E6DF; }
          .petition-list .petition-item .content .meta-info .tag a {
            color: #868686; }
            .petition-list .petition-item .content .meta-info .tag a:hover {
              color: #b22d00; }
    .petition-list .petition-item a.load-more {
      text-align: center;
      display: block;
      color: #B22D00;
      font-family: "Oswald", Arial, serif;
      font-weight: 300;
      font-size: 18px;
      text-decoration: none;
      padding: 10px; }

a.explore-all {
  display: block;
  width: 80px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #B22D00;
  text-align: center;
  font-family: "Oswald", Arial, serif;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  color: #B22D00;
  margin: 0 auto 0;
  padding: 4px 0 6px 0; }
  a.explore-all:hover {
    background-color: #B22D00;
    color: #fff; }

a.start-petition {
  display: block;
  width: 248px;
  text-align: center;
  background-color: #B22D00;
  color: #fff;
  font-family: "Oswald", Arial, serif;
  font-weight: 300;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 10px;
  top: 43px;
  text-decoration: none; }

.main-block {
  width: 678px;
  float: left;
  margin: 30px 0 0 0; }
  .main-block ul.filters {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    border-top: 1px solid #CECEBF;
    border-bottom: 2px solid #CECEBF; }
    .main-block ul.filters li {
      display: inline-block;
      margin: 0 10px; }
      .main-block ul.filters li a {
        display: block;
        font-family: "Oswald", Arial, serif;
        font-weight: 300;
        font-size: 18px;
        padding: 10px;
        color: #222;
        text-decoration: none;
        position: relative; }
        .main-block ul.filters li a:hover {
          color: #b22d00; }
        .main-block ul.filters li a.selected {
          color: #00793e;
          border-bottom: 4px solid #222;
          margin: -2px; }

.side-block {
  float: right;
  width: 248px;
  margin: 30px 0 0 34px; }
  .side-block h3 {
    color: #222;
    font-family: "Oswald", Arial, serif;
    font-weight: 300;
    font-size: 18px;
    border-top: 1px solid #CECEBF;
    border-bottom: 2px solid #CECEBF;
    padding: 10px 20px;
    font-weight: normal;
    margin: 0; }
  .side-block ul.category-list {
    margin: 30px 0;
    padding: 0;
    list-style: none; }
    .side-block ul.category-list li {
      margin: 5px 20px; }
      .side-block ul.category-list li a {
        display: block;
        color: #222;
        text-decoration: none; }
        .side-block ul.category-list li a:hover {
          color: #b22d00; }
      .side-block ul.category-list li.selected a {
        color: #00793e; }

.news-list {
  width: 678px;
  margin: 0 auto 0; }
  .news-list .news-item {
    background-color: #fff;
    border-bottom: 2px solid #CECEBF;
    margin: 0 0 30px 0;
    padding: 20px; }
    .news-list .news-item .date {
      font-size: 12px;
      color: #868686;
      margin: 0;
      padding: 0; }
    .news-list .news-item h3 {
      font-family: "Oswald", Arial, serif;
      font-weight: 300;
      font-size: 24px;
      font-weight: normal;
      margin: 0 0 20px 0;
      padding: 0;
      color: #00793B; }
    .news-list .news-item a.load-more {
      text-align: center;
      display: block;
      color: #B22D00;
      font-family: "Oswald", Arial, serif;
      font-weight: 300;
      font-size: 18px;
      text-decoration: none;
      padding: 10px; }
  .news-list .load-item {
    padding: 0; }

/* FAQ */
.faqNote {
  padding: 20px 10px; }

.faqNote a {
  color: #000; }

.accordion {
  border-top: 1px solid #CECEBF;
  margin: 0; }

.accordion dt {
  border-bottom: 1px solid #CECEBF;
  position: relative; }

.accordion dt a {
  color: #000;
  font-family: "Oswald", Arial, serif;
  font-weight: 300;
  font-size: 18px;
  text-decoration: none;
  display: block;
  padding: 20px 20px 20px 30px; }
  .accordion dt a span.icon-rightchevron, .accordion dt a span.icon-downchevron {
    font-size: 10px;
    position: absolute;
    left: 10px;
    top: 26px;
    color: #B22D00; }

.accordion dt.selected {
  border-bottom: none;
  background: #fff; }

.accordion dt.selected a {
  color: #000; }

.accordion dd {
  border-bottom: 1px solid #CECEBF;
  background: #fff;
  display: none;
  margin: 0;
  padding: 1px 20px; }

.content-block {
  width: 638px;
  margin: 0 auto 0;
  background-color: #fff;
  border-bottom: 2px solid #CECEBF;
  margin: 0 0 30px 0;
  padding: 20px; }
  .content-block h2 {
    font-family: "Oswald", Arial, serif;
    font-weight: 300;
    font-size: 24px;
    font-weight: normal;
    color: #00793B;
    margin: 0; }

.content-form .fieldRow {
  padding: 20px 0 0 0;
  border-top: 1px solid #E6E6DF; }
  .content-form .fieldRow label {
    width: 200px;
    float: left;
    font-family: "Oswald", Arial, serif;
    font-weight: 300;
    font-size: 18px; }
    .content-form .fieldRow label.error {
      font-family: Arial, Helvetica, sans-serif;
      float: none;
      display: inline;
      left: 200px; }
  .content-form .fieldRow .fldTextArea {
    border: 1px solid #CECEBF;
    padding: 10px;
    width: 338px; }
    .content-form .fieldRow .fldTextArea.error {
      border: 1px solid #b22d00; }
.content-form .fieldCheckBoxWrapper {
  float: left; }
  .content-form .fieldCheckBoxWrapper .fieldCheckBox {
    margin: 0 0 5px 0; }
.content-form .btnRow {
  border-top: 1px solid #E6E6DF;
  padding: 20px 80px 0 200px;
  width: 358px;
  margin: 0; }

.edit-block {
  width: 638px;
  margin: 0 auto 0;
  background-color: #fff;
  border-bottom: 2px solid #CECEBF;
  margin: 0 0 30px 0;
  padding: 20px; }
  .edit-block h2 {
    font-family: "Oswald", Arial, serif;
    font-weight: 300;
    font-size: 24px;
    font-weight: normal;
    color: #00793B;
    margin: 0 0 30px 0; }
  .edit-block .fieldCheckBox span {
    margin: 0 10px;
    font-size: 14px; }

.detail-header-block {
  background: #CECEBF; }

.detail-header {
  max-width: 960px;
  min-width: 300px;
  padding: 30px 10px 0;
  margin: 0 auto; }
  .detail-header .tag {
    text-align: center; }
    .detail-header .tag span.icon-tag {
      color: #E6E6DF; }
    .detail-header .tag a {
      text-decoration: none;
      color: #868686; }
      .detail-header .tag a:hover {
        color: #b22d00; }
  .detail-header h1 {
    font-family: "Oswald", Arial, serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    font-weight: normal;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    color: #00793E; }
  .detail-header p.post-by {
    color: #868686;
    text-align: center;
    margin: 5px 0; }
  .detail-header .detail-img {
    background: #fff;
    padding: 10px;
    text-align: center;
    width: 640px;
    float: left; }
  .detail-header .action-block {
    position: absolute;
    right: 0; }
  .detail-header .action-content {
    width: 230px;
    padding: 20px;
    background: #00793C;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px; }
    .detail-header .action-content h2 {
      color: #fff;
      font-family: "Oswald", Arial, serif;
      font-size: 24px;
      line-height: 32px;
      border-top: 1px solid #0E5530;
      border-bottom: 1px solid #0E5530;
      padding: 10px 20px;
      font-weight: 300;
      margin: 0;
      text-align: center; }
    .detail-header .action-content a.sign-this {
      display: none; }
    .detail-header .action-content .supporters {
      margin: 30px 0 20px; }
      .detail-header .action-content .supporters span {
        font-size: 12px;
        color: #fff;
        display: block;
        text-align: center; }
      .detail-header .action-content .supporters span.number {
        font-size: 32px;
        font-weight: bold;
        margin: 0 0 5px 0px; }
    .detail-header .action-content .progress-bar {
      background: #fff;
      width: 100%;
      height: 16px;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.45);
      -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.45);
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.45); }
      .detail-header .action-content .progress-bar .progress-complete {
        height: 16px;
        background: #e51d25; }
    .detail-header .action-content .more-needed {
      color: #fff;
      font-size: 12px;
      text-align: center;
      margin: 5px 0 10px; }
    .detail-header .action-content .frm-signin {
      position: relative; }
      .detail-header .action-content .frm-signin h2 {
        display: none; }
      .detail-header .action-content .frm-signin .frm-disable {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
        background: #00793c;
        background: rgba(0, 121, 60, 0.75); }
    .detail-header .action-content #frmSignin {
      margin: 30px 0 15px; }
      .detail-header .action-content #frmSignin .fieldRow .fldTxt {
        border: 1px solid #104000;
        width: 208px; }
        .detail-header .action-content #frmSignin .fieldRow .fldTxt.error {
          border: 1px solid #E51D25; }
      .detail-header .action-content #frmSignin .fieldRow .text-area {
        border: 1px solid #104000;
        width: 208px;
        padding: 10px; }
      .detail-header .action-content #frmSignin .fieldRow label.error {
        color: #9C1318; }
      .detail-header .action-content #frmSignin .btnRow {
        margin: 20px 0; }
        .detail-header .action-content #frmSignin .btnRow .btn-red {
          background: #E51D25; }
      .detail-header .action-content #frmSignin .display-sign span {
        margin: 0 0 0 5px;
        color: #fff;
        font-size: 12px; }
      .detail-header .action-content #frmSignin .display-sign label {
        margin: 0 0 0 5px;
        color: #fff;
        font-size: 12px; }
    .detail-header .action-content .sign-note {
      text-align: center;
      font-size: 12px;
      line-height: 14px;
      margin: 0 0 20px 0px; }
      .detail-header .action-content .sign-note a {
        color: #000; }
  .detail-header .action-sharing {
    text-align: center;
    margin: 30px 0; }
  .detail-header .action-email {
    text-align: center; }
    .detail-header .action-email a {
      border: 1px solid #CECEBF;
      padding: 10px;
      color: #A9A69A;
      text-decoration: none;
      margin: 20px auto 0;
      display: block;
      width: 100px; }
      .detail-header .action-email a:hover {
        color: #fff;
        background: #CECEBF; }

.detail-relative {
  position: relative;
  margin: 30px 0; }

.detail-content {
  max-width: 660px;
  min-width: 300px;
  min-height: 420px;
  padding: 20px 310px 30px 10px;
  margin: 0 auto; }
  .detail-content h2 {
    color: #00793C; }
  .detail-content .extra-info {
    padding: 20px 0 0 0;
    margin: 0 0 10px 0; }
    .detail-content .extra-info a {
      display: inline-block;
      border: 1px solid #CECEBF;
      padding: 10px;
      color: #A9A69A;
      text-decoration: none;
      margin: 0 10px 10px 0; }
      .detail-content .extra-info a:hover {
        color: #fff;
        background: #CECEBF; }
  .detail-content .flag-inappropriate {
    margin: 15px 0 10px; }
    .detail-content .flag-inappropriate a {
      color: #a9a69a;
      text-decoration: none; }
      .detail-content .flag-inappropriate a:hover {
        text-decoration: underline; }

.form-inappropriate {
  padding: 15px; }
  .form-inappropriate h1 {
    color: #00793e;
    font-family: "Oswald",Arial,serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
    margin: 0 0 10px 0;
    text-align: left; }
  .form-inappropriate .fieldRow {
    margin: 0 0 15px 0; }
    .form-inappropriate .fieldRow textarea {
      box-sizing: border-box;
      width: 100%;
      border: 1px solid #cecebf;
      font-size: 14px;
      padding: 10px;
      text-align: left; }
  .form-inappropriate .btnRow {
    margin: 0; }
    .form-inappropriate .btnRow .btn-red {
      width: 200px; }

.publish-btns {
  max-width: 960px;
  min-width: 300px;
  padding: 10px 10px 10px 10px;
  margin: 0 auto 30px;
  text-align: center; }
  .publish-btns ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .publish-btns ul li {
      display: inline-block; }
      .publish-btns ul li a.btn-red {
        background-color: #b22d00;
        color: #fff;
        display: block;
        font-family: "Oswald",Arial,serif;
        font-size: 18px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        text-decoration: none;
        width: 248px; }
      .publish-btns ul li a.btn-border {
        border: 1px solid #b22d00;
        color: #b22d00;
        display: block;
        font-family: "Oswald",Arial,serif;
        font-size: 18px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        text-decoration: none;
        width: 246px;
        margin: 0 10px 0 0; }

.detail-block .comments-block {
  border-top: 5px solid #000; }
  .detail-block .comments-block .comments-content {
    padding: 40px 10px 30px; }
    .detail-block .comments-block .comments-content h3 {
      border: none;
      padding: 0; }
    .detail-block .comments-block .comments-content .comments-tabs {
      width: 300px;
      margin: 10px auto;
      border-top: 1px solid #CECEBF;
      border-bottom: 2px solid #CECEBF; }
      .detail-block .comments-block .comments-content .comments-tabs ul.tabs {
        width: 164px;
        margin: 0 auto; }
        .detail-block .comments-block .comments-content .comments-tabs ul.tabs li {
          margin: 0 10px; }
          .detail-block .comments-block .comments-content .comments-tabs ul.tabs li a {
            width: 60px;
            display: block;
            color: #000;
            padding: 5px 0; }
            .detail-block .comments-block .comments-content .comments-tabs ul.tabs li a.active {
              color: #00793A;
              background: none;
              border-bottom: 4px solid #000;
              margin: 0 0 -2px 0; }
            .detail-block .comments-block .comments-content .comments-tabs ul.tabs li a.active:after {
              display: none; }
    .detail-block .comments-block .comments-content .tab-content {
      padding: 0; }
    .detail-block .comments-block .comments-content .comment-list {
      padding: 20px 10px; }

.loginBlock, .registerBlock {
  width: 360px;
  max-width: 360px;
  background: #fff;
  margin: 30px auto;
  padding: 20px;
  border-bottom: 2px solid #cecebf;
  min-height: 350px;
  position: relative; }
  .loginBlock h2, .registerBlock h2 {
    text-align: center;
    font-family: "Oswald", Arial, serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.4em;
    margin: 0 0 10px 0;
    font-weight: normal;
    color: #00793B; }

.btn-fb {
  margin: 10px 0;
  background: #37639e none repeat scroll 0 0;
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 0 16px;
  font-family: "Oswald", Arial, serif;
  height: 44px;
  line-height: 44px;
  width: 100%;
  position: relative; }
  .btn-fb span.icon-fb {
    color: #fff;
    font-size: 20px;
    position: static;
    margin: 0 10px 0 0; }

.or-bar {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
  position: relative;
  overflow: hidden; }
  .or-bar span {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 0 10px; }
    .or-bar span:before, .or-bar span:after {
      background: #cecebf;
      content: "";
      height: 1px;
      position: absolute;
      right: 100%;
      top: 50%;
      width: 9999px; }
    .or-bar span:before {
      right: 100%; }
    .or-bar span:after {
      left: 100%; }

.fieldRow {
  position: relative;
  margin: 0 0 25px 0; }
  .fieldRow .fldTxt {
    font-size: 14px;
    text-align: left;
    height: 36px;
    border: 1px solid #CECEBF;
    width: 338px;
    padding: 0 10px; }
    .fieldRow .fldTxt.error {
      border: 1px solid #B20000; }
  .fieldRow label {
    font-size: 14px;
    line-height: 1.2em;
    display: block;
    margin: 0 0 10px 0; }
    .fieldRow label.error {
      left: 0;
      bottom: -16px;
      margin: 0;
      font-size: 12px;
      color: #B20000; }

.rememberRow {
  position: relative;
  margin: 0 0 15px 0; }
  .rememberRow a.forgotPassword {
    color: #B22D00;
    text-decoration: none;
    float: left;
    font-size: 12px; }
  .rememberRow .fldRemember {
    float: right; }
    .rememberRow .fldRemember span {
      font-size: 12px;
      margin: 0 0 0 5px; }

.checkBoxRow {
  position: relative;
  margin: 0 0 15px 0; }
  .checkBoxRow span {
    font-size: 12px;
    margin: 0 0 0 5px; }

.btnRow {
  position: relative;
  margin: 0 0 90px 0; }
  .btnRow .btn-red {
    background: #B22D00;
    border: none;
    outline: none;
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-family: "Oswald", Arial, serif;
    font-weight: 300;
    font-size: 18px; }

.login-footer {
  position: absolute;
  bottom: 25px;
  left: 20px;
  right: 20px;
  border-top: 1px solid #CECEBF;
  text-align: center;
  padding: 10px 0 0 0; }
  .login-footer a {
    color: #B22C00;
    text-decoration: none; }

.forgotWrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 20px;
  display: none; }
  .forgotWrapper .closeBtn {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    background: #B20000;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px; }

.petitions-tabs {
  width: 100%;
  margin: 1px 0 30px 0; }
  .petitions-tabs ul.tabs {
    width: 100%;
    min-width: 300px;
    border-top: 1px solid #CECEBF;
    border-bottom: 2px solid #CECEBF;
    list-style: none;
    padding: 0;
    margin: 0 auto; }
    .petitions-tabs ul.tabs li {
      display: inline-block;
      margin: 0 10px; }
      .petitions-tabs ul.tabs li a {
        display: block;
        width: auto;
        border: none;
        font-family: "Oswald", Arial, serif;
        font-weight: 300;
        font-size: 18px;
        padding: 0 5px;
        height: 36px;
        line-height: 36px;
        color: #222;
        text-decoration: none;
        position: relative; }
        .petitions-tabs ul.tabs li a:hover {
          color: #b22d00;
          background: none; }
        .petitions-tabs ul.tabs li a.active {
          background: none;
          color: #00793e;
          border-bottom: 4px solid #222; }
          .petitions-tabs ul.tabs li a.active:after {
            display: none; }

.seed-tabs {
  margin: 0 auto;
  max-width: 960px;
  min-width: 300px;
  padding: 25px 10px; }
  .seed-tabs ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .seed-tabs ul li {
      float: left;
      width: 440px;
      font-family: "Oswald", Arial, serif;
      font-size: 24px;
      line-height: 30px;
      font-weight: 300;
      color: #000;
      padding: 0 20px;
      position: relative;
      height: 30px; }
      .seed-tabs ul li span.num {
        color: #fff;
        font-size: 22px; }
      .seed-tabs ul li.completed {
        color: #fff; }
        .seed-tabs ul li.completed span.num {
          color: #000; }
      .seed-tabs ul li.selected {
        background: #fff;
        padding: 10px 20px 0 20px;
        margin: -10px 0 0 0;
        color: #00793B; }
        .seed-tabs ul li.selected span.num {
          color: #000; }
      .seed-tabs ul li.selected:after {
        background: none repeat scroll 0 0 #ffffff;
        content: "";
        display: block;
        height: 30px;
        left: 0px;
        position: absolute;
        top: 100%;
        width: 480px;
        z-index: 1; }
      .seed-tabs ul li.selected-baige {
        background: #CECEBF;
        padding: 10px 20px 0 20px;
        margin: -10px 0 0 0;
        color: #00793B; }
        .seed-tabs ul li.selected-baige span.num {
          color: #000; }
      .seed-tabs ul li.selected-baige:after {
        background: none repeat scroll 0 0 #CECEBF;
        content: "";
        display: block;
        height: 30px;
        left: 0px;
        position: absolute;
        top: 100%;
        width: 480px;
        z-index: 1; }

.seed-container {
  background: #fff; }

.seed-content {
  margin: 0 auto;
  max-width: 960px;
  min-width: 300px;
  padding: 60px 10px; }
  .seed-content .fieldRow {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #E6E6DF; }
    .seed-content .fieldRow label {
      width: 200px;
      float: left;
      font-family: "Oswald", Arial, serif;
      font-weight: 300;
      font-size: 18px;
      margin: 0 20px 0 0; }
      .seed-content .fieldRow label.error {
        font-family: Arial, Helvetica, sans-serif;
        float: none;
        display: inline;
        left: 220px;
        font-size: 12px;
        bottom: 5px; }
      .seed-content .fieldRow label span.optional {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #CECEBF; }
    .seed-content .fieldRow .fldTxt {
      float: left; }
    .seed-content .fieldRow .fldSel {
      width: 358px;
      float: left;
      font-size: 16px; }
    .seed-content .fieldRow .fldTextArea {
      border: 1px solid #CECEBF;
      padding: 10px;
      width: 338px; }
      .seed-content .fieldRow .fldTextArea.error {
        border: 1px solid #b22d00; }
    .seed-content .fieldRow .fieldRadio span {
      margin: 0 10px 0px 5px; }
    .seed-content .fieldRow #videoLink {
      display: none;
      margin: 0 0 0 220px; }
      .seed-content .fieldRow #videoLink p.fldNote {
        padding: 10px 0 0 0; }
    .seed-content .fieldRow #uploadPhoto {
      margin: 0px 0 0 220px;
      float: left;
      width: 738px; }
      .seed-content .fieldRow #uploadPhoto #uploadFile {
        display: none; }
      .seed-content .fieldRow #uploadPhoto a#uploadTrigger {
        width: 356px;
        height: 36px;
        border: 1px solid #CECEBF;
        text-align: center;
        font-family: "Oswald", Arial, serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 36px;
        display: block;
        color: #CECEBF;
        text-decoration: none;
        float: left; }
        .seed-content .fieldRow #uploadPhoto a#uploadTrigger:hover {
          background: #CECEBF;
          color: #fff; }
    .seed-content .fieldRow #uploadDoc {
      margin: 0px;
      float: left;
      width: 738px; }
      .seed-content .fieldRow #uploadDoc .uploadFile {
        display: none; }
      .seed-content .fieldRow #uploadDoc .field-upload {
        position: relative; }
        .seed-content .fieldRow #uploadDoc .field-upload .delete-more-file {
          position: absolute;
          right: -40px;
          top: 0;
          width: 36px;
          height: 36px;
          line-height: 36px;
          text-align: center;
          text-decoration: none;
          font-size: 12px;
          color: #b22d00; }
      .seed-content .fieldRow #uploadDoc a.uploadTrigger {
        width: 100%;
        height: 36px;
        border: 1px solid #CECEBF;
        text-align: center;
        font-family: "Oswald", Arial, serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 36px;
        display: block;
        color: #CECEBF;
        text-decoration: none; }
        .seed-content .fieldRow #uploadDoc a.uploadTrigger:hover {
          background: #CECEBF;
          color: #fff; }
      .seed-content .fieldRow #uploadDoc p.fldNote {
        padding: 10px 0 0 0; }
      .seed-content .fieldRow #uploadDoc .docItems {
        float: left;
        width: 358px; }
      .seed-content .fieldRow #uploadDoc a.add-more {
        padding: 10px 0 0 0;
        float: left;
        width: 66px;
        margin: 0 0 0 20px;
        font-size: 12px;
        color: #b22d00;
        line-height: 14px;
        text-decoration: none; }
    .seed-content .fieldRow .fldHtmlEditor {
      border: 1px solid #CECEBF;
      padding: 10px;
      width: 700px; }
      .seed-content .fieldRow .fldHtmlEditor.error {
        border: 1px solid #b22d00; }
    .seed-content .fieldRow p.fldNote {
      float: left;
      width: 330px;
      margin: 0 0 0 20px;
      font-size: 12px;
      color: #858585;
      line-height: 14px; }
  .seed-content .btnRow {
    padding: 0 0 0 220px;
    width: 358px;
    margin: 0; }

footer {
  background-color: #CECEBF; }

.get-social {
  max-width: 960px;
  min-width: 300px;
  padding: 60px 10px;
  margin: 0 auto; }
  .get-social h3 {
    font-family: "Oswald", Arial, serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
    margin: 0 auto;
    width: 370px;
    border-top: 3px solid #E6E6DF;
    border-bottom: 3px solid #E6E6DF;
    padding: 10px 0;
    text-align: center;
    color: #00793E; }
  .get-social ul {
    margin: 30px auto;
    padding: 0;
    list-style: none;
    width: 336px; }
    .get-social ul li {
      margin: 0 15px;
      float: left; }
      .get-social ul li a {
        display: block;
        height: 78px;
        width: 78px;
        border: 2px solid #E6E6DF;
        text-decoration: none;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        position: relative; }
        .get-social ul li a:hover {
          background-color: #fff; }

.tinynav {
  display: none; }

.icon-close:before {
  content: '\e800'; }

/* '' */
.icon-downarrw:before {
  content: '\e801'; }

/* '' */
.icon-downchevron:before {
  content: '\e802'; }

/* '' */
.icon-download:before {
  content: '\e803'; }

/* '' */
.icon-email:before {
  content: '\e804'; }

/* '' */
.icon-external:before {
  content: '\e805'; }

/* '' */
.icon-fb:before {
  content: '\e806'; }

/* '' */
.icon-ig:before {
  content: '\e807'; }

/* '' */
.icon-like:before {
  content: '\e808'; }

/* '' */
.icon-magnifier:before, .sidr-class-icon-magnifier:before {
  content: '\e809'; }

/* '' */
.icon-rightchevron:before {
  content: '\e80a'; }

/* '' */
.icon-tag:before {
  content: '\e80b'; }

/* '' */
.icon-tw:before {
  content: '\e80c'; }

/* '' */
.icon-upchevron:before {
  content: '\e80d'; }

/* '' */
.icon-tw, .icon-ig, .icon-fb {
  width: 32px;
  height: 32px;
  font-size: 32px;
  position: absolute;
  left: 22px;
  top: 22px;
  color: #000; }

.footer-block {
  background-color: #000; }

.footer-links {
  border-top: 1px solid #E6E6DF; }

.footer-links nav {
  padding: 20px 10px;
  margin: 0 auto;
  max-width: 960px;
  min-width: 300px;
  text-align: center; }
  .footer-links nav ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline;
    text-align: center; }
    .footer-links nav ul li {
      display: inline-block;
      margin: 0 10px; }
      .footer-links nav ul li a {
        color: #222;
        text-decoration: none; }
        .footer-links nav ul li a:hover {
          color: #b22d00; }
        .footer-links nav ul li a.active {
          color: #00793e; }

.website-meta {
  margin: 0 auto;
  max-width: 960px;
  min-width: 300px;
  padding: 10px;
  font-family: "Oswald", Arial, serif;
  font-weight: 300;
  font-size: 14px;
  color: #E5E5DF; }
  .website-meta .copyright {
    float: left;
    width: 50%; }
  .website-meta .credit {
    float: left;
    width: 50%;
    text-align: right; }
  .website-meta a {
    color: #E5E5DF;
    text-decoration: none; }

.Zebra_Tooltip {
  position: absolute;
  z-index: 8000;
  background: transparent; }

.Zebra_Tooltip .Zebra_Tooltip_Message {
  position: relative;
  padding: 5px;
  font-size: inherit;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  line-height: inherit;
  min-width: 75px;
  max-width: 100px; }

.Zebra_Tooltip .Zebra_Tooltip_Arrow {
  position: absolute;
  height: 5px;
  width: 10px;
  overflow: hidden; }

.Zebra_Tooltip .Zebra_Tooltip_Arrow_Bottom {
  bottom: 0; }

.Zebra_Tooltip .Zebra_Tooltip_Arrow_Top {
  top: 0; }

.Zebra_Tooltip .Zebra_Tooltip_Arrow div {
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  left: 0;
  _border-left-color: pink;
  _border-right-color: pink;
  _filter: chroma(color=pink); }

.Zebra_Tooltip .Zebra_Tooltip_Arrow_Bottom div {
  top: 0;
  _border-bottom-color: pink; }

.Zebra_Tooltip .Zebra_Tooltip_Arrow_Top div {
  bottom: 0;
  _border-top-color: pink; }

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

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

.marginBottom15 {
  margin-bottom: 15px; }

.marginTop15 {
  margin-top: 15px; }

.alert {
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  color: #c09853;
  margin: 20px 0; }

.alert-heading {
  color: inherit; }

.alert .close {
  position: relative;
  top: 2px;
  right: -21px;
  line-height: 18px; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847; }

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

.alert-info {
  background-color: #fff;
  border-color: #CECEBF;
  color: #000;
  margin: 5px 0; }

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px; }

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

.alert-block p + p {
  margin-top: 5px; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 63em) {
  .tinynav {
    display: block;
    margin: 0 auto; }

  .info-seed, .info-adopt {
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding: 0 20px; }
    .info-seed .info-title, .info-adopt .info-title {
      float: none;
      margin: 0 auto; }
    .info-seed .info-content, .info-adopt .info-content {
      margin: 20px 0 0 0;
      text-align: center; }

  .main-block {
    width: 100%;
    float: none;
    margin: 15px 0 0 0; }
    .main-block ul.filters {
      text-align: center; }

  .side-block {
    float: none;
    margin: 15px auto;
    font-size: 16px;
    width: 268px; }
    .side-block h3 {
      display: none; }
    .side-block ul.category-list {
      display: none; }

  .news-list {
    width: 100%;
    box-sizing: border-box; }
    .news-list .news-item {
      box-sizing: border-box; }

  .content-block {
    width: 100%;
    box-sizing: border-box; }

  .content-form .fieldRow {
    box-sizing: border-box; }
    .content-form .fieldRow label {
      box-sizing: border-box;
      width: 30%; }
      .content-form .fieldRow label.error {
        box-sizing: border-box;
        left: 30%;
        width: 100%; }
    .content-form .fieldRow .fldTextArea {
      box-sizing: border-box;
      width: 70%; }
    .content-form .fieldRow .fldTxt {
      box-sizing: border-box;
      width: 70%; }
  .content-form .btnRow {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0 0 0; }

  .edit-block {
    width: 100%;
    box-sizing: border-box; }

  .detail-header {
    box-sizing: border-box;
    width: 100%; }
    .detail-header .detail-img {
      box-sizing: border-box;
      width: 70%;
      float: left; }
      .detail-header .detail-img img {
        width: 100%;
        height: auto; }
    .detail-header .action-block {
      width: 28%;
      box-sizing: border-box; }
    .detail-header .action-content {
      box-sizing: border-box;
      width: 100%;
      padding: 15px; }
      .detail-header .action-content #frmSignin .fieldRow .fldTxt {
        box-sizing: border-box;
        width: 100%; }
      .detail-header .action-content #frmSignin .fieldRow .text-area {
        box-sizing: border-box;
        width: 100%; }

  .detail-content {
    box-sizing: border-box;
    width: 70%;
    padding: 20px 10px 60px 10px;
    margin: 0;
    min-height: 530px; }

  .seed-tabs {
    padding: 20px 10px; }
    .seed-tabs .mobile-hide {
      display: none; }
    .seed-tabs ul li {
      box-sizing: border-box;
      width: 50%;
      height: 40px; }
      .seed-tabs ul li.selected:after {
        height: 50px;
        width: 100%; }
      .seed-tabs ul li.selected-baige:after {
        height: 50px;
        width: 100%; }

  .seed-content {
    padding: 30px 10px; }
    .seed-content .fieldRow label {
      box-sizing: border-box;
      width: 30%;
      margin: 0;
      padding: 0 20px 0 0; }
      .seed-content .fieldRow label.error {
        left: 30%; }
    .seed-content .fieldRow .fldTxt {
      box-sizing: border-box;
      float: none;
      width: 70%; }
    .seed-content .fieldRow .fldSel {
      box-sizing: border-box;
      float: none;
      width: 70%;
      margin: 0 0 0 30%; }
    .seed-content .fieldRow .fieldRadio {
      box-sizing: border-box;
      float: none;
      width: 70%; }
    .seed-content .fieldRow #videoLink {
      box-sizing: border-box;
      width: 70%;
      margin: 0 0 0 30%; }
      .seed-content .fieldRow #videoLink .fldTxt {
        width: 100%; }
      .seed-content .fieldRow #videoLink p.fldNote {
        margin: 5px 0 0 0;
        padding: 0; }
    .seed-content .fieldRow #uploadPhoto {
      box-sizing: border-box;
      float: none;
      width: 70%;
      margin: 0 0 0 30%; }
      .seed-content .fieldRow #uploadPhoto a#uploadTrigger {
        box-sizing: border-box;
        float: none;
        width: 100%; }
      .seed-content .fieldRow #uploadPhoto p.fldNote {
        margin: 5px 0 0 0;
        padding: 0; }
    .seed-content .fieldRow #uploadDoc {
      box-sizing: border-box;
      float: none;
      width: 70%;
      margin: 0 0 0 30%; }
      .seed-content .fieldRow #uploadDoc .docItems {
        float: none;
        width: 100%; }
      .seed-content .fieldRow #uploadDoc a.uploadTrigger {
        box-sizing: border-box;
        float: none;
        width: 100%; }
      .seed-content .fieldRow #uploadDoc .field-upload .delete-more-file {
        right: 0px; }
      .seed-content .fieldRow #uploadDoc p.fldNote {
        margin: 5px 0 0 0;
        padding: 0; }
      .seed-content .fieldRow #uploadDoc a.add-more {
        margin: 0; }
    .seed-content .fieldRow .fldHtmlEditor {
      box-sizing: border-box;
      width: 70%; }
    .seed-content .fieldRow p.fldNote {
      box-sizing: border-box;
      float: none;
      width: 70%;
      margin: 5px 0 0 30%; }
    .seed-content .btnRow {
      box-sizing: border-box;
      width: 70%;
      margin: 0 0 0 30%;
      padding: 0; } }
@media only screen and (max-width: 48em) {
  .inbt-animation {
    padding: 45px 0 125px;
    width: 400px; }

  #inbtlogo {
    width: 400px;
    height: auto; }

  nav ul#menu li a {
    padding: 0 20px; }
  nav ul#menu li.globalSearch {
    width: 160px; }
    nav ul#menu li.globalSearch .srchBox {
      width: 140px; }

  .video-list {
    width: 320px; }
    .video-list li {
      float: none;
      margin: 10px auto;
      width: 300px; }

  .add-comment {
    width: 90%; }

  .add-comment-form .col-left {
    float: none;
    width: 90%;
    margin: 0 auto; }
  .add-comment-form .col-right {
    float: none;
    width: 90%;
    margin: 0 auto; }
  .add-comment-form .field-row {
    margin: 0 auto 30px;
    text-align: center; }
  .add-comment-form input[type="text"] {
    width: 90%;
    margin: 0 auto; }
  .add-comment-form textarea {
    width: 90%;
    margin: 0 auto; }
  .add-comment-form .btn-submit {
    color: #fff;
    background-color: #B22D00;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-family: "Oswald", Arial, serif;
    font-weight: 300;
    font-size: 18px;
    border: 0;
    outline: none;
    width: 100px;
    margin: 0 auto;
    display: block; }

  .note-box {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 10px 0;
    background: none; }

  ul.tabs {
    width: 560px; }
    ul.tabs li {
      margin: 0 5px; }
      ul.tabs li a {
        width: 126px; }
    ul.tabs li.tab a.active:after {
      width: 128px; }

  .line-tabs ul {
    width: 100%;
    text-align: center; }

  ul.interest-list {
    width: auto;
    float: none; }
    ul.interest-list li {
      width: auto;
      float: none; }

  #splash .logo-animation {
    width: 200px;
    height: 92px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -51px 0 0 -100px; }
    #splash .logo-animation img {
      width: 180px;
      height: 65px; }

  /* Start New Homepage CSS */
  .parallax {
    background-attachment: scroll; }

  .hero-block {
    height: 480px; }

  .hero-content {
    width: 100%;
    box-sizing: border-box;
    padding: 20px; }

  .about-inbt-block {
    height: auto; }

  .about-inbt-content {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    position: static;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }

  .seed-adopt-block {
    height: auto; }
    .seed-adopt-block .seed-adopt-wrapper {
      position: static;
      top: 0;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
    .seed-adopt-block .seed-block, .seed-adopt-block .adopt-block {
      width: 100%;
      padding: 10px 0; }
    .seed-adopt-block .seed-circle {
      padding: 40px 15px;
      width: 280px;
      height: 280px; }
    .seed-adopt-block .adopt-circle {
      padding: 40px 15px;
      width: 280px;
      height: 280px; }

  /* End New Homepage CSS */
  .petition-list {
    width: 560px;
    margin: 15px auto; }
    .petition-list .petition-item {
      box-sizing: border-box;
      width: 250px;
      margin: 0px 15px 30px;
      float: left; }
      .petition-list .petition-item .image {
        float: none;
        width: 100%;
        height: auto; }
        .petition-list .petition-item .image img {
          width: 100%;
          height: auto; }
      .petition-list .petition-item .content {
        box-sizing: border-box;
        float: none;
        width: 100%;
        height: 240px; }
        .petition-list .petition-item .content a h4 {
          height: auto;
          overflow: visible;
          text-overflow: none;
          white-space: normal; }
        .petition-list .petition-item .content a p.post-by {
          margin: 5px 0 0 0; }
        .petition-list .petition-item .content .meta-info .supporters {
          font-size: 12px; }
        .petition-list .petition-item .content .meta-info .tag {
          font-size: 12px; }
    .petition-list .load-item {
      width: 530px;
      margin: 0 15px 15px; }

  a.start-petition {
    display: none; }

  .detail-header .detail-img {
    width: 60%; }
  .detail-header .action-block {
    width: 37%; }
  .detail-header .action-content {
    padding: 15px 10px; }

  .detail-content {
    box-sizing: border-box;
    width: 60%; } }
@media screen and (max-width: 37.5em) {
  input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0; }

  .mobile-hide {
    display: none; }

  body, html {
    overflow-x: hidden; }

  /*.overflow { overflow: auto; -webkit-overflow-scrolling: touch; }*/
  #container {
    margin: 0;
    position: relative;
    z-index: 2;
    background: #e6e6df; }

  #cover {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    z-index: 600; }

  #header {
    height: auto;
    border-bottom: none;
    background: none; }
    #header .header-block {
      max-width: none;
      margin: 0;
      padding: 0;
      position: static; }
    #header a.logo-link {
      display: none; }

  #header.inside-header {
    border-bottom: none; }

  nav.navi {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 18.813em;
    left: -18.813em;
    height: 100%;
    background-color: #000;
    z-index: 9999;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -o-transition: 0.15s ease;
    transition: 0.15s ease; }
    nav.navi ul#topMenu {
      list-style: none;
      padding: 0;
      margin: 0;
      width: 265px;
      position: relative;
      right: 0;
      top: 0; }
      nav.navi ul#topMenu li {
        float: none;
        font-size: 18px;
        position: relative;
        border-bottom: solid 1px #333;
        border-top: none;
        line-height: 48px; }
        nav.navi ul#topMenu li a, nav.navi ul#topMenu li a:hover, nav.navi ul#topMenu li a:visited, nav.navi ul#topMenu li a:focus {
          font-family: "Oswald", Arial, serif;
          font-weight: 300;
          font-size: 18px;
          text-decoration: none;
          color: #fff;
          background-color: transparent;
          display: block;
          padding: 0px 15px 0px 15px;
          line-height: 48px; }
        nav.navi ul#topMenu li.lang {
          display: none; }
      nav.navi ul#topMenu li#myAccount.hover ul {
        display: block; }
      nav.navi ul#topMenu li#myAccount.hover > a {
        height: 48px;
        margin: 0;
        padding-top: 0px;
        color: #fff; }
      nav.navi ul#topMenu li#myAccount a span.icon-downchevron {
        display: none; }
      nav.navi ul#topMenu li#myAccount ul {
        box-sizing: border-box;
        display: block;
        padding: 0;
        margin: 0 0 10px 0;
        position: static;
        width: 100%;
        background: none; }
        nav.navi ul#topMenu li#myAccount ul li {
          box-sizing: border-box;
          margin: 0;
          line-height: 40px;
          font-size: 16px;
          display: block;
          border: none;
          background: none; }
          nav.navi ul#topMenu li#myAccount ul li a {
            box-sizing: border-box;
            padding: 0 15px 0 30px;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            background: none;
            color: #cbc4c5; }
            nav.navi ul#topMenu li#myAccount ul li a:hover {
              color: #fff;
              height: 40px;
              line-height: 40px;
              margin: 0;
              padding: 0 15px 0 30px; }
    nav.navi ul#topMenu > li.lang:after {
      display: none; }
    nav.navi ul#menu {
      list-style: none;
      padding: 0;
      margin: 0;
      width: 265px;
      position: relative;
      right: 0;
      bottom: 0; }
      nav.navi ul#menu li {
        float: none;
        font-size: 18px;
        position: relative;
        border-bottom: solid 1px #333;
        border-top: none;
        line-height: 48px; }
        nav.navi ul#menu li a, nav.navi ul#menu li a:hover, nav.navi ul#menu li a:visited, nav.navi ul#menu li a:focus {
          font-family: "Oswald", Arial, serif;
          font-weight: 300;
          font-size: 18px;
          text-decoration: none;
          color: #fff;
          background-color: transparent;
          display: block;
          padding: 0px 15px 0px 15px;
          line-height: 48px; }
        nav.navi ul#menu li.lang {
          display: none; }
        nav.navi ul#menu li.globalSearch {
          width: auto;
          padding: 15px;
          line-height: 24px; }
          nav.navi ul#menu li.globalSearch .srchBox {
            width: 210px; }
          nav.navi ul#menu li.globalSearch .srchBtn {
            right: 16px;
            top: 14px; }
    nav.navi ul#menu > li:after {
      display: none; }

  .navi-wrap {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }

  #navi.active {
    -webkit-transform: translate(18.813em, 0px);
    -moz-transform: translate(18.813em, 0px);
    -o-transform: translate(18.813em, 0px);
    -ms-transform: translate(18.813em, 0px);
    transform: translate(18.813em, 0px); }

  #container {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -o-transition: 0.15s ease;
    transition: 0.15s ease; }

  #container.active {
    -webkit-transform: translate(18.813em, 0px);
    -moz-transform: translate(18.813em, 0px);
    -o-transform: translate(18.813em, 0px);
    -ms-transform: translate(18.813em, 0px);
    transform: translate(18.813em, 0px); }

  #scroller {
    padding: 50px 0 0 0; }

  #mobile-header {
    display: block;
    height: 50px;
    width: 100vw;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #e6e6df;
    background-color: rgba(230, 230, 223, 0.95);
    border-bottom: 2px solid #cecebf;
    z-index: 9999; }
    #mobile-header .header-block {
      margin: 0 auto;
      max-width: 960px;
      min-width: 300px;
      padding: 10px;
      position: relative; }
    #mobile-header a.mobile-lang {
      display: block;
      font-family: Tahoma, Geneva, sans-serif;
      font-size: 18px;
      line-height: 24px;
      text-decoration: none;
      color: #000;
      position: absolute;
      right: 10px;
      top: 10px;
      width: 40px;
      padding: 0 10px;
      text-align: right; }

  #mobile-header .icon {
    z-index: 22;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 49px;
    width: 49px;
    font-size: 26px;
    line-height: 49px;
    text-align: center;
    color: #333; }

  #mobile-header a.logo-link {
    display: block;
    height: 30px;
    margin: 0 auto;
    width: 84px; }

  #inbt-logo-mobile {
    background-image: url("../images/logo.svg");
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 30px;
    width: 84px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

  .no-svg #inbt-logo-mobile {
    background-image: url("../images/logo.png"); }

  .menu-button {
    display: block; }

  .inbt-block {
    background-size: 150%; }

  .inbt-animation {
    width: 90% !important;
    height: auto !important;
    padding: 40px 0 100px; }

  #inbtlogo {
    width: 100% !important;
    height: auto !important; }

  .inbt-animation img {
    width: 100% !important;
    height: auto !important; }

  .faz3a-block .faz3a-content h1 {
    width: 90%; }
  .faz3a-block .faz3a-content p.introduction {
    width: 90%; }
  .faz3a-block .faz3a-content p {
    width: 90%; }

  ul.tabs {
    width: 300px; }
    ul.tabs li {
      float: none;
      margin: 0 auto 10px;
      width: 138px; }
    ul.tabs li.tab {
      float: left;
      margin: 0 5px;
      width: auto; }
      ul.tabs li.tab a {
        width: 88px; }
        ul.tabs li.tab a.active:after {
          width: 90px; }

  .tab-container .tab-content {
    box-sizing: border-box;
    padding: 30px 0px 0 0px;
    wdith: 100%; }

  .inside-tabs ul.tabs li {
    width: auto; }
  .inside-tabs ul.tabs li.tab {
    float: none; }

  .press-list {
    width: 90%; }
    .press-list li a {
      white-space: pre-line; }

  .comments-content {
    padding: 30px 10px 0; }
    .comments-content h3 {
      width: 90%; }
    .comments-content .comment-list {
      padding: 20px 10px; }
    .comments-content a.load-comments {
      height: 26px;
      line-height: 26px; }

  .add-comment {
    width: 90%; }

  .recent-content {
    padding: 30px 10px; }
    .recent-content h3 {
      width: 90%;
      margin: 0 auto 20px; }

  .info-block .info-wrapper {
    padding: 30px 10px; }

  .info-seed, .info-adopt {
    width: 100%;
    margin: 15px 0; }

  /* Start New Homepage CSS */
  .hero-content {
    padding: 15px; }
    .hero-content h1 {
      width: 100%;
      max-width: 320px;
      font-size: 32px;
      line-height: 32px;
      height: 32px; }
    .hero-content p {
      margin: 20px auto;
      font-size: 20px;
      line-height: 24px; }

  .about-inbt-block h2 {
    width: 100%;
    max-width: 320px;
    font-size: 28px;
    line-height: 28px;
    height: 28px; }
  .about-inbt-block p {
    font-size: 20px;
    line-height: 24px; }

  .seed-adopt-block .seed-adopt-wrapper h3 {
    font-size: 20px;
    height: 20px;
    line-height: 20px; }
  .seed-adopt-block .seed-adopt-wrapper p {
    margin: 15px auto; }

  /* End New Homepage CSS */
  .petition-list {
    margin: 0 auto;
    width: 300px; }
    .petition-list .petition-item {
      width: 300px;
      float: none;
      margin: 0 0 30px; }
      .petition-list .petition-item .content {
        height: 225px; }
        .petition-list .petition-item .content .meta-info .supporters {
          font-size: 14px; }
        .petition-list .petition-item .content .meta-info .tag {
          font-size: 14px; }

  .inside-block .inside-content {
    padding: 15px 10px; }

  .news-list {
    width: 100%;
    box-sizing: border-box; }
    .news-list .news-item {
      box-sizing: border-box; }
      .news-list .news-item img {
        width: 100%;
        height: auto;
        padding: 0 !important;
        float: none !important; }

  .detail-header .detail-img {
    width: 100%;
    float: none; }
  .detail-header .action-block {
    width: 100%;
    position: static;
    box-sizing: border-box;
    margin: 20px 0 0 0; }
  .detail-header .action-content {
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
    .detail-header .action-content h2 {
      display: none; }
    .detail-header .action-content .supporters {
      margin: 20px 0; }
    .detail-header .action-content a.sign-this {
      display: block;
      padding: 0 10px;
      width: 100%;
      box-sizing: border-box;
      background: #fff;
      color: #9C1318;
      margin: 20px 0 20px 0;
      text-align: center;
      font-family: "Oswald", Arial, serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 44px;
      font-weight: normal;
      text-decoration: none; }
    .detail-header .action-content .frm-signin {
      display: none;
      margin: 20px 0 0 0; }
      .detail-header .action-content .frm-signin h2 {
        display: block; }

  .detail-content {
    width: 100%;
    padding: 30px 10px;
    min-width: auto; }
    .detail-content .extra-info a {
      display: block;
      box-sizing: border-box;
      margin: 0 0 10px 0; }

  .publish-btns ul li {
    display: block; }
    .publish-btns ul li a.btn-red {
      box-sizing: border-box;
      width: 100%; }
    .publish-btns ul li a.btn-border {
      box-sizing: border-box;
      width: 100%;
      margin: 0 0 20px 0; }

  .loginBlock, .registerBlock {
    box-sizing: border-box;
    width: 100%; }

  .fieldRow .fldTxt {
    box-sizing: border-box;
    width: 100%; }

  .seed-content .fieldRow label {
    float: none;
    width: 100%; }
    .seed-content .fieldRow label.error {
      left: 0; }
  .seed-content .fieldRow .fldTxt {
    width: 100%;
    margin: 5px 0 0 0; }
  .seed-content .fieldRow .fldSel {
    width: 100%;
    margin: 5px 0 0 0; }
  .seed-content .fieldRow .fieldRadio {
    width: 100%; }
  .seed-content .fieldRow #videoLink {
    width: 100%;
    margin: 0; }
  .seed-content .fieldRow #uploadPhoto {
    width: 100%;
    margin: 5px 0 0 0; }
  .seed-content .fieldRow #uploadDoc {
    width: 100%;
    margin: 5px 0 0 0; }
  .seed-content .fieldRow .fldHtmlEditor {
    width: 100%;
    margin: 5px 0 0 0; }
  .seed-content .fieldRow p.fldNote {
    width: 100%;
    margin: 5px 0 0 0; }
  .seed-content .btnRow {
    width: 100%;
    margin: 0; }

  .get-social {
    padding: 30px 10px; }
    .get-social h3 {
      width: 90%; }
    .get-social ul {
      width: 300px; }
      .get-social ul li {
        margin: 0 9px;
        float: left; }

  .website-meta .copyright {
    float: none;
    width: 90%;
    text-align: center;
    margin: 0 auto; }
  .website-meta .credit {
    float: none;
    width: 90%;
    text-align: center;
    margin: 0 auto; } }
/* Magnific Popup CSS */
.white-popup-block {
  background: none repeat scroll 0 0 #fff;
  margin: 40px auto;
  max-width: 650px;
  padding: 0;
  position: relative;
  text-align: left; }

.popup-header {
  background: #E6E6DF;
  padding: 20px 30px;
  border-bottom: 3px solid #CECEBF; }
  .popup-header h1 {
    font-family: "Oswald", Arial, serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    margin: 0;
    color: #00793A; }
  .popup-header p {
    margin: 5px 0 0 0;
    line-height: 12px; }

.form-fields {
  padding: 20px 30px; }
  .form-fields .fieldRow {
    border-bottom: 1px solid #E6E6DF;
    padding: 0 0 20px 0; }
    .form-fields .fieldRow label {
      float: left;
      width: 200px;
      font-family: "Oswald", Arial, serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 18px; }
      .form-fields .fieldRow label.error {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        position: absolute;
        bottom: 2px;
        left: 200px;
        float: none;
        display: inline;
        width: auto; }
    .form-fields .fieldRow .fldTextArea {
      width: 300px;
      border: 1px solid #CECEBF;
      padding: 10px;
      font-size: 14px; }
      .form-fields .fieldRow .fldTextArea.error {
        border: 1px solid #B22D00; }
    .form-fields .fieldRow .fldTxt {
      width: 300px;
      border: 1px solid #CECEBF;
      padding: 0 10px;
      height: 36px;
      line-height: 36px;
      font-size: 14px; }
      .form-fields .fieldRow .fldTxt.error {
        border: 1px solid #B22D00; }
  .form-fields .btnRow {
    margin: 0;
    padding: 0 0 0 200px;
    width: 320px; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .form-fields {
    padding: 20px; }
    .form-fields .fieldRow label {
      box-sizing: border-box;
      float: left;
      width: 30%; }
      .form-fields .fieldRow label.error {
        left: 30%; }
    .form-fields .fieldRow .fldTextArea {
      box-sizing: border-box;
      float: left;
      width: 70%; }
    .form-fields .fieldRow .fldTxt {
      box-sizing: border-box;
      float: left;
      width: 70%; }
    .form-fields .btnRow {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      width: 100%; }

  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.marginTop0 {
  margin-top: 0px !important; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

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

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

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

.invisible {
  visibility: hidden; }

.clear {
  float: none;
  clear: both;
  font-size: 0; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/*# sourceMappingURL=main.css.map */
