/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	NORMALIZE */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

/*	------------------------------------------------------------------------------------
   	BASE */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

/*	------------------------------------------------------------------------------------
   	LINKS */
a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

/*	------------------------------------------------------------------------------------
   	TYPOGRAPHY */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p,
pre {
  margin: 1em 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*	------------------------------------------------------------------------------------
   	LISTS */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/*	------------------------------------------------------------------------------------
   	EMBEDDED CONTENT */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

svg:not(:root) {
  overflow: hidden; }

/*	------------------------------------------------------------------------------------
   	FIGURES */
figure {
  margin: 0; }

/*	------------------------------------------------------------------------------------
   	FORMS */
form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

button,
input {
  line-height: normal; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/*	------------------------------------------------------------------------------------
   	TABLES */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	PALETTE */
/* New Green */
.gold {
  color: #d0a31b; }

.orange {
  color: #db6519; }

.red {
  color: #e41937; }

.blue {
  color: #195684; }

.green {
  color: #447521; }

.green-link {
  color: #4b8d1c; }

.green-pale {
  color: #d5edc3; }

.tan {
  color: #998f5e; }

.brown-light {
  color: #5f5a4a; }

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	TYPOGRAPHY (xsmall) */
html, button, input, select, textarea {
  color: #222; }

body {
  font-size: 100%; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 15px 0;
  padding: 0;
  color: #b3b3b3;
  background-color: #b3b3b3; }

/*	HEADINGS */
h1, .h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: #03692b;
  margin: 0 0 0.5rem 0; }

.or {
  text-align: center; }

h2, .h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.25;
  color: #03692b;
  margin: 0 0 0.5rem 0; }

h3, .h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  color: #03692b;
  margin: 0 0 0.5rem 0; }

h4, .h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.25;
  color: #3f3f3f;
  margin: 0 0 0.5rem 0; }

h5, .h5 {
  font-family: 'Roboto', sans-serif;
  font-size: .9rem;
  font-weight: normal;
  color: #999999;
  margin: 15px 0; }

h6, .h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: .1rem;
  color: #998f5e;
  margin: 3rem 0;
  padding: 1rem 0;
  text-align: center;
  background-color: #e7e4d8; }
  h6.first, .h6.first {
    margin: 0 0 3rem 0; }

.divider {
  /* background for the h3 style */
  background: url(../grfx/border-1110.png) center center no-repeat;
  text-align: center;
  margin: 30px 0; }

header h1 {
  font-family: 'Roboto', sans-serif;
  font-size: .9em;
  font-weight: bold;
  line-height: 1.4;
  color: #5f5a4a;
  margin: 0;
  padding: 0;
  float: left; }

/*	PARAGRAPHS */
p, th, td, input, textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3f3f3f;
  margin: 0 0 1rem 0; }

.breadcrumbs {
  margin: 0 0 32px 0; }

/*	LISTS */
ol, ul {
  margin: 0 0 16px 19px;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3f3f3f; }

ul {
  list-style-type: disc; }

.divided {
  list-style-type: none;
  margin: 2rem 0;
  padding: 0; }
  .divided li {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 1px solid #b7b7b7; }
    .divided li a {
      font-weight: 400;
      color: #3f3f3f; }

.single {
  margin: 0 0 1em 19px; }
  .single li {
    margin: 0; }

.nobullet {
  list-style-type: none;
  margin-left: 0; }

.linkAndDate {
  list-style-type: none;
  margin: 0 0 16px 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3f3f3f; }
  .linkAndDate li {
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #cfc79e; }
  .linkAndDate h3 {
    color: #4b8d1c;
    margin: 0 0 4px 0; }
  .linkAndDate a {
    text-decoration: none;
    color: #4b8d1c; }
  .linkAndDate a:hover {
    background-color: #cfc79e;
    color: #363225; }
  .linkAndDate span {
    font-size: 0.9rem; }

/*	LINKS */
a:hover {
  text-decoration: none; }

h2 a, h3 a, h4 a, p a {
  text-decoration: none;
  color: #03692b; }

h2 a:hover, h3 a:hover, h4 a:hover, p a:hover {
  text-decoration: none;
  color: #3f3f3f; }

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	TYPOGRAPHY (Small) */
@media (min-width: 768px) {
  /*	HEADINGS */
  h1, .h1 {
    font-size: 2rem; }

  h2, .h2 {
    font-size: 1.625rem; }

  h3, .h3 {
    font-size: 1.25rem; }

  .or {
    padding-top: 2.5rem; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	TYPOGRAPHY (Medium) */
@media (min-width: 992px) {
  /*	HEADINGS */
  h1, .h1 {
    font-size: 2.5rem; }

  h2, .h2 {
    font-size: 2rem; }

  h3, .h3 {
    font-size: 1.375rem; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	TYPOGRAPHY (Large) */
@media (min-width: 1200px) {
  /*	HEADINGS */
  h1, .h1 {
    font-size: 3rem; }

  h2, .h2 {
    font-size: 2.25rem; }

  h3, .h3 {
    font-size: 1.5rem; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	NAV (xsmall) */
/*	HEADER (PRIMARY NAV) */
.header {
  width: 100%;
  background: #03692b; }
  .header .nav-primary {
    width: 100%;
    height: 68px;
    background-color: #03692b; }
  .header .header-nav {
    padding-top: 20px;
    float: left; }
  .header .header-social {
    float: right;
    padding: 21px 0 0 0;
    margin-top: 3px; }
    .header .header-social a {
      margin-left: 10px; }
  .header .header-signin {
    display: none;
    width: 100%;
    height: 100px;
    padding: 35px 0 0 0;
    background-color: #024a1e; }
  .header p {
    margin: 4px 0 0 0;
    color: #39a764; }
    .header p a, .header p a:hover, .header p a:focus {
      color: white; }

.navbar-default {
  background-color: #f1efe8; }

.navbar-toggle {
  float: left;
  margin: 7px 30px 0 0;
  padding: 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: transparent;
  border: none;
  border-radius: none; }

.navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  background-color: white; }

.navbar-collapse {
  max-height: none; }

.navbar-collapse.collapse {
  display: none !important; }

.nav {
  margin: 1rem 0;
  padding: 0; }
  .nav > li {
    padding: 8px 0;
    font-size: 18px;
    font-weight: bold;
    color: #03692b;
    border-bottom: 1px solid #b7b7b7; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 0;
      font-size: 16px;
      font-weight: normal;
      color: #3f3f3f; }
    .nav > li.last {
      border-bottom: none; }

.navbar-primary-collapse {
  margin: 1rem 0 2rem 0;
  padding: 0 10px; }

.nav-primary-mobile {
  margin: 0; }
  .nav-primary-mobile > li {
    padding: 1rem 0; }
  .nav-primary-mobile li a {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #03692b; }
    .nav-primary-mobile li a:hover, .nav-primary-mobile li a:focus {
      background-color: transparent; }
  .nav-primary-mobile li li a {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #3f3f3f; }
    .nav-primary-mobile li li a:hover, .nav-primary-mobile li li a:focus {
      background-color: transparent; }

/*	NAV SECONDARY */
.wrapper-nav-secondary {
  background: #e7e4d8; }

.banner-nav-home {
  position: absolute;
  bottom: 0;
  z-index: 30;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 15px;
  text-align: left; }
  .banner-nav-home .nav-secondary {
    margin: 0; }

.banner-nav {
  background-color: rgba(0, 0, 0, 0.5); }

.nav-secondary {
  height: 70px; }
  .nav-secondary .mobile {
    margin: 0;
    padding: 23px 0 0 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: white; }
    .nav-secondary .mobile:after {
      position: absolute;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-bottom-width: 0;
      border-top-style: solid;
      border-color: white transparent transparent;
      right: 0;
      margin-top: 9px; }
  .nav-secondary ul {
    list-style-type: none;
    margin: 0;
    padding: 23px 0 0 0; }
    .nav-secondary ul li {
      font-family: 'Roboto', sans-serif;
      font-size: 1rem;
      font-weight: 400;
      float: left;
      display: inline-block;
      margin-right: 30px; }
      .nav-secondary ul li a {
        color: white; }

.navbar-secondary-collapse {
  max-height: none;
  padding-right: 25px;
  padding-left: 25px;
  border-top: none;
  border-bottom: 1px solid #b7b7b7;
  box-shadow: none;
  -webkit-overflow-scrolling: touch;
  background-color: white; }

.nav-secondary-mobile > li {
  padding: 1rem 0; }
.nav-secondary-mobile li a {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #03692b; }
  .nav-secondary-mobile li a:hover, .nav-secondary-mobile li a:focus {
    background-color: transparent; }
.nav-secondary-mobile li li a {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #3f3f3f; }
  .nav-secondary-mobile li li a:hover, .nav-secondary-mobile li li a:focus {
    background-color: transparent; }

.dropdown-menu {
  padding: 0.9rem 0 0 0; }

.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 0.75rem 0.5rem; }

.nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: transparent; }

/*	NAV SIDEBAR */
.sidebar {
  margin: 3rem 0 3rem 0; }

.nav-sidebar {
  list-style-type: none;
  margin: 0 0 3rem 0;
  padding: 0; }
  .nav-sidebar li {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 1px solid #d5d1bf; }
    .nav-sidebar li a {
      font-weight: 400;
      color: #3f3f3f; }

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	NAV (Small) */
@media (min-width: 768px) {
  /*	HEADER (PRIMARY NAV) */
  .navbar-toggle {
    display: block; }

  .nav > li.last {
    border-bottom: 1px solid #b7b7b7; }

  /*	NAV SECONDARY */
  .banner-nav-home {
    padding: 0 15px; }
    .banner-nav-home .nav-secondary {
      margin: 0; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	NAV (Medium) */
@media (min-width: 992px) {
  /*	HEADER (PRIMARY NAV) */
  .header {
    background: url(../grfx/bg-nav-primary.png) top center repeat-y; }
    .header .nav-primary {
      position: relative;
      height: 100px; }
    .header .header-social {
      padding: 35px 30px 0 0; }
    .header .header-nav {
      padding-top: 35px; }

  .header-signin {
    display: block !important; }

  /*	NAV SECONDARY */
  .wrapper-nav-secondary {
    background: url(../grfx/bg-nav-secondary.png) top center repeat-y; }

  .wrapper-nav-secondary.sidebar-cap {
    background: #e7e4d8; }

  .banner-nav-home {
    padding: 0; }
    .banner-nav-home .nav-secondary {
      margin: 0 0 0 10px; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	BUTTONS (xsmall) */
.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.btn-large {
  padding: 0.75rem 1rem;
  font-size: 1.15rem; }

.btn:hover, .btn:focus {
  text-decoration: none; }

.btn-green {
  color: white;
  background-color: #03692b;
  border-color: #03692b; }

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
  color: white;
  background-color: #39a764;
  border-color: #39a764; }

.btn-blue {
  color: white;
  background-color: #195684;
  border-color: #195684; }

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
  color: white;
  background-color: #236494;
  border-color: #236494; }

.btn-orange {
  color: white;
  background-color: #db6519;
  border-color: #db6519; }

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
  color: white;
  background-color: #eb7326;
  border-color: #eb7326; }

.alert-info .btn {
  color: white;
  background-color: #195684;
  border-color: #195684; }

.alert-info .btn:hover, .alert-info .btn:focus, .alert-info .btn:active, .alert-info .btn.active, .open .dropdown-toggle.btn {
  color: white;
  background-color: #195684;
  border-color: #195684; }

.open .btn-green.dropdown-toggle.btn {
  color: white;
  background-color: #4b8d1c;
  border-color: #4b8d1c; }

.btn-group > .btn {
  border: 1px solid #b3b3b3;
  width: 100%; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-white a, .btn-group-white a:hover {
  margin: 0;
  padding: .5rem 1rem;
  color: #03692b;
  background: white; }

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	BUTTONS (Small) */
@media (min-width: 768px) {
  .btn-large {
    padding: 0.75rem 1rem;
    font-size: 1.5rem; }

  .btn-group > .btn {
    width: auto; }

  .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-top: 0;
    margin-left: 0; }

  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

  .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

  .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-top: 0;
    margin-left: -1px; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FRAME (xsmall) */
body {
  background: #f1efe8; }

.row {
  padding-left: 10px;
  padding-right: 10px; }

.row .row {
  padding-left: 0;
  padding-right: 0; }

.align-center {
  text-align: center; }

.bg-white {
  background-color: white; }

/*	BANNERS */
.banner-slim {
  position: relative;
  z-index: 10;
  overflow: hidden;
  text-align: left;
  height: 315px; }
  .banner-slim h1, .banner-slim p {
    color: white; }
  .banner-slim .banner-text {
    display: none; }
    .banner-slim .banner-text h2 {
      color: white;
      margin: 0; }
    .banner-slim .banner-text h3 {
      color: white;
      margin: 0;
      padding: 0; }
  .banner-slim .banner-logo {
    width: 100%;
    text-align: center; }
  .banner-slim .banner-overlay {
    position: relative;
    z-index: 20;
    height: auto;
    margin: 0 auto; }
    .banner-slim .banner-overlay .banner-head {
      display: table;
      width: 100%;
      height: 245px; }
    .banner-slim .banner-overlay .banner-head-inner {
      display: table-cell;
      vertical-align: middle; }
  .banner-slim .banner-background {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    margin-left: -960px;
    width: 1920px;
    max-width: none;
    height: auto; }

.banner-skinny {
  position: relative;
  z-index: 10;
  overflow: hidden;
  text-align: left;
  height: 100px; }
  .banner-skinny .banner-background {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    margin-left: -960px;
    width: 1920px;
    max-width: none;
    height: auto; }

/*	BODY */
.wrapper-body {
  width: 100%;
  background: #f1efe8; }

.wrapper-content {
  height: auto;
  background-color: #f1efe8; }

.intro {
  padding: 3rem 6rem;
  text-align: center; }
  .intro h2 {
    color: #03692b; }

/*	WRAPPERS */
.wrapper-general {
  padding: 60px 0; }

.wrapper-90 {
  padding: 90px 0; }

.centered {
  text-align: center; }

.wrapper-content {
  padding: 3rem 0;
  min-height: 600px; }

/*	FOOTER */
.footer {
  padding: 60px 0 90px 0;
  background-color: #03692b; }
  .footer h3 {
    margin: 10px 0;
    padding: 0;
    color: #39a764; }
  .footer p {
    font-size: 16px;
    color: white; }
    .footer p a {
      color: white; }
    .footer p a:hover {
      color: #39a764; }
  .footer form {
    margin-bottom: 30px; }
  .footer .form-general label {
    font-size: 16px;
    font-weight: normal;
    color: white; }
  .footer .footer-social {
    margin-bottom: 30px; }
  .footer ul {
    list-style-type: none;
    color: white;
    margin: 0 0 30px 0;
    padding: 0; }
    .footer ul li {
      padding: 10px 0;
      border-bottom: 1px solid #39a764;
      font-size: 16px; }
      .footer ul li h2 {
        margin: 0; }
    .footer ul a {
      color: white; }
      .footer ul a:hover {
        color: #39a764;
        text-decoration: none; }
  .footer .form-general input.submit {
    background-color: #39a764; }
  .footer .form-general input.submit:hover {
    background-color: #39a764; }

/*	HEADERS */
header {
  padding: 35px 0;
  margin-bottom: 2px;
  width: 100%; }

.site-acorn header,
.site-myacorn header,
.site-myadmin header {
  background: url(../grfx/banner-roots.jpg) top center no-repeat; }

.site-csa header {
  background: url(../grfx/banner-basket.jpg) top center no-repeat; }

.site-conference header {
  background: url(../grfx/banner-conference.jpg) top center no-repeat; }

/*	SUBHEADS */
.site-conference .subhead {
  margin-bottom: 60px; }

.site-conference .subhead hr {
  margin: 30px 0 0 0;
  padding: 0;
  color: #cfc79e;
  background-color: #cfc79e; }

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FRAME (Small) */
@media (min-width: 768px) {
  .row {
    padding-left: 15px;
    padding-right: 15px; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FRAME (Medium) */
@media (min-width: 992px) {
  /*	BANNERS */
  .banner-slim .banner-text {
    display: block; }
  .banner-slim .banner-logo {
    width: 100%;
    text-align: left; }

  /*	BODY */
  .wrapper-body {
    background: url(../grfx/bg-body.png) top center repeat-y; }

  .wrapper-content {
    padding: 3rem 6rem 3rem 0; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FRAME (Large) */
@media (min-width: 1200px) {
  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	HOME (xsmall) */
/* 	CARDS */
.home-cards {
  padding: 1.875rem 0 0 0;
  background-color: #f1efe8; }

.card {
  height: 350px;
  margin: 0 0 30px 0;
  padding: 30px 60px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #b7b7b7;
  background-color: white; }
  .card img {
    border-radius: 50%;
    margin-bottom: 20px; }
  .card h3 {
    color: #03692b; }

/* 	BANNER */
.banner,
.banner-cta {
  position: relative;
  z-index: 10;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 1.5rem 0; }
  .banner .banner-overlay,
  .banner-cta .banner-overlay {
    position: relative;
    z-index: 20;
    display: table;
    height: auto;
    margin: 0 auto;
    padding-top: 0; }
  .banner .banner-content,
  .banner-cta .banner-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: auto;
    margin: 0 auto;
    padding-top: 0; }
  .banner .banner-inset,
  .banner-cta .banner-inset {
    background: white;
    padding: 60px; }
  .banner .banner-background,
  .banner-cta .banner-background {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    margin-left: -800px;
    width: 1600;
    max-width: none;
    height: auto; }

.banner-cta {
  height: auto;
  padding: 2rem 1rem; }

.banner-home h1 {
  color: white; }
.banner-home p {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  color: white; }
.banner-home ul {
  list-style-type: none;
  margin: 0;
  padding: 10px;
  background-color: white;
  border-radius: 3px;
  clear: both; }
  .banner-home ul li {
    float: left;
    display: inline-block; }
    .banner-home ul li a {
      color: #03692b; }

.banner-conference {
  padding-bottom: 70px; }

/* 	MEMBER CTA */
.member-cta {
  background: white;
  padding: 1.5rem;
  margin-top: 0; }
  .member-cta h2 {
    color: #03692b; }

.nav-tabs {
  margin: 0;
  border-bottom: none; }
  .nav-tabs > li {
    width: 33.333%;
    padding: 0;
    color: #3f3f3f;
    border-bottom: none; }
    .nav-tabs > li > a {
      padding: 10px 0;
      margin-right: -1px;
      border: 1px solid #b7b7b7;
      border-radius: 4px 4px 0 0;
      background-color: #cfecdb; }
      .nav-tabs > li > a h2 {
        color: #03692b; }
    .nav-tabs > li > a:hover {
      border-color: #b7b7b7;
      background-color: #cfecdb; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      border: 1px solid #b7b7b7;
      color: #3f3f3f;
      border-bottom-color: transparent;
      background-color: white;
      cursor: default; }
      .nav-tabs > li.active > a h2, .nav-tabs > li.active > a:hover h2, .nav-tabs > li.active > a:focus h2 {
        color: #3f3f3f; }
    .nav-tabs > li h3 {
      margin: 0;
      padding: 0;
      color: #03692b; }

.tab-content {
  padding: 30px;
  margin: 0 0 30px 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0; }
  .tab-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	HOME (Small) */
@media (min-width: 768px) {
  .home-cards {
    padding: 3.75rem 0 1.875rem 0; }

  .card {
    height: 325px;
    padding: 30px; }

  .banner,
  .banner-cta {
    height: 480px;
    padding: 0; }
    .banner .banner-overlay,
    .banner-cta .banner-overlay {
      height: 480px; }
    .banner .banner-inset,
    .banner-cta .banner-inset {
      padding: 60px; }
    .banner .banner-background,
    .banner-cta .banner-background {
      margin-left: -700px;
      width: 1400px; }

  .banner-home p {
    margin: 0 0 24px 0;
    font-size: 21px; }

  .member-cta {
    padding: 2rem; }

  .tab-content {
    border-right: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	HOME (Medium) */
@media (min-width: 992px) {
  .card {
    height: 325px;
    padding: 1.875rem; }

  .banner,
  .banner-cta {
    height: 520px; }
    .banner .banner-overlay,
    .banner-cta .banner-overlay {
      height: 520px; }
    .banner .banner-inset,
    .banner-cta .banner-inset {
      padding: 60px; }
    .banner .banner-background,
    .banner-cta .banner-background {
      margin-left: -800px;
      width: 1600px; }

  .banner-home p {
    margin: 0 0 24px 0;
    font-size: 21px; }

  .member-cta {
    padding: 3rem; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	HOME (Large) */
@media (min-width: 1200px) {
  .home-cards {
    padding: 3.75rem 0; }

  .card {
    height: 325px;
    padding: 1.875rem; }

  .banner,
  .banner-cta {
    height: 680px; }
    .banner .banner-overlay,
    .banner-cta .banner-overlay {
      height: 680px; }
    .banner .banner-inset,
    .banner-cta .banner-inset {
      padding: 60px; }
    .banner .banner-background,
    .banner-cta .banner-background {
      margin-left: -960px;
      width: 1920px; }

  .banner-home p {
    margin: 0 0 32px 0;
    font-size: 24px; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	DIRECTORY (xsmall) */
/*	BANNER */
.banner-directory {
  position: relative;
  z-index: 10;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 60px 0; }
  .banner-directory .banner-overlay {
    position: relative;
    z-index: 20;
    display: table;
    height: auto;
    margin: 0 auto;
    padding-top: 0; }
  .banner-directory .banner-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: auto;
    margin: 0 auto;
    padding-top: 0; }
    .banner-directory .banner-content h1, .banner-directory .banner-content h2, .banner-directory .banner-content h3, .banner-directory .banner-content h4 {
      color: white; }
  .banner-directory .banner-background {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    margin-left: -960px;
    width: 1920px;
    max-width: none;
    height: auto; }

/*	SEARCHBAR */
.searchbar {
  margin-top: 30px; }
  .searchbar select option {
    font-family: 'PT-Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #3f3f3f; }
  .searchbar input,
  .searchbar select {
    width: 100%;
    margin-bottom: 1em;
    padding: 10px 12px;
    font-family: 'PT-Sans', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none; }
  .searchbar input[type="submit"] {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: white;
    border: none;
    padding: 6px 12px;
    background-color: #03692b; }
    .searchbar input[type="submit"]:hover {
      background-color: #39a764; }
  .searchbar .namesearch {
    margin-top: 30px; }

.directory-intro {
  text-align: center; }

/*	RESULTS & PROFILE */
.dir-results a,
.dir-profile a {
  text-decoration: none;
  color: #03692b; }
  .dir-results a:hover,
  .dir-profile a:hover {
    text-decoration: none;
    color: #3f3f3f; }

.dir-results h2,
.dir-profile h2 {
  margin: 0 0 15px 0; }

.dir-results h4,
.dir-profile h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #999999;
  margin: 0 0 1rem 0; }

.dir-results h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #999999;
  margin: 0 0 1rem 0; }

.dir-results ul,
.dir-profile ul {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0; }

.dir-results-categories {
  font-style: italic;
  color: #999999; }

.dir-results-pic,
.dir-profile-pic {
  margin: 0 0 1rem 0; }

.dir-results .badge,
.dir-profile .badge {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 400;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0; }

.dir-results-cert,
.dir-profile-cert {
  margin: 0 0 1rem 0; }

.dir-results,
.dir-results-email {
  margin-bottom: 2rem; }

.dir-results th {
  padding: 3px 0;
  color: #999999; }

.dir-results td {
  padding: 3px 0 3px 8px; }

.dir-results td.fullwidth {
  padding: 3px 0 6px 0; }

.dir-results-email ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.dir-results-email ul ul.pagination {
  margin-top: 15px; }

.advert {
  margin: 0 0 2rem 0;
  width: 100%; }

.pagination > li > a, .pagination > li > span {
  color: #03692b;
  border: 1px solid #b3b3b3; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #03692b;
  background-color: #f3f3f3;
  border-color: #b3b3b3; }

/*	NON-MEMBER LISTING */
.dir-results a {
  color: #03692b; }

.dir-results a:hover {
  color: #505250; }

.dir-results hr {
  margin: 0 0 1rem 0; }

.dir-results h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  color: #3f3f3f;
  margin: 0 0 15px 0; }

/*	INDIVIDUAL MEMBER LISTING */
.dir-results.individual a,
.dir-profile.individual a {
  color: #03692b; }

.dir-results.individual a:hover,
.dir-profile.individual a:hover {
  color: #3f3f3f; }

.dir-results.individual hr,
.dir-profile.individual hr {
  margin: 0; }

.dir-results.individual .dir-results-pic,
.dir-profile.individual .dir-profile-pic {
  background: #03692b; }

.dir-results.individual .badge,
.dir-profile.individual .badge {
  color: #03692b;
  background-color: #cfecdb; }

.dir-profile.individual h2 {
  color: #03692b; }

.dir-results.individual h2 {
  font-size: 18px;
  color: #03692b; }

/*	BUSINESS MEMBER LISTING */
.dir-results.business a,
.dir-profile.business a {
  color: #195684; }

.dir-results.business a:hover,
.dir-profile.business a:hover {
  color: #3f3f3f; }

.dir-results.business hr,
.dir-profile.business hr {
  margin: 0; }

.dir-results.business .dir-results-pic,
.dir-profile.business .dir-profile-pic {
  background: #195684; }

.dir-results.business .badge,
.dir-profile.business .badge {
  color: #195684;
  background-color: #c7deef; }

.dir-profile.business h2 {
  color: #195684; }

.dir-results.business h2 {
  font-size: 18px;
  color: #195684; }

/*	SPONSOR MEMBER LISTING */
.dir-results.sponsor a,
.dir-profile.sponsor a,
.dir-results.sustaining a,
.dir-profile.sustaining a {
  color: #db6519; }

.dir-results.sponsor a:hover,
.dir-profile.sponsor a:hover,
.dir-results.sustaining a:hover,
.dir-profile.sustaining a:hover {
  color: #3f3f3f; }

.dir-results.sponsor hr,
.dir-profile.sponsor hr,
.dir-results.sustaining hr,
.dir-profile.sustaining hr {
  margin: 0; }

.dir-results.sponsor .dir-results-pic,
.dir-profile.sponsor .dir-profile-pic,
.dir-results.sustaining .dir-results-pic,
.dir-profile.sustaining .dir-profile-pic {
  background: #db6519; }

.dir-results.sponsor .badge,
.dir-profile.sponsor .badge,
.dir-results.sustaining .badge,
.dir-profile.sustaining .badge {
  color: #db6519;
  background-color: #f3d9c8; }

.dir-profile.sponsor h2,
.dir-profile.sustaining h2 {
  color: #db6519; }

.dir-results.sponsor h2,
.dir-results.sustaining h2 {
  font-size: 18px;
  color: #db6519; }

/*	LEGEND */
.legend {
  margin: 15px 0 30px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }

.legend-item p {
  margin-top: 6px;
  color: #999999; }

.legend-item {
  float: left;
  margin-right: 20px; }

.legend-item span {
  font-style: 400;
  color: #999999; }

/*	CSA DIRECTORY */
.csa-map {
  width: 100%;
  height: 400px;
  margin: 15px 0 15px 0; }

.csa-details h4 {
  margin-top: 28px; }

.csa-details .label {
  display: inline-block;
  padding: 6px 10px;
  margin: 0 0 15px 0;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px; }

.label.available {
  color: #447521;
  background: #d5edc3; }

.label.soldout {
  color: #e41937;
  background: #af2d6b; }

/*	PROFILE DETAILS */
.dir-profile-details {
  margin: 1rem 0 2rem 0; }

.dir-profile-details a {
  color: #03692b; }

.dir-profile-details a:hover {
  color: #363225; }

.dir-profile-details th {
  padding: 4px 0;
  border-bottom: 1px solid #b3b3b3; }

.dir-profile-details td {
  padding: 4px 0 4px 8px;
  border-bottom: 1px solid #b3b3b3; }

.dir-profile-myacorn h2 {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  font-size: 1.5em; }

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	DIRECTORY (Small) */
@media (min-width: 768px) {
  .banner-directory {
    height: auto; }
    .banner-directory .banner-overlay {
      height: 480px; }
    .banner-directory .banner-background {
      margin-left: -700px;
      width: 1400px; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	DIRECTORY (Medium) */
@media (min-width: 992px) {
  .banner-directory {
    height: 520px;
    padding: 0; }
    .banner-directory .banner-overlay {
      height: 520px; }
    .banner-directory .banner-background {
      margin-left: -800px;
      width: 1600px; }

  .searchbar {
    margin-top: 60px; }
    .searchbar .namesearch input {
      font-size: 14px;
      padding: 6px 8px; }
    .searchbar .category, .searchbar .province, .searchbar .pos, .searchbar .type, .searchbar .keywords {
      width: 25%;
      margin: 0 5px 1em 5px; }
    .searchbar .farmname {
      width: 40%;
      margin: 0 5px 1em 5px; }
    .searchbar input[type="submit"] {
      width: 10%;
      margin: 0 5px 1em 5px; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	DIRECTORY (Large) */
@media (min-width: 1200px) {
  .banner-directory {
    height: 680px; }
    .banner-directory .banner-overlay {
      height: 680px; }
    .banner-directory .banner-background {
      margin-left: -960px;
      width: 1920px; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	LIBRARY (xsmall) */
/*	SEARCH RESULTS */
.results {
  /* Remove black bar on top of thumbnail */ }
  .results ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .results li {
    margin: 0 0 1.5em 0;
    border-bottom: 1px solid #b3b3b3; }
  .results .description ul {
    list-style: disc;
    margin: 0 0 16px 15px;
    padding: 0; }
  .results .description li {
    margin: 0;
    border-bottom: none; }
  .results .icon {
    width: 60px;
    float: left; }
  .results .info {
    margin-left: 60px; }
  .results .glyphicon {
    margin-top: -3px;
    padding: 8px 8px 10px 10px;
    font-size: 1.15em;
    color: white;
    border-radius: 21px;
    background-color: #998f5e; }
  .results h4 {
    margin: 0; }
  .results .categories {
    margin: 0 0 .5em 0;
    font-style: italic; }
  .results .video-thumb {
    position: relative;
    float: left;
    margin: 3px 9px 1em 0;
    width: 116px;
    height: 65px;
    overflow: hidden; }
  .results .video-thumb img {
    margin-top: -11px; }
  .results span.description {
    display: block;
    margin: 0 0 1em 0; }

.video-frame {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 0;
  padding-bottom: 66.66666666%;
  margin-bottom: 30px;
  overflow: hidden;
  background: black; }
  .video-frame iframe {
    position: absolute; }

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	EVENTS (xsmall) */
.evnt-results a {
  text-decoration: none;
  color: #03692b; }

.evnt-results a:hover {
  text-decoration: none;
  color: #3f3f3f; }

.evnt-results.ACORN h2 {
  margin: 0 0 15px 0;
  color: #03692b; }

.evnt-results h6,
.event-profile h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .05rem;
  color: #999999;
  margin: 0 0 1rem 0;
  padding: 0;
  text-align: left;
  border: none;
  background-color: transparent; }

.evnt-results ul {
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0; }

.event-profile ul {
  list-style: disc;
  margin: 0 0 16px 18px;
  padding: 0; }

.evnt-results-pic {
  margin: 0 0 16px 0;
  background: #03692b; }

.evnt-results .badge,
.event-profile .badge {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 400;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0; }

.advert {
  margin: 0 0 2rem 0; }

.pagination > li > a, .pagination > li > span {
  color: #03692b;
  border: 1px solid #b3b3b3; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #03692b;
  background-color: #f3f3f3;
  border-color: #b3b3b3; }

/*	--------------------------------------------------------------------------
	Featured Event */
.evnt-featured h2 {
  margin: .5em 0 .5em 0; }

/*	--------------------------------------------------------------------------
	Non-ACORN Event */
.evnt-results.None hr {
  margin: 0 0 15px 0; }

.evnt-results.None h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #3f3f3f;
  margin: 0 0 1rem 0; }

/*	--------------------------------------------------------------------------
	ACORN Event */
.evnt-results.ACORN hr,
.event-profile.ACORN hr {
  margin: 0; }

.evnt-results.ACORN .badge,
.event-profile.ACORN .badge {
  color: #03692b;
  background-color: #cfecdb; }

/*	--------------------------------------------------------------------------
	Event Profile */
.event-profile-pic {
  margin: 0 0 2rem 0;
  background: #03692b; }

.event-profile-details {
  margin: 1rem 0 2rem 0; }
  .event-profile-details a {
    color: #03692b; }
  .event-profile-details a:hover {
    color: #363225; }
  .event-profile-details th {
    font-weight: bold;
    padding: 4px 0;
    border-bottom: 1px solid #b3b3b3; }
  .event-profile-details td {
    padding: 4px 0 4px 8px;
    border-bottom: 1px solid #b3b3b3; }
    .event-profile-details td p {
      margin: 0; }

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	CLASSIFIEDS (xsmall) */
.classified {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b7b7b7; }
  .classified h2 {
    color: #03692b; }
  .classified a {
    text-decoration: none;
    color: #03692b; }
  .classified .classified a:hover {
    text-decoration: underline;
    color: #505250; }
  .classified .classified-date {
    margin-bottom: 2rem; }
  .classified .classified-contact {
    margin: 0 0 1rem 0;
    padding: 0; }
    .classified .classified-contact th {
      font-weight: 700; }

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	CSA (xsmall) */
.photo-feature {
  position: relative;
  z-index: 10;
  overflow: hidden;
  text-align: center;
  height: 450px; }
  .photo-feature h2 {
    position: relative;
    z-index: 20;
    color: white;
    margin-top: 200px; }
  .photo-feature .photo-feature-background {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    margin-left: -321px;
    width: 642px;
    max-width: none;
    height: auto; }

.sidebar-cap {
  width: 100%;
  height: 100px;
  background-color: #d5d1bf; }

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	CONFERENCE (xsmall) */
.wrapper-adverts {
  margin-top: 2rem; }

.conference-ad-group {
  position: relative;
  width: 100%;
  height: auto; }

.conference-ad {
  margin-bottom: 1.875rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 292px; }

.platinum {
  margin-top: 1.875rem;
  margin-right: auto;
  margin-left: auto; }

.conference-glance ul li a {
  color: #505250; }

.conference-workshop {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3; }
  .conference-workshop .date {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .05em; }
  .conference-workshop ul.details {
    list-style-type: none;
    margin-left: 0; }

.conference-speaker {
  margin-bottom: 30px; }
  .conference-speaker img {
    margin-bottom: 5px; }
  .conference-speaker h4 {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .conference-speaker h4 a {
      color: #505250; }

.conference-speaker-detail ul li a:hover {
  color: #505250; }
.conference-speaker-detail .cert-logo {
  margin: 0 0 15px 0; }
.conference-speaker-detail .photo {
  float: right;
  margin: 0 0 15px 15px; }
.conference-speaker-detail .org {
  margin-top: 0;
  font-style: italic; }

/*	CONTHEME */
.contheme-2017 {
  padding: 2rem 0;
  background-color: #09152b; }
  .contheme-2017 .contheme-text {
    padding: 2rem 2rem 0 2rem;
    text-align: center; }
    .contheme-2017 .contheme-text h3 {
      color: white; }
    .contheme-2017 .contheme-text p {
      color: #8c939f; }

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	CONFERENCE (Small) */
@media (min-width: 768px) {
  .conference-ad-group {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 82.9%; }
    .conference-ad-group .conference-ad:nth-child(1) {
      position: absolute;
      top: 0;
      margin-bottom: 0;
      width: 100%; }
    .conference-ad-group .conference-ad:nth-child(2) {
      position: absolute;
      bottom: 0;
      margin-bottom: 0;
      width: 100%; }

  .conference-ad {
    max-width: none; }

  .platinum {
    margin: 0 0 1.875rem 1.875rem;
    float: right; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	CONFERENCE (Medium) */
@media (min-width: 992px) {
  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	CONFERENCE (Large) */
@media (min-width: 1200px) {
  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	SEED (xsmall) */
.seed-profile .organic {
  float: right; }
.seed-profile .photo {
  width: 100%;
  margin: 2rem 0; }
.seed-profile .panel ul {
  list-style-type: none;
  margin: 0 0 1rem 0; }

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	SEED (Small) */
@media (min-width: 768px) {
  .seed-profile .photo {
    width: 50%; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	SEED (Medium) */
@media (min-width: 992px) {
  .seed-profile .photo {
    width: 100%;
    margin: 0; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	SEED (Large) */
@media (min-width: 1200px) {
  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	CONTENT (xsmall) */
.content-body {
  position: relative;
  margin: 30px 0;
  padding: 0 15px 30px 0;
  border-bottom: 1px solid #b3b3b3; }

.body-centered {
  text-align: center; }

.grid img {
  float: left;
  margin: 0 15px 0 0; }

.grid {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #cfc79e; }

.text li {
  margin: 0 0 1em 0; }

.text a {
  text-decoration: none;
  color: #4b8d1c; }

.text a:hover {
  text-decoration: underline;
  color: #505250; }

.page-graphic {
  margin-bottom: 30px; }

.network-partner {
  margin-bottom: 2rem; }

.video-frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.3%;
  margin-bottom: 20px;
  overflow: hidden; }
  .video-frame iframe {
    position: absolute; }

.wrapper-video, .wrapper-gallery {
  padding: 1.875rem 0; }

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	CONTENT (small) */
@media (min-width: 768px) {
  .content-body {
    padding-right: 45px; }

  .body-centered {
    padding-right: 12%;
    padding-left: 12%; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	PROJECTS */
.intro img {
  margin-bottom: 30px; }

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	PANELS */
.panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading h2 {
    margin: 0; }

.panel-body {
  padding: 16px 16px 0 16px; }
  .panel-body img {
    margin-bottom: 16px; }

/*	Default */
.panel-default {
  border-color: #b3b3b3; }

.panel-default > .panel-heading {
  border-color: #b3b3b3;
  background-color: #f3f3f3; }

.panel-default .panel-heading h2 {
  color: #505250; }

/*	Green Panel */
.panel-green {
  border-color: #b3b3b3; }

.panel-green > .panel-heading {
  border-color: #b3b3b3;
  background-color: #d5edc3; }

.panel-green .panel-heading h2 {
  color: #447521; }

/*	Blue Panel */
.panel-blue {
  border-color: #b3b3b3; }

.panel-blue > .panel-heading {
  border-color: #b3b3b3;
  background-color: #d3e4f1; }

.panel-blue .panel-heading h2 {
  color: #195684; }

/*	Orange Panel */
.panel-orange {
  border-color: #b3b3b3; }

.panel-orange > .panel-heading {
  border-color: #b3b3b3;
  background-color: #f3d9c8; }

.panel-orange .panel-heading h2 {
  color: #db6519; }

/*	Yellow Panel */
/*	Members */
.panel-memberplans {
  border-color: #b3b3b3; }

.panel-memberplans > .panel-heading {
  background-color: #f3f3f3;
  border-color: #b3b3b3; }

.panel-memberplans > .panel-heading.active {
  background-color: #d5edc3; }

.panel-memberplans > .panel-heading.canceled {
  background-color: #edc3c3; }

.panel-memberplans > .panel-heading.expired {
  background-color: #edc3c3; }

/*	SEED */
.panel-seed {
  border-color: #d5edc3; }
  .panel-seed h3 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.15;
    color: #03692b;
    margin: 0; }
  .panel-seed a:hover h3 {
    color: #db6519; }
  .panel-seed .panel-body {
    position: relative; }
    .panel-seed .panel-body .organic {
      position: absolute;
      top: 15px;
      right: 16px; }

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	ALERTS */
.alert {
  padding: 16px 16px 0 16px; }
  .alert p {
    margin-bottom: 16px; }

/*	Success */
.alert-success {
  border-color: #9cbe82;
  background-color: #d5edc3; }
  .alert-success > p {
    color: #447521; }
  .alert-success a:hover {
    color: #447521; }

/*	Information */
.alert-info {
  border-color: #5491be;
  background-color: #d3e4f1; }
  .alert-info > h4, .alert-info > p {
    color: #195684; }
  .alert-info a {
    color: #195684;
    text-decoration: underline; }
  .alert-info a:hover {
    color: #195684; }

/* Warning */
.alert-warning {
  border-color: #faebcc;
  background-color: #fcf8e3; }
  .alert-warning p {
    color: #8a6d3b; }
  .alert-warning a:hover {
    color: #8a6d3b; }

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	FORMS (xsmall) */
/*	GENERAL FORM */
.form-general label {
  margin: 8px 0 2px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #3f3f3f; }
.form-general input, .form-general select, .form-general textarea {
  width: 100%;
  margin-bottom: 8px;
  padding: 6px;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b7b7b7; }
.form-general .province {
  width: 77%;
  margin-right: 2%; }
.form-general .province-other {
  width: 20%; }
.form-general .country {
  width: 57%;
  margin-right: 2%; }
.form-general .country-other {
  width: 40%; }
.form-general .month {
  width: 75%;
  margin-right: 2%; }
.form-general .day {
  width: 22%; }
.form-general input.submit {
  width: auto;
  padding: 6px 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: white;
  text-align: center;
  border: none;
  background-color: #03692b; }
  .form-general input.submit:hover {
    background-color: #39a764; }
.form-general input[type="radio"],
.form-general input[type="checkbox"] {
  width: auto; }
.form-general span {
  color: #e41937; }
.form-general .instructions {
  margin-bottom: 2px;
  font-size: 0.85rem;
  font-style: italic; }

/*	FF COMPOSER FORM OVERRIDES */
.ff_composer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ff_composer .line,
.ff_composer .line:last-child,
.ff_composer .last_unit {
  overflow: hidden; }

.ff_composer .unit {
  float: left;
  padding: 0; }

.ff_composer .unit_right {
  float: right; }

.ff_composer .size1of1 {
  float: none; }

.ff_composer .size1of2 {
  width: 50%; }

.ff_composer .size1of3 {
  width: 33.33333%; }

.ff_composer .size2of3 {
  width: 66.66666%; }

.ff_composer .size1of4 {
  width: 25%; }

.ff_composer .size3of4 {
  width: 75%; }

.ff_composer .line:last-child,
.ff_composer .last_unit {
  float: none;
  width: auto; }

.ff_composer p,
.ff_composer h1,
.ff_composer h2,
.ff_composer h3,
.ff_composer h4,
.ff_composer h5,
.ff_composer h6 {
  margin: 0; }

.ff_composer h2 {
  display: none; }

.ff_composer .required_item {
  margin-left: 4px;
  color: red; }

.ff_composer textarea,
.ff_composer input,
.ff_composer input[type="text"],
.ff_composer input[type="email"],
.ff_composer input[type="url"],
.ff_composer input[type="number"],
.ff_composer input[type="password"],
.ff_composer input[type="search"] {
  width: 100%;
  margin-bottom: .5em;
  padding: 6px;
  font-size: 1rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b3b3b3; }

.ff_composer input[type="checkbox"] {
  width: auto; }

.ff_composer input[type="submit"] {
  width: auto;
  text-align: center;
  margin-bottom: .5em;
  padding: 6px;
  font-size: 1.15rem;
  font-weight: bold;
  color: white;
  border: none;
  background-color: #4b8d1c; }

.ff_composer input[type="submit"]:hover {
  background-color: #70bc3a; }

.ff_composer ul.dynamic_recipients {
  list-style: none;
  padding: 0; }

.ff_composer .field_label {
  font-weight: bold; }

.ff_composer label {
  display: inline-block;
  margin: 8px 0 2px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #3f3f3f; }

/*	CONTACT FORM */
.formContact label {
  margin: 8px 0 2px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #3f3f3f; }
.formContact input, .formContact textarea {
  width: 100%;
  margin-bottom: 8px;
  padding: 6px;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b7b7b7; }
.formContact input.submit {
  width: 70px;
  text-align: center;
  color: white;
  font-weight: 400;
  border: none;
  background-color: #03692b; }
  .formContact input.submit:hover {
    background-color: #39a764; }

/*	MY PROFILE */
.myprofile ul {
  list-style: none;
  margin: 0;
  padding: 4px 0 0 0; }
.myprofile li h4 {
  margin: 7px 0 4px 0;
  padding: 0 0 5px 0;
  font-size: 1rem;
  font-weight: 700;
  color: #998f5e;
  border-bottom: 1px solid #cfc79e; }
.myprofile li p {
  margin-bottom: 26px;
  padding: 3px 0 0 0; }

/*	SEARCH FILTERS */
.search-filters {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3f3f3f; }
  .search-filters select option {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3f3f3f; }
  .search-filters label {
    display: block;
    margin: 8px 0 2px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #3f3f3f; }
  .search-filters input, .search-filters select, .search-filters textarea {
    margin-bottom: 1em;
    padding: 6px 10px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #b7b7b7; }
  .search-filters input[type="checkbox"],
  .search-filters input[type="radio"] {
    margin-bottom: 0; }
  .search-filters .short {
    width: auto; }
  .search-filters .full-width {
    width: 100%; }
  .search-filters input.submit {
    width: auto;
    padding: 6px 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: white;
    border: none;
    background-color: #03692b; }
    .search-filters input.submit:hover {
      background-color: #39a764; }
  .search-filters input.submit-linear {
    width: auto;
    padding: 5px 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    text-align: center;
    border: none;
    background-color: #03692b; }
    .search-filters input.submit-linear:hover {
      background-color: #39a764; }

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	FORMS (small) */
@media (min-width: 768px) {
  .search-filters input.submit-linear {
    margin-top: 33px; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	TABLES */
/*	--------------------------------------------------------------------------
	Member Benefits
*/
.member-benefits {
  width: 100%;
  margin-bottom: .5em;
  border: 1px solid #b3b3b3; }

.member-benefits td {
  margin-bottom: .5em;
  padding: .5em;
  height: 56px;
  text-align: center;
  border: 1px solid #b3b3b3; }

.member-benefits th {
  margin-bottom: .5em;
  padding: .5em;
  font-weight: bold;
  text-align: left;
  background: #f3f3f3;
  border: 1px solid #b3b3b3; }

.member-benefits th.large {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal; }

.member-benefits th span {
  display: inline-block;
  font-weight: normal; }

th.benefits,
th.benefits-individual,
th.benefits-business,
th.benefits-sponsor {
  font-size: 28px;
  line-height: 1;
  text-align: center;
  background: white; }

th.benefits-individual {
  color: #447521;
  background: #d5edc3; }

th.benefits-business {
  color: #195684;
  background: #d3e4f1; }

th.benefits-sponsor {
  color: #db6519;
  background: #f3d9c8; }

th.benefits-individual span,
th.benefits-business span,
th.benefits-sponsor span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 21px;
  color: #505250; }

/*	--------------------------------------------------------------------------
	Membership Options
*/
.membership-options {
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid #b3b3b3; }

.membership-options td {
  margin-bottom: .5em;
  padding: .5em;
  height: 56px;
  text-align: center;
  border: 1px solid #b3b3b3; }
  .membership-options td.selected {
    color: #447521;
    background: #d5edc3; }

.membership-options th {
  margin-bottom: .5em;
  padding: .5em;
  font-weight: bold;
  text-align: left;
  background: #f3f3f3;
  border: 1px solid #b3b3b3; }
  .membership-options th.selected {
    color: #447521;
    background: #d5edc3; }

/*	--------------------------------------------------------------------------
	Member Plans
*/
.plan-options {
  width: 100%;
  margin-bottom: 16px; }

.plan-options td {
  margin-bottom: .5em;
  padding: .5em 0;
  border-bottom: 1px solid #b3b3b3; }

.plan-options td.last {
  border-bottom: none; }

.plan-history td {
  margin-bottom: .5em;
  padding: .5em 0;
  border-top: 1px solid #b3b3b3; }

.plan-history th {
  margin-bottom: .5em;
  padding: .5em 0;
  font-weight: bold; }

/*	--------------------------------------------------------------------------
	Event Payment Options
*/
.paypal-button > form > input[type="image"] {
  margin: 0; }

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	HELPERS (xsmall) */
/*	MARGINS / PADDING */
.no-margin {
  margin-right: 0;
  margin-left: 0; }

.no-padding {
  padding-right: 0;
  padding-left: 0; }

/*	IMAGE REPLACEMENT */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

/*	Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/*	Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*	Extends the .visuallyhidden class to allow the element to be focusable
	when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*	Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/*	Clearfix: contain floats */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*	For IE 6/7 only. Include this rule to trigger hasLayout and contain floats. */
.clearfix {
  *zoom: 1; }

/*	Custom Helpers */
.centered {
  text-align: center; }

/*	VISIBILITY */
.mobile-on {
  display: block;
  visibility: visible; }

.mobile-off {
  display: none;
  visibility: hidden; }

.hide-for-xs {
  display: none;
  visibility: hidden; }

.hide-for-sm {
  display: block;
  visibility: visible; }

.hide-for-md {
  display: block;
  visibility: visible; }

.show-for-md {
  display: none;
  visibility: hidden; }

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	HELPERS (Small) */
@media (min-width: 768px) {
  /*	VISIBILITY */
  .mobile-on {
    display: none;
    visibility: hidden; }

  .mobile-off {
    display: block;
    visibility: visible; }

  .hide-for-xs {
    display: block;
    visibility: visible; }

  .hide-for-sm {
    display: none;
    visibility: hidden; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	HELPERS (Medium) */
@media (min-width: 992px) {
  /*	VISIBILITY */
  .hide-for-xs {
    display: block;
    visibility: visible; }

  .hide-for-sm {
    display: block;
    visibility: visible; }

  .hide-for-md {
    display: none;
    visibility: hidden; }

  .show-for-md {
    display: block;
    visibility: visible; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	HELPERS (Large) */
@media (min-width: 1200px) {
  /*	VISIBILITY */
  .hide-for-xs {
    display: block;
    visibility: visible; }

  .hide-for-sm {
    display: block;
    visibility: visible; }

  .hide-for-md {
    display: none;
    visibility: hidden; }

  /*	*/ }
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	DEFAULTS */
img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/*# sourceMappingURL=compiled.css.map */
