/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.clearfix:after, .container:after, .container-holder:after, .info-holder:after, .name-list:after, #header:after, #nav:after, #nav .nav-bar:after, .slide-holder:after {
  content: " ";
  display: block;
  clear: both; }

.social-icons, .info, .info .detail, .team-list, .name-list, #nav .nav-bar, #nav .nav-bar .drop-down {
  margin: 0;
  padding: 0;
  list-style: none; }

.social-icons, .info, .info .detail, .team-list, .name-list, #nav .nav-bar, #nav .nav-bar .drop-down {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .container:after, .container-holder:after, .info-holder:after, .name-list:after, #header:after, #nav:after, #nav .nav-bar:after, .slide-holder:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #cc3333; }
  a:hover {color: #999; }, a:focus {
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.resize-active * {
  transition: none !important;
  -webkit-transition: none !important; }

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative; }

.container {
  max-width: 1139px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .container {
      padding: 0 10px; } }
  @media (min-width: 1151px) {
    .container {
      padding: 0; } }

.container-holder {
  padding: 0; }

#main {
  overflow: hidden; }

.info-holder {
  background: #e1e1e1;
  margin: 0;
  padding: 19px 26px 0; }
  @media (min-width: 768px) {
    .info-holder {
      margin: 0 -0.8%;
      padding: 15px 10px 22px; } }
  .info-holder .info-col {
    float: left;
    color: #000;
    width: 100%;
    margin: 0 0 15px;
    font: 400 12px/14px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-align: center; }
    @media (max-width: 767px) {
      .info-holder .info-col {
        height: inherit !important; } }
    @media (min-width: 768px) {
      .info-holder .info-col {
        width: 23.8%;
        margin: 0 0.3% 0 0.8%; } }
  .info-holder h1 {
    margin: 0 0 4px;
    color: #cc3333;
    text-transform: uppercase;
    font: 700 18px/22px "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
    @media (min-width: 768px) {
      .info-holder h1 {
        font-size: 13px;
        line-height: 16px;
        margin: 0 0 5px; } }
    @media (min-width: 1000px) {
      .info-holder h1 {
        font-size: 16px;
        line-height: 20px; } }
    @media (min-width: 1151px) {
      .info-holder h1 {
        font-size: 18px;
        line-height: 22px; } }
  .info-holder p {
    margin: 0 0 1px; }
  .info-holder .img-holder {
    margin: 0 0 7px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .info-holder .img-holder {
        margin: 0 0 5px; } }
    .info-holder .img-holder img {
      display: block;
      width: 100%;
      height: auto; }
  .info-holder .text-holder {
    padding: 0 31px; }
    @media (min-width: 768px) {
      .info-holder .text-holder {
        padding: 0 4px;
        padding: 0 25px; } }
    @media (min-width: 1151px) {
      .info-holder .text-holder {
        padding: 0 4px; } }

.more {
  display: inline-block;
  vertical-align: top;
  color: #cc3333;
  text-decoration: none;
  font: 700 12px/15px "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .more .arrow {
    display: inline-block;
    vertical-align: top;
    margin: 1px 0 0; }
  .more:hover {
    text-decoration: underline;
	color: #cc3333; }

.social-icons {
  overflow: hidden;
  text-align: right;
  margin: 0 10px 11px 0; }
  @media (min-width: 768px) {
    .social-icons {
      margin: 0 0 12px; } }
  @media (min-width: 1000px) {
    .social-icons {
      margin: 0 0 12px; } }
  @media (min-width: 1151px) {
    .social-icons {
      margin: 0 0 30px; } }
  .social-icons li {
    display: inline-block;
    vertical-align: top;
    margin: 0; }
    @media (min-width: 768px) {
      .social-icons li {
        margin: 0 0 0 2px; } }
  .social-icons a {
    display: block;
    overflow: hidden;
    text-indent: 9999px;
    width: 17px;
    height: 17px;
    background: url(../images/sprite.png) no-repeat -2px -29px; }
    @media (min-width: 768px) {
      .social-icons a {
        width: 21px;
        height: 21px; } }
    .social-icons a:hover {
      opacity: 0.8; }
  .social-icons .icon-facebook {
    background: url(../images/sprite.png) no-repeat -2px -29px;
    width: 17px;
    height: 17px; }
    @media (min-width: 768px) {
      .social-icons .icon-facebook {
        background: url(../images/sprite.png) no-repeat 0 0;
        width: 21px;
        height: 21px; } }
  .social-icons .icon-twitter {
    background: url(../images/sprite.png) no-repeat -36px -29px;
    width: 17px;
    height: 17px; }
    @media (min-width: 768px) {
      .social-icons .icon-twitter {
        background: url(../images/sprite.png) no-repeat -34px 0;
        width: 21px;
        height: 21px; } }
  .social-icons .icon-linkedin {
    background: url(../images/sprite.png) no-repeat -72px -29px;
    width: 17px;
    height: 17px; }
    @media (min-width: 768px) {
      .social-icons .icon-linkedin {
        background: url(../images/sprite.png) no-repeat -70px 0;
        width: 21px;
        height: 21px; } }
  .social-icons.add {
    text-align: center; }
    @media (min-width: 768px) {
      .social-icons.add {
        float: left;
        margin: 3px 0 0 3px; } }
    .social-icons.add li {
      margin: 0 9px 0 0; }
    .social-icons.add a {
      width: 42px;
      height: 28px; }
    .social-icons.add .icon-email {
      background: url(../images/sprite.png) no-repeat -2px -53px;
      width: 42px;
      height: 28px; }
    .social-icons.add .icon-linked {
      background: url(../images/sprite.png) no-repeat -60px -53px;
      width: 29px;
      height: 28px; }

.main-holder {
  padding: 15px 0 0;
  overflow: hidden;
  display: table;
  width: 100%; }
  @media (min-width: 768px) {
    .main-holder {
      display: block;
      padding: 19px 0 0; } }

#content {
  overflow: hidden;
  color: #000;
  padding: 0 12px;
  font: 400 14px/24px "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (min-width: 768px) {
    #content {
      padding: 0; } }
  #content h1 {
    margin: 0 0 6px;
    color: #006633;
    text-transform: uppercase;
    font: 700 18px/20px "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
  #content p {
    margin: 0 0 24px; }

