@import url("/taglib/css/reset-html5-tag.css");
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none; }

body {
  font-size: 18px;
  line-height: 1.6em;
  font-family: "avenir next", "helvetica neue", arial, helvetica, sans-serif;
  color: #444444;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  background-color: #EAE3DA;
  background-color: #f3efea;
  background-color: #fff; }

a {
  color: #048577; }
  a:hover {
    color: #048577; }

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#document {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }

#content {
  min-height: 600px;
  padding-bottom: 3.2em; }
  #content > header > .container, #content > nav > .container, #content > section > .container {
    padding-left: 1.6em;
    padding-right: 1.6em;
    max-width: 960px;
    margin: 0 auto; }
    #content > header > .container:after, #content > nav > .container:after, #content > section > .container:after {
      display: block;
      clear: both;
      content: " ";
      overflow: hidden;
      height: 0; }
    @media (max-width: 640px) {
      #content > header > .container, #content > nav > .container, #content > section > .container {
        padding-left: 1.2em;
        padding-right: 1.2em; } }
    @media (max-width: 480px) {
      #content > header > .container, #content > nav > .container, #content > section > .container {
        padding-left: 0.96em;
        padding-right: 0.96em; } }
  #content > header {
    padding-top: 11.2em;
    padding-bottom: 11px;
    background: url("../images/main/border-bottom-white.png") no-repeat center bottom;
    background-color: #9ddbe0;
    position: relative; }
    @media (max-width: 800px) {
      #content > header {
        padding-top: 7.2em;
        padding-bottom: 6px;
        background-position: -200px bottom; } }
    @media (max-width: 640px) {
      #content > header {
        padding-top: 6.4em;
        padding-bottom: 3px;
        background-position: -260px bottom; } }
    #content > header h1 {
      font-size: 4.16em;
      line-height: 0.57692em;
      margin: 0em;
      color: #fff;
      font-family: "din next", "times new roman", serif;
      text-transform: uppercase; }
      .ie7 #content > header h1, .ie8 #content > header h1 {
        font-size: 4.16em;
        line-height: 0.76923em;
        margin: 0em; }
      @media (max-width: 800px) {
        #content > header h1 {
          font-size: 3.13em;
          line-height: 0.76677em;
          margin: 0em; } }
      @media (max-width: 640px) {
        #content > header h1 {
          font-size: 2.35em;
          line-height: 1.02128em;
          margin: 0em; } }
    #content > header div.divider {
      display: none;
      height: 18px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: url("../images/main/border-bottom-white.png") no-repeat center bottom;
      z-index: 500; }
    #content > header + section {
      padding-top: 1.6em; }
  #content h2 {
    font-size: 1.77em;
    line-height: 0.90395em;
    margin-top: 1.35593em;
    margin-bottom: 0.45198em; }
  #content h3 {
    font-size: 1em;
    line-height: 1.6em;
    margin-top: 2.4em;
    margin-bottom: 0.8em; }
    #content h3.ui-accordion-header {
      margin: 0; }
  #content h4 {
    font-weight: normal;
    font-style: italic; }
  #content form > h2:first-of-type {
    margin-top: 0; }
  #content p {
    margin-bottom: 1.6em; }
  #content #main > .container > p:first-child {
    margin-top: 2.4em; }
  #content ul, #content ol {
    margin: 1.6em 0 1.6em 3em; }
  #content button {
    font-size: 1em;
    line-height: 1.6em;
    padding: 0.2em 0.8em;
    border: none;
    text-decoration: none;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-family: "din next", "times new roman", serif;
    background-color: #048577; }
    #content button::-moz-focus-inner, #content button[type="button"]::-moz-focus-inner {
      padding: 0;
      border: 0; }
    .ie7 #content button {
      line-height: normal;
      height: auto; }

