* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Open Sans", sans-serif; }

a {
  text-decoration: none; }

h2 {
  width: 92%;
  padding: 120px 4% 40px 4%;
  margin: 0;
  font-weight: 300;
  font-size: 48px;
  line-height: 58px;
  text-align: center; }
  @media (max-width: 768px) {
    h2 {
      font-size: 38px;
      line-height: 48px; } }

.fixed {
  position: fixed !important;
  width: 100%; }

.static {
  position: static !important; }

.clear {
  clear: both; }

iframe {
  display: block;
  margin: 50px auto 0 auto; }

.inline_box .modalContent blockquote,
.inline_box .modalContent blockquote p,
.inline_box .modalContent blockquote cite {
  color: #ca2442;
  font-style: italic;
  font-weight: bold; }

.inline_box .modalContent blockquote p,
.inline_box .modalContent blockquote cite {
  margin: 0 0 10px 0; }

.vidWrapper {
  width: 45%;
  margin: 0 auto;
  margin-bottom: 50px; }
  @media (max-width: 1200px) {
    .vidWrapper {
      width: 60%; } }
  @media (max-width: 992px) {
    .vidWrapper {
      width: 70%; } }
  @media (max-width: 768px) {
    .vidWrapper {
      width: 80%; } }
  @media (max-width: 515px) {
    .vidWrapper {
      width: 90%; } }
  .vidWrapper .vidContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%; }
    .vidWrapper .vidContainer .theVideo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
	  margin: 0;}
  .vidWrapper#vidanchor1 {
    width: 80%; }
    @media (max-width: 515px) {
      .vidWrapper#vidanchor1 {
        width: 99%; } }

.circleWrap {
  width: 100%;
  max-width: 900px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (max-width: 660px) {
    .circleWrap {
      position: relative;
      top: auto;
      left: auto;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; } }
  .circleWrap div {
    display: inline-block;
    border: 3px solid #FFF;
    -moz-border-radius: 110px;
    -webkit-border-radius: 110px;
    border-radius: 110px;
    background: rgba(0, 0, 0, 0.3);
    transition: all .2s ease-in-out;
    position: relative;
    height: 220px;
    width: 220px; }
    @media (max-width: 992px) {
      .circleWrap div {
        height: 200px;
        width: 200px; } }
    @media (max-width: 440px) {
      .circleWrap div {
        margin-bottom: 20px; } }
    .circleWrap div:hover {
      transform: scale(1.1); }
    .circleWrap div.circle2 {
      margin: 0 4%; }
      @media (max-width: 992px) {
        .circleWrap div.circle2 {
          margin: 0 2%; } }
      @media (max-width: 440px) {
        .circleWrap div.circle2 {
          margin: 0 0 20px 0; } }
    .circleWrap div p {
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      color: #FFF;
      width: 92%;
      padding: 0 4%;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .circleWrap div img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin-top: 60px; }

#fp-nav.right {
  display: block; }
  @media (max-width: 768px) {
    #fp-nav.right {
      display: none; } }

.inline_box {
  width: 820px;
  height: 670px;
  position: relative;
  background-color: #FFF;
  margin: 0 auto;
  z-index: 1000000; }
  .inline_box > img {
    width: 100%; }
  .inline_box span {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer; }
  .inline_box .modalClose {
    position: absolute;
    top: 0;
    right: 0; }
  .inline_box .modalContent {
    margin: 0;
    padding: 30px;
    height: 320px;
    overflow: auto; }
    @media (max-width: 320px) {
      .inline_box .modalContent {
        padding: 14px; } }
    .inline_box .modalContent h3 {
      font-size: 32px;
      font-weight: 300;
      color: #c40c2d;
      padding: 20px 30px 20px 30px;
      background-color: #FFF;
      position: absolute;
      top: 200px;
      left: 30px; }
      @media (max-width: 992px) {
        .inline_box .modalContent h3 {
          margin: 0 0 20px;
          padding: 0;
          position: relative;
          top: auto;
          left: auto; } }
      @media (max-width: 768px) {
        .inline_box .modalContent h3 {
          font-size: 20px; } }
    .inline_box .modalContent h4 {
      font-size: 32px;
      font-weight: 300;
      color: #c40c2d;
      margin-bottom: 20px; }
    .inline_box .modalContent p {
      font-size: 14px;
      font-weight: 400;
      color: #403930;
      margin-bottom: 25px;
      line-height: 22px; }
      .inline_box .modalContent p a {
        color: #c21c3a;
        text-decoration: underline; }
    .inline_box .modalContent li {
      font-size: 14px;
      font-weight: 400;
      color: #403930;
      margin-bottom: 0;
      line-height: 22px; }
    .inline_box .modalContent ul {
      margin-left: 20px; }
  .inline_box .logoWrap {
    width: 100%;
    margin-bottom: 20px; }
    .inline_box .logoWrap img {
      margin: 0 20px 20px 0;
      display: inline-block;
      vertical-align: middle; }
    .inline_box .logoWrap div {
      width: 130px;
      float: left;
      margin-right: 20px; }
      .inline_box .logoWrap div img {
        display: block;
        margin: 0 auto 8px auto; }
      .inline_box .logoWrap div:last-child {
        margin: 0; }
      .inline_box .logoWrap div p {
        font-size: 16px;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 5px;
        text-align: center; }