#sidebar {
  width: 100%;
  background: #e1e1e1;
  display: table-footer-group; }
  @media (min-width: 768px) {
    #sidebar {
      float: right;
      display: block;
      width: 34%;
      padding: 22px 1.7% 0;
      margin: 5px 0 0 2%; } }
  @media (min-width: 1151px) {
    #sidebar {
      width: 30.7%;
      margin: 5px 0 0 3%; } }

.info {
  overflow: hidden;
  padding: 23px 4.6% 0; }
  @media (min-width: 768px) {
    .info {
      padding: 0; } }
  .info .detail {
    overflow: hidden;
    font: 400 14px/16px "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    .info .detail li {
      position: relative;
      padding: 0 0 0 9px;
      margin: 0 0 8px; }
      .info .detail li:after {
        top: 7px;
        left: 1px;
        content: "";
        position: absolute;
        background: #000;
        border-radius: 100%;
        width: 4px;
        height: 3px; }
    .info .detail a {
      color: #000;
      text-decoration: none; }
      .info .detail a:hover {
        opacity: 0.8; }
  .info h2 {
    margin: 0 0 11px;
    color: #006633;
    font: 700 18px/20px "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
  .info li {
    margin: 0 0 22px; }

.team-holder {
  overflow: hidden;
  padding: 10px 4% 0; }
  @media (min-width: 768px) {
    .team-holder {
      padding: 20px 5% 0; } }

.team-list {
  margin: 0 0 29px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .team-list {
      text-align: center; } }
  .team-list li {
    width: 171px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 13px;
    text-align: center;
    position: relative; }
    @media (max-width: 767px) {
      .team-list li {
        display: block;
        margin: 0 auto; } }
    @media (min-width: 768px) {
      .team-list li {
        margin: 0 75px 10px; } }
    @media (min-width: 1000px) {
      .team-list li {
        margin: 0 60px 0 0; }
        .team-list li:last-child {
          margin: 0; } }
    @media (min-width: 1151px) {
      .team-list li {
        margin: 0 108px 0 0; } }
    .team-list li.active:after, .team-list li:hover:after {
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      height: 6px;
      position: absolute;
      background: #336699; }
  @media (max-width: 767px) {
    .team-list .d-none {
      display: none; } }
  .team-list a {
    text-decoration: none; }
  .team-list .img-holder {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 15px; }
    .team-list .img-holder img {
      display: block;
      width: 100%;
      height: auto; }
  .team-list .name {
    display: block;
    color: #336699;
    margin: 0 0 3px;
    font: 700 24px/27px "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
  .team-list .post {
    display:inline-block;
	vertical-align:top;
    color: #000;
    font: 700 14px/17px "Times New Roman", "Times", "Baskerville", "Georgia", serif; }

.team-info {
  overflow: hidden;
  font: 400 14px/24px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
  width: 100%;
  text-align: left; }
  @media (min-width: 1000px) {
    .team-info {
	width: 100%;
	line-height: 24px;
} }
  .team-info p {
    margin: 0 0 23px; }
    @media (min-width: 1000px) {
      .team-info p {
        margin: 0 0 27px; } }
  .team-info .title {
    font-weight: 700; }

.name-list {
  margin: 0 0 25px;
  text-align: center;
  text-transform: capitalize;
  font: 700 18px/22px "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
  .name-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    position: relative; }
    .name-list li:first-child:after {
      display: none; }
    .name-list li:after {
      top: 3px;
      left: -8px;
      content: "";
      position: absolute;
      width: 2px;
      height: 16px;
      background: #5d80a9;
      border-right: 1px solid #d6dde7; }
  .name-list a {
    color: #336699;
    text-decoration: none; }
    .name-list a:hover {
      opacity: 0.8; }
  @media (min-width: 768px) {
    .name-list {
      display: none; } }

table tr {
  width: 100%; }

table td {
  float: left;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    table td {
      margin: 0; } }

table .map {
  width: 100%;
  display: block; }
  @media (min-width: 768px) {
    table .map {
      float: right;
      width: 60%; } }

table iframe {
  width: 100%; }

#header {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 10px 0 20px; }
  @media (min-width: 768px) {
    #header {
      padding: 27px 0 17px; } }
  #header .logo {
    float: left;
    width: 223px;
    margin: 0 0 0 2px; }
    @media (min-width: 768px) {
      #header .logo {
        width: 204px;
        margin: 0; } }
    @media (min-width: 1000px) {
      #header .logo {
        width: 235px; } }
    @media (min-width: 1151px) {
      #header .logo {
        width: auto;
        margin: 0 0 0 -3px; } }
    #header .logo img {
      display: block;
      width: 100%;
      height: auto; }
  #header .header-holder {
    width: 100%;
    padding: 6px 0 0; }
    @media (min-width: 768px) {
      #header .header-holder {
        float: right;
        width: 72%;
        padding: 4px 0 0; } }
    @media (min-width: 1000px) {
      #header .header-holder {
        width: 75%; } }
    @media (min-width: 1151px) {
      #header .header-holder {
        width: 70%; } }