#document > header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: url("../images/main/home-carousel-overlay.png") repeat-x left bottom; }
  @media (max-width: 480px) {
    #document > header {
      background-color: #fff;
      height: 56px;
      -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.15);
      -o-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.15);
      box-shadow: 0 0px 6px rgba(0, 0, 0, 0.15); } }
  #document > header > .container {
    display: block !important;
    padding-left: 1.6em;
    padding-right: 1.6em;
    max-width: 960px;
    margin: 0 auto; }
    #document > header > .container:after {
      display: block;
      clear: both;
      content: " ";
      overflow: hidden;
      height: 0; }
    @media (max-width: 640px) {
      #document > header > .container {
        padding-left: 1.2em;
        padding-right: 1.2em; } }
    @media (max-width: 480px) {
      #document > header > .container {
        padding-left: 0.96em;
        padding-right: 0.96em; } }
    #document > header > .container > #logo {
      float: left;
      background-color: #fff;
      padding: 40px 20px 20px;
      margin-top: -20px; }
      #document > header > .container > #logo img {
        display: block; }
      @media (max-width: 800px) {
        #document > header > .container > #logo {
          padding: 32px 12px 12px;
          -moz-border-radius: 0 0 8px 8px;
          -webkit-border-radius: 0 0 8px 8px;
          -ms-border-radius: 0 0 8px 8px;
          -o-border-radius: 0 0 8px 8px;
          border-radius: 0 0 8px 8px; }
          #document > header > .container > #logo img {
            height: 55px; } }
      @media (min-width: 481px) {
        #document > header > .container > #logo {
          -moz-border-radius: 0 0 18px 18px;
          -webkit-border-radius: 0 0 18px 18px;
          -ms-border-radius: 0 0 18px 18px;
          -o-border-radius: 0 0 18px 18px;
          border-radius: 0 0 18px 18px;
          -moz-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1);
          -webkit-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1);
          -ms-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1);
          -o-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1); } }
      @media (max-width: 480px) {
        #document > header > .container > #logo {
          padding: 0;
          margin: 9px 0 0; }
          #document > header > .container > #logo img {
            height: 38px; } }
    @media (min-width: 970px) {
      #document > header > .container > nav {
        float: left;
        margin-left: 0.8em; }
        #document > header > .container > nav h2.toggle, #document > header > .container > nav .close {
          display: none; }
        #document > header > .container > nav > div {
          display: block !important; }
          #document > header > .container > nav > div > ul li {
            float: left; }
            #document > header > .container > nav > div > ul li a {
              padding-top: 2.4em;
              margin: 0 0.64em;
              text-transform: uppercase;
              display: block;
              color: #59452a;
              font-family: "din next", "times new roman", serif;
              text-decoration: none;
              text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
            #document > header > .container > nav > div > ul li.current a {
              font-size: 1em;
              line-height: 1.6em;
              margin: 0em 0.64em;
              padding: 2.4em 0.8em 0.4em;
              color: #fff;
              background-color: #59452a;
              -moz-border-radius: 0 0 4px 4px;
              -webkit-border-radius: 0 0 4px 4px;
              -ms-border-radius: 0 0 4px 4px;
              -o-border-radius: 0 0 4px 4px;
              border-radius: 0 0 4px 4px;
              text-shadow: none; }
            #document > header > .container > nav > div > ul li.deep-blue-kids-bible a {
              text-indent: -900em;
              padding-left: 0;
              padding-right: 0;
              padding-bottom: 0.4em;
              width: 106px;
              background: url("../images/main/dbk-logo.png") no-repeat left bottom; } }
    @media (max-width: 969px) {
      #document > header > .container > nav {
        float: right; }
        #document > header > .container > nav h2.toggle {
          float: right;
          clear: both;
          text-transform: uppercase;
          display: block;
          color: #59452a;
          font-family: "din next", "times new roman", serif;
          font-weight: normal;
          text-decoration: none;
          font-size: 1em;
          line-height: 1.6em;
          margin: 0em 0.64em 0em 0em;
          padding: 2.4em 0.8em 0.4em;
          color: #fff;
          background-color: #59452a;
          -moz-border-radius: 0 0 4px 4px;
          -webkit-border-radius: 0 0 4px 4px;
          -ms-border-radius: 0 0 4px 4px;
          -o-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
          position: relative;
          cursor: pointer; } }
    @media (max-width: 969px) and (max-width: 760px) {
      #document > header > .container > nav h2.toggle {
        font-size: 0.8em;
        line-height: 2em;
        margin: 0em 0.4em 0em 0em;
        padding: 2.5em 0.66em 0em; } }
    @media (max-width: 969px) {
          #document > header > .container > nav h2.toggle:before {
            font-family: FontAwesome;
            font-weight: normal !important;
            font-style: normal !important;
            text-decoration: inherit;
            -webkit-font-smoothing: antialiased;
            content: "\f0c9";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            text-align: center;
            font-size: 1.44em;
            line-height: 2em;
            margin: 0em; }
        #document > header > .container > nav > div {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          z-index: 10000;
          display: none;
          background-color: #59452a;
          -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.66);
          -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.66);
          -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.66);
          -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.66);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.66); }
          #document > header > .container > nav > div > ul > li {
            border-bottom: 1px solid #6a5232; }
            #document > header > .container > nav > div > ul > li a {
              font-size: 1.2em;
              line-height: 2.66667em;
              margin: 0em;
              padding: 0em 1.33333em;
              font-family: "din next", "times new roman", serif;
              text-transform: uppercase;
              color: #fff;
              text-decoration: none;
              opacity: .5;
              display: block; }
            #document > header > .container > nav > div > ul > li.current a {
              opacity: 1; }
              #document > header > .container > nav > div > ul > li.current a:before {
                font-family: FontAwesome;
                font-weight: normal !important;
                font-style: normal !important;
                text-decoration: inherit;
                -webkit-font-smoothing: antialiased;
                content: "\f0da";
                margin-right: .3em; }
          #document > header > .container > nav > div .close {
            font-size: 1em;
            line-height: 3.2em;
            margin: 0em;
            padding: 0em 1.6em;
            font-family: "din next", "times new roman", serif;
            text-transform: uppercase;
            color: #fff;
            text-decoration: none;
            opacity: .5;
            display: block;
            cursor: pointer;
            text-align: center; }
            #document > header > .container > nav > div .close:before {
              font-family: FontAwesome;
              font-weight: normal !important;
              font-style: normal !important;
              text-decoration: inherit;
              -webkit-font-smoothing: antialiased;
              content: "\f0d8";
              margin-right: .3em; } }
    #document > header > .container #header-cart {
      float: right;
      margin-left: .5em; }
      @media (max-width: 760px) {
        #document > header > .container #header-cart {
          margin-left: 0.2em; } }
      #document > header > .container #header-cart a {
        display: block;
        font-size: 1em;
        line-height: 1.6em;
        margin: 0em;
        width: 2.656em;
        padding: 2.4em 0.8em 0.4em;
        font-family: "din next", "times new roman", serif;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        background-color: #048577;
        -moz-border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        position: relative;
        text-indent: -900em; }
        @media (max-width: 760px) {
          #document > header > .container #header-cart a {
            font-size: 0.8em;
            line-height: 2em;
            margin: 0em 0.25em 0em 0em;
            padding: 2.5em 0.66em 0em; } }
        #document > header > .container #header-cart a:before {
          font-family: FontAwesome;
          font-weight: normal !important;
          font-style: normal !important;
          text-decoration: inherit;
          -webkit-font-smoothing: antialiased;
          content: "\f07a";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          text-align: center;
          font-size: 2em;
          line-height: 2em;
          margin: 0em;
          text-indent: 0; }
        #document > header > .container #header-cart a span.item_count {
          position: absolute;
          bottom: -0.72em;
          right: -0.72em;
          text-indent: 0;
          background-color: #ba8039;
          color: #fff;
          border: 2px solid #fff;
          font-size: 0.8em;
          line-height: 1.64em;
          margin: 0em;
          height: 1.5em;
          width: 1.5em;
          font-weight: bold;
          -moz-border-radius: 100%;
          -webkit-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%;
          text-align: center; }
    #document > header > .container #header-login {
      float: right; }
      #document > header > .container #header-login a {
        display: block;
        font-size: 0.75em;
        line-height: 2.13333em;
        margin: 0em;
        padding: 3.2em 0.96em 0.53333em;
        font-family: "din next", "times new roman", serif;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        background-color: #048577;
        -moz-border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        position: relative; }
        @media (max-width: 760px) {
          #document > header > .container #header-login a {
            font-size: 0.6em;
            line-height: 2.66667em;
            margin: 0em 0.33333em 0em 0em;
            padding: 3.33333em 0.88em 0em; } }
        #document > header > .container #header-login a:before {
          font-family: FontAwesome;
          font-weight: normal !important;
          font-style: normal !important;
          text-decoration: inherit;
          -webkit-font-smoothing: antialiased;
          content: "\f007";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          text-align: center;
          font-size: 2.25em;
          line-height: 1.77778em;
          margin: 0em; }
          @media (max-width: 760px) {
            #document > header > .container #header-login a:before {
              font-size: 2.6em;
              line-height: 1.72308em;
              margin: 0em; } }

