@charset "UTF-8";
/********************************************
*
*  File: css.scss
*
*  Description: Main style for Burge site 
*               update
*
*  Created: 04-27-15 GSM - JP
*
*******************************************/
/* HTML5 Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

input, select {
  vertical-align: middle; }

a:focus {
  outline: 0; }

/* Toolkit */
a, strong, input, #nav a, h1 {
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

a, strong, input {
  text-decoration: none; }

.hidden, .Hidden {
  display: none; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.clearFix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.notShown {
  direction: ltr;
  text-indent: -9999px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  width: 0 !important;
  display: block;
  overflow: hidden; }

.notShown:before, .notShown:after {
  border: 0 !important; }

/* ------ icon font ------ */
@font-face {
  font-family: 'fontello';
  src: url("/assets/font/fontello.eot?21768172");
  src: url("/assets/font/fontello.eot?21768172#iefix") format("embedded-opentype"), url("/assets/font/fontello.woff?21768172") format("woff"), url("/assets/font/fontello.ttf?21768172") format("truetype"), url("/assets/font/fontello.svg?21768172#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?21768172#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

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

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

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

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

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

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

/* '' */
/* ------ Start Page Design ------ */
* {
  box-sizing: border-box; }

html {
  background-color: #477847; }

body {
  max-width: 1024px;
  background-color: #fff;
  position: relative;
  margin: auto;
  font-family: "Arial", sans-serif; }

/* -----  Header ------ */
.header {
  background-color: #d3c8bc;
  padding: 20px 15px;
  position: relative;
  border-bottom: 4px solid #000; }

.logo {
  width: 70%;
  max-width: 400px;
  cursor: pointer; }
  .logo img {
    width: 100%;
    height: auto; }
  @media (min-width: 1024px) {
    .logo {
      float: left; } }

.headercontact {
  display: none; }
  .headercontact a {
    display: block;
    text-align: right;
    color: #382f25;
    padding-bottom: 5px; }
    .headercontact a:hover {
      color: #76634d; }
  @media (min-width: 1024px) {
    .headercontact {
      display: block;
      float: right;
      padding: 15px 15px 0 0; } }
  nav .headercontact {
    display: none; }
    @media (max-width: 1023px) {
      nav .headercontact {
        display: block;
        text-align: left;
        margin-top: 30px;
        padding: 0 30px; }
        nav .headercontact a {
          color: #fff;
          text-align: left; }
          nav .headercontact a:hover {
            color: #d3c8bc; }
        nav .headercontact h2 {
          color: #fff;
          margin-bottom: 15px; } }

.btn-navbar {
  display: block;
  position: absolute;
  right: 15px;
  top: 40%;
  width: 30px; }
  .btn-navbar .icon-bar {
    width: 100%;
    height: 4px;
    background-color: #76634d;
    margin-bottom: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    display: block; }
  @media (min-width: 1024px) {
    .btn-navbar {
      display: none; } }

/* ------ Nav ------- */
nav {
  min-height: 100%;
  top: 0;
  display: block;
  background-color: #477847;
  z-index: 10;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }
  nav li:first-child {
    border-top: none; }
  nav li a {
    display: block;
    padding: 15px;
    color: #ffffff;
    -webkit-transition: color 300ms ease-in-out 0s;
    -moz-transition: color 300ms ease-in-out 0s;
    -o-transition: color 300ms ease-in-out 0s;
    transition: color 300ms ease-in-out 0s; }
    nav li a:hover {
      color: #000000; }
  .active nav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  @media (max-width: 1023px) {
    nav {
      -webkit-box-shadow: 0 0 20px 15px black;
      -moz-box-shadow: 0 0 20px 15px black;
      box-shadow: 0 0 20px 15px black;
      -webkit-transform: translateX(-340px);
      -moz-transform: translateX(-340px);
      -ms-transform: translateX(-340px);
      -o-transform: translateX(-340px);
      transform: translateX(-340px);
      position: fixed;
      width: 300px; }
      nav ul {
        padding: 30px 15px 0; }
        nav ul li {
          border-top: 1px solid rgba(255, 255, 255, 0.6); } }
  @media (min-width: 1024px) {
    nav {
      position: relative;
      background-color: #76634d; }
      nav li, nav li a {
        display: inline-block; }
      nav li a {
        padding: 15px 20px; } }

.navclose {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #ffffff;
  font-size: 30px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }
  .navclose:hover {
    color: #000000; }
  .navclose.rotate {
    -webkit-transform: rotateZ(-135deg);
    -moz-transform: rotateZ(-135deg);
    -ms-transform: rotateZ(-135deg);
    -o-transform: rotateZ(-135deg);
    transform: rotateZ(-135deg); }
  @media (min-width: 1024px) {
    .navclose {
      display: none; } }

/* ------- Video ------- */
.video {
  display: block;
  width: 100%;
  background-color: #222;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .video .description {
    padding: 30px;
    color: #fff;
    font-family: "Georgia", serif;
    font-size: 18px;
    line-height: 1.4; }
  @media (min-width: 768px) {
    .video {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .ua-ie-9 .video:after {
    display: block;
    visibility: hidden;
    height: 0;
    width: 0;
    clear: both;
    position: relative;
    content: " "; }

.vid {
  width: 100%;
  /*min-height: 250px;*/
  background-color: #444;
  position: relative;
  overflow: hidden; }
  .vid .title {
    position: absolute;
    padding: 8px 20px 8px 30px;
    top: 0;
    left: -15px;
    font-size: 19px;
    max-width: 99%;
    background-color: rgba(71, 120, 71, 0.8);
    color: #fff;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s; }
    .vid .title div {
      -webkit-transform: skewX(30deg);
      -moz-transform: skewX(30deg);
      -ms-transform: skewX(30deg);
      -o-transform: skewX(30deg);
      transform: skewX(30deg); }
    .vid .title.hide {
      -webkit-transform: translateX(-120%);
      -moz-transform: translateX(-120%);
      -ms-transform: translateX(-120%);
      -o-transform: translateX(-120%);
      transform: translateX(-120%); }
  @media (min-width: 768px) {
    .vid {
      min-width: 390px; } }

.meet {
  font-family: "Georgia", serif;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  padding-bottom: 30px; }
  .meet a {
    color: #fff; }
  .meet a:hover {
    text-decoration: underline; }

.vid, .vidtext {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }
  .ua-ie-9 .vid, .ua-ie-9 .vidtext {
    float: left;
    width: 50%; }

/* ------ featured pages (home page only) ------- */
.featuredPages {
  position: relative;
  width: 100%;
  background-color: #b8b0a5;
  padding: 30px 15px 15px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .featuredPages {
      padding: 30px 15px 0px 30px; } }
  .innerpage .featuredPages {
    display: none; }
  .ua-ie-9 .featuredPages:after {
    display: block;
    visibility: hidden;
    height: 0;
    width: 0;
    clear: both;
    position: relative;
    content: " "; }

.featuredPage {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 1 1 220px;
  -ms-flex: 1 1 220px;
  flex: 1 1 220px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  height: 180px;
  max-width: 400px;
  margin: 0 15px 15px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden; }
  .featuredPage .title {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 5px 15px;
    background-color: rgba(71, 120, 71, 0.75);
    color: #fff;
    width: 100%;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s; }
  .featuredPage:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); }
    .featuredPage:hover .title {
      background-color: #477847; }
  @media (min-width: 768px) {
    .featuredPage {
      margin: 0 30px 30px 0;
      -webkit-flex: 1 1 210px;
      -ms-flex: 1 1 210px;
      flex: 1 1 210px; } }
  .ua-ie-9 .featuredPage {
    width: 214px;
    height: 130px;
    float: left; }

/* ------ Content ------ */
.innerpage .content {
  padding: 30px;
  display: block; }
@media (min-width: 768px) {
  .content {
    padding: 30px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .content > div {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -webkit-flex: 0 1 40%;
      -ms-flex: 0 1 40%;
      flex: 0 1 40%;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px; }
      .ua-ie-9 .content > div {
        width: 40%;
        float: left; } }
.content h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px; }
.content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px; }
.content p {
  margin-bottom: 20px; }
.content ul {
  list-style-position: inside; }
.content li {
  margin-bottom: 15px; }
.content blockquote {
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
  padding: 20px; }

/* ------ Action Center (home page only) ------- */
.actioncenter {
  padding: 40px 15px;
  background-color: #eae2cb; }
  .actioncenter .title {
    text-align: center;
    text-transform: uppercase;
    color: #477847;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px; }
  .actioncenter .list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    max-width: 130px;
    margin: 0 auto; }
  .actioncenter a {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: block;
    color: #000;
    padding: 10px 0;
    font-size: 18px;
    -webkit-transition: color 200ms ease-in-out 0ms;
    -moz-transition: color 200ms ease-in-out 0ms;
    -o-transition: color 200ms ease-in-out 0ms;
    transition: color 200ms ease-in-out 0ms; }
    .actioncenter a:hover {
      color: #477847; }
  .ua-ie-9 .actioncenter {
    margin: 0 66px; }

/* ------- Ground Rules (home page only) ------- */
.groundRules {
  background-color: #f5f1ee;
  padding: 40px 15px; }
  .groundRules .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center; }
  .groundRules ul {
    padding-left: 20px;
    list-style: none; }
  .groundRules li {
    margin: 25px 0;
    font-size: 15px;
    position: relative;
    display: block;
    line-height: 1.4; }
    .groundRules li:before {
      display: block;
      content: " ";
      background-color: transparent;
      border-right: 2px solid #477847;
      border-bottom: 2px solid #477847;
      -webkit-transform: rotate(35deg);
      -moz-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
      -o-transform: rotate(35deg);
      transform: rotate(35deg);
      width: 6px;
      height: 12px;
      position: absolute;
      left: -20px; }
    .groundRules li:last-child {
      margin-bottom: 0; }

/* ------ footer ------ */
.disclaimer {
  padding: 40px 15px;
  font-size: 14px;
  text-align: center; }
  .ua-ie-9 .disclaimer {
    clear: both; }

footer {
  background-color: #d3c8bc;
  border-top: 4px solid #000;
  padding: 0 15px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  footer > div {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    min-width: 230px; }
  footer .contact {
    display: inline-block;
    font-size: 12px; }
    footer .contact a {
      color: #000000;
      -webkit-transition: color 200ms ease-in-out 0s;
      -moz-transition: color 200ms ease-in-out 0s;
      -o-transition: color 200ms ease-in-out 0s;
      transition: color 200ms ease-in-out 0s; }
      footer .contact a:hover {
        color: #477847; }
    @media (min-width: 768px) {
      footer .contact {
        text-align: center; } }
    .ua-ie-9 footer .contact {
      margin-top: 22px; }

.footerLogo {
  display: inline-block;
  padding: 15px 0;
  cursor: pointer; }
  .ua-ie-9 .footerLogo {
    width: 50%; }

.popContainer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  padding: 30px;
  opacity: 0;
  visibility: collapse;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s; }
  .popContainer.show {
    opacity: 1;
    visibility: visible; }
  .popContainer .detailinsert {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding: 60px 30px 30px;
    overflow-y: auto; }
    .popContainer .detailinsert h2 {
      margin-bottom: 20px; }
    .popContainer .detailinsert ol {
      list-style-position: inside; }
      .popContainer .detailinsert ol h3 {
        display: inline; }
      .popContainer .detailinsert ol li {
        margin-bottom: 15px; }
  .popContainer .popbg {
    position: fixed;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .popContainer .close:after {
    content: "+";
    display: block;
    font-size: 40px;
    color: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 45px; }

.newsletter {
  max-width: 270px;
  margin: auto;
  position: relative;
  display: block; }
  .newsletter .title.small {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px; }

form {
  position: relative;
  /*input:focus, input.hascontent {
  	padding: 20px 15px 10px;
  }*/ }
  form input {
    background: transparent;
    border: none;
    outline: none;
    padding: 8px 15px;
    font-size: 14px;
    position: relative;
    display: block;
    width: 100%;
    z-index: 2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  form .formRow {
    width: 100%;
    display: block;
    margin-bottom: 20px; }
  form .labelGroup {
    display: block;
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    form .labelGroup.half {
      width: 47.5%;
      float: left; }
      form .labelGroup.half:first-child {
        margin-right: 5%; }
    form .labelGroup.twothirds {
      width: 63.5%;
      float: left; }
      form .labelGroup.twothirds:first-child {
        margin-right: 5%; }
    form .labelGroup.third {
      width: 31.5%;
      float: left; }
    form .labelGroup label {
      position: absolute;
      left: 15px;
      top: 8px;
      font-size: 14px;
      z-index: 1;
      -webkit-transition: all 300ms ease-in-out 0s;
      -moz-transition: all 300ms ease-in-out 0s;
      -o-transition: all 300ms ease-in-out 0s;
      transition: all 300ms ease-in-out 0s; }
  form input:focus + label, form input.hascontent + label {
    top: -15px;
    left: 0;
    font-size: 12px;
    color: #574939; }
  form input[type="submit"] {
    background-color: #477847;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: auto;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s; }
    form input[type="submit"]:hover {
      background-color: rgba(71, 120, 71, 0.8); }

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