#footer {
  width: 100%;
  background: #fff;
  padding: 16px 0;
  margin: 25px 0 0;
  text-align: center;
  color: #006633;
  font: 700 14px/18px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  border-top: 30px solid #cc3333; }
  #footer p {
    margin: 0; }
    #footer p a {
      color: #006633;
      text-decoration: none; }
      #footer p a:hover {
	   text-decoration: underline }
		  	

.nav-opener {
  position: relative;
  display: block;
  float: right;
  text-align: center;
  padding: 0;
  margin: 0 10px 0 0;
  border: 1px solid #cccccc;
  width: 60px;
  height: 16px;
  text-decoration: none;
  color: #006633;
  text-transform: uppercase;
  font: 700 14px/14px "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .nav-opener:hover {
    opacity: 0.8; }
  .nav-opener .nav-bar {
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    position: relative;
    overflow: visible;
    width: 100%;
    z-index: 999; }
  @media (min-width: 768px) {
    .nav-opener {
      display: none; } }

.nav-active .nav-bar {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0); }

.nav-active #nav {
  max-height: 500px;
  margin: 20px 0 0; }

#nav {
  max-height: 0;
  z-index: 10;
  overflow: hidden;
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  -webkit-transition: all ease 0.6s;
          transition: all ease 0.6s; }
  @media (min-width: 768px) {
    #nav {
      text-align: right;
      max-height: 100%;
      margin: 0;
      overflow: visible; } }
  #nav .nav-bar {
    padding: 12px 0 8px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #006633;
    text-transform: uppercase;
    font: 700 14px/16px "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 768px) {
      #nav .nav-bar {
        width: 79%;
        padding: 0;
        background: none;
        font-size: 12px;
        line-height: 14px; } }
    @media (min-width: 1000px) {
      #nav .nav-bar {
        font-size: 14px;
        line-height: 16px;
        width: 82%; } }
    #nav .nav-bar .drop-down {
      position: static;
      text-align: center;
      text-transform: capitalize;
      font: italic 700 12px/14px "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      @media (min-width: 768px) {
        #nav .nav-bar .drop-down {
          top: 100%;
          left: -44px;
          z-index: 5;
          position: absolute;
          background: #006633;
          padding: 8px 0 0;
          margin: 9px 0 0;
          width: 154px;
          display: none; }
          #nav .nav-bar .drop-down:after {
            height: 11px;
            bottom: 100%;
            left: 0;
            right: 0;
            content: '';
            position: absolute;
            background: transparent; } }
      #nav .nav-bar .drop-down li {
        padding: 0;
        margin: 0;
        display: block;
        width: 100%;
        margin: 0; }
        #nav .nav-bar .drop-down li:first-child, #nav .nav-bar .drop-down li:last-child {
          margin: 0; }
        @media (min-width: 768px) {
          #nav .nav-bar .drop-down li {
            padding: 0 0 10px; } }
        #nav .nav-bar .drop-down li:hover a {
          text-decoration: underline; }
          @media (min-width: 768px) {
            #nav .nav-bar .drop-down li:hover a {
              text-decoration: none; } }
      #nav .nav-bar .drop-down a {
        color: #999;
        display: inline-block;
        vertical-align: top;
        text-decoration: none; }
        @media (min-width: 768px) {
          #nav .nav-bar .drop-down a {
            color: #fff; } }
        #nav .nav-bar .drop-down a:hover {
          color: #999;
          text-decoration: none; }
    #nav .nav-bar li {
      position: relative;
      float: left;
      margin: 0 0 13px;
      width: 50%; }
      #nav .nav-bar li:first-child {
        display: block;
        width: 100%; }
      #nav .nav-bar li:last-child {
        float: right; }
      @media (min-width: 768px) {
        #nav .nav-bar li {
          margin: 0 0 5px 15px;
          width: auto;
          float: none;
          display: inline-block;
          vertical-align: top; }
          #nav .nav-bar li:first-child {
            display: inline-block;
            vertical-align: top;
            width: auto; }
          #nav .nav-bar li:last-child {
            float: none;
            width: auto; } }
      @media (min-width: 1000px) {
        #nav .nav-bar li {
          margin: 0 0 5px 24px; } }
      #nav .nav-bar li.hover .drop-down, #nav .nav-bar li:hover .drop-down {
        display: block; }
      @media (min-width: 768px) {
        #nav .nav-bar li.hover > a, #nav .nav-bar li:hover > a {
          text-decoration: underline; } .nav-bar li a {
}
.nav-bar li a {
}
}
    #nav .nav-bar a {
      color: #fff;
      text-decoration: none; }
      @media (min-width: 768px) {
        #nav .nav-bar a {
          color: #006633; } }
      #nav .nav-bar a:hover {
        text-decoration: underline; }
  #nav .login {
    color: #000;
    text-decoration: none;
    position: absolute;
    right: 1px;
    bottom: 17px;
    z-index: 10;
    width: 50%;
    text-transform: uppercase;
    font: 700 14px/16px "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (max-width: 766px) {
      #nav .login {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s;
                transition: all 0.5s; }
        .nav-active #nav .login {
          opacity: 1;
          visibility: visible; } }
    @media (min-width: 768px) {
      #nav .login {
        position: static;
        width: auto;
        float: right;
        margin: 0 0 0 5%;
        font-size: 12px;
        line-height: 14px; } }
    @media (min-width: 1000px) {
      #nav .login {
        margin: 0 0 0 2%;
        font-size: 14px;
        line-height: 16px; } }
    @media (min-width: 1000px) {
      #nav .login {
        margin: 0 0 0 3.3%; } }
    #nav .login:hover {
      text-decoration: underline; }

.slide-holder {
  position: relative; }
  @media (min-width: 768px) {
    .slide-holder {
      margin: 0; } }
  .slide-holder img {
    display: block;
    width: 100%;
    height: auto; }

.slideshow {
  position: relative; }
  .slideshow .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0; }
    .slideshow .slide.active {
      z-index: 2; }
  .slideshow img {
    display: block;
    width: 100%;
    height: auto; }
/*# sourceMappingURL=main.css.map */