.mfp-arrow {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  margin: 0 !important; }

button.mfp-arrow-left {
  width: 50px;
  height: 50px;
  background: url("../i/prev.jpg") no-repeat 0 0;
  top: 120px;
  left: 0; }
  @media (max-width: 992px) {
    button.mfp-arrow-left {
      top: 0;
      left: 0; } }

button.mfp-arrow-right {
  width: 50px;
  height: 50px;
  background: url("../i/next.jpg") no-repeat 0 0;
  top: 120px;
  right: 0; }
  @media (max-width: 992px) {
    button.mfp-arrow-right {
      top: 0;
      left: 50px;
      right: inherit; } }

@media (max-width: 992px) {
  .mfp-container {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: #fff !important;
    overflow-y: scroll;
    overflow-x: hidden; }
    .mfp-container:before {
      content: none !important; }
    .mfp-container .mfp-content .inline_box {
      width: 100%;
      height: auto; }
      .mfp-container .mfp-content .inline_box > img {
        width: 100%; }
      .mfp-container .mfp-content .inline_box .modalContent {
        height: auto; } }
.factoid {
  opacity: 0;
  text-align: center;
  padding: 1%;
  margin: 0;
  padding: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  height: 118px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }
  @media (max-width: 768px) {
    .factoid {
      height: 140px;
      width: 100%;
      position: relative;
      width: 100%;
      display: inline-block; } }
  .factoid li {
    display: inline-block;
    position: absolute; }
    .factoid li span.bubble {
      position: relative;
      display: inline-block;
      padding: 38px 20px;
      background: rgba(0, 0, 0, 0.3);
      border: 1px solid #FFF;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
      .factoid li span.bubble span {
        display: block;
        color: #FFF;
        font-size: 14px;
        width: 100%; }
      .factoid li span.bubble img.star {
        position: absolute;
        top: -14px;
        left: -18px; }
      .factoid li span.bubble img.tip {
        position: absolute;
        bottom: -18px;
        right: 30px; }
    @media (max-width: 515px) {
      .factoid li {
        width: 90%;
        position: static; } }
    .factoid li.left {
      bottom: 20px;
      left: 50px; }
      @media (max-width: 768px) {
        .factoid li.left {
          display: none !important; } }
    .factoid li.right {
      display: block;
      right: 50px;
      bottom: 20px; }
    @media (max-width: 660px) {
      .factoid li.left, .factoid li.right {
        display: inline-block;
        float: none; } }

.factoid-display {
  opacity: 1; }

.bx-wrapper .bx-viewport {
  height: auto !important; }
  .bx-wrapper .bx-viewport .bx-caption span {
    width: auto;
    display: block;
    padding: 0px 4%;
    text-align: center; }
    @media (max-width: 515px) {
      .bx-wrapper .bx-viewport .bx-caption span {
        height: auto;
        padding: 4%;
        line-height: 23px; } }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }
  @media (max-width: 768px) {
    .bx-wrapper {
      width: 90% !important; } }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  height: 380px;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../i/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  display: none; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url("../i/prev.jpg") no-repeat 0 0;
  top: 50%;
  left: 0;
  margin-top: -25px; }

.bx-wrapper .bx-next {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url("../i/next.jpg") no-repeat 0 0;
  top: 50%;
  right: 0;
  margin-top: -25px; }