#alternate_header {
  position: fixed;
  top: -70px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 10000;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-transition: top 0.3s;
  -webkit-transition: top 0.3s;
  -ms-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s; }
  #alternate_header.show {
    top: 0; }
  @media (max-width: 680px) {
    #alternate_header {
      display: none !important; } }
  #alternate_header > .container {
    padding-left: 1.6em;
    padding-right: 1.6em;
    max-width: 960px;
    margin: 0 auto; }
    #alternate_header > .container:after {
      display: block;
      clear: both;
      content: " ";
      overflow: hidden;
      height: 0; }
    @media (max-width: 640px) {
      #alternate_header > .container {
        padding-left: 1.2em;
        padding-right: 1.2em; } }
    @media (max-width: 480px) {
      #alternate_header > .container {
        padding-left: 0.96em;
        padding-right: 0.96em; } }
    #alternate_header > .container #logo {
      float: left;
      display: none; }
    #alternate_header > .container nav {
      float: left; }
      #alternate_header > .container nav .toggle, #alternate_header > .container nav .close {
        display: none; }
      #alternate_header > .container nav ul {
        overflow: hidden;
        padding: 0.48em 0; }
        #alternate_header > .container nav ul > li {
          float: left;
          margin-right: 1.6em;
          padding-top: 0.32em; }
          .ie7 #alternate_header > .container nav ul > li {
            padding-top: 0;
            padding-bottom: 0.32em; }
          @media (max-width: 860px) {
            #alternate_header > .container nav ul > li {
              margin-right: 1.2em; } }
          #alternate_header > .container nav ul > li > a {
            font-size: 1em;
            line-height: 1.6em;
            margin: 0em;
            text-transform: uppercase;
            display: block;
            color: #ae8854;
            color: #aaa;
            font-family: "din next", "times new roman", serif;
            text-decoration: none; }
          #alternate_header > .container nav ul > li.current a {
            /*@include prefixer(border-radius, 4px);
            background-color: $brown;
            color: #fff;
            padding: 0 vr(.25);*/
            color: #59452a; }
          @media (max-width: 860px) {
            #alternate_header > .container nav ul > li.deep-blue-kids-bible a {
              font-size: 0.8em;
              line-height: 1em;
              margin-top: 0.5em;
              margin-bottom: 0em;
              width: 6em; } }
          #alternate_header > .container nav ul > li.deep-blue-kids-bible a:after {
            font-family: FontAwesome;
            font-weight: normal !important;
            font-style: normal !important;
            text-decoration: inherit;
            -webkit-font-smoothing: antialiased;
            content: "\f08e";
            margin-left: .5em;
            font-size: .66em;
            line-height: 1;
            position: relative;
            top: -2px; }
    #alternate_header > .container #header-cart {
      display: none;
      float: right;
      overflow: hidden;
      padding: 0.32em 0; }
      #alternate_header > .container #header-cart a {
        font-size: 1em;
        line-height: 2.4em;
        margin: 0em;
        text-transform: uppercase;
        display: block;
        color: #59452a;
        color: #aaa;
        font-family: "din next", "times new roman", serif;
        text-decoration: none; }
        #alternate_header > .container #header-cart a:before {
          font-family: FontAwesome;
          font-weight: normal !important;
          font-style: normal !important;
          text-decoration: inherit;
          -webkit-font-smoothing: antialiased;
          margin-right: .3em;
          line-height: 1; }
    #alternate_header > .container #header-login {
      display: none;
      float: right;
      overflow: hidden;
      padding: 0.32em 0; }
      #alternate_header > .container #header-login a {
        font-size: 1em;
        line-height: 2.4em;
        margin: 0em;
        text-transform: uppercase;
        display: block;
        color: #59452a;
        color: #aaa;
        font-family: "din next", "times new roman", serif;
        text-decoration: none; }
        #alternate_header > .container #header-login a:before {
          font-family: FontAwesome;
          font-weight: normal !important;
          font-style: normal !important;
          text-decoration: inherit;
          -webkit-font-smoothing: antialiased;
          content: "\f007";
          margin-right: .3em;
          line-height: 1; }

