#pullout {
  padding: 20px;
  width: 360px;
  height: 550px;
  background-color: #659a4a;
  z-index: 999999999999999999999999999;
  color: #fff;
  position: relative;
  top: 300px;
  right: 0px;
  color: #fff; }

#slideout {
  position: fixed;
  top: 260px;
  right: 0;
  width: 91px;
  text-align: center;
  background-color: #6DAD53;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -o-transition-duration: 0.3s; }

#slideout_inner {
  position: fixed;
  top: 260px;
  right: -360px;
  background: #659a4a;
  width: 360px;
  padding: 25px;
  height: 440px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  text-align: left; }

#slideout_inner textarea {
  width: 250px;
  height: 100px;
  margin-bottom: 6px; }

/* horizontal ##############################*/
.horizontal {
  /*background: #1a1a1a;*/
  width: 100%;
  margin: 0 auto;
  height: 120px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px; }

.horizontal .carousel {
  width: 970px;
  height: 200px;
  margin: 0 auto;
  position: relative; }

.horizontal .carousel_container {
  width: 990px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0px;
  position: relative;
  margin-left: 25px;
  margin-right: 35px; }

.horizontal ul {
  height: 200px;
  width: 960px;
  /* will be overwritten by javascript*/ }

.horizontal ul li {
  width: 150px;
  height: 140px;
  display: block;
  float: left;
  margin-right: 35px;
  margin-bottom: 20px;
  position: relative; }

.horizontal ul li a {
  width: 150px;
  height: 140px;
  background: #CCC;
  display: block;
  color: #fff; }

.horizontal ul li .caption {
  position: absolute;
  top: 90px;
  left: 0;
  display: none; }

.carousel_right, .carousel_left {
  position: absolute;
  width: 26px;
  height: 51px;
  display: block;
  text-indent: -9999px; }

.carousel_left {
  top: 45px;
  left: -10px;
  background: url(../images/prev.png) top left; }

.carousel_right {
  top: 45px;
  right: 20px;
  background: url(../images/next.png) top left;
  position: absolute;
  z-index: 9999999999999; }

.carousel_right:hover, .carousel_left:hover {
  background-position: bottom left; }

.disable {
  display: none; }

h2.carouselh2 {
  font-size: .9em !important;
  color: #ccc;
  text-align: center;
  margin-top: 5px;
  font-weight: normal; }

.nivoSlider {
  position: relative;
  height: 329px;
  width: 733px; }

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 329px;
  width: 733px; }

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none; }

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5; }

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  opacity: 0.8;
  /* Overridden by captionOpacity setting */
  width: 100%;
  z-index: 8; }

.nivo-caption p {
  padding: 5px;
  margin: 0; }

.nivo-caption a {
  display: inline !important; }

.nivo-html-caption {
  display: none; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer; }

.nivo-prevNav {
  left: 0px; }

.nivo-nextNav {
  right: 0px; }

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
  position: relative;
  z-index: 9;
  cursor: pointer; }

.nivo-controlNav a.active {
  font-weight: bold; }

.theme-default #slider {
  width: 480px;
  /* Make sure your images are the same size */
  height: 240px;
  /* Make sure your images are the same size */ }

.theme-default .nivoSlider {
  position: relative;
  background: #fff url(loading.gif) no-repeat 50% 50%;
  margin-bottom: 50px;
  height: 240px;
  width: 480px; }

.theme-default .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none; }

.theme-default .nivoSlider a {
  border: 0;
  display: block; }

.theme-default .nivo-controlNav {
  position: absolute;
  left: 50%;
  bottom: -42px;
  margin-left: -40px;
  /* Tweak this to center bullets */ }

.theme-default .nivo-controlNav a {
  display: block;
  width: 22px;
  height: 22px;
  background: url(bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin-right: 3px;
  float: left; }

.theme-default .nivo-controlNav a.active {
  background-position: 0 -22px; }

.theme-default .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/arrows2.png) no-repeat;
  text-indent: -9999px;
  border: 0; }

.theme-default a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px; }

.theme-default a.nivo-prevNav {
  left: 15px; }

.theme-default .nivo-caption {
  font-family: Helvetica, Arial, sans-serif; }

.theme-default .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff; }