.bx-wrapper .bx-controls-direction a {
  text-indent: -9999px; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../i/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../i/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-caption {
  background-color: #3e3d3b !important;
  height: 84px;
  text-align: center; }
  @media (max-width: 515px) {
    .bx-caption {
      height: auto; } }

.bx-wrapper .bx-caption span {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  line-height: 84px; }
  @media (max-width: 515px) {
    .bx-wrapper .bx-caption span {
      height: auto; } }

#header {
  position: fixed;
  width: 100%;
  height: 92px;
  background-color: #FFF;
  z-index: 3000;
  -webkit-box-shadow: 0px 11px 38px -21px rgba(43, 43, 43, 0.68);
  -moz-box-shadow: 0px 11px 38px -21px rgba(43, 43, 43, 0.68);
  box-shadow: 0px 11px 38px -21px rgba(43, 43, 43, 0.68); }
  #header > img {
    position: absolute;
    top: 11%;
    left: 3%;
    width: 180px; }
  #header h1 {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 92px; }
    @media (max-width: 768px) {
      #header h1 {
        display: none; } }
  #header #nav {
    position: absolute;
    right: 0;
    top: 0;
    height: 92px; }
    #header #nav .activerow {
      color: #FFF;
      background-color: #1b1b1b; }
    #header #nav .activerow:after {
      background-position: 0 100%; }
    #header #nav li {
      list-style-type: none; }
    #header #nav > li {
      position: relative; }
      #header #nav > li > a {
        font-size: 13px;
        font-weight: 400;
        color: #1b1b1b;
        line-height: 92px;
        height: 92px;
        padding: 0 50px;
        display: block; }
        @media (max-width: 768px) {
          #header #nav > li > a span {
            padding: 0 40px;
            display: none; } }
        #header #nav > li > a:after {
          position: relative;
          top: 6px;
          left: 14px;
          display: inline-block;
          content: "";
          width: 23px;
          height: 23px;
          background: url("../i/icon-downarrow-lrg.png") no-repeat 0 0;
          background-size: 100%; }
          @media (max-width: 768px) {
            #header #nav > li > a:after {
              left: 0; } }
      #header #nav > li ul {
        display: none;
        width: 260px;
        position: absolute;
        right: 0;
        top: 92px;
        padding: 28px;
        background-color: #1b1b1b; }
        #header #nav > li ul > li {
          margin-bottom: 10px; }
          #header #nav > li ul > li a {
            color: #FFF;
            font-size: 16px; }
            #header #nav > li ul > li a:hover {
              text-decoration: underline; }

@media (max-height: 440px) {
  #header {
    position: relative; } }
.scrollDown {
  position: fixed;
  bottom: 5%;
  left: 50%;
  margin-left: -29px;
  width: 58px;
  height: 58px;
  cursor: pointer;
  background: url("../i/downarrow2.png") no-repeat 0 0; }

.row1 > div {
  background: url("../i/bg1.jpg") no-repeat center center;
  background-size: cover; }
.row1 .content {
  height: 100%; }
  .row1 .content h2 {
    color: #3e3e3e;
    padding: 0 4%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 515px) {
      .row1 .content h2 > span {
        display: block; } }

.row2 > div {
  background: url("../i/bg2.jpg") no-repeat center center;
  background-size: cover; }