#content > nav .container .toggle {
  display: none;
  margin-top: 0.8em; }
  @media (max-width: 640px) {
    #content > nav .container .toggle {
      display: block;
      padding: 0.4em 0.8em;
      text-transform: uppercase;
      color: #048577;
      cursor: pointer;
      background-color: #fff;
      border: 2px solid #e6e6e6;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      font-family: "din next", "times new roman", serif;
      position: relative; }
      #content > nav .container .toggle:after {
        font-family: FontAwesome;
        font-weight: normal !important;
        font-style: normal !important;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        content: "\f0d7";
        position: absolute;
        right: 0.8em; } }
#content > nav .container.open .toggle:after {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0d8"; }
#content > nav .container > ul {
  list-style: none;
  margin: 1.6em 0 -0.8em;
  font-family: "din next", "times new roman", serif; }
  @media (min-width: 641px) {
    #content > nav .container > ul {
      display: block !important; }
      #content > nav .container > ul > li {
        display: inline-block;
        margin-right: 1.5em;
        margin-bottom: 0.8em; }
        .ie7 #content > nav .container > ul > li {
          display: inline; } }
    @media (min-width: 641px) and (max-width: 800px) {
      #content > nav .container > ul > li {
        margin-right: 1em; } }
  @media (min-width: 641px) {
        #content > nav .container > ul > li > a {
          display: block;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 1em;
          line-height: 1.6em;
          margin: 0em; }
        #content > nav .container > ul > li.current a {
          position: relative;
          /*background-color: $link-color;
          color: #fff;
          @include prefixer(border-radius, 4px);*/ }
          #content > nav .container > ul > li.current a:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            height: 4px;
            line-height: 4px;
            overflow: hidden;
            bottom: -4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            background-color: #048577; }
          .ie7 #content > nav .container > ul > li.current a {
            border-bottom: 4px solid #048577; } }
  @media (max-width: 640px) {
    #content > nav .container > ul {
      margin: -0.8em 0 0;
      display: none;
      background-color: #fff;
      border: 2px solid #e6e6e6;
      border-top: none;
      -moz-border-radius: 0 0 6px 6px;
      -webkit-border-radius: 0 0 6px 6px;
      -ms-border-radius: 0 0 6px 6px;
      -o-border-radius: 0 0 6px 6px;
      border-radius: 0 0 6px 6px;
      padding: 1.2em 0 0.4em; }
      #content > nav .container > ul > li > a {
        display: block;
        padding: 0.4em 0.8em;
        text-decoration: none; }
      #content > nav .container > ul > li.current > a {
        color: #444444; } }