.theme-default .nivo-caption a:hover {
  color: #fff; }

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #27292a;
  font-family: "myriad-pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  height: auto;
  position: relative; }

.header {
  width: 960px;
  height: 160px;
  margin: 0 auto;
  position: relative; }
  .header .logo {
    width: 187px;
    height: 222px;
    position: absolute;
    left: 0px;
    top: 10px; }
  .header .topnav {
    width: 395px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 138px;
    font-size: .75em;
    padding-left: 0px;
    font-weight: normal !important; }
    .header .topnav a {
      float: left; }
      .header .topnav a:nth-child(5) {
        margin-right: 0px; }
    .header .topnav span.topnavline {
      width: 1px;
      height: 17px;
      background-color: #fbfbfb;
      float: left;
      margin-left: 9px;
      margin-right: 9px; }
  .header .socialtop {
    width: 205px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 0px;
    color: #fbfbfb;
    font-size: .85em;
    float: left; }
    .header .socialtop h4.socialtoph4 {
      float: left;
      font-weight: normal;
      margin-right: 10px; }
    .header .socialtop .socialicon {
      float: left;
      margin-top: 0px;
      margin-right: 8px; }

.tagline {
  color: #fff;
  font-family: "myriad-pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5em;
  text-align: center;
  letter-spacing: 0.06em; }