.row2 .content {
  height: 100%; }
  .row2 .content h2 {
    color: #FFF; }
  .row2 .content .twoColWrap {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden; }
    .row2 .content .twoColWrap div {
      float: left; }
      @media (max-width: 768px) {
        .row2 .content .twoColWrap div {
          float: none; } }
      .row2 .content .twoColWrap div:first-child {
        width: 23%;
        padding: 0 4%; }
        @media (max-width: 768px) {
          .row2 .content .twoColWrap div:first-child {
            width: 100%;
            padding: 0 0 40px; } }
        .row2 .content .twoColWrap div:first-child img {
          display: block;
          margin: 0 auto;
          padding-bottom: 20px;
          width: 100%;
          max-width: 220px; }
        .row2 .content .twoColWrap div:first-child p {
          color: #FFF;
          text-align: center; }
        .row2 .content .twoColWrap div:first-child .name {
          font-weight: 600;
          font-size: 18px; }
        .row2 .content .twoColWrap div:first-child .title {
          font-weight: 400;
          font-size: 16px; }
      .row2 .content .twoColWrap div:last-child {
        width: 60%;
        padding: 0 4%;
        border-left: 1px solid #FFF; }
        @media (max-width: 768px) {
          .row2 .content .twoColWrap div:last-child {
            width: 92%;
            border-left: 0; } }
        .row2 .content .twoColWrap div:last-child p {
          font-family: "caflisch-script-pro",sans-serif !important;
          font-style: normal;
          font-weight: 400;
          color: #FFF;
          font-size: 26px;
          margin-bottom: 40px; }
          @media (max-width: 768px) {
            .row2 .content .twoColWrap div:last-child p {
              text-align: center; } }

.row3 > div {
  background: url("../i/bg3.jpg") no-repeat center center;
  background-size: cover; }
.row3 .content {
  height: 100%; }

.row4 > div {
  background: url("../i/bg7.jpg") no-repeat center center;
  background-size: cover; }
.row4 .content {
  height: 100%; }
  .row4 .content h2 {
    padding-top: 120px;
    padding-bottom: 40px; }
  .row4 .content .boardWrap {
    max-width: 930px;
    margin: 0 auto; }
    .row4 .content .boardWrap p {
      text-align: center;
      margin-bottom: 40px;
      padding: 0 40px; }
    @media (max-width: 768px) {
      .row4 .content .boardWrap {
        width: 100%; } }
  .row4 .content .rowSlider {
    width: 782px;
    margin: 0 auto;
    position: relative;
    background-color: #FFF; }
    .row4 .content .rowSlider span.prev {
      background: url("../i/prev.jpg") no-repeat 0 0;
      top: 50%;
      left: 0;
      margin-top: -25px; }
    .row4 .content .rowSlider span.next {
      background: url("../i/next.jpg") no-repeat 0 0;
      top: 50%;
      right: 0;
      margin-top: -25px; }
    .row4 .content .rowSlider .rowSlide {
      height: 298px; }
      .row4 .content .rowSlider .rowSlide img {
        display: block;
        margin: 0 auto;
        padding-top: 40px; }
    .row4 .content .rowSlider .rowDesc {
      line-height: 82px;
      height: 82px;
      background-color: #3e3d3b; }
      .row4 .content .rowSlider .rowDesc p {
        text-align: center;
        color: #FFF; }

.row5 > div {
  background: url("../i/bg4.jpg") no-repeat center center;
  background-size: cover; }
.row5 .content {
  height: 100%; }
  .row5 .content h2 {
    color: #FFF; }

.row6 > div {
  background: url("../i/bg5.jpg") no-repeat center center;
  background-size: cover; }
.row6 .content {
  height: 100%; }
  .row6 .content h2 {
    color: #FFF; }

.row7 > div {
  background: url("../i/Power-of-People.jpg") no-repeat center center;
  background-size: cover; }
.row7 .content {
  height: 100%; }
  .row7 .content h2 {
    color: #FFF; }

.row8 > div {
  background: url("../i/bg-jan-holder.jpg") no-repeat center center;
  background-size: cover; }
.row8 .content {
  height: 100%; }
  .row8 .content h2 {
    color: #FFF; }
  .row8 .content .boardWrap {
    margin: 0 auto;
    max-width: 930px; }
    .row8 .content .boardWrap img {
      display: block;
      margin: 0 auto 20px auto; }
    .row8 .content .boardWrap p {
      color: #FFF;
      margin-bottom: 20px;
      padding: 0 40px; }
      @media (max-width: 768px) {
        .row8 .content .boardWrap p {
          text-align: center; } }
    .row8 .content .boardWrap div {
      width: 440px;
      float: left;
      margin-right: 40px; }
      .row8 .content .boardWrap div:last-child {
        margin: 0; }
      .row8 .content .boardWrap div .name {
        color: #c40c2d;
        font-size: 14px;
        font-weight: 600; }
      .row8 .content .boardWrap div .title {
        font-size: 14px;
        font-weight: 400; }
      .row8 .content .boardWrap div .history {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 8px; }

.row9 > div {
  background: url("../i/bg8.jpg") no-repeat center center;
  background-size: cover; }
.row9 .content {
  height: 100%; }
  .row9 .content h2 {
    color: #403930; }
  .row9 .content .boardWrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 930px;
    overflow: hidden; }
    .row9 .content .boardWrap div {
      float: left;
      width: 42%;
      padding: 0 4%;
      text-align: left; }
      @media (max-width: 515px) {
        .row9 .content .boardWrap div {
          float: none;
          width: 92%;
          text-align: center; } }
      @media (max-width: 515px) {
        .row9 .content .boardWrap div:last-child {
          padding-bottom: 240px; } }
      .row9 .content .boardWrap div .name {
        color: #c40c2d;
        font-size: 14px;
        font-weight: 600; }
      .row9 .content .boardWrap div .title {
        font-size: 14px;
        font-weight: 400; }
      .row9 .content .boardWrap div .history {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 8px; }

.row10 > div {
  background: url("../i/bgclouds.jpg") no-repeat center center;
  background-size: cover; }
.row10 .content {
  height: 100%; }
  .row10 .content h2 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -24px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-weight: 300;
    font-size: 48px;
    line-height: 48px;
    color: #FFF;
    text-align: center; }
  .row10 .content .boardWrap {
    position: relative;
    top: 54%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 970px; }
    .row10 .content .boardWrap p {
      text-align: center;
      padding: 10px 40px 0 40px;
      font-size: 16px;
      color: #FFF; }

/*# sourceMappingURL=styles.css.map */