#main, #blog {
  margin: 1.6em 0 0; }
  #main > .container, #blog > .container {
    padding-left: 1.6em;
    padding-right: 1.6em;
    max-width: 960px;
    margin: 0 auto; }
    #main > .container:after, #blog > .container:after {
      display: block;
      clear: both;
      content: " ";
      overflow: hidden;
      height: 0; }
    @media (max-width: 640px) {
      #main > .container, #blog > .container {
        padding-left: 1.2em;
        padding-right: 1.2em; } }
    @media (max-width: 480px) {
      #main > .container, #blog > .container {
        padding-left: 0.96em;
        padding-right: 0.96em; } }
    #main > .container .feed.blog, #blog > .container .feed.blog {
      overflow: hidden;
      margin-right: -30px; }
      @media (max-width: 1040px) {
        #main > .container .feed.blog, #blog > .container .feed.blog {
          margin-right: -15px; } }
      @media (max-width: 500px) {
        #main > .container .feed.blog, #blog > .container .feed.blog {
          margin-right: 0; } }
      #main > .container .feed.blog > section, #blog > .container .feed.blog > section {
        width: 300px;
        height: 300px;
        overflow: hidden;
        margin-right: 30px;
        margin-bottom: 30px;
        float: left;
        background-color: #ecebe9;
        position: relative;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        -moz-box-shadow: inset 0 0 10px #d4d2ce;
        -webkit-box-shadow: inset 0 0 10px #d4d2ce;
        -ms-box-shadow: inset 0 0 10px #d4d2ce;
        -o-box-shadow: inset 0 0 10px #d4d2ce;
        box-shadow: inset 0 0 10px #d4d2ce;
        border: 2px solid #ccc;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
        .ie7 #main > .container .feed.blog > section, .ie7 #blog > .container .feed.blog > section {
          behavior: url("/taglib/css/boxsizing.htc"); }
        #main > .container .feed.blog > section *, #blog > .container .feed.blog > section * {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          box-sizing: border-box; }
          .ie7 #main > .container .feed.blog > section *, .ie7 #blog > .container .feed.blog > section * {
            behavior: url("/taglib/css/boxsizing.htc"); }
        @media (max-width: 1040px) {
          #main > .container .feed.blog > section, #blog > .container .feed.blog > section {
            width: 30%;
            margin-right: 3%; } }
        @media (max-width: 800px) {
          #main > .container .feed.blog > section, #blog > .container .feed.blog > section {
            width: 46%;
            margin-right: 4%;
            margin-bottom: 4%; }
            #main > .container .feed.blog > section:nth-child(odd), #blog > .container .feed.blog > section:nth-child(odd) {
              margin-left: 0; } }
        @media (max-width: 500px) {
          #main > .container .feed.blog > section, #blog > .container .feed.blog > section {
            float: none;
            width: auto;
            margin: 0 0 1.6em; } }
        #main > .container .feed.blog > section:first-child, #blog > .container .feed.blog > section:first-child {
          margin-left: 0; }
        #main > .container .feed.blog > section figure, #blog > .container .feed.blog > section figure {
          padding: 0.8em;
          height: 100%; }
          #main > .container .feed.blog > section figure a, #blog > .container .feed.blog > section figure a {
            display: block;
            height: 100%; }
          #main > .container .feed.blog > section figure img, #blog > .container .feed.blog > section figure img {
            max-width: 100%;
            max-height: 100%;
            display: block;
            margin: 0 auto; }
          #main > .container .feed.blog > section figure .play_video, #blog > .container .feed.blog > section figure .play_video {
            position: absolute;
            top: 50%;
            left: 50%;
            background-color: rgba(0, 0, 0, 0.75);
            color: #fff;
            overflow: hidden;
            text-align: center;
            text-decoration: none;
            font-size: 2em;
            line-height: 2.4em;
            margin: -1.2em;
            height: 2.4em;
            width: 2.4em;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            cursor: pointer; }
            #main > .container .feed.blog > section figure .play_video:before, #blog > .container .feed.blog > section figure .play_video:before {
              font-family: FontAwesome;
              font-weight: normal !important;
              font-style: normal !important;
              text-decoration: inherit;
              -webkit-font-smoothing: antialiased;
              content: "\f04b";
              display: block;
              text-indent: 5px; }
            .ie7 #main > .container .feed.blog > section figure .play_video, .ie7 #blog > .container .feed.blog > section figure .play_video {
              font-size: 1.5em;
              line-height: 1.6em;
              margin: -0.8em 0em 0em -2.4em;
              height: 1.6em;
              width: 3.2em;
              background-color: #000;
              text-transform: uppercase; }
          #main > .container .feed.blog > section figure + .text h1, #blog > .container .feed.blog > section figure + .text h1 {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            font-size: 1.11em;
            line-height: 1.44144em;
            margin: 0em;
            padding: 2.88288em 1.44144em 1.44144em;
            background: rgba(0, 0, 0, 0.5);
            /* Old browsers */
            background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
            /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.5)));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
            /* Opera 11.10+ */
            background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
            /* W3C */
            background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
            /* IE10+ */ }
            .ie7 #main > .container .feed.blog > section figure + .text h1, .ie8 #main > .container .feed.blog > section figure + .text h1, .ie9 #main > .container .feed.blog > section figure + .text h1, .ie7 #blog > .container .feed.blog > section figure + .text h1, .ie8 #blog > .container .feed.blog > section figure + .text h1, .ie9 #blog > .container .feed.blog > section figure + .text h1 {
              filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
            #main > .container .feed.blog > section figure + .text h1 a, #blog > .container .feed.blog > section figure + .text h1 a {
              display: block;
              color: #fff;
              text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.33);
              text-decoration: none; }
        #main > .container .feed.blog > section div.text, #blog > .container .feed.blog > section div.text {
          max-height: 15.2em;
          overflow: hidden; }
        #main > .container .feed.blog > section h1, #blog > .container .feed.blog > section h1 {
          font-size: 1.11em;
          line-height: 1.44144em;
          margin: 1.44144em 1.44144em 0.72072em; }
          .ie7 #main > .container .feed.blog > section h1, .ie7 #blog > .container .feed.blog > section h1 {
            font-family: "avenir next bold"; }
          #main > .container .feed.blog > section h1 a, #blog > .container .feed.blog > section h1 a {
            display: block;
            text-decoration: none; }
        #main > .container .feed.blog > section .summary, #blog > .container .feed.blog > section .summary {
          margin: 0 1.6em 1.6em;
          max-height: 9.6em;
          overflow: hidden;
          color: #4a4a4a; }
        #main > .container .feed.blog > section .more, #blog > .container .feed.blog > section .more {
          position: absolute;
          right: 0;
          bottom: 0;
          background-color: #fff;
          overflow: hidden;
          text-align: center;
          font-size: 1em;
          line-height: 2.4em;
          margin: 0em;
          height: 2.4em;
          width: 2.4em;
          z-index: 500;
          text-decoration: none;
          -moz-border-radius: 6px 0 0 0;
          -webkit-border-radius: 6px 0 0 0;
          -ms-border-radius: 6px 0 0 0;
          -o-border-radius: 6px 0 0 0;
          border-radius: 6px 0 0 0; }
          .ie7 #main > .container .feed.blog > section .more, .ie7 #blog > .container .feed.blog > section .more {
            text-indent: -900em;
            background-image: url("../images/main/ie-more.png");
            background-repeat: no-repeat;
            background-position: center center; }
          #main > .container .feed.blog > section .more:before, #blog > .container .feed.blog > section .more:before {
            font-family: FontAwesome;
            font-weight: normal !important;
            font-style: normal !important;
            text-decoration: inherit;
            -webkit-font-smoothing: antialiased;
            content: "\f061";
            display: block;
            text-indent: 2px; }

