@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.flexslider {
  margin-bottom: 0;
}
.slides li .slide-inner {
  padding: 30px;
  text-align: center;
  overflow: hidden;
}
.slides li .slide-inner .featured-title {
  padding-top: 0;
}
.slides li .slide-inner p {
  font-size: 16px;
  line-height: 1.5em;
}
.slides li .slide-inner img {
  border-radius: 5px;
}
.slides li .slide-inner .grid.col-940 {
  margin-bottom: 0;
}
.slides li .slide-inner .grid.col-460 {
  margin-bottom: 0;
}
.slides li .slide-inner .youtube-wrapper {
  display: table;
  width: 100%;
  position: relative;
}
.slides li .slide-inner .youtube-wrapper .fluid-width-video-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.slides li .slide-inner .image-credit {
  font-style: italic;
  font-size: 11px;
}
.slides .flex-direction-nav a {
  line-height: 50px;
}
.widget-wrapper.widget_ninja_forms_widget {
  background-color: #FF6767;
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
}
.widget-wrapper.widget_ninja_forms_widget .widget-title-home {
  background: transparent url(../icons/email-icon.png) right top no-repeat;
}
.widget-wrapper.widget_ninja_forms_widget .widget-title-home h3 {
  padding: 0 48px 0 0;
  margin-bottom: 20px;
  line-height: 1.4em;
}
.widget-wrapper.widget_ninja_forms_widget #ninja_forms_required_items {
  display: none;
}
.widget-wrapper.widget_recent_entries li {
  font-size: 14px;
  line-height: 1.4em;
  padding-bottom: .8em;
}
.widget-wrapper.widget_recent_entries li a {
  color: #333;
}
.widget-wrapper.widget_recent_entries li:first-child {
  font-size: 20px;
  font-weight: bold;
}
#ninja_forms_form_2_wrap {
  background-color: #136f9b;
  color: #fff;
  border: 3px solid #fff;
  width: 500px;
  margin: 32px 0 0 310px;
  padding: 20px;
  text-align: left;
}
#ninja_forms_form_2_wrap .ninja-forms-req-symbol {
  display: none;
}
#ninja_forms_form_2_wrap #ninja_forms_required_items {
  display: none;
}
@media screen and (max-width: 950px) {
  #ninja_forms_form_2_wrap {
    margin: 0 auto;
    width: auto;
    max-width: 500px;
  }
}
h1.entry-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
h2.post-entry {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
}
#content-archive h1.entry-title {
  font-size: 24px;
}
#content-archive h1.entry-title a {
  color: #000;
  font-weight: normal;
}
#content-archive h1.entry-title a:hover {
  text-decoration: underline;
}
#content-archive .post-entry p:first-child {
  margin: .5em 0;
}
.block-list-item {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  padding: 20px 0;
}
.block-list-item h2 {
  margin: 1em 0 0.25em 320px;
}
.block-list-item .pic-wrapper {
  float: left;
  width: 300px;
}
.block-list-item .text-wrapper {
  margin-left: 320px;
}
.block-list-item .text-wrapper ul {
  background-color: #eee;
}
@media screen and (max-width: 950px) {
  .block-list-item {
    text-align: center;
  }
  .block-list-item h2 {
    margin: 0;
  }
  .block-list-item .pic-wrapper {
    padding-top: 10px;
    float: none;
    margin: 0 auto;
  }
  .block-list-item .text-wrapper {
    margin-left: 0;
  }
  .block-list-item ul {
    text-align: left;
    width: 300px;
    margin: 0 auto 20px;
  }
}
body {
  background: #efefef url(../images/silk-bg.png) top center repeat-x;
  font-family: 'Source Sans Pro', Arial, sans serif;
}
p {
  font-size: 16px;
}
.front-page #wrapper {
  margin-top: 5px;
}
#wrapper {
  margin-top: 5px;
}
#container {
  padding-top: 20px;
}
#widgets .textwidget a.button {
  display: inline-block;
  padding: 4px 10px;
}
ul.menu {
  background-image: none;
  background-color: rgba(196, 196, 196, 0.79);
}
ul.menu li a {
  color: #333;
  text-shadow: none;
  border-radius: 4px;
  margin: 3px 1.5px;
  border: 0 none;
  line-height: 32px;
  height: auto;
  background: #dddddd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efefef), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #efefef, #ffffff);
  background: -moz-linear-gradient(center bottom, #efefef 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #efefef);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
}
ul.menu li.current-menu-item a {
  background: none;
  background-color: transparent;
}
ul.menu a:hover {
  color: #000;
  background: #aaaaaa;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #bbbbbb), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #bbbbbb, #ffffff);
  background: -moz-linear-gradient(center bottom, #bbbbbb 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #bbbbbb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bbbbbb', GradientType=0);
}
ul.menu > li:hover {
  background-color: transparent;
}
ul.menu .menu-item-96 a {
  background: #e0f8ff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e0f8ff), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #e0f8ff, #ffffff);
  background: -moz-linear-gradient(center bottom, #e0f8ff 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #e0f8ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0f8ff', GradientType=0);
}
ul.menu .menu-item-96 a:hover {
  background: #aaaaaa;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #bbbbbb), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #bbbbbb, #ffffff);
  background: -moz-linear-gradient(center bottom, #bbbbbb 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #bbbbbb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bbbbbb', GradientType=0);
}
#support-btn-wrapper {
  float: right;
  padding-top: 44px;
}
#support-btn-wrapper a#support-btn {
  padding: 10px 30px;
  font-size: 24px;
  border-radius: 4px;
  background-color: #ffffff;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e0f8ff), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #e0f8ff, #ffffff);
  background: -moz-linear-gradient(center bottom, #e0f8ff 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #e0f8ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0f8ff', GradientType=0);
  border: 1px solid #ccc;
  color: #007FBB;
}
#support-btn-wrapper a#support-btn:hover {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e0f8ff), color-stop(1, #efefef));
  background: -ms-linear-gradient(bottom, #e0f8ff, #efefef);
  background: -moz-linear-gradient(center bottom, #e0f8ff 0%, #efefef 100%);
  background: -o-linear-gradient(#efefef, #e0f8ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#e0f8ff', GradientType=0);
}
@media screen and (max-width: 480px) {
  #support-btn-wrapper {
    float: none;
    text-align: center;
    padding: 10px 0;
  }
}
