/* line 13, base/_variables.scss */
strong {
  font-family: "Avenir-Medium", "HelveticaNeue-Bold", Helvetica, Arial, "Lucida Grande", sans-serif; }

/* line 5, ../../../../../.rvm/gems/ruby-2.2.2@fightscoresapp/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../.rvm/gems/ruby-2.2.2@fightscoresapp/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../.rvm/gems/ruby-2.2.2@fightscoresapp/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../.rvm/gems/ruby-2.2.2@fightscoresapp/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../.rvm/gems/ruby-2.2.2@fightscoresapp/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../.rvm/gems/ruby-2.2.2@fightscoresapp/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../.rvm/gems/ruby-2.2.2@fightscoresapp/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../.rvm/gems/ruby-2.2.2@fightscoresapp/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../.rvm/gems/ruby-2.2.2@fightscoresapp/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* line 1, layouts/_standard.scss */
html, body {
  -webkit-font-smoothing: antialiased;
  font-family: "Avenir-Light", "HelveticaNeue-Bold", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background-color: #e9e9e7;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE9E9E7');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e9e9e7));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e9e9e7 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e7 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e9e9e7 100%); }
  @media only screen and (max-width: 47.5em) {
    /* line 1, layouts/_standard.scss */
    html, body {
      height: auto; } }

/* line 12, layouts/_standard.scss */
body {
  display: flex;
  display: -webkit-flex;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  flex-direction: column;
  -webkit-flex-direction: column; }

/* line 22, layouts/_standard.scss */
main {
  flex: 1;
  -webkit-flex: 1;
  width: 100%;
  background-color: white; }

/* line 29, layouts/_standard.scss */
header {
  width: 100%;
  background: #1e1d1c; }
  @media only screen and (max-width: 47.5em) {
    /* line 29, layouts/_standard.scss */
    header {
      height: auto; }
      /* line 34, layouts/_standard.scss */
      header .inner-container {
        width: 100%; } }

/* line 40, layouts/_standard.scss */
.feature-block {
  width: 100%;
  float: left;
  background: #2e2e2e;
  padding: 2em 0 4em 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  @media only screen and (max-width: 47.5em) {
    /* line 40, layouts/_standard.scss */
    .feature-block {
      padding: 3em 0; } }

/* line 52, layouts/_standard.scss */
.three {
  width: 33%;
  float: left;
  display: block; }
  @media only screen and (max-width: 47.5em) {
    /* line 52, layouts/_standard.scss */
    .three {
      width: 80%;
      float: none;
      margin: 0 auto 3em; } }

/* line 63, layouts/_standard.scss */
footer {
  width: 100%;
  background: #1e1d1c; }
  @media only screen and (max-width: 47.5em) {
    /* line 67, layouts/_standard.scss */
    footer .right-area {
      display: none; }
    /* line 70, layouts/_standard.scss */
    footer .left-area {
      width: 100%; } }

/* line 76, layouts/_standard.scss */
.sub-navigation {
  width: 100%;
  background: #f7f7f7;
  border-bottom: 1px solid #dedede;
  padding: 1.5em 0; }
  @media only screen and (max-width: 47.5em) {
    /* line 76, layouts/_standard.scss */
    .sub-navigation {
      display: none; } }

/* line 86, layouts/_standard.scss */
.inner-container {
  width: 80%;
  margin: 0 auto;
  max-width: 80em;
  min-width: 47.5em; }
  @media only screen and (max-width: 78em) {
    /* line 86, layouts/_standard.scss */
    .inner-container {
      width: 96%;
      min-width: 0; } }
  @media only screen and (max-width: 47.5em) {
    /* line 86, layouts/_standard.scss */
    .inner-container {
      width: 96%;
      min-width: 1em; } }

/* line 101, layouts/_standard.scss */
.feature {
  width: 100%; }
  /* line 103, layouts/_standard.scss */
  .feature .left-content {
    width: 35%;
    margin-top: 5%;
    margin-bottom: 5%;
    float: left; }
    @media only screen and (max-width: 47.5em) {
      /* line 103, layouts/_standard.scss */
      .feature .left-content {
        width: 100%;
        clear: both; } }
  /* line 115, layouts/_standard.scss */
  .feature .right-content {
    width: 65%;
    margin-top: 5%;
    float: right; }
    @media only screen and (max-width: 47.5em) {
      /* line 115, layouts/_standard.scss */
      .feature .right-content {
        width: 100%;
        clear: both;
        height: 2em; } }

/* line 128, layouts/_standard.scss */
.right-area {
  width: 60%;
  float: right; }
  @media only screen and (max-width: 47.5em) {
    /* line 128, layouts/_standard.scss */
    .right-area {
      width: 100%; } }

/* line 136, layouts/_standard.scss */
.left-area {
  width: 35%;
  float: left; }
  @media only screen and (max-width: 47.5em) {
    /* line 136, layouts/_standard.scss */
    .left-area {
      width: 100%; } }

/* line 144, layouts/_standard.scss */
.sidebar {
  float: right;
  width: 30%; }
  @media only screen and (max-width: 47.5em) {
    /* line 144, layouts/_standard.scss */
    .sidebar {
      display: none; } }

@media only screen and (max-width: 47.5em) {
  /* line 152, layouts/_standard.scss */
  .contact-area {
    width: 98%;
    margin: 1.3em auto 0; } }

/* line 159, layouts/_standard.scss */
.border-divide {
  border-top: 1px solid #f2f2f2;
  display: block;
  width: 100%;
  margin: 1em 0 2em; }

/* line 1, layouts/_articles.scss */
.post-area {
  width: 66%;
  float: left;
  padding-right: 4%;
  max-width: 60em;
  margin-top: 1.3em; }
  @media only screen and (max-width: 47.5em) {
    /* line 1, layouts/_articles.scss */
    .post-area {
      width: 90%;
      display: block;
      margin: 1.3em auto 0;
      float: none; } }

/* line 15, layouts/_articles.scss */
.advert {
  margin: 3em 0 1em;
  width: 10em;
  padding: 1em;
  display: block;
  background-color: #f7f7f7;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  border: 1px solid #eaeaea; }

/* line 25, layouts/_articles.scss */
.sign-off {
  margin-bottom: 2em; }

/* line 29, layouts/_articles.scss */
.divide {
  display: block;
  width: 12em;
  opacity: 1;
  margin: 1em auto; }

/* line 2, modules/type/_titles.scss */
h1.standard-title {
  font-size: 1.5em;
  margin: 4% 0 0 0;
  letter-spacing: 0.1em;
  color: #c0a56c;
  text-transform: uppercase;
  width: 100%;
  line-height: 1.4; }
  @media only screen and (min-width: 78em) {
    /* line 2, modules/type/_titles.scss */
    h1.standard-title {
      font-size: 1.5em; } }
  @media only screen and (max-width: 66em) {
    /* line 2, modules/type/_titles.scss */
    h1.standard-title {
      font-size: 1.9em; } }
  @media only screen and (max-width: 47.5em) {
    /* line 2, modules/type/_titles.scss */
    h1.standard-title {
      text-align: center;
      margin-top: 0em;
      width: 100%;
      font-size: 1.5em; } }
  /* line 25, modules/type/_titles.scss */
  h1.standard-title a {
    color: #c0a56c;
    text-decoration: none; }
/* line 31, modules/type/_titles.scss */
h1.feature-title {
  font-size: 1.8em;
  font-family: "Avenir-Light", "HelveticaNeue-Bold", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #1e1d1c;
  text-align: center;
  line-height: 1.4;
  margin: 0 auto;
  width: 40%; }
  @media only screen and (max-width: 66em) {
    /* line 31, modules/type/_titles.scss */
    h1.feature-title {
      width: 60%; } }
  @media only screen and (max-width: 47.5em) {
    /* line 31, modules/type/_titles.scss */
    h1.feature-title {
      width: 80%; } }
/* line 46, modules/type/_titles.scss */
h1 strong {
  font-family: "Avenir-Medium", "HelveticaNeue-Bold", Helvetica, Arial, "Lucida Grande", sans-serif; }

/* line 51, modules/type/_titles.scss */
.title-underline {
  border-top: #c0a56c 1px solid;
  height: 0.5em;
  width: 6em;
  padding-bottom: 0.3em; }
  @media only screen and (max-width: 47.5em) {
    /* line 51, modules/type/_titles.scss */
    .title-underline {
      width: 30%;
      margin: 0.5em auto 0 auto; } }

/* line 63, modules/type/_titles.scss */
h2.date-subtitle {
  color: #9b9b9b;
  font-size: 0.875em;
  margin-bottom: 2em;
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 47.5em) {
    /* line 63, modules/type/_titles.scss */
    h2.date-subtitle {
      text-align: center; } }
/* line 72, modules/type/_titles.scss */
h2.fighter-list-title {
  color: #c0a56c;
  text-transform: uppercase;
  padding-bottom: 0.2em; }
  /* line 76, modules/type/_titles.scss */
  h2.fighter-list-title span {
    text-transform: capitalize;
    color: #9b9b9b; }
    @media only screen and (max-width: 47.5em) {
      /* line 76, modules/type/_titles.scss */
      h2.fighter-list-title span {
        display: block; } }

/* line 87, modules/type/_titles.scss */
h3.sidebar-title {
  color: #1e1d1c;
  display: block;
  padding: 1em 0; }
/* line 92, modules/type/_titles.scss */
h3.sub-feature {
  color: white;
  font-size: 1em;
  width: 75%;
  display: block;
  margin: 0 auto;
  line-height: 1.4;
  text-align: center; }
  /* line 100, modules/type/_titles.scss */
  h3.sub-feature span {
    display: block;
    padding-top: 0.75em;
    font-size: 0.75em; }

/* line 112, modules/type/_titles.scss */
.post-area a h2.date-subtitle {
  text-decoration: none; }

/* line 1, modules/type/_copy.scss */
.standard-text {
  line-height: 1.6;
  padding-bottom: 1em; }
  /* line 4, modules/type/_copy.scss */
  .standard-text strong {
    font-family: "Avenir-Medium", "HelveticaNeue-Bold", Helvetica, Arial, "Lucida Grande", sans-serif; }
  @media only screen and (max-width: 47.5em) {
    /* line 1, modules/type/_copy.scss */
    .standard-text {
      font-size: 1.2em;
      line-height: 1.6; } }

/* line 13, modules/type/_copy.scss */
a {
  text-decoration: none; }
  /* line 15, modules/type/_copy.scss */
  a .standard-text {
    color: #1e1d1c; }

/* line 20, modules/type/_copy.scss */
.breadcrumbs {
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 0.07em; }
  /* line 24, modules/type/_copy.scss */
  .breadcrumbs a {
    color: #1e1d1c;
    text-decoration: none; }

/* line 31, modules/type/_copy.scss */
footer .footer-text {
  color: white;
  font-size: 0.875em;
  padding: 1em 0;
  line-height: 1.4; }
  @media only screen and (max-width: 47.5em) {
    /* line 31, modules/type/_copy.scss */
    footer .footer-text {
      text-align: center; } }
/* line 40, modules/type/_copy.scss */
footer .right-area {
  text-align: right; }
/* line 43, modules/type/_copy.scss */
footer a {
  color: #c0a56c;
  text-decoration: none; }
  /* line 46, modules/type/_copy.scss */
  footer a:hover {
    color: #dfd1b3;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }

/* line 56, modules/type/_copy.scss */
.advert-copy {
  font-size: 0.875em;
  text-align: center;
  line-height: 1.4; }
  /* line 60, modules/type/_copy.scss */
  .advert-copy a {
    color: #c0a56c;
    text-decoration: underline;
    display: block; }

/* line 72, modules/type/_copy.scss */
.disclaimer {
  font-size: 0.75em;
  width: 32em;
  text-align: center;
  margin: 0 auto 2em;
  line-height: 1.4; }
  @media only screen and (max-width: 47.5em) {
    /* line 72, modules/type/_copy.scss */
    .disclaimer {
      width: 80%; } }

@font-face {
  font-family: 'Avenir-Light';
  src: url("//dod591u26i5wv.cloudfront.net/fonts/AvenirLTStd-Light-3407d3e5.eot");
  src: url("//dod591u26i5wv.cloudfront.net/fonts/AvenirLTStd-Light-3407d3e5.eot?#iefix") format("embedded-opentype"), url("//dod591u26i5wv.cloudfront.net/fonts/AvenirLTStd-Light-35841408.woff") format("woff"), url("//dod591u26i5wv.cloudfront.net/fonts/AvenirLTStd-Light-48aec353.ttf") format("truetype"), url("/AvenirLTStd-Light.svg#Avenir-Light") format("svg"); }
@font-face {
  font-family: 'Avenir-Medium';
  src: url("//dod591u26i5wv.cloudfront.net/fonts/AvenirLTStd-Medium-d828eed2.eot");
  src: url("//dod591u26i5wv.cloudfront.net/fonts/AvenirLTStd-Medium-d828eed2.eot?#iefix") format("embedded-opentype"), url("//dod591u26i5wv.cloudfront.net/fonts/AvenirLTStd-Medium-603f7b17.woff") format("woff"), url("//dod591u26i5wv.cloudfront.net/fonts/AvenirLTStd-Medium-c48dde94.ttf") format("truetype"), url("/AvenirLTStd-Medium.svg#Avenir-Medium") format("svg"); }
/* line 1, modules/_images.scss */
.logo {
  margin-top: 1.5em;
  width: 12em; }
  @media only screen and (max-width: 47.5em) {
    /* line 1, modules/_images.scss */
    .logo {
      width: 40%;
      margin: 1.5em auto;
      display: block; } }

/* line 11, modules/_images.scss */
.portrait-iphone {
  width: 100%; }
  @media only screen and (max-width: 47.5em) {
    /* line 11, modules/_images.scss */
    .portrait-iphone {
      width: 50%;
      margin: 0 auto;
      display: block; } }

/* line 21, modules/_images.scss */
.feature-full {
  display: block;
  width: 48em;
  max-width: 80%;
  margin: 4em auto 2em; }

/* line 28, modules/_images.scss */
.three-features {
  max-width: 60%;
  display: block;
  margin: 0 auto;
  border-radius: 0.6em;
  margin-bottom: 1em;
  border: white 0.2em solid; }

/* line 37, modules/_images.scss */
.app-store {
  max-width: 10em;
  margin-top: 5%;
  opacity: 0.7;
  margin: 2em auto;
  display: block; }
  @media only screen and (max-width: 47.5em) {
    /* line 37, modules/_images.scss */
    .app-store {
      width: 60%; } }

/* line 48, modules/_images.scss */
.sidebar-advert {
  width: 5em;
  margin: 1em auto;
  display: block; }

/* line 54, modules/_images.scss */
.fighter-image {
  height: 5.625em;
  width: 5.625em;
  float: left;
  border: 1px solid #c0a56c; }

/* line 61, modules/_images.scss */
.full-article {
  max-width: 100%;
  padding-bottom: 1em; }

/* line 1, modules/_lists.scss */
.article-list {
  list-style: none; }
  /* line 3, modules/_lists.scss */
  .article-list a {
    color: #c0a56c;
    text-decoration: none;
    text-transform: capitalize; }
    /* line 7, modules/_lists.scss */
    .article-list a.date {
      font-size: 0.75em;
      display: block;
      line-height: 2; }
  /* line 14, modules/_lists.scss */
  .article-list li.article {
    padding: 0 0 0.5em 0; }
  /* line 17, modules/_lists.scss */
  .article-list li.tag {
    float: left; }

/* line 23, modules/_lists.scss */
.standard-list {
  list-style: circle;
  margin-left: 1em;
  font-size: 1em;
  line-height: 1.6; }
  @media only screen and (max-width: 47.5em) {
    /* line 23, modules/_lists.scss */
    .standard-list {
      font-size: 1.2em; } }
  /* line 31, modules/_lists.scss */
  .standard-list li {
    margin: 0.5em 0; }
    /* line 33, modules/_lists.scss */
    .standard-list li strong {
      font-family: "Avenir-Medium", "HelveticaNeue-Bold", Helvetica, Arial, "Lucida Grande", sans-serif; }

/* line 39, modules/_lists.scss */
.recent-articles {
  margin-bottom: 4em; }
  /* line 41, modules/_lists.scss */
  .recent-articles li {
    display: block;
    clear: both;
    padding-bottom: 1em; }
    @media only screen and (max-width: 47.5em) {
      /* line 41, modules/_lists.scss */
      .recent-articles li {
        padding: 1em 0 2em 0em; } }

/* line 51, modules/_lists.scss */
.fighter-list {
  margin: 2em 0; }
  /* line 53, modules/_lists.scss */
  .fighter-list li {
    height: 7em;
    clear: both; }
  /* line 57, modules/_lists.scss */
  .fighter-list .details {
    float: left;
    margin-left: 1em; }
    /* line 60, modules/_lists.scss */
    .fighter-list .details p {
      line-height: 1.2; }

/* line 66, modules/_lists.scss */
dl {
  margin-bottom: 4em; }
  /* line 68, modules/_lists.scss */
  dl dt {
    margin-top: 1em;
    font-size: 1.2em;
    color: black;
    line-height: 1.4; }
    @media only screen and (max-width: 47.5em) {
      /* line 68, modules/_lists.scss */
      dl dt {
        font-family: "Avenir-Medium", "HelveticaNeue-Bold", Helvetica, Arial, "Lucida Grande", sans-serif; } }
  /* line 77, modules/_lists.scss */
  dl dd {
    padding-top: 0.2em;
    color: #383735;
    line-height: 1.4; }
    @media only screen and (max-width: 47.5em) {
      /* line 77, modules/_lists.scss */
      dl dd {
        font-size: 1.2em; } }

/* line 2, modules/_links.scss */
main a, .sub-navigation a {
  text-decoration: none; }
  /* line 4, modules/_links.scss */
  main a:hover, .sub-navigation a:hover {
    color: #d7c6a2;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    text-decoration: underline; }

/* line 12, modules/_links.scss */
.standard-link, .golden-link {
  color: #c0a56c; }

/* line 16, modules/_links.scss */
.golden-link {
  float: left; }

/* line 22, modules/_links.scss */
.hidden-link:hover {
  text-decoration: none; }
/* line 25, modules/_links.scss */
.hidden-link .standard-text {
  text-decoration: none; }

/* line 1, modules/_navigation.scss */
nav {
  width: 100%; }
  /* line 4, modules/_navigation.scss */
  nav li a {
    float: right;
    color: white;
    background: #1e1d1c;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Avenir-Light';
    letter-spacing: 0.1em;
    padding: 2.5em;
    font-size: 0.875em; }
    /* line 14, modules/_navigation.scss */
    nav li a:hover, nav li a.active {
      background-color: #2b2a28;
      -webkit-transition: background-color 0.3s ease-in-out;
      -moz-transition: background-color 0.3s ease-in-out;
      -o-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out; }
  @media only screen and (max-width: 47.5em) {
    /* line 1, modules/_navigation.scss */
    nav {
      display: block; }
      /* line 27, modules/_navigation.scss */
      nav li a {
        width: 33.33%;
        padding: 1em 0;
        text-align: center; } }

/* line 1, modules/_forms.scss */
form {
  margin: 2em 0 6em; }
  /* line 3, modules/_forms.scss */
  form label {
    padding-bottom: 0.5em;
    display: block; }
    /* line 6, modules/_forms.scss */
    form label span {
      color: #9b9b9b; }
  /* line 10, modules/_forms.scss */
  form input[type=text], form textarea {
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    font-size: 1em;
    border: 1px solid #9b9b9b;
    margin-bottom: 2em;
    padding: 0.5em 1em;
    width: 16em; }
    /* line 17, modules/_forms.scss */
    form input[type=text]:hover, form textarea:hover {
      border-color: #d7c6a2;
      -moz-transition: border-color 0.2s linear;
      -o-transition: border-color 0.2s linear;
      -webkit-transition: border-color 0.2s linear;
      transition: border-color 0.2s linear; }
    /* line 21, modules/_forms.scss */
    form input[type=text]:focus, form textarea:focus {
      border-color: #d7c6a2;
      -moz-transition: border-color 0.2s linear;
      -o-transition: border-color 0.2s linear;
      -webkit-transition: border-color 0.2s linear;
      transition: border-color 0.2s linear;
      outline: none; }
  /* line 28, modules/_forms.scss */
  form textarea {
    width: 24em;
    max-width: 84%; }

/* line 1, modules/_buttons.scss */
.standard-button {
  background: #c0a56c;
  color: white;
  display: block;
  width: 3.8em;
  text-align: center;
  margin: 1em 0 0;
  font-size: 1em;
  clear: both;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  border: 1px solid #9c8043;
  padding: 0.5em 1em;
  -webkit-appearance: none; }
  /* line 14, modules/_buttons.scss */
  .standard-button:hover {
    background: #c8b07e;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    cursor: pointer;
    color: white;
    text-decoration: none; }

/* line 1, modules/_videos.scss */
.video-left {
  margin: 2em 0;
  float: left;
  width: 48%; }
  @media only screen and (max-width: 47.5em) {
    /* line 1, modules/_videos.scss */
    .video-left {
      width: 100%; } }

/* line 9, modules/_videos.scss */
.video-right {
  margin-top: 2em;
  float: right;
  width: 48%; }
  @media only screen and (max-width: 47.5em) {
    /* line 9, modules/_videos.scss */
    .video-right {
      width: 100%; } }

/* line 18, modules/_videos.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 2em;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  /* line 25, modules/_videos.scss */
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