#content #carousel-container {
  position: relative;
  margin-bottom: 1.6em; }
  #content #carousel-container .carousel {
    position: relative; }
    #content #carousel-container .carousel > ul.slides {
      list-style: none;
      margin: 0 !important; }
      #content #carousel-container .carousel > ul.slides > li img {
        display: block;
        max-width: 100%; }
      #content #carousel-container .carousel > ul.slides > li .play {
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: rgba(0, 0, 0, 0.75);
        color: #fff;
        overflow: hidden;
        text-align: center;
        font-size: 2em;
        line-height: 2.4em;
        margin: -1.2em;
        height: 2.4em;
        width: 2.4em;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%; }
        #content #carousel-container .carousel > ul.slides > li .play:before {
          font-family: FontAwesome;
          font-weight: normal !important;
          font-style: normal !important;
          text-decoration: inherit;
          -webkit-font-smoothing: antialiased;
          content: "\f04b";
          display: block;
          text-indent: 5px; }
    #content #carousel-container .carousel > ul.thumbnails {
      margin: 0;
      list-style: none;
      position: absolute;
      z-index: 600;
      text-align: right;
      height: 15px;
      right: 1.6em;
      bottom: 1.6em; }
      #content #carousel-container .carousel > ul.thumbnails > li {
        display: inline-block; }
        #content #carousel-container .carousel > ul.thumbnails > li span, #content #carousel-container .carousel > ul.thumbnails > li a {
          background-color: #333;
          display: block;
          width: 15px;
          height: 15px;
          text-align: left;
          text-indent: -900em;
          -moz-border-radius: 100%;
          -webkit-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%;
          cursor: pointer; }
        #content #carousel-container .carousel > ul.thumbnails > li.current span, #content #carousel-container .carousel > ul.thumbnails > li.current a {
          background-color: #fff; }
    #content #carousel-container .carousel .controls {
      display: none; }
    #content #carousel-container .carousel .carousel_player {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }
      #content #carousel-container .carousel .carousel_player object, #content #carousel-container .carousel .carousel_player iframe, #content #carousel-container .carousel .carousel_player embed {
        height: 100%;
        width: 100%; }

#content section.accordion h2 {
  color: #048577;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 1.77em;
  line-height: 1.35593em;
  margin-top: 0em;
  margin-bottom: 0.90395em; }
  #content section.accordion h2:before {
    font-family: FontAwesome;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f067";
    font-size: .75em;
    line-height: 1;
    margin-right: .5em;
    color: #ccc; }
#content section.accordion.open h2:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f068";
  font-size: .75em;
  line-height: 1;
  margin-right: .5em; }
#content section.accordion > div {
  display: none; }
  #content section.accordion > div > *:first-child {
    margin-top: 0; }

#content div.custom-form > h1 {
  display: none; }

#content div.custom-form form {
  margin-bottom: 1.6em; }
  #content div.custom-form form abbr[title="required"] {
    border: none;
    color: #e00;
    font-weight: bold; }
  #content div.custom-form form > ul {
    margin: 0 0 1.6em;
    list-style: none;
    overflow: hidden;
    position: relative;
    border: 2px solid #eee;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    -ms-border-radius: 0.4em;
    -o-border-radius: 0.4em;
    border-radius: 0.4em; }
    @media (max-width: 480px) {
      #content div.custom-form form > ul {
        border: none; } }
    #content div.custom-form form > ul > li {
      padding: 0.8em;
      border-top: 2px solid #eee; }
      #content div.custom-form form > ul > li:first-child {
        border-top: none; }
      @media (max-width: 480px) {
        #content div.custom-form form > ul > li {
          border: none;
          padding: 0;
          margin-bottom: 0.8em; } }
      #content div.custom-form form > ul > li > label {
        display: inline-block;
        width: 29%;
        text-align: right;
        margin-right: 1%; }
        @media (max-width: 480px) {
          #content div.custom-form form > ul > li > label {
            display: block;
            width: auto;
            text-align: left; } }
      #content div.custom-form form > ul > li > fieldset {
        position: relative;
        min-height: 4.8em; }
        #content div.custom-form form > ul > li > fieldset > legend span {
          position: absolute;
          display: inline-block;
          width: 29%;
          text-align: right;
          margin-right: 1%; }
          @media (max-width: 480px) {
            #content div.custom-form form > ul > li > fieldset > legend span {
              position: static;
              display: block;
              width: auto;
              text-align: left; } }
        #content div.custom-form form > ul > li > fieldset > ul {
          margin: 0 0 0 31%;
          list-style: none; }
          @media (max-width: 480px) {
            #content div.custom-form form > ul > li > fieldset > ul {
              margin-left: 0; } }
      #content div.custom-form form > ul > li hr {
        display: none; }
      #content div.custom-form form > ul > li input[type="text"],
      #content div.custom-form form > ul > li input[type="password"],
      #content div.custom-form form > ul > li input[type="email"],
      #content div.custom-form form > ul > li select {
        width: auto; }
        @media (max-width: 480px) {
          #content div.custom-form form > ul > li input[type="text"],
          #content div.custom-form form > ul > li input[type="password"],
          #content div.custom-form form > ul > li input[type="email"],
          #content div.custom-form form > ul > li select {
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box; }
            .ie7 #content div.custom-form form > ul > li input[type="text"], .ie7
            #content div.custom-form form > ul > li input[type="password"], .ie7
            #content div.custom-form form > ul > li input[type="email"], .ie7
            #content div.custom-form form > ul > li select {
              behavior: url("/taglib/css/boxsizing.htc"); } }
      #content div.custom-form form > ul > li textarea {
        width: 450px; }
        @media (max-width: 760px) {
          #content div.custom-form form > ul > li textarea {
            width: 340px;
            height: 100px; } }
        @media (max-width: 640px) {
          #content div.custom-form form > ul > li textarea {
            width: 250px; } }
        @media (max-width: 480px) {
          #content div.custom-form form > ul > li textarea {
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box; }
            .ie7 #content div.custom-form form > ul > li textarea {
              behavior: url("/taglib/css/boxsizing.htc"); } }
      #content div.custom-form form > ul > li:last-child {
        float: none;
        width: auto;
        clear: both;
        margin-bottom: 0; }
  #content div.custom-form form button {
    font-size: 1em;
    line-height: 1.6em;
    padding: 0.2em 0.8em;
    border: none;
    text-decoration: none;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-family: "din next", "times new roman", serif;
    background-color: #048577;
    font-size: 1.2em;
    line-height: 1.33333em;
    padding: 0.16667em 1em; }
    #content div.custom-form form button::-moz-focus-inner, #content div.custom-form form button[type="button"]::-moz-focus-inner {
      padding: 0;
      border: 0; }
    .ie7 #content div.custom-form form button {
      line-height: normal;
      height: auto; }
  #content div.custom-form form button[type="submit"] {
    font-size: 1em;
    line-height: 1.6em;
    padding: 0.2em 0.8em;
    border: none;
    text-decoration: none;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-family: "din next", "times new roman", serif; }
    #content div.custom-form form button[type="submit"]::-moz-focus-inner, #content div.custom-form form button[type="submit"][type="button"]::-moz-focus-inner {
      padding: 0;
      border: 0; }
    .ie7 #content div.custom-form form button[type="submit"] {
      line-height: normal;
      height: auto; }