.jointhumb {
  background-color: #ccc; }

.aboutleftside h3.vision {
  position: relative;
  padding-left: 20px; }
  .aboutleftside h3.vision span.green {
    position: relative;
    left: -20px;
    font-size: 1.5em; }
  .aboutleftside h3.vision .rest {
    font-size: 0.9em;
    line-height: 1.3em; }

.jointhumb > .hoverh2 {
  position: absolute;
  text-align: center;
  width: 100%; }

.navrep {
  width: 100%;
  height: 58px;
  background-image: url(../images/navrep.png);
  background-repeat: repeat; }
  .navrep .mainnav {
    width: 960px;
    height: 58px;
    padding-left: 195px;
    margin: 0 auto; }
    .navrep .mainnav ul {
      list-style: none;
      padding-top: 11px; }
      .navrep .mainnav ul li {
        color: #659a4a;
        font-family: "myriad-pro", Arial, Helvetica, sans-serif;
        font-style: italic;
        font-weight: 600;
        font-weight: normal;
        font-size: 1.08em;
        width: auto;
        float: left;
        margin-right: 15px; }
        .navrep .mainnav ul li:nth-child(4) {
          margin-right: 0px; }
        .navrep .mainnav ul li a {
          color: #659a4a; }
        .navrep .mainnav ul li .navsubheaders {
          color: #bbbdc0;
          font-family: "myriad-pro", Arial, Helvetica, sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: .65em;
          margin-top: -1px;
          display: block; }

.wrapper {
  width: 960px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 25px;
  margin-top: 35px; }
  .wrapper .slideshow {
    width: 960px;
    height: 333px;
    border: 2px solid #fff;
    background-image: url(../images/slideshow/background.jpg);
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 30px; }
    .wrapper .slideshow .slides {
      width: 733px;
      height: 329px; }
    .wrapper .slideshow .slidersearch {
      position: absolute;
      right: 0px;
      top: 67px;
      width: 220px;
      height: 260px;
      padding-left: 20px; }
      .wrapper .slideshow .slidersearch .homepagesubmit {
        background-color: #659a4a;
        border: none;
        color: #fff;
        font-size: .96em;
        margin-top: 10px;
        padding: 4px 10px !important;
        text-transform: uppercase;
        cursor: pointer; }
        .wrapper .slideshow .slidersearch .homepagesubmit:hover {
          background: #5c8c43; }
      .wrapper .slideshow .slidersearch .title {
        color: #ccc;
        padding-left: 1px;
        margin-top: 3px;
        font-size: .85em;
        line-height: 1.4em; }
      .wrapper .slideshow .slidersearch .input-helper {
        position: relative;
        display: inline-block;
        margin-bottom: 8px;
        font-size: .8em !important;
        color: #999; }
        .wrapper .slideshow .slidersearch .input-helper:before {
          content: '';
          display: block;
          position: absolute; }
      .wrapper .slideshow .slidersearch .input-helper--checkbox {
        display: block;
        text-align: left;
        padding-left: 20px; }
        .wrapper .slideshow .slidersearch .input-helper--checkbox:before {
          top: 2px;
          left: 0;
          width: 8px;
          height: 8px;
          border: 1px solid #999; }
      .wrapper .slideshow .slidersearch input[type="checkbox"] {
        display: none; }
        .wrapper .slideshow .slidersearch input[type="checkbox"]:checked + label:before {
          background: #659a4a;
          font-size: .9em !important; }
    .wrapper .slideshow .landloardnav {
      width: 188px;
      height: 53px;
      position: absolute;
      bottom: 0px;
      left: 545px;
      background-color: rgba(39, 41, 42, 0.8);
      background-repeat: no-repeat;
      padding-left: 8px;
      z-index: 9999999999999999999999; }
      .wrapper .slideshow .landloardnav ul {
        list-style: none;
        padding-top: 9px; }
        .wrapper .slideshow .landloardnav ul li {
          color: #659a4a;
          font-family: "myriad-pro", Arial, Helvetica, sans-serif;
          font-style: italic;
          font-weight: 600;
          font-weight: normal;
          font-size: 1.1em;
          width: auto; }
          .wrapper .slideshow .landloardnav ul li .navsubheaders {
            color: #bbbdc0;
            font-family: "myriad-pro", Arial, Helvetica, sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: .65em;
            margin-top: -1px;
            display: block; }
  .wrapper .leftside {
    width: 727px;
    height: auto;
    overflow: hidden;
    float: left; }
    .wrapper .leftside .teamthumb2 {
      width: 727px;
      height: 100px;
      clear: both;
      margin-bottom: 5px; }
      .wrapper .leftside .teamthumb2 .headshot {
        width: 100px;
        height: 100px;
        float: left;
        background-color: #eee;
        line-height: 100px;
        text-align: center;
        font-size: .8em; }
      .wrapper .leftside .teamthumb2 .headshotinfo {
        width: 615px;
        float: left;
        margin-left: 10px;
        height: 100px; }
      .wrapper .leftside .teamthumb2 .abouticon {
        width: 25px;
        float: left;
        text-align: left;
        margin-top: 15px;
        margin-right: 4px; }
    .wrapper .leftside .homeaddy {
      width: 50%;
      height: auto;
      float: left;
      margin-top: 70px;
      padding-left: 100px;
      margin-bottom: 50px; }
      .wrapper .leftside .homeaddy .homepagep {
        margin-bottom: 5px;
        line-height: 1rem; }
      .wrapper .leftside .homeaddy .smaller {
        font-size: 0.875em; }
  .wrapper .rightside {
    width: 223px;
    height: auto;
    overflow: hidden;
    margin-left: 10px;
    border-left: 1px solid #659a4a;
    float: left;
    padding-left: 20px;
    padding-top: 9px; }
  .wrapper .rightside2 {
    width: 223px;
    height: auto;
    overflow: hidden;
    margin-left: 10px;
    border-left: 1px solid #659a4a;
    float: left;
    padding-left: 20px;
    padding-top: 9px;
    margin-top: 10px; }
  .wrapper .imageheader {
    width: 960px;
    height: 271px;
    margin-bottom: 20px; }
  .wrapper .row {
    width: 960px;
    height: auto;
    overflow: hidden;
    margin-bottom: 25px; }
    .wrapper .row .peoplethumb {
      width: 220px;
      height: 220px;
      float: left;
      margin-right: 25px;
      background-color: #ccc;
      color: #333;
      position: relative;
      overflow: hidden;
      text-align: center;
      line-height: 220px; }
      .wrapper .row .peoplethumb:nth-child(4) {
        margin-right: 0px; }
      .wrapper .row .peoplethumb .overlay {
        width: 220px;
        height: 220px;
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        top: 220px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease; }
    .wrapper .row .peoplethumb:hover .overlay {
      position: absolute;
      top: 0px;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      transition: all 0.4s ease; }
  .wrapper .rightsideteam {
    width: 555px;
    min-height: 415px;
    height: auto;
    float: left;
    margin-bottom: 65px; }
    .wrapper .rightsideteam .smallline {
      width: 555px;
      border-top: 2px solid #111;
      border-bottom: 2px solid #333;
      height: 2px;
      clear: both;
      margin-top: 5px;
      margin-bottom: 10px; }
  .wrapper .leftsideteam {
    width: 375px;
    height: 415px;
    margin-right: 20px;
    float: left;
    margin-bottom: 65px; }

.footer {
  width: 960px;
  height: auto;
  padding-bottom: 10px;
  margin: 0 auto;
  margin-top: 5px;
  display: block;
  clear: both;
  overflow: hidden; }
  .footer .line {
    border-top: 2px solid #111;
    border-bottom: 2px solid #333;
    height: 2px;
    width: 960px;
    clear: both; }
  .footer .footerleft {
    width: auto;
    height: auto;
    overflow: hidden;
    color: #fff;
    float: left;
    padding-top: 10px; }
  .footer .footerright {
    width: auto;
    height: auto;
    overflow: hidden;
    color: #fff;
    float: right;
    padding-top: 10px; }

.greenline {
  width: 100%;
  height: 6px;
  background-color: #659a4a;
  clear: both; }

a {
  color: #fbfbfb;
  text-decoration: none; }

.green {
  color: #659a4a; }

.spacer {
  width: 10px;
  float: left; }

.clear {
  clear: both; }

p.homepagep {
  color: #bbbdc0;
  line-height: 1.6em;
  padding-right: 50px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1em; }

p {
  color: #fff;
  font-size: .9em;
  line-height: 1.5em;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: "myriad-pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-right: 15px; }

h1 {
  font-size: 1.9em;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.04em; }

h2.hoverh2 {
  color: #659a4a;
  font-size: 1.7em;
  line-height: 1.2em;
  margin-top: 90px; }

h2.teamh2 {
  color: #659a4a;
  font-weight: normal;
  font-size: 1.6em; }

.teamgray {
  color: #ddd;
  font-weight: normal;
  display: inline-block;
  margin-left: 5px; }

h3 {
  color: #fff;
  font-family: "myriad-pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: normal;
  letter-spacing: 0.06em;
  margin-bottom: 10px; }

h3.subheads {
  color: #659a4a;
  font-size: .96em;
  font-weight: normal;
  margin-bottom: 5px;
  display: block; }

h4.sidebarh4 {
  color: #659a4a;
  font-weight: normal;
  font-size: 1.1em;
  margin-bottom: 4px; }

h4.footerh4 {
  font-size: .7em;
  font-weight: normal;
  float: left;
  margin-right: 30px; }

h4.headshoth4 {
  margin-top: 0px;
  color: #fff;
  font-weight: normal;
  font-size: 1.1em; }

h4.hoverh4 {
  color: #ccc;
  font-weight: normal;
  line-height: 1.2em;
  margin-top: 10px; }

h4.teamcaption {
  float: left;
  color: #fff;
  font-weight: normal;
  margin-right: 13px;
  margin-top: 10px; }

h4.teamsocial {
  float: left;
  color: #659a4a;
  font-weight: normal;
  margin-right: 12px;
  margin-top: 10px; }

p.sidebarp {
  color: #bbbdc0;
  font-size: .7em;
  line-height: 1.6em;
  padding-bottom: 10px; }

p.biop {
  width: 480px;
  font-size: .75em;
  line-height: 1.3em;
  border-right: 1px solid #ccc;
  margin-top: 5px;
  float: left; }

p.smallcontact {
  width: 125px;
  text-align: left;
  padding-left: 10px;
  font-size: .72em;
  float: left;
  height: 100px;
  margin-left: 10px; }

p.teamp {
  font-size: .86em;
  line-height: 1.5em; }
  p.teamp a {
    color: #659a4a; }
  p.teamp a:hover {
    color: #bbbdc0; }

h4.green {
  color: #659a4a; }

.smalltext {
  font-size: .82em; }

ul {
  color: #fff;
  padding-left: 15px; }
  ul li {
    color: #ccc;
    margin-bottom: 8px;
    font-size: .9em; }

.blog .blogcategories {
  width: 100%;
  height: 45px;
  padding-top: 15px;
  margin-bottom: 20px;
  margin-top: 5px; }
  .blog .blogcategories .item {
    width: auto;
    padding: 0px 10px 5px 10px;
    float: left;
    border-right: 1px solid #58585b; }
    .blog .blogcategories .item a {
      font-size: .78em; }
      .blog .blogcategories .item a:hover {
        color: #659a4a; }
    .blog .blogcategories .item:first-child {
      padding: 0px 10px 5px 0px; }
    .blog .blogcategories .item:last-child {
      padding: 0px 0px 5px 10px;
      border-right: none; }
.blog .blogrow {
  width: 100%;
  min-height: 190px;
  height: auto;
  clear: both;
  margin-bottom: 20px; }
  .blog .blogrow .thumb {
    width: 110px;
    height: 105px;
    border: 1px solid #58585b;
    float: left;
    margin-right: 15px; }
  .blog .blogrow .blogintro {
    width: 585px;
    height: 185px;
    float: left; }
    .blog .blogrow .blogintro h2 {
      color: white;
      font-weight: normal;
      font-size: 1.4em; }
    .blog .blogrow .blogintro .italic {
      font-style: italic;
      margin-top: 5px;
      color: #fff; }
    .blog .blogrow .blogintro p {
      color: #bbbdc0;
      line-height: 1.6em; }
    .blog .blogrow .blogintro p.readmore {
      color: #659a4a;
      width: 100%;
      clear: both; }
  .blog .blogrow hgroup {
    margin-bottom: 20px; }
    .blog .blogrow hgroup h1 {
      font-size: 1.6em;
      margin-bottom: 4px; }
    .blog .blogrow hgroup h3 {
      font-size: 1em;
      font-weight: normal; }
  .blog .blogrow .imgpost {
    width: 97%;
    clear: both;
    height: 220px;
    border: 1px solid #58585b;
    margin-bottom: 20px; }
  .blog .blogrow p.blogp {
    color: #bbbdc0;
    font-size: 1em;
    line-height: 1.8em;
    font-style: italic;
    margin-bottom: 20px; }
  .blog .blogrow .comments {
    width: 100%;
    height: auto;
    margin-top: 40px; }
    .blog .blogrow .comments h1.comments {
      color: #659a4a; }
    .blog .blogrow .comments .commentsection {
      width: 100%;
      margin-top: 30px; }
      .blog .blogrow .comments .commentsection .comment {
        border-left: 4px solid #659a4a;
        padding-left: 20px; }
        .blog .blogrow .comments .commentsection .comment p.name {
          font-size: 1.2em;
          color: #e6e7e8;
          padding-bottom: 0px; }
        .blog .blogrow .comments .commentsection .comment p.date {
          font-style: italic;
          color: #e6e7e8;
          padding-bottom: 0px; }
        .blog .blogrow .comments .commentsection .comment p {
          color: #bbbdc0;
          line-height: 1.7em;
          padding-bottom: 10px; }
      .blog .blogrow .comments .commentsection .leavecomment {
        width: 100%;
        height: auto;
        margin-top: 40px; }
        .blog .blogrow .comments .commentsection .leavecomment h1 {
          margin-bottom: 10px; }
      .blog .blogrow .comments .commentsection .blogreplay {
        width: 70%;
        height: auto; }
        .blog .blogrow .comments .commentsection .blogreplay label {
          width: 100%;
          height: auto;
          color: #e6e7e8;
          margin-bottom: 4px;
          font-size: .96em; }
        .blog .blogrow .comments .commentsection .blogreplay input[type="text"] {
          width: 100%;
          margin-top: 10px;
          clear: both;
          border: none;
          height: 40px;
          padding-left: 10px;
          background-color: #58585b;
          border: 1px solid #58585b;
          margin-bottom: 20px;
          color: #fff; }
          .blog .blogrow .comments .commentsection .blogreplay input[type="text"]:focus {
            outline: none;
            border: 1px solid #659a4a; }
        .blog .blogrow .comments .commentsection .blogreplay textarea {
          width: 100%;
          height: 95px;
          background-color: #58585b;
          resize: none;
          border: none;
          margin-top: 12px;
          padding: 10px;
          color: #fff; }
          .blog .blogrow .comments .commentsection .blogreplay textarea:focus {
            outline: 1px solid #659a4a; }
        .blog .blogrow .comments .commentsection .blogreplay .blogsubmit {
          background-color: #659a4a;
          border: none;
          color: #fff;
          margin-top: 20px;
          padding: 10px 30px;
          cursor: pointer; }
          .blog .blogrow .comments .commentsection .blogreplay .blogsubmit:hover {
            background: #5e9045; }
.blog .rightside2 .facebook {
  width: 100%;
  height: 300px;
  background-color: #58585b;
  line-height: 300px;
  text-align: center;
  margin-top: 20px; }
.blog .rightside2 .blogcategories {
  width: 100%;
  height: auto;
  background-color: #58585b;
  margin-top: 20px;
  padding: 20px 8px; }
  .blog .rightside2 .blogcategories a {
    width: 100%;
    border-bottom: 1px solid black;
    clear: both;
    display: block;
    padding-bottom: 8px;
    padding-top: 10px;
    color: #231f20;
    cursor: pointer; }
    .blog .rightside2 .blogcategories a:hover {
      color: #659a4a; }
    .blog .rightside2 .blogcategories a:last-child {
      border-bottom: none; }

.bloghr {
  width: 96%;
  height: 2px;
  border: none;
  background-color: #58585b !important;
  margin-bottom: 35px; }

#email-list p {
  font-family: "myriad-pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1em;
  margin-bottom: 4px;
  color: #659a4a; }
#email-list input[type="text"] {
  padding: 6px 5px 4px;
  width: 125px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  outline: none; }
#email-list input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #659a4a;
  border: none;
  outline: none;
  padding: 5px 10px;
  color: white;
  border-radius: 0; }
  #email-list input[type="submit"]:hover {
    cursor: pointer;
    background-color: #4e7839; }

.addytel {
  color: #bbbdc0; }

form button {
  position: relative;
  left: 10px; }

.coming-soon {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0; }
  .coming-soon p {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #659a4a;
    font-size: 1.5em;
    font-weight: 600; }

.tenant-button {
  background-color: #659a4a;
  border: none;
  color: #fff;
  width: 215px;
  text-align: center;
  margin: 0 auto;
  font-size: .96em;
  padding: 10px 0 !important;
  text-transform: uppercase;
  cursor: pointer; }
  .tenant-button:hover {
    background: #5c8c43; }

.tenant-button2 {
  margin: 15px auto; }

.posr {
  position: relative; }

.new-logo-holder {
  margin-top: 50px;
  height: 100px;
  clear: both; }
  .new-logo-holder .logo {
    float: left;
    width: 33.33333%;
    text-align: center; }
    .new-logo-holder .logo img {
      width: 60%; }

.clearme {
  clear: both; }

.new-logo-holder2 .logo img {
  height: 60px;
  width: auto; }

.superspecial {
  color: white;
  font-size: 0.6em; }
  .superspecial img {
    width: 85px;
    height: auto;
    position: relative;
    top: 5px;
    margin-left: 10px; }

.blog-leftside {
  width: 100% !important;
  min-height: 400px; }
  .blog-leftside .green {
    margin-top: 35px;
    text-align: center; }

.socialbottom {
  width: 220px;
  height: 20px;
  right: 0px;
  color: #fbfbfb;
  font-size: .85em;
  margin: 75px auto 0; }
  .socialbottom h4.socialtoph4 {
    float: left;
    font-weight: normal;
    margin-right: 10px;
    color: white; }
  .socialbottom .socialicon {
    float: left;
    margin-top: 0px;
    margin-right: 8px;
    position: relative;
    top: -3px; }

.blogh1 {
  text-transform: uppercase;
  font-size: 2em; }

.new-white {
  color: white;
  text-transform: uppercase; }

.llt {
  clear: both;
  text-align: right;
  margin-top: 35px;
  margin-right: 31px;
  color: white;
  font-size: 0.7em;
  color: #cccccc; }

.lindsey-fix .overlay {
  top: 0 !important; }

.downloadable {
  text-transform: uppercase; }
  .downloadable a:hover {
    color: white; }

.tenant-button3 {
  width: 400px;
  margin-left: auto;
  margin-right: auto; }

.nopadding {
  padding-bottom: 0 !important;
  margin-bottom: 0; }

.sidebarp a {
  color: #cccccc; }