button,
a.emphasized {
  font-size: 1em;
  line-height: 1.6em;
  padding: 0.2em 0.8em;
  border: none;
  text-decoration: none;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-family: "din next", "times new roman", serif;
  background-color: #048577;
  padding: 3px 10px; }
  button::-moz-focus-inner, button[type="button"]::-moz-focus-inner,
  a.emphasized::-moz-focus-inner,
  a.emphasized[type="button"]::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .ie7 button, .ie7
  a.emphasized {
    line-height: normal;
    height: auto; }

input[type="text"],
input[type="email"],
input[type="password"] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.06);
  -o-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.06);
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.06);
  border: none;
  border-top: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: inherit;
  font-family: inherit;
  padding: 5px;
  color: #444444;
  -webkit-appearance: none;
  padding: 5px; }

select {
  padding: 4px 4px 4px 2px; }

textarea {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.06);
  -o-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.06);
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.06);
  border: none;
  border-top: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: inherit;
  font-family: inherit;
  padding: 5px;
  color: #444444;
  -webkit-appearance: none;
  width: 100%;
  padding: 5px; }

#document > footer {
  background-color: #59452a;
  min-height: 12.8em; }
  #document > footer > .container {
    padding-left: 1.6em;
    padding-right: 1.6em;
    max-width: 960px;
    margin: 0 auto;
    padding: 2.4em;
    color: #fff; }
    #document > footer > .container:after {
      display: block;
      clear: both;
      content: " ";
      overflow: hidden;
      height: 0; }
    @media (max-width: 640px) {
      #document > footer > .container {
        padding-left: 1.2em;
        padding-right: 1.2em; } }
    @media (max-width: 480px) {
      #document > footer > .container {
        padding-left: 0.96em;
        padding-right: 0.96em; } }
    @media (max-width: 760px) {
      #document > footer > .container {
        text-align: center; } }
    #document > footer > .container a {
      color: #fff;
      text-decoration: none; }
    #document > footer > .container #footer-logo {
      float: left;
      width: 16%;
      padding-right: 4%;
      margin-bottom: 1.6em; }
      #document > footer > .container #footer-logo img {
        display: block;
        max-width: 100%; }
      @media (max-width: 760px) {
        #document > footer > .container #footer-logo {
          float: none;
          width: auto;
          padding: 0;
          text-align: center; }
          #document > footer > .container #footer-logo img {
            margin: 0 auto; } }
      @media (max-width: 480px) {
        #document > footer > .container #footer-logo img {
          width: 68px; } }
    #document > footer > .container nav {
      float: left;
      width: 40%;
      margin-bottom: 1.6em; }
      @media (max-width: 760px) {
        #document > footer > .container nav {
          float: none;
          width: auto;
          text-align: center;
          margin: 0.8em 0; } }
      #document > footer > .container nav ul {
        list-style: none;
        overflow: hidden; }
        #document > footer > .container nav ul li {
          float: left;
          width: 50%; }
          @media (max-width: 760px) {
            #document > footer > .container nav ul li {
              width: auto;
              float: none;
              display: inline-block;
              margin: 0 .3em; } }
    #document > footer > .container .social_links {
      float: left;
      width: 20%; }
      @media (max-width: 760px) {
        #document > footer > .container .social_links {
          float: none;
          width: auto;
          text-align: center;
          margin: 0.8em 0;
          overflow: hidden;
          display: inline-block;
          vertical-align: middle; } }
      #document > footer > .container .social_links h2 {
        font-size: 0.9em;
        line-height: 1.77778em;
        margin: 0em;
        text-transform: uppercase; }
      #document > footer > .container .social_links ul {
        list-style: none; }
        #document > footer > .container .social_links ul li {
          float: left; }
          @media (max-width: 760px) {
            #document > footer > .container .social_links ul li {
              display: inline-block;
              vertical-align: top;
              float: none; } }
          #document > footer > .container .social_links ul li a {
            background-color: #fff;
            color: #59452a;
            display: block;
            font-size: 1.5em;
            line-height: 1.6em;
            margin: 0em 0.13333em 0.13333em 0em;
            height: 1.6em;
            width: 1.6em;
            overflow: hidden;
            text-align: center;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px; }
            @media (max-width: 1000px) {
              #document > footer > .container .social_links ul li a {
                font-size: 1.5em;
                line-height: 1.6em;
                margin: 0em 0.13333em 0.13333em 0em;
                height: 1.6em;
                width: 1.6em; } }
            @media (max-width: 820px) {
              #document > footer > .container .social_links ul li a {
                font-size: 1.25em;
                line-height: 1.6em;
                margin: 0em 0.16em 0.16em 0em;
                height: 1.6em;
                width: 1.6em; } }
            #document > footer > .container .social_links ul li a:before {
              display: block; }
          .ie7 #document > footer > .container .social_links ul li.twitter a {
            text-indent: -900em;
            background: white url("../images/main/ie-twitter.png") no-repeat center center; }
          #document > footer > .container .social_links ul li.twitter a:before {
            font-family: FontAwesome;
            font-weight: normal !important;
            font-style: normal !important;
            text-decoration: inherit;
            -webkit-font-smoothing: antialiased;
            content: "\f099"; }
          .ie7 #document > footer > .container .social_links ul li.facebook a {
            text-indent: -900em;
            background: white url("../images/main/ie-facebook.png") no-repeat center center; }
          #document > footer > .container .social_links ul li.facebook a:before {
            font-family: FontAwesome;
            font-weight: normal !important;
            font-style: normal !important;
            text-decoration: inherit;
            -webkit-font-smoothing: antialiased;
            content: "\f09a"; }
          #document > footer > .container .social_links ul li.vimeo a {
            text-indent: -900em;
            background: white url("../images/main/vimeo.png") no-repeat center center; }
          .ie7 #document > footer > .container .social_links ul li.pinterest a {
            text-indent: -900em;
            background: white url("../images/main/ie-pinterest.png") no-repeat center center; }
          #document > footer > .container .social_links ul li.pinterest a:before {
            font-family: FontAwesome;
            font-weight: normal !important;
            font-style: normal !important;
            text-decoration: inherit;
            -webkit-font-smoothing: antialiased;
            content: "\f0d2"; }
    #document > footer > .container #footer-dbk-link {
      float: right;
      margin-top: -18px;
      width: 16%;
      padding-left: 4%; }
      #document > footer > .container #footer-dbk-link img {
        display: block;
        max-width: 100%; }
      @media (max-width: 760px) {
        #document > footer > .container #footer-dbk-link {
          float: none;
          width: auto;
          padding: 0;
          margin: 0 0 0.8em 0.5em;
          text-align: center;
          display: inline-block;
          vertical-align: middle; }
          #document > footer > .container #footer-dbk-link img {
            margin: 0 auto;
            width: 105px; } }
    #document > footer > .container div.copyright {
      clear: both;
      border-top: 2px solid #6a5941;
      font-size: 0.66em;
      line-height: 2.42424em;
      margin: 0em;
      padding-top: 0.60606em;
      padding-bottom: 0em;
      color: #99815e; }
      #document > footer > .container div.copyright a {
        color: #99815e; }

.popup {
  position: relative;
  background: white;
  padding: 2.4em 1.6em 1.6em;
  width: auto;
  max-width: 500px;
  margin: 1.6em auto;
  display: none; }
  .mfp-content .popup {
    display: block; }

.message.success, .message.info, .message.error {
  color: #fff;
  padding: 0.4em 0.8em; }
  .message.success:before, .message.info:before, .message.error:before {
    margin-right: .3em; }

.message {
  font-weight: bold;
  margin-bottom: 1.6em; }
  .message.success {
    background-color: #8bb93d; }
    .message.success:before {
      font-family: FontAwesome;
      font-weight: normal !important;
      font-style: normal !important;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased; }
  .message.info {
    background-color: #3997D2; }
    .message.info div {
      display: inline-block; }
    .message.info:before {
      font-family: FontAwesome;
      font-weight: normal !important;
      font-style: normal !important;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased; }
  .message.error {
    color: #d9534f;
    background-color: #fdf7f7;
    border: 2px solid #d9534f; }
    .message.error:before {
      font-family: FontAwesome;
      font-weight: normal !important;
      font-style: normal !important;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased; }
  .message ol {
    font-weight: 400;
    margin-top: 0.8em; }

#newsletter_signup label {
  font-weight: bold; }
#newsletter_signup input {
  display: block;
  width: 100%; }
#newsletter_signup li:first-child,
#newsletter_signup li:nth-child(2) {
  width: 48%;
  float: left; }
#newsletter_signup li:nth-child(2) {
  margin-left: 4%; }
#newsletter_signup li:last-child {
  clear: left; }
@media (max-width: 480px) {
  #newsletter_signup li:first-child,
  #newsletter_signup li:nth-child(2) {
    width: 100%;
    float: none;
    margin: 0; } }
