/* media queries */
/* color mixins */
/* alpha color */
/* -------------------------------------- -------------------------------------- */
/* helper classes */
.font {
  font-family: 'Source Sans Pro', verdana, sans-serif;
}
.a_link {
  text-decoration: none;
  outline: none;
  border: none;
}
.ul_row {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.ul_row li {
  display: inline-block;
  float: none;
  font-size: 0px;
}
.ul_row li a {
  display: block;
}
.ul_col {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.ul_col li {
  display: block;
  float: none;
}
.ul_col li a {
  display: block;
}
.no_wrap {
  display: block;
  overflow: hidden;
}
.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.input_strip {
  -webkit-appearance: none;
  border: none;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
}
/* -------------------------------------- -------------------------------------- */
/* page element */
body * {
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  outline: none;
}
h1,
h2,
h3,
h4 {
  margin: 0px;
  padding: 0px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
p,
li {
  font-size: 15px;
  line-height: 24px;
  margin: 0px;
}
a {
  color: #a8c93c;
  text-decoration: none;
  outline: none;
  border: none;
}
a:hover {
  color: #86a130;
}
li a.active {
  color: #86a130;
}
img {
  border: none;
  outline: none;
  display: block;
}
.media-youtube-video {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 59.75%;
  padding-top: 0px;
  height: 0;
}
.media-youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
input[type="text"],
input[type="submit"],
textarea,
select,
button {
  -webkit-appearance: none;
  border: none;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
}
.needsfilled,
.marker,
.form-required {
  color: #fa4040 !important;
}
.fb-like {
  width: 82px !important;
}
.clearfix:after {
  font-size: 0px;
}
#admin-menu li {
  font-size: 14px;
  line-height: 16px;
}
/* -------------------------------------- -------------------------------------- */
/* page structure */
body {
  font-family: 'Source Sans Pro', verdana, sans-serif;
  color: #232323;
  background-color: #444;
  margin: 0px;
  padding: 0px;
  background-image: url(/sites/default/themes/basetheme/img/txtr.png);
  position: relative;
}
#video_background_wrapper {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background-color: #606060;
}
.not-front #video_background_wrapper,
.page-error #video_background_wrapper {
  background-image: url(/sites/default/themes/basetheme/img/bg_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: top left;
}
@media \0screen {
  .not-front #video_background_wrapper {
    background-image: url(/sites/default/themes/basetheme/img/bg_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: top left;
  }
  .front #video_background_wrapper,
  .page-node-470 #video_background_wrapper {
    background-image: url(/sites/default/themes/basetheme/img/bg_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: top center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .not-front #video_background_wrapper {
    background-image: none;
  }
  .front #video_background_wrapper,
  .page-node-470 #video_background_wrapper {
    background-image: url(/sites/default/themes/basetheme/img/bg_mob.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .not-front #video_background_wrapper {
    background-image: none;
  }
  .front #video_background_wrapper,
  .page-node-470 #video_background_wrapper {
    background-image: url(/sites/default/themes/basetheme/img/bg_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
}
#video_background_wrapper #video_background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
}
@media \0screen {
  #video_background_wrapper #video_background {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #video_background_wrapper #video_background {
    display: none;
  }
}
@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #video_background_wrapper #video_background {
    display: none;
  }
}
#video_background_wrapper #video_background_overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-image: url(/sites/default/themes/basetheme/img/txtr.png);
}
#page-wrapper {
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px;
  position: relative;
  z-index: 100;
}
#page {
  margin: 0px;
  padding: 0px;
  display: block;
  overflow: hidden;
  float: right;
  background-color: #26272b;
  width: 60%;
  min-width: 720px;
  position: relative;
  min-height: 100vh;
}
@media only screen and (min-width: 0px) and (max-width: 940px) {
  #page {
    min-width: 0px;
    width: auto;
    margin-left: 120px;
    float: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #page {
    margin-left: 0px;
  }
}
.front #page,
.page-error #page,
.page-node-470 #page {
  width: 100%;
  background-color: transparent;
  min-width: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 940px) {
  .front #page,
  .page-error #page,
  .page-node-470 #page {
    min-width: 0px;
    width: auto;
    margin-left: 160px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .front #page,
  .page-error #page,
  .page-node-470 #page {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.section {
  margin: 0px;
}
/* -------------------------------------- */
/* menu */
#menu {
  position: absolute;
  z-index: 200;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #menu {
    position: static;
  }
}
#menu .section {
  margin: 0px auto;
  paddin: 0px;
  width: auto;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #menu .section {
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  }
}
/* -------------------------------------- */
/* header */
#header {
  padding: 32px 90px 24px;
}
@media only screen and (min-width: 0px) and (max-width: 940px) {
  #header {
    padding: 32px 20px 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #header {
    padding: 20px 20px 0px;
  }
}
.not-front #header {
  padding: 30px 44px 30px 90px;
  background-color: #a8c93c;
  background-image: url(/sites/default/themes/basetheme/img/notch.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media only screen and (min-width: 0px) and (max-width: 940px) {
  .not-front #header {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .not-front #header {
    display: none;
  }
}
#header .section .region-header {
  display: block;
  float: right;
}
/* -------------------------------------- */
/* banner */
/* -------------------------------------- */
/* content top */
/* -------------------------------------- */
/* content mid */
/* -------------------------------------- */
/* main-wrapper */
#main-wrapper #main {
  /* -------------------------------------- */
  /* content */
  /* interior */
  /* -------------------------------------- */
  /* right sidebar */
}
.sidebar-second #main-wrapper #main #content {
  width: 66%;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .sidebar-second #main-wrapper #main #content {
    width: 100%;
  }
}
#main-wrapper #main #sidebar-second {
  width: 32%;
  margin-left: 2%;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #main-wrapper #main #sidebar-second {
    width: 100%;
  }
}
/* -------------------------------------- */
/* content after */
/* -------------------------------------- */
/* content bottom */
/* -------------------------------------- */
/* footer */
#footer {
  background-color: #26272b;
}
.front #footer,
.page-error #footer,
.page-node-470 #footer {
  background-color: transparent;
}
#footer .section {
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #footer .section {
    padding: 0px;
  }
}
/* -------------------------------------- */
/* footer second */
#footer-second {
  background-color: #26272b;
}
/* -------------------------------------- -------------------------------------- */
/**** MENU - Menu Region ****/
#block-block-3 {
  float: left;
  position: relative;
  z-index: 300;
}
#block-block-3 .content a {
  display: block;
}
#block-block-3 .content a #pg_logo {
  background-color: #a8c93c;
  display: block;
  width: 120px;
  height: auto;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-block-3 .content a #pg_logo {
    width: 80px;
  }
}
#block-block-3 .content a #pg_logo:hover {
  background-color: #b8d753;
}
#block-from-js-mob-title {
  display: none;
  padding: 10px 0px;
  position: absolute;
  left: 100px;
  top: 0px;
}
#block-from-js-mob-title .content #page-title-mob {
  font-size: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-from-js-mob-title {
    display: block;
  }
}
#block-superfish-1 {
  float: left;
  clear: left;
  margin: 0px 0px 0px;
  padding: 0px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-superfish-1 {
    float: none;
    clear: none;
  }
}
#block-superfish-1 #superfish-1 {
  text-align: center;
  font-size: 0px;
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-superfish-1 #superfish-1 {
    clear: both;
    border-top: 3px solid rgba(255, 255, 255, 0.2);
  }
}
#block-superfish-1 #superfish-1 li {
  margin: 0px;
  float: none;
  display: block;
}
#block-superfish-1 #superfish-1 li a {
  font-family: "Open Sans", verdana, sans-serif;
  color: #ffffff;
  font-size: 15px;
  line-height: 70px;
  height: 70px;
  font-weight: 400;
  margin: 0px 0px 0px;
  padding: 0px 0px;
  width: 120px;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: lowercase;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-superfish-1 #superfish-1 li a {
    width: 100%;
    line-height: 48px;
    height: 48px;
  }
}
#block-superfish-1 #superfish-1 li a:hover,
#block-superfish-1 #superfish-1 li a.active {
  color: #232323;
  background-color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 940px) {
  #block-superfish-1 #superfish-1 li a:hover,
  #block-superfish-1 #superfish-1 li a.active {
    color: #ffffff;
    background-color: #b8d753;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-superfish-1 #superfish-1 li a:hover,
  #block-superfish-1 #superfish-1 li a.active {
    color: #232323;
    background-color: #ffffff;
  }
}
#block-superfish-1 #superfish-1 li ul {
  margin: 38px 0px 0px -48px;
  text-align: center;
  padding: 0px;
  background-color: #c0c0c0;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-superfish-1 #superfish-1 li ul {
    box-shadow: none;
    margin: 0px;
    display: block !important;
    visibility: visible !important;
    position: static;
    width: 100%;
  }
}
#block-superfish-1 #superfish-1 li ul li a {
  width: 100% !important;
  padding: 0px;
  margin: 0px;
  color: #ffffff;
  line-height: 48px;
  height: 48px;
  border: none;
}
#block-superfish-1 #superfish-1 li ul li a:hover,
#block-superfish-1 #superfish-1 li ul li a.active {
  color: #a8c93c;
  background-color: #606060;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-superfish-1 #superfish-1 li ul li a:hover,
  #block-superfish-1 #superfish-1 li ul li a.active {
    background-color: #909090;
  }
}
#block-superfish-1 .sf-mob-trigger {
  display: block;
  position: absolute;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-superfish-1 .sf-mob-trigger {
    position: static;
    width: 80px;
    float: right;
  }
}
#block-superfish-1 .sf-mob-trigger .sf-mob-icon {
  color: #ffffff;
  width: 36px;
  height: auto;
  padding: 36px 42px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.7;
  margin: 0px 0px 0px;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-superfish-1 .sf-mob-trigger .sf-mob-icon {
    width: 24px;
    padding: 28px;
  }
}
#block-superfish-1 .sf-mob-trigger .sf-mob-icon:hover {
  opacity: 1;
}
/**** end MENU - Menu Region ****/
/**** HEADER - Header Region ****/
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-block-4 {
    display: none;
  }
}
#block-block-4 .social_list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
  padding: 4px 0px;
}
#block-block-4 .social_list li {
  display: inline-block;
  float: none;
  font-size: 0px;
}
#block-block-4 .social_list li a {
  display: block;
}
.front #block-block-4 .social_list,
.page-error #block-block-4 .social_list,
.page-node-470 #block-block-4 .social_list {
  padding: 0px;
}
#block-block-4 .social_list .social_item .social_link .social_icon {
  display: block;
  font-size: 20px;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  color: #86a130;
  border: 3px solid transparent;
  border-radius: 30px;
  margin: 0px 0px;
}
.front #block-block-4 .social_list .social_item .social_link .social_icon,
.page-error #block-block-4 .social_list .social_item .social_link .social_icon,
.page-node-470 #block-block-4 .social_list .social_item .social_link .social_icon {
  color: #ffffff;
}
#block-block-4 .social_list .social_item .social_link .social_icon:hover {
  color: #ffffff;
  border: 3px solid #86a130;
}
#block-block-4 .social_list .social_item .social_link .social_icon.fa-twitter {
  font-size: 24px;
}
.front #block-block-4 .social_list .social_item .social_link .social_icon.fa-twitter:hover,
.page-error #block-block-4 .social_list .social_item .social_link .social_icon.fa-twitter:hover,
.page-node-470 #block-block-4 .social_list .social_item .social_link .social_icon.fa-twitter:hover {
  border: 3px solid #00aced;
}
.front #block-block-4 .social_list .social_item .social_link .social_icon.fa-facebook:hover,
.page-error #block-block-4 .social_list .social_item .social_link .social_icon.fa-facebook:hover,
.page-node-470 #block-block-4 .social_list .social_item .social_link .social_icon.fa-facebook:hover {
  border: 3px solid #5f93e2;
}
.front #block-block-4 .social_list .social_item .social_link .social_icon.fa-google-plus:hover,
.page-error #block-block-4 .social_list .social_item .social_link .social_icon.fa-google-plus:hover,
.page-node-470 #block-block-4 .social_list .social_item .social_link .social_icon.fa-google-plus:hover {
  border: 3px solid #d34836;
}
.front #block-block-4 .social_list .social_item .social_link .social_icon.fa-linkedin:hover,
.page-error #block-block-4 .social_list .social_item .social_link .social_icon.fa-linkedin:hover,
.page-node-470 #block-block-4 .social_list .social_item .social_link .social_icon.fa-linkedin:hover {
  border: 3px solid #007bb6;
}
.front #block-block-4 .social_list .social_item .social_link .social_icon.fa-envelope:hover,
.page-error #block-block-4 .social_list .social_item .social_link .social_icon.fa-envelope:hover,
.page-node-470 #block-block-4 .social_list .social_item .social_link .social_icon.fa-envelope:hover {
  border: 3px solid #999999;
}
/**** end HEADER - Header Region ****/
/**** BANNER - Banner Region ****/
/**** end BANNER - Banner Region ****/
/**** CONTENTTOP - Content Top Region ****/
#block-block-1 {
  background-color: #909090;
  width: 30%;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-block-1 {
    width: 100%;
  }
}
#block-block-1 #signup_wrap {
  padding: 18px 20px;
  font-size: 0px;
}
#block-block-1 #signup_wrap #signup_header {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  text-align: center;
}
#block-block-1 #signup_wrap #signup_header #signup_main {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
#block-block-1 #signup_wrap #signup_header #signup_sub {
  color: #ffffff;
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
}
#block-block-1 #signup_wrap #signup_form_wrap {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
#block-block-1 #signup_wrap #signup_form_wrap .signup_form .signup_inner {
  background-color: #ffffff;
  padding: 3px 4px;
  font-size: 0px;
}
#block-block-1 #signup_wrap #signup_form_wrap .signup_form .signup_inner .signup_input {
  color: #686868;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  vertical-align: middle;
}
#block-block-1 #signup_wrap #signup_form_wrap .signup_form .signup_inner .signup_email {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding-left: 2%;
}
#block-block-1 #signup_wrap #signup_form_wrap .signup_form .signup_inner .signup_zip {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 50%;
  padding-left: 2%;
}
#block-block-1 #signup_wrap #signup_form_wrap .signup_form .signup_inner .signup_submit {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 46px;
  height: 46px;
  color: #ffffff;
  background-color: #a8c93c;
  cursor: pointer;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
#block-block-1 #signup_wrap #signup_form_wrap .signup_form .signup_inner .signup_submit:hover {
  background-color: #86a130;
}
#signup_var #signup_wrap {
  padding: 18px 20px;
  font-size: 0px;
}
#signup_var #signup_wrap #signup_header {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  text-align: center;
}
#signup_var #signup_wrap #signup_header #signup_main {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
#signup_var #signup_wrap #signup_header #signup_sub {
  color: #ffffff;
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
}
#signup_var #signup_wrap #signup_form_wrap {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
#signup_var #signup_wrap #signup_form_wrap .signup_form .signup_inner {
  background-color: #ffffff;
  padding: 3px 4px;
  font-size: 0px;
}
#signup_var #signup_wrap #signup_form_wrap .signup_form .signup_inner .signup_input {
  color: #686868;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  vertical-align: middle;
}
#signup_var #signup_wrap #signup_form_wrap .signup_form .signup_inner .signup_email {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding-left: 2%;
}
#signup_var #signup_wrap #signup_form_wrap .signup_form .signup_inner .signup_zip {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 50%;
  padding-left: 2%;
}
#signup_var #signup_wrap #signup_form_wrap .signup_form .signup_inner .signup_submit {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 46px;
  height: 46px;
  color: #ffffff;
  background-color: #a8c93c;
  cursor: pointer;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
#signup_var #signup_wrap #signup_form_wrap .signup_form .signup_inner .signup_submit:hover {
  background-color: #86a130;
}
/**** end CONTENTTOP - Content Top Region ****/
/**** CONTENTMID - Content Mid Region ****/
/**** end CONTENTMID - Content Mid Region ****/
/**** CONTENTREGION - Content Region  ****/
#block-block-7 {
  color: #ffffff;
  font-size: 0px;
  margin: 0px auto;
  max-width: 640px;
}
#block-block-7 .action_header .action_title {
  font-size: 90px;
  line-height: 90px;
  font-weight: 300;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-block-7 .action_header .action_title {
    font-size: 64px;
    line-height: 64px;
  }
}
#block-block-7 .action_header .action_description {
  font-size: 26px;
  line-height: 37px;
  font-style: italic;
  border-left: 3px solid rgba(255, 255, 255, 0.2);
  padding: 0px 0px 0px 30px;
  margin: 34px 0px 48px;
}
#block-block-7 .action_header .action_link {
  color: #ffffff;
  font-size: 22px;
  line-height: 64px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #a8c93c;
  height: 64px;
  padding: 0px 20px;
  border-radius: 32px;
  display: inline-block;
  box-sizing: border-box;
}
#block-block-7 .action_header .action_link:hover,
#block-block-7 .action_header .action_link:focus {
  line-height: 60px;
  border: 2px solid #ffffff;
  padding: 0px 18px;
  background-color: transparent;
  color: #b8d753;
}
#block-block-7 .action_body {
  margin: 110px 0px 0px;
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-block-7 .action_body {
    margin: 72px 0px 0px;
  }
}
#block-block-7 .action_body .action_item {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-block-7 .action_body .action_item {
    width: 100%;
  }
}
#block-block-7 .action_body .action_item .action_item_img {
  display: block;
  width: 129px;
  height: 129px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-block-7 .action_body .action_item .action_item_img {
    width: 86px;
    height: 86px;
    margin: 14px 20px;
    float: left;
    padding: 0px 0px;
  }
}
#block-block-7 .action_body .action_item .action_item_img img {
  width: 129px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-block-7 .action_body .action_item .action_item_img img {
    width: 86px;
  }
}
#block-block-7 .action_body .action_item:hover .action_item_img img {
  top: 0px;
  left: 0px;
  bottom: auto;
}
#block-block-7 .action_body .action_item h2 {
  color: #ffffff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  padding: 8px 0px 10px;
  margin: 0px 0px 12px;
  border-bottom: 1px solid #828282;
  display: inline-block;
}
#block-block-7 .action_body .action_item:hover h2 {
  border-bottom: 1px solid #ffffff;
}
#block-block-7 .action_body .action_item.action_1:hover h2 {
  color: #ffe879;
}
#block-block-7 .action_body .action_item.action_2:hover h2 {
  color: #3ec2db;
}
#block-block-7 .action_body .action_item.action_3:hover h2 {
  color: #fd0a54;
}
#block-block-7 .action_body .action_item p {
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-block-7 .action_body .action_item p {
    display: block;
    overflow: hidden;
  }
}
#block-block-7 .action_body .action_1,
#block-block-7 .action_body .action_2 {
  margin-right: 5%;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-block-7 .action_body .action_1,
  #block-block-7 .action_body .action_2 {
    margin: 0px 0px 40px;
  }
}
/**** end CONTENTREGION - Content Region  ****/
/**** SIDEBARREGION - Sidebar Region ****/
#block-block-2 {
  background-color: #909090;
}
#block-block-2 #signup_wrap {
  padding: 18px 20px;
  font-size: 0px;
}
#block-block-2 #signup_wrap #signup_header {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  text-align: center;
}
#block-block-2 #signup_wrap #signup_header #signup_main {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
#block-block-2 #signup_wrap #signup_header #signup_sub {
  color: #ffffff;
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
}
#block-block-2 #signup_wrap #signup_form_wrap {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
#block-block-2 #signup_wrap #signup_form_wrap .signup_form .signup_inner {
  background-color: #ffffff;
  padding: 3px 4px;
  font-size: 0px;
}
#block-block-2 #signup_wrap #signup_form_wrap .signup_form .signup_inner .signup_input {
  color: #686868;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  vertical-align: middle;
}
#block-block-2 #signup_wrap #signup_form_wrap .signup_form .signup_inner .signup_email {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding-left: 2%;
}
#block-block-2 #signup_wrap #signup_form_wrap .signup_form .signup_inner .signup_zip {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 50%;
  padding-left: 2%;
}
#block-block-2 #signup_wrap #signup_form_wrap .signup_form .signup_inner .signup_submit {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 46px;
  height: 46px;
  color: #ffffff;
  background-color: #a8c93c;
  cursor: pointer;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
#block-block-2 #signup_wrap #signup_form_wrap .signup_form .signup_inner .signup_submit:hover {
  background-color: #86a130;
}
/**** end SIDEBARREGION - Sidebar Region ****/
/**** CONTENTAFTER - Content After Region ****/
/**** end CONTENTAFTER - Content After Region ****/
/**** CONTENTBOTTOM - Content Bottom Region ****/
/**** end CONTENTBOTTOM - Content Bottom Region ****/
/**** FOOTERREGION - Footer Region ****/
#block-block-8 .content a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #a8c93c;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  padding: 50px;
}
#block-block-8 .content a img {
  height: 11px;
  width: auto;
  display: inline-block;
  padding: 0px 0px 0px 4px;
}
#block-block-8 .content a:hover {
  background-color: #b8d753;
  background-image: url(/sites/default/themes/basetheme/img/txtr.png);
  background-repeat: repeat;
}
#block-superfish-2 {
  display: inline-block;
  float: left;
  padding: 16px 30px 4px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-superfish-2 {
    clear: both;
  }
}
#block-superfish-2 #superfish-2 {
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
#block-superfish-2 #superfish-2 li {
  margin: 0px;
  float: none;
  display: inline-block;
}
#block-superfish-2 #superfish-2 li a {
  font-family: 'Source Sans Pro', verdana, sans-serif;
  text-transform: lowercase;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0px 16px 0px 0px;
  letter-spacing: 0px;
}
#block-superfish-2 #superfish-2 li a:hover,
#block-superfish-2 #superfish-2 li a.active {
  color: #a8c93c;
}
#block-superfish-2 #superfish-2 li.last a {
  margin: 0px;
}
#block-block-5 {
  float: right;
  padding: 18px 20px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-block-5 {
    float: left;
    padding: 18px 20px 20px;
  }
}
#block-block-5 .social_list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
#block-block-5 .social_list li {
  display: inline-block;
  float: none;
  font-size: 0px;
}
#block-block-5 .social_list li a {
  display: block;
}
#block-block-5 .social_list .social_item .social_link .social_icon {
  color: #727275;
  font-size: 16px;
  line-height: 24px;
  width: 28px;
  height: 24px;
  text-align: center;
}
#block-block-5 .social_list .social_item .social_link .social_icon:hover {
  color: #ffffff;
}
#block-block-6 {
  padding: 0px 26px 30px 30px;
  clear: both;
  text-align: left;
}
#block-block-6 .content {
  color: #9595a3;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
}
#block-block-6 .content a {
  color: #9595a3;
}
#block-block-6 .content a:hover {
  color: #9595a3;
  opacity: 0.8;
}
#block-block-6 .content .bar {
  font-weight: 300;
  display: inline-block;
  padding: 0px 9px;
}
#block-block-9 {
  padding: 350px 0px 60px;
  clear: both;
  text-align: center;
  text-transform: lowercase;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-block-9 {
    padding-top: 100px;
  }
}
#block-block-9 .content {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 300;
}
#block-block-9 .content a {
  color: #ffffff;
}
#block-block-9 .content a:hover {
  color: #ffffff;
  opacity: 0.8;
}
/**** end FOOTERREGION - Footer Region ****/
/**** FOOTERSECOND - Footer Second Region ****/
/**** end FOOTERSECOND - Footer Second Region ****/
/* -------------------------------------- -------------------------------------- */
/**** INTERIORSTYLES - Interior Styles ****/
#page-title {
  display: inline-block;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #page-title {
    display: none;
  }
}
.title {
  color: #ffffff;
  font-size: 42px;
  line-height: 60px;
  font-weight: 400;
  text-transform: lowercase;
  padding: 0px;
}
.title a {
  font-size: 36px;
  color: #86a130;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .title a {
    font-size: 30px;
  }
}
.title a:hover {
  color: #ffffff;
}
#block-system-main {
  background-color: #ffffff;
  margin: 0px 0px 0px;
  padding: 74px 90px 34px;
  min-height: 398px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-system-main {
    padding: 30px 20px 20px;
  }
}
#block-system-main h1,
#block-system-main h2,
#block-system-main h3,
#block-system-main p,
#block-system-main ul {
  margin-bottom: 28px;
}
#block-system-main h1 {
  font-size: 90px;
  line-height: 90px;
  font-weight: 300;
  letter-spacing: -4px;
  color: #26272b;
  margin-bottom: 28px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-system-main h1 {
    font-size: 64px;
    line-height: 64px;
  }
}
#block-system-main h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  color: #26272b;
  margin-bottom: 28px;
}
#block-system-main h3 {
  font-size: 28px;
  line-height: 37px;
  font-weight: 300;
  color: #26272b;
  margin-bottom: 28px;
  font-style: italic;
}
#block-system-main p,
#block-system-main li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #737380;
}
#block-system-main .field-name-body img {
  display: inline-block;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-system-main .field-name-body img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 10px 0px !important;
  }
}
#block-system-main .field-name-body p,
#block-system-main .field-name-body li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #737380;
}
#block-system-main .field-name-field-content .paragraphs-item-header-1 .field-name-field-plain-text {
  font-size: 90px;
  line-height: 90px;
  font-weight: 300;
  letter-spacing: -4px;
  color: #26272b;
  margin-bottom: 28px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-system-main .field-name-field-content .paragraphs-item-header-1 .field-name-field-plain-text {
    font-size: 64px;
    line-height: 64px;
  }
}
#block-system-main .field-name-field-content .paragraphs-item-header-2 .field-name-field-plain-text {
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  color: #26272b;
  margin-bottom: 28px;
}
#block-system-main .field-name-field-content .paragraphs-item-header-3 .field-name-field-plain-text {
  font-size: 28px;
  line-height: 37px;
  font-weight: 300;
  color: #26272b;
  margin-bottom: 28px;
  font-style: italic;
}
#block-system-main .field-name-field-content .paragraphs-item-text-block-quote .field-name-field-plain-text {
  font-size: 28px;
  line-height: 37px;
  font-weight: 300;
  color: #737380;
  padding-left: 36px;
  border-left: 3px solid #a8c93c;
  margin-bottom: 28px;
}
#block-system-main .field-name-field-content .paragraphs-item-text-block-quote-wysiwyg .field-name-field-formatted-text {
  font-size: 28px;
  line-height: 37px;
  font-weight: 300;
  color: #737380;
  padding-left: 36px;
  border-left: 3px solid #a8c93c;
  margin-bottom: 28px;
}
#block-system-main .field-name-field-content .paragraphs-item-text-block-quote-wysiwyg .field-name-field-formatted-text ul {
  margin: 6px 0px;
  list-style-type: circle;
}
#block-system-main .field-name-field-content .paragraphs-item-text-block-quote-wysiwyg .field-name-field-formatted-text p,
#block-system-main .field-name-field-content .paragraphs-item-text-block-quote-wysiwyg .field-name-field-formatted-text li {
  font-size: 28px;
  line-height: 37px;
  font-weight: 300;
  color: #737380;
  margin: 0px;
}
#block-system-main .field-name-field-content .paragraphs-item-text-wysiwyg .field-name-field-formatted-text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #737380;
}
#block-system-main .field-name-field-content .paragraphs-item-text-wysiwyg-2-col .field-name-field-column-text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #737380;
}
#block-system-main .field-name-field-content .paragraphs-item-text-wysiwyg-2-col .field-name-field-column-text .even {
  width: 45%;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-system-main .field-name-field-content .paragraphs-item-text-wysiwyg-2-col .field-name-field-column-text .even {
    width: 100%;
    float: none;
  }
}
#block-system-main .field-name-field-content .paragraphs-item-text-wysiwyg-2-col .field-name-field-column-text .odd {
  width: 45%;
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-system-main .field-name-field-content .paragraphs-item-text-wysiwyg-2-col .field-name-field-column-text .odd {
    width: 100%;
    float: none;
  }
}
#block-system-main .field-name-field-content .paragraphs-item-image-full-width-no-padding {
  margin-left: -90px;
  margin-right: -90px;
}
#block-system-main .field-name-field-content .paragraphs-item-image-full-width-no-padding img {
  width: 100%;
  height: auto;
  margin: 40px 0px;
}
#block-system-main .field-name-field-content .paragraphs-item-image-full-width img {
  width: 100%;
  height: auto;
  margin: 40px 0px;
}
/**** end INTERIORSTYLES - Interior Styles ****/
/**** POSTSVIEW - Posts View Page ****/
.page-posts #block-system-main,
.page-taxonomy-term #block-system-main {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.page-posts #block-system-main .post,
.page-taxonomy-term #block-system-main .post {
  padding: 0px 0px 22px;
  margin: 0px 0px 40px;
  border-bottom: 1px solid #dddddd;
}
.page-posts #block-system-main .post .post_type,
.page-taxonomy-term #block-system-main .post .post_type {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  text-transform: lowercase;
}
.page-posts #block-system-main .post .post_title,
.page-taxonomy-term #block-system-main .post .post_title {
  color: #26272b;
  margin: 4px 0px 12px;
  font-size: 46px;
  line-height: 48px;
  font-style: italic;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-posts #block-system-main .post .post_title,
  .page-taxonomy-term #block-system-main .post .post_title {
    font-size: 36px;
    line-height: 38px;
  }
}
.page-posts #block-system-main .post .post_title a,
.page-taxonomy-term #block-system-main .post .post_title a {
  color: #26272b;
}
.page-posts #block-system-main .post .post_title a:hover,
.page-taxonomy-term #block-system-main .post .post_title a:hover {
  color: #555762;
}
.page-posts #block-system-main .post .post_topics,
.page-taxonomy-term #block-system-main .post .post_topics {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px 0px 16px;
  letter-spacing: 1px;
  color: #757575;
}
.page-posts #block-system-main .post .post_topics .post_topics_items ul,
.page-taxonomy-term #block-system-main .post .post_topics .post_topics_items ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline-block;
}
.page-posts #block-system-main .post .post_topics .post_topics_items ul li,
.page-taxonomy-term #block-system-main .post .post_topics .post_topics_items ul li {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  display: inline-block;
}
.page-posts #block-system-main .post .post_head .post_author_photo,
.page-taxonomy-term #block-system-main .post .post_head .post_author_photo {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 14px 0px 0px;
}
.page-posts #block-system-main .post .post_head .post_author_photo img,
.page-taxonomy-term #block-system-main .post .post_head .post_author_photo img {
  border-radius: 100px;
}
.page-posts #block-system-main .post .post_head .post_author,
.page-taxonomy-term #block-system-main .post .post_head .post_author {
  display: inline-block;
  vertical-align: middle;
}
.page-posts #block-system-main .post .post_head .post_author .post_author_name,
.page-taxonomy-term #block-system-main .post .post_head .post_author .post_author_name {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  color: #232323;
}
.page-posts #block-system-main .post .post_head .post_author .post_author_name a,
.page-taxonomy-term #block-system-main .post .post_head .post_author .post_author_name a {
  color: #232323;
}
.page-posts #block-system-main .post .post_head .post_source,
.page-taxonomy-term #block-system-main .post .post_head .post_source {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  padding: 3px 0px 0px;
}
.page-posts #block-system-main .post .post_head .post_date,
.page-taxonomy-term #block-system-main .post .post_head .post_date {
  color: #757575;
  font-size: 18px;
  line-height: 23px;
}
.page-posts #block-system-main .post .post_media,
.page-taxonomy-term #block-system-main .post .post_media {
  clear: both;
  margin: 24px 0px;
}
.page-posts #block-system-main .post .post_media img,
.page-taxonomy-term #block-system-main .post .post_media img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.page-posts #block-system-main .post .post_body,
.page-taxonomy-term #block-system-main .post .post_body {
  clear: both;
  margin-top: 16px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #737380;
}
.page-posts #block-system-main .post .post_body p,
.page-taxonomy-term #block-system-main .post .post_body p,
.page-posts #block-system-main .post .post_body li,
.page-taxonomy-term #block-system-main .post .post_body li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #737380;
}
.page-posts #block-system-main .post .post_foot .post_more,
.page-taxonomy-term #block-system-main .post .post_foot .post_more {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  text-transform: lowercase;
  line-height: 36px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-posts #block-system-main .post .post_foot .post_more,
  .page-taxonomy-term #block-system-main .post .post_foot .post_more {
    display: block;
  }
}
.page-posts #block-system-main .post .post_foot .post_share,
.page-taxonomy-term #block-system-main .post .post_foot .post_share {
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-posts #block-system-main .post .post_foot .post_share,
  .page-taxonomy-term #block-system-main .post .post_foot .post_share {
    float: left;
  }
}
.page-posts #block-system-main .post .post_foot .post_share .post_share_list,
.page-taxonomy-term #block-system-main .post .post_foot .post_share .post_share_list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.page-posts #block-system-main .post .post_foot .post_share .post_share_list li,
.page-taxonomy-term #block-system-main .post .post_foot .post_share .post_share_list li {
  display: inline-block;
  float: none;
  font-size: 0px;
}
.page-posts #block-system-main .post .post_foot .post_share .post_share_list li a,
.page-taxonomy-term #block-system-main .post .post_foot .post_share .post_share_list li a {
  display: block;
}
.page-posts #block-system-main .post .post_foot .post_share .post_share_list .post_share_item,
.page-taxonomy-term #block-system-main .post .post_foot .post_share .post_share_list .post_share_item {
  vertical-align: middle;
}
.page-posts #block-system-main .post .post_foot .post_share .post_share_list .post_share_item .post_share_title,
.page-taxonomy-term #block-system-main .post .post_foot .post_share .post_share_list .post_share_item .post_share_title {
  font-size: 12px;
  font-weight: 600;
  padding: 0px 0px 0px;
  display: block;
}
.page-posts #block-system-main .post .post_foot .post_share .post_share_list .post_share_item .post_share_link,
.page-taxonomy-term #block-system-main .post .post_foot .post_share .post_share_list .post_share_item .post_share_link {
  font-size: 16px;
}
.page-posts #block-system-main .post .post_foot .post_share .post_share_list .post_share_item .post_share_link .post_share_icon,
.page-taxonomy-term #block-system-main .post .post_foot .post_share .post_share_list .post_share_item .post_share_link .post_share_icon {
  color: #b2b2b2;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
}
.page-posts #block-system-main .post .post_foot .post_share .post_share_list .post_share_item .post_share_link:hover .post_share_icon,
.page-taxonomy-term #block-system-main .post .post_foot .post_share .post_share_list .post_share_item .post_share_link:hover .post_share_icon {
  color: #ffffff;
}
.page-posts #block-system-main .post .post_foot .post_share .post_share_list .post_share_item .post_share_link:hover .fa-twitter,
.page-taxonomy-term #block-system-main .post .post_foot .post_share .post_share_list .post_share_item .post_share_link:hover .fa-twitter {
  background-color: #00aced;
}
.page-posts #block-system-main .post .post_foot .post_share .post_share_list .post_share_item .post_share_link:hover .fa-facebook,
.page-taxonomy-term #block-system-main .post .post_foot .post_share .post_share_list .post_share_item .post_share_link:hover .fa-facebook {
  background-color: #5f93e2;
}
.page-posts #block-system-main .post .post_foot .post_share .post_share_list .post_share_item .post_share_link:hover .fa-google-plus,
.page-taxonomy-term #block-system-main .post .post_foot .post_share .post_share_list .post_share_item .post_share_link:hover .fa-google-plus {
  background-color: #d34836;
}
.page-posts #block-system-main .post .post_foot .post_share .post_share_list .post_share_item .post_share_link:hover .fa-linkedin,
.page-taxonomy-term #block-system-main .post .post_foot .post_share .post_share_list .post_share_item .post_share_link:hover .fa-linkedin {
  background-color: #007bb6;
}
.page-taxonomy-term #block-system-main {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#block-system-main .item-list {
  background-color: #ebebeb;
  margin: 53px -90px 0px;
}
#block-system-main .item-list .pager {
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  position: relative;
  width: 100%;
}
#block-system-main .item-list .pager li {
  font-family: 'Source Sans Pro', verdana, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0px;
  padding: 0px;
  color: #232323;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-system-main .item-list .pager li {
    width: 40px;
  }
}
#block-system-main .item-list .pager li a {
  color: #232323;
  display: block;
  width: 100%;
  height: 100%;
}
#block-system-main .item-list .pager li.pager-item a:hover {
  color: #a8c93c;
  background-color: #ffffff;
}
#block-system-main .item-list .pager li.pager-current {
  color: #a8c93c;
  background-color: #ffffff;
}
#block-system-main .item-list .pager li.pager-previous,
#block-system-main .item-list .pager li.pager-next,
#block-system-main .item-list .pager li.pager-first,
#block-system-main .item-list .pager li.pager-last {
  display: none;
}
/**** end POSTSVIEW - Posts View Page ****/
/**** POSTNODE - Post Node Page ****/
.node-type-post #block-system-main {
  padding-bottom: 24px;
  margin-bottom: 0px;
  padding-top: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-post #block-system-main {
    padding-top: 36px;
    padding-bottom: 0px;
  }
}
.node-type-post #block-system-main .post {
  padding: 0px 0px 40px;
  margin: 0px 0px;
}
.node-type-post #block-system-main .post .post_type {
  display: none;
}
.node-type-post #block-system-main .post .post_topics {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px 0px 12px;
  letter-spacing: 1px;
  color: #757575;
}
.node-type-post #block-system-main .post .post_topics .post_topics_items ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline-block;
}
.node-type-post #block-system-main .post .post_topics .post_topics_items ul li {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  display: inline-block;
}
.node-type-post #block-system-main .post .post_title {
  margin: 0px 0px 14px;
  font-size: 46px;
  line-height: 48px;
  font-style: italic;
  color: #26272b;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-post #block-system-main .post .post_title {
    font-size: 36px;
    line-height: 38px;
  }
}
.node-type-post #block-system-main .post .post_head .post_head_left {
  display: inline-block;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-post #block-system-main .post .post_head .post_head_left {
    display: block;
  }
}
.node-type-post #block-system-main .post .post_head .post_head_left .post_author_photo {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 14px 0px 0px;
}
.node-type-post #block-system-main .post .post_head .post_head_left .post_author_photo img {
  border-radius: 100px;
}
.node-type-post #block-system-main .post .post_head .post_head_left .post_author {
  display: inline-block;
  vertical-align: middle;
}
.node-type-post #block-system-main .post .post_head .post_head_left .post_author .post_author_name {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
}
.node-type-post #block-system-main .post .post_head .post_head_left .post_source {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  padding: 3px 0px 0px;
}
.node-type-post #block-system-main .post .post_head .post_head_left .post_date {
  color: #757575;
  font-size: 18px;
  line-height: 23px;
}
.node-type-post #block-system-main .post .post_head .post_share {
  float: right;
  margin: 7px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-post #block-system-main .post .post_head .post_share {
    float: left;
  }
}
.node-type-post #block-system-main .post .post_head .post_share .post_share_list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.node-type-post #block-system-main .post .post_head .post_share .post_share_list li {
  display: inline-block;
  float: none;
  font-size: 0px;
}
.node-type-post #block-system-main .post .post_head .post_share .post_share_list li a {
  display: block;
}
.node-type-post #block-system-main .post .post_head .post_share .post_share_list .post_share_item {
  vertical-align: middle;
}
.node-type-post #block-system-main .post .post_head .post_share .post_share_list .post_share_item .post_share_title {
  font-size: 12px;
  font-weight: 600;
  padding: 0px 0px 0px;
  display: block;
}
.node-type-post #block-system-main .post .post_head .post_share .post_share_list .post_share_item .post_share_link {
  font-size: 16px;
}
.node-type-post #block-system-main .post .post_head .post_share .post_share_list .post_share_item .post_share_link .post_share_icon {
  color: #b2b2b2;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
}
.node-type-post #block-system-main .post .post_head .post_share .post_share_list .post_share_item .post_share_link:hover .post_share_icon {
  color: #ffffff;
}
.node-type-post #block-system-main .post .post_head .post_share .post_share_list .post_share_item .post_share_link:hover .fa-twitter {
  background-color: #00aced;
}
.node-type-post #block-system-main .post .post_head .post_share .post_share_list .post_share_item .post_share_link:hover .fa-facebook {
  background-color: #5f93e2;
}
.node-type-post #block-system-main .post .post_head .post_share .post_share_list .post_share_item .post_share_link:hover .fa-google-plus {
  background-color: #d34836;
}
.node-type-post #block-system-main .post .post_head .post_share .post_share_list .post_share_item .post_share_link:hover .fa-linkedin {
  background-color: #007bb6;
}
.node-type-post #block-system-main .post .post_media {
  clear: both;
  margin: 24px 0px;
}
.node-type-post #block-system-main .post .post_media img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.node-type-post #block-system-main .post .post_body {
  clear: both;
  margin-top: 24px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #737380;
}
.node-type-post #block-system-main .post .post_body h1,
.node-type-post #block-system-main .post .post_body h2,
.node-type-post #block-system-main .post .post_body h3,
.node-type-post #block-system-main .post .post_body p,
.node-type-post #block-system-main .post .post_body ul {
  margin-bottom: 28px;
}
.node-type-post #block-system-main .post .post_body h1 {
  font-size: 90px;
  line-height: 90px;
  font-weight: 300;
  letter-spacing: -4px;
  color: #26272b;
  margin-bottom: 28px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-post #block-system-main .post .post_body h1 {
    font-size: 64px;
    line-height: 64px;
  }
}
.node-type-post #block-system-main .post .post_body h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  color: #26272b;
  margin-bottom: 28px;
}
.node-type-post #block-system-main .post .post_body h3 {
  font-size: 28px;
  line-height: 37px;
  font-weight: 300;
  color: #26272b;
  margin-bottom: 28px;
  font-style: italic;
}
.node-type-post #block-system-main .post .post_body p,
.node-type-post #block-system-main .post .post_body li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #737380;
}
.node-type-post #block-system-main .post .post_body img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.node-type-post #block-system-main .post_back {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  text-transform: lowercase;
  margin-bottom: 50px;
  display: block;
}
/**** end POSTNODE - Post Node Page ****/
/**** NEWSVIEW - News View Page ****/
/**** end NEWSVIEW - News View Page ****/
/**** NEWSNODE - News Node Page ****/
/**** end NEWSNODE - News Node Page ****/
/**** MEDIAVIEW - Media View Page ****/
/**** end MEDIAVIEW - Media View Page ****/
/**** MEDIANODE - Media Node Page ****/
/**** end MEDIANODE - Media Node Page ****/
/**** ISSUESVIEW - Issues View Page ****/
/**** end ISSUESVIEW - Issues View Page ****/
/**** PROFILENODE - Profile Node Page ****/
.node-type-profile #page {
  width: 88%;
  max-width: 1030px;
}
@media only screen and (min-width: 0px) and (max-width: 940px) {
  .node-type-profile #page {
    width: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-profile #page {
    width: 100%;
  }
}
.node-type-profile #block-system-main {
  padding-bottom: 24px;
  margin-bottom: 0px;
  padding-top: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-profile #block-system-main {
    padding-bottom: 0px;
  }
}
.node-type-profile #block-system-main .profile {
  padding: 0px 0px 40px;
  margin: 0px 0px;
}
.node-type-profile #block-system-main .profile .profile_head {
  position: relative;
  margin: 0px -90px 40px;
  background-color: #e7e7e7;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-profile #block-system-main .profile .profile_head {
    margin: 0px -20px 40px;
  }
}
.node-type-profile #block-system-main .profile .profile_head:hover {
  background-color: #eaeaea;
}
.node-type-profile #block-system-main .profile .profile_head:hover .profile_head_left .profile_photo .profile_photo_default {
  display: none;
}
.node-type-profile #block-system-main .profile .profile_head:hover .profile_head_left .profile_photo .profile_photo_alternate {
  display: block;
}
.node-type-profile #block-system-main .profile .profile_head .profile_head_left {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-profile #block-system-main .profile .profile_head .profile_head_left {
    display: block;
  }
}
.node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_photo {
  display: inline-block;
  vertical-align: middle;
  float: right;
  padding: 20px 0px 0px 0px;
  width: 56%;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 940px) {
  .node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_photo {
    width: 50%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_photo {
    float: none;
    width: auto;
    max-width: 166px;
    padding: 0px;
    margin: 0px 20px 0px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
}
.node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_photo .profile_photo_default {
  display: block;
}
.node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_photo .profile_photo_alternate {
  display: none;
}
.node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_photo img {
  border-radius: 0px;
  width: 100%;
  height: auto;
}
.node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_title_role {
  display: block;
  overflow: hidden;
  padding: 130px 0px 0px 90px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 940px) {
  .node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_title_role {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_title_role {
    padding: 20px 180px 10px 20px;
  }
}
.node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_title_role .profile_title {
  position: relative;
  margin: 0px;
  font-size: 60px;
  font-weight: 300;
  line-height: 62px;
  color: #26272b;
  display: block;
  z-index: 200;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_title_role .profile_title {
    font-size: 36px;
    line-height: 38px;
  }
}
.node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_title_role .profile_role {
  display: block;
  font-size: 22px;
  line-height: 34px;
  color: #737380;
  text-transform: lowercase;
  margin: 10px 0px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_title_role .profile_role {
    font-size: 18px;
    line-height: 22px;
  }
}
.node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_socials {
  float: left;
  margin: 0px;
  padding: 10px 0px 0px;
  height: 36px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_socials {
    clear: both;
    padding: 0px;
  }
}
.node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_socials .profile_social_item {
  display: inline-block;
  margin: 0px;
}
.node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_socials .profile_social_item .profile_social_link {
  opacity: 0.7;
}
.node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_socials .profile_social_item .profile_social_link:hover {
  opacity: 1;
}
.node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_socials .profile_social_item .profile_social_link .profile_social_icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 17px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_socials .profile_social_item .profile_social_link .profile_social_icon {
    margin-bottom: 0px;
  }
}
.node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_socials .profile_socials_twitter .profile_social_link {
  color: #00aced;
}
.node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_socials .profile_socials_facebook .profile_social_link {
  color: #5f93e2;
}
.node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_socials .profile_socials_google_plus .profile_social_link {
  color: #d34836;
}
.node-type-profile #block-system-main .profile .profile_head .profile_head_left .profile_socials .profile_socials_linkedin .profile_social_link {
  color: #007bb6;
}
.node-type-profile #block-system-main .profile .profile_quote {
  border-left: 3px solid #a8c93c;
  color: #737380;
  font-size: 26px;
  font-weight: 300;
  line-height: 37px;
  margin-bottom: 28px;
  padding-left: 36px;
  font-style: italic;
  clear: both;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-profile #block-system-main .profile .profile_quote {
    font-size: 20px;
    line-height: 26px;
    padding-left: 16px;
    margin: 0px 0px 20px;
  }
}
.node-type-profile #block-system-main .profile .profile_quote .profile_quote_author {
  font-size: 20px;
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-profile #block-system-main .profile .profile_quote .profile_quote_author {
    font-size: 16px;
  }
}
.node-type-profile #block-system-main .profile .profile_body,
.node-type-profile #block-system-main .profile .profile_body_under {
  clear: both;
  margin-top: 24px;
}
.node-type-profile #block-system-main .profile .profile_charts {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 20px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-profile #block-system-main .profile .profile_charts {
    padding: 10px 0px 0px;
  }
}
.node-type-profile #block-system-main .profile .profile_charts h4 {
  color: #26272b;
  font-weight: 600;
  text-transform: lowercase;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 0px 0px;
  margin: 0px 0px 20px;
}
.node-type-profile #block-system-main .profile .profile_charts .profile_chart_item {
  width: 17.5%;
  float: left;
  margin-right: 10%;
  display: inline-block;
  position: relative;
}
.node-type-profile #block-system-main .profile .profile_charts .profile_chart_item.profile_chart_4 {
  margin-right: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-profile #block-system-main .profile .profile_charts .profile_chart_item {
    width: 40%;
    margin: 0px 5% 40px;
  }
  .node-type-profile #block-system-main .profile .profile_charts .profile_chart_item.profile_chart_3,
  .node-type-profile #block-system-main .profile .profile_charts .profile_chart_item.profile_chart_4 {
    margin: 0px 5% 40px;
  }
}
.node-type-profile #block-system-main .profile .profile_charts .profile_chart_item div {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: relative;
  line-height: 0px;
}
@media \0screen {
  .node-type-profile #block-system-main .profile .profile_charts .profile_chart_item div {
    width: auto !important;
    height: auto !important;
  }
}
.node-type-profile #block-system-main .profile .profile_charts .profile_chart_item canvas {
  width: 100%;
}
@media \0screen {
  .node-type-profile #block-system-main .profile .profile_charts .profile_chart_item canvas {
    display: none;
  }
}
.node-type-profile #block-system-main .profile .profile_charts .profile_chart_item input {
  display: none;
}
@media \0screen {
  .node-type-profile #block-system-main .profile .profile_charts .profile_chart_item input {
    display: block;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    color: #a8c93c;
    width: 100%;
  }
}
.node-type-profile #block-system-main .profile .profile_charts .profile_chart_item .percentageWrap {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
@media \0screen {
  .node-type-profile #block-system-main .profile .profile_charts .profile_chart_item .percentageWrap {
    display: none;
  }
}
.node-type-profile #block-system-main .profile .profile_charts .profile_chart_item .percentageWrap .percentageTable {
  display: table;
  width: 100%;
  height: 100%;
}
.node-type-profile #block-system-main .profile .profile_charts .profile_chart_item .percentageWrap .percentageTable .percentageCell {
  display: table-cell;
  vertical-align: middle;
}
.node-type-profile #block-system-main .profile .profile_charts .profile_chart_item .percentageWrap .percentageTable .percentageCell .percentageCenter {
  margin: 0px;
  width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  position: static;
  padding: 0px 0px 0px;
  text-align: center;
  font-family: 'Source Sans Pro', verdana, sans-serif;
  font-style: italic;
  color: #656565;
  font-size: 26px;
  line-height: 26px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-profile #block-system-main .profile .profile_charts .profile_chart_item .percentageWrap .percentageTable .percentageCell .percentageCenter {
    font-size: 40px;
    line-height: 40px;
  }
}
.node-type-profile #block-system-main .profile .profile_charts .profile_chart_item .percentageWrap .percentageTable .percentageCell .percentageCenter sup {
  font-size: 16px;
  line-height: 16px;
  padding-left: 1px;
  position: relative;
  top: 2px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-profile #block-system-main .profile .profile_charts .profile_chart_item .percentageWrap .percentageTable .percentageCell .percentageCenter sup {
    font-size: 20px;
    line-height: 20px;
  }
}
.node-type-profile #block-system-main .profile .profile_charts .profile_chart_item .chartLabel {
  display: block;
  text-align: center;
  color: #26272b;
  font-weight: 600;
  text-transform: lowercase;
  font-size: 18px;
  line-height: 18px;
  padding: 20px 0px 0px;
}
.node-type-profile #block-system-main .profile_back {
  margin-bottom: 50px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  text-transform: lowercase;
}
/**** end PROFILENODE - Profile Node Page ****/
/**** PROFILEVIEW - Profile View Page ****/
.page-the-team #page {
  width: 88%;
  max-width: 1030px;
}
@media only screen and (min-width: 0px) and (max-width: 940px) {
  .page-the-team #page {
    width: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-the-team #page {
    width: 100%;
  }
}
.page-the-team #block-system-main {
  padding: 0px;
  background-color: #e0e0e0;
}
.page-the-team #block-system-main .view-profiles .view-content {
  text-align: center;
  font-size: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.page-the-team #block-system-main .view-profiles .view-content .views-row {
  display: inline-block;
  margin: 0px;
  vertical-align: top;
  width: 50%;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-1,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-4,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-5,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-8,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-9,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-12,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-13,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-16,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-17,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-20,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-21,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-24,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-25,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-28,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-29,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-32,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-33,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-36,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-37,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-40,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-41,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-44,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-45 {
  background-color: #e7e7e7;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-1,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-4,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-5,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-8,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-9,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-12,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-13,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-16,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-17,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-20,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-21,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-24,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-25,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-28,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-29,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-32,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-33,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-36,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-37,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-40,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-41,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-44,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-45 {
    background-color: #e7e7e7;
  }
}
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-2,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-3,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-6,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-7,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-10,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-11,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-14,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-15,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-18,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-19,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-22,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-21,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-26,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-27,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-30,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-31,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-34,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-35,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-38,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-39,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-42,
.page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-43 {
  background-color: #efefef;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-2,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-3,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-6,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-7,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-10,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-11,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-14,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-15,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-18,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-19,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-22,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-21,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-26,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-27,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-30,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-31,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-34,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-35,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-38,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-39,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-42,
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-43 {
    background-color: #e7e7e7;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-the-team #block-system-main .view-profiles .view-content .views-row.views-row-even {
    background-color: #efefef;
  }
}
.page-the-team #block-system-main .view-profiles .view-content .views-row:hover .views-field-path a img {
  opacity: 1;
}
.page-the-team #block-system-main .view-profiles .view-content .views-row:hover .views-field-path a img:first-child {
  display: none;
}
.page-the-team #block-system-main .view-profiles .view-content .views-row:hover .views-field-path a img:last-child {
  display: block;
}
.page-the-team #block-system-main .view-profiles .view-content .views-row:hover .team_title a {
  color: #2c2c2c;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-the-team #block-system-main .view-profiles .view-content .views-row {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
.page-the-team #block-system-main .view-profiles .view-content .views-row .views-field-path {
  width: 66%;
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 940px) {
  .page-the-team #block-system-main .view-profiles .view-content .views-row .views-field-path {
    width: 50%;
  }
}
.page-the-team #block-system-main .view-profiles .view-content .views-row .views-field-path img {
  width: 100%;
  height: auto;
  border: none;
  padding: 0px;
  box-sizing: content-box;
  display: block;
  opacity: 0.8;
}
.page-the-team #block-system-main .view-profiles .view-content .views-row .views-field-path img:first-child {
  display: block;
}
.page-the-team #block-system-main .view-profiles .view-content .views-row .views-field-path img:last-child {
  display: none;
}
.page-the-team #block-system-main .view-profiles .view-content .views-row .views-field-path a {
  display: inline-block;
  line-height: 0px;
  padding: 10px 0px 0px 0px;
}
.page-the-team #block-system-main .view-profiles .view-content .views-row .views-field-nothing {
  position: absolute;
  padding: 20% 0px 0px;
  margin: 0px;
  width: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 940px) {
  .page-the-team #block-system-main .view-profiles .view-content .views-row .views-field-nothing {
    padding: 12% 0px 0px 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-the-team #block-system-main .view-profiles .view-content .views-row .views-field-nothing {
    padding: 8% 0px 0px 20px;
  }
}
.page-the-team #block-system-main .view-profiles .view-content .views-row .team_title {
  text-align: center;
}
.page-the-team #block-system-main .view-profiles .view-content .views-row .team_title a {
  font-size: 16px;
  color: #909090;
  text-transform: uppercase;
  font-weight: 700;
}
.page-the-team #block-system-main .view-profiles .view-content .views-row .team_role {
  text-align: center;
  color: #676767;
  font-size: 16px;
  line-height: 20px;
}
.page-the-team #block-system-main .view-profiles .view-content .views-row .team_social_list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.page-the-team #block-system-main .view-profiles .view-content .views-row .team_social_list li {
  display: inline-block;
  float: none;
  font-size: 0px;
}
.page-the-team #block-system-main .view-profiles .view-content .views-row .team_social_list li a {
  display: block;
}
.page-the-team #block-system-main .view-profiles .view-content .views-row .team_social_list .team_social_item .team_social_link {
  opacity: 0.7;
}
.page-the-team #block-system-main .view-profiles .view-content .views-row .team_social_list .team_social_item .team_social_link.team_social_twitter {
  color: #00aced;
}
.page-the-team #block-system-main .view-profiles .view-content .views-row .team_social_list .team_social_item .team_social_link.team_social_facebook {
  color: #5f93e2;
}
.page-the-team #block-system-main .view-profiles .view-content .views-row .team_social_list .team_social_item .team_social_link.team_social_google {
  color: #d34836;
}
.page-the-team #block-system-main .view-profiles .view-content .views-row .team_social_list .team_social_item .team_social_link.team_social_linkedin {
  color: #007bb6;
}
.page-the-team #block-system-main .view-profiles .view-content .views-row .team_social_list .team_social_item .team_social_link:hover {
  opacity: 1;
}
.page-the-team #block-system-main .view-profiles .view-content .views-row .team_social_list .team_social_item .team_social_link .team_social_icon {
  display: block;
  font-size: 16px;
  margin: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
/**** end PROFILEVIEW - Profile View Page ****/
/**** PORTFOLIOVIEW - Portfolio View Page ****/
.page-our-work #page {
  width: 88%;
  max-width: 1030px;
}
@media only screen and (min-width: 0px) and (max-width: 940px) {
  .page-our-work #page {
    width: auto;
  }
}
.page-our-work #block-system-main {
  padding: 74px 0px 0px;
  margin: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-our-work #block-system-main {
    padding: 30px 0px 0px;
  }
}
.page-our-work #block-system-main .view-portfolio .view-header {
  padding: 0px 90px 74px;
  font-size: 36px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.050em;
  color: #26272b;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-our-work #block-system-main .view-portfolio .view-header {
    font-size: 24px;
    padding: 0px 20px 20px;
  }
}
.page-our-work #block-system-main .view-portfolio .view-header .accent {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  text-transform: lowercase;
  color: #a8c93c;
  display: block;
  letter-spacing: 0px;
  font-style: normal;
}
.page-our-work #block-system-main .view-portfolio .view-content {
  max-width: 1030px;
}
.page-our-work #block-system-main .view-portfolio .view-content a {
  box-sizing: border-box;
  display: block;
  position: relative;
}
.page-our-work #block-system-main .view-portfolio .view-content .portfolioWrap {
  position: relative;
  padding-top: 32%;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-our-work #block-system-main .view-portfolio .view-content .portfolioWrap {
    padding-top: 0;
    margin-bottom: 20px;
    border-bottom: 4px solid #444;
  }
}
.page-our-work #block-system-main .view-portfolio .view-content .portfolioWrap > a {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  display: block;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
  border: 10px solid transparent;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-our-work #block-system-main .view-portfolio .view-content .portfolioWrap > a {
    position: relative;
    border: 0;
    padding: 16px;
    background-color: #444;
    background-image: url(/sites/default/themes/basetheme/img/txtr.png);
    background-repeat: repeat;
    border-top: 4px solid #444;
  }
}
.page-our-work #block-system-main .view-portfolio .view-content .portfolioWrap > a:hover {
  background: url(/sites/default/themes/basetheme/img/txtr.png);
  border: 10px solid #ffffff;
  z-index: 98;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-our-work #block-system-main .view-portfolio .view-content .portfolioWrap > a:hover {
    border: 0;
    border-top: 4px solid #444;
    box-shadow: none;
    background-color: #888;
    background-image: url(/sites/default/themes/basetheme/img/txtr.png);
  }
}
.page-our-work #block-system-main .view-portfolio .view-content .portfolioWrap .overlayWrap {
  display: block;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-our-work #block-system-main .view-portfolio .view-content .portfolioWrap .overlayWrap {
    position: relative;
    text-align: left;
  }
}
.page-our-work #block-system-main .view-portfolio .view-content .portfolioWrap .overlayWrap .portfolioTitle {
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -.050em;
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-our-work #block-system-main .view-portfolio .view-content .portfolioWrap .overlayWrap .portfolioTitle {
    font-size: 24px;
    line-height: 28px;
  }
}
.page-our-work #block-system-main .view-portfolio .view-content .portfolioWrap .overlayWrap .portfolioServices {
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .100em;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-our-work #block-system-main .view-portfolio .view-content .portfolioWrap .overlayWrap .portfolioServices {
    font-size: 10px;
    color: #000;
    display: none;
  }
}
.page-our-work #block-system-main .view-portfolio .view-content .portfolioWrap .image {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-our-work #block-system-main .view-portfolio .view-content .portfolioWrap .image {
    position: relative;
  }
}
.page-our-work #block-system-main .view-portfolio .view-content .portfolioWrap .image img {
  width: 100%;
  height: auto;
  z-index: 99;
}
/**** end PORTFOLIOVIEW - Portfolio View Page ****/
/**** PORTFOLIONODE - Portfolio Node Page ****/
.node-type-portfolio #page {
  width: 88%;
  max-width: 1030px;
}
@media only screen and (min-width: 0px) and (max-width: 940px) {
  .node-type-portfolio #page {
    width: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-portfolio #page {
    width: 100%;
  }
}
.node-type-portfolio #block-system-main {
  padding-bottom: 24px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-portfolio #block-system-main {
    padding-top: 36px;
    padding-bottom: 0px;
  }
}
.node-type-portfolio #block-system-main .portfolio {
  padding: 0px 0px 40px;
  margin: 0px 0px;
}
.node-type-portfolio #block-system-main .portfolio .portfolio_head {
  padding: 0px 0px 40px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-portfolio #block-system-main .portfolio .portfolio_head {
    padding: 0px 0px;
  }
}
.node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_head_left {
  display: inline-block;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_head_left {
    display: block;
    clear: both;
  }
}
.node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_head_left .portfolio_services {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px 0px;
  letter-spacing: 0.5px;
  color: #757575;
}
.node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_head_left .portfolio_services .portfolio_services_items .portfolio_sep {
  padding: 0px 4px;
}
.node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_head_left .portfolio_services .portfolio_services_items ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline-block;
}
.node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_head_left .portfolio_services .portfolio_services_items ul li {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  display: inline-block;
}
.node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_head_left .portfolio_subtitle {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  text-transform: lowercase;
  color: #a8c93c;
}
.node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_head_left .portfolio_title {
  margin: 4px 0px 11px;
  font-size: 46px;
  line-height: 48px;
  font-style: italic;
  color: #26272b;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_head_left .portfolio_title {
    font-size: 36px;
    line-height: 38px;
  }
}
.node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_share {
  margin: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_share {
    float: left;
    position: static;
  }
}
.node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_share .portfolio_share_list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_share .portfolio_share_list li {
  display: inline-block;
  float: none;
  font-size: 0px;
}
.node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_share .portfolio_share_list li a {
  display: block;
}
.node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_share .portfolio_share_list .portfolio_share_item {
  vertical-align: middle;
}
.node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_share .portfolio_share_list .portfolio_share_item .portfolio_share_title {
  font-size: 12px;
  font-weight: 600;
  padding: 0px 0px 0px;
  display: block;
}
.node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_share .portfolio_share_list .portfolio_share_item .portfolio_share_link {
  font-size: 16px;
}
.node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_share .portfolio_share_list .portfolio_share_item .portfolio_share_link .portfolio_share_icon {
  color: #b2b2b2;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
}
.node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_share .portfolio_share_list .portfolio_share_item .portfolio_share_link:hover .portfolio_share_icon {
  color: #ffffff;
}
.node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_share .portfolio_share_list .portfolio_share_item .portfolio_share_link:hover .fa-twitter {
  background-color: #00aced;
}
.node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_share .portfolio_share_list .portfolio_share_item .portfolio_share_link:hover .fa-facebook {
  background-color: #5f93e2;
}
.node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_share .portfolio_share_list .portfolio_share_item .portfolio_share_link:hover .fa-google-plus {
  background-color: #d34836;
}
.node-type-portfolio #block-system-main .portfolio .portfolio_head .portfolio_share .portfolio_share_list .portfolio_share_item .portfolio_share_link:hover .fa-linkedin {
  background-color: #007bb6;
}
.node-type-portfolio #block-system-main .portfolio .portfolio_body {
  clear: both;
  margin-top: 24px;
  max-width: 1030px;
}
.node-type-portfolio #block-system-main .portfolio .portfolio_body .paragraphs-item-image-full-width-no-padding img {
  max-width: 100%;
  width: auto;
}
.node-type-portfolio #block-system-main .portfolio .portfolio_body .paragraphs-item-image-full-width img {
  max-width: 100%;
  width: auto;
}
.node-type-portfolio #block-system-main .portfolio .portfolio_back {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  text-transform: lowercase;
}
/**** end PORTFOLIONODE - Portfolio Node Page ****/
/* Social review page */
.page-node-580 #block-pgsocial-facebook {
  background-color: #fff;
  padding: 30px;
}
.page-node-580 #block-pgsocial-facebook .fa-facebook {
  display: none;
}
.page-node-580 #block-pgsocial-facebook .fb_user_name {
  display: block;
  padding: 15px 0;
}
.page-node-580 #block-pgsocial-facebook .fb_post {
  padding: 15px;
}
/**** END Social review Node Page ****/
/* WEBFORMSTYLES - Webform Styles */
.node-type-webform #block-system-main p {
  line-height: 18px;
}
.node-type-webform #block-system-main .field-name-body {
  margin: 0px 1%;
}
@media only screen and (min-width: 940px) {
  .node-type-webform #block-system-main form .contact_wrap {
    width: 48%;
    float: left;
  }
}
.node-type-webform #block-system-main form .contact_wrap .form-item label {
  display: none;
}
.node-type-webform #block-system-main form .form-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0px;
}
.node-type-webform #block-system-main form .form-item.webform-component-textfield,
.node-type-webform #block-system-main form .form-item.webform-component-email,
.node-type-webform #block-system-main form .form-item.webform-component-textarea,
.node-type-webform #block-system-main form .form-item.webform-component-markup {
  float: left;
  width: 48%;
  margin: 10px 1%;
  padding: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-webform #block-system-main form .form-item.webform-component-textfield,
  .node-type-webform #block-system-main form .form-item.webform-component-email,
  .node-type-webform #block-system-main form .form-item.webform-component-textarea,
  .node-type-webform #block-system-main form .form-item.webform-component-markup {
    width: 98%;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-textfield input,
.node-type-webform #block-system-main form .form-item.webform-component-email input,
.node-type-webform #block-system-main form .form-item.webform-component-textarea input,
.node-type-webform #block-system-main form .form-item.webform-component-markup input,
.node-type-webform #block-system-main form .form-item.webform-component-textfield textarea,
.node-type-webform #block-system-main form .form-item.webform-component-email textarea,
.node-type-webform #block-system-main form .form-item.webform-component-textarea textarea,
.node-type-webform #block-system-main form .form-item.webform-component-markup textarea {
  font-family: 'Source Sans Pro', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 0px 0px 0px 20px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #c6c6c6;
  border-radius: 0px;
  font-size: 13px;
  font-weight: 400;
  color: #232323;
  background-color: #ffffff;
}
.node-type-webform #block-system-main form .form-item.webform-component-textfield input,
.node-type-webform #block-system-main form .form-item.webform-component-email input,
.node-type-webform #block-system-main form .form-item.webform-component-textarea input,
.node-type-webform #block-system-main form .form-item.webform-component-markup input {
  line-height: 100%;
}
@media \0screen {
  .node-type-webform #block-system-main form .form-item.webform-component-textfield input,
  .node-type-webform #block-system-main form .form-item.webform-component-email input,
  .node-type-webform #block-system-main form .form-item.webform-component-textarea input,
  .node-type-webform #block-system-main form .form-item.webform-component-markup input {
    line-height: 36px;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-textfield textarea,
.node-type-webform #block-system-main form .form-item.webform-component-email textarea,
.node-type-webform #block-system-main form .form-item.webform-component-textarea textarea,
.node-type-webform #block-system-main form .form-item.webform-component-markup textarea {
  height: auto;
  line-height: auto;
}
.node-type-webform #block-system-main form .form-item#webform-component-message-subject,
.node-type-webform #block-system-main form .form-item#webform-component-your-message,
.node-type-webform #block-system-main form .form-item#webform-component-email-address,
.node-type-webform #block-system-main form .form-item.webform-component-markup {
  width: 98%;
}
.node-type-webform #block-system-main form .form-item#webform-component-message-subject .form-banner,
.node-type-webform #block-system-main form .form-item#webform-component-your-message .form-banner,
.node-type-webform #block-system-main form .form-item#webform-component-email-address .form-banner,
.node-type-webform #block-system-main form .form-item.webform-component-markup .form-banner {
  background-color: #a8c93c;
  color: #ffffff;
  font-size: 24px;
  line-height: 48px;
  padding: 0px 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-webform #block-system-main form .form-item#webform-component-message-subject .form-banner,
  .node-type-webform #block-system-main form .form-item#webform-component-your-message .form-banner,
  .node-type-webform #block-system-main form .form-item#webform-component-email-address .form-banner,
  .node-type-webform #block-system-main form .form-item.webform-component-markup .form-banner {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-select {
  float: left;
  width: 48%;
  margin: 10px 1%;
  padding: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-webform #block-system-main form .form-item.webform-component-select {
    width: 98%;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-select select {
  font-family: 'Source Sans Pro', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 0px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #c6c6c6;
  -webkit-appearance: none;
  font-size: 13px;
  font-weight: 400;
  color: #232323;
  background-color: #ffffff;
}
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes,
.node-type-webform #block-system-main form .form-item.webform-component-radios {
  float: left;
  width: 98%;
  margin: 10px 1%;
  padding: 0px;
}
@media only screen and (min-width: 940px) {
  .node-type-webform #block-system-main form .form-item.webform-component-checkboxes,
  .node-type-webform #block-system-main form .form-item.webform-component-radios {
    width: 48%;
    float: right;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes label[for="edit-submitted-volunteer"],
.node-type-webform #block-system-main form .form-item.webform-component-radios label[for="edit-submitted-volunteer"] {
  background-color: #a8c93c;
  color: #ffffff;
  font-size: 24px;
  line-height: 48px;
  padding: 0px 20px;
  text-transform: uppercase;
  margin: 0px 0px 20px;
}
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes label[for="edit-submitted-volunteer"] span.form-required,
.node-type-webform #block-system-main form .form-item.webform-component-radios label[for="edit-submitted-volunteer"] span.form-required {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-webform #block-system-main form .form-item.webform-component-checkboxes label[for="edit-submitted-volunteer"],
  .node-type-webform #block-system-main form .form-item.webform-component-radios label[for="edit-submitted-volunteer"] {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-checkbox,
.node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-checkbox,
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-radio,
.node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-radio {
  float: left;
  width: 50%;
  margin: 10px 0%;
  padding: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-checkbox,
  .node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-checkbox,
  .node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-radio,
  .node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-radio {
    width: 100%;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-checkbox input,
.node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-checkbox input,
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-radio input,
.node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-radio input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: auto;
  border: none;
  height: auto;
  line-height: auto;
  margin: 0px 5% 10px;
  float: left;
}
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-checkbox label,
.node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-checkbox label,
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-radio label,
.node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-radio label {
  font-family: 'Source Sans Pro', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 13px;
  font-weight: 700;
  color: #232323;
  min-height: 32px;
}
.node-type-webform #block-system-main form .form-item label {
  color: #737380;
  display: block;
  font-family: 'Source Sans Pro', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.node-type-webform #block-system-main form .form-actions {
  clear: both;
  width: 50%;
  max-width: 200px;
  margin: auto;
  padding: 20px 0px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-webform #block-system-main form .form-actions {
    max-width: none;
    width: 100%;
  }
}
.node-type-webform #block-system-main form .form-actions .form-submit {
  font-family: 'Source Sans Pro', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #a8c93c;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  height: 54px;
  line-height: 48px;
  padding: 0px 0px;
  float: right;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-webform #block-system-main form .form-actions .form-submit {
    font-size: 18px;
    line-height: 48px;
    height: 54px;
  }
}
.node-type-webform #block-system-main form .form-actions .form-submit:hover {
  background-color: #86a130;
}
/* end WEBFORMSTYLES - Webform Styles */
/* WEBFORMBLOCKSTYLES - Webform Block Styles */
#form-mask {
  margin: 0px auto;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 50;
}
#form-wrapper {
  display: none;
  width: 90%;
  height: 100%;
  margin-left: 10%;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url("/sites/default/themes/basetheme/img/txtr.png");
  position: relative;
  display: block;
  position: absolute;
  top: 0px;
  right: -100%;
}
.block-webform {
  text-align: left;
  padding: 10px 100px 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #ffffff;
  z-index: 999;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .block-webform {
    padding: 50px 25px;
  }
}
.block-webform .close {
  cursor: pointer;
  display: block;
  font-family: verdana;
  font-size: 40px;
  font-weight: 300;
  left: 35px;
  padding: 5px 7px;
  position: absolute;
  top: 10px;
  color: #bbb;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .block-webform .close {
    left: 15px;
  }
}
.block-webform h2 {
  font-size: 44px;
  font-weight: 300;
  margin: 10px 0;
}
.block-webform p {
  line-height: 25px;
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .block-webform p {
    font-size: 14px;
    line-height: 20px;
  }
}
.block-webform .field-name-body {
  margin: 0px 1%;
}
@media only screen and (min-width: 940px) {
  .block-webform form .contact_wrap {
    width: 48%;
    float: left;
  }
}
.block-webform form .contact_wrap .form-item label {
  display: none;
}
.block-webform form .form-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0px;
}
.block-webform form .form-item.webform-component-textfield,
.block-webform form .form-item.webform-component-email,
.block-webform form .form-item.webform-component-textarea,
.block-webform form .form-item.webform-component-markup {
  float: left;
  width: 48%;
  margin: 10px 1%;
  padding: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .block-webform form .form-item.webform-component-textfield,
  .block-webform form .form-item.webform-component-email,
  .block-webform form .form-item.webform-component-textarea,
  .block-webform form .form-item.webform-component-markup {
    width: 98%;
  }
}
.block-webform form .form-item.webform-component-textfield input,
.block-webform form .form-item.webform-component-email input,
.block-webform form .form-item.webform-component-textarea input,
.block-webform form .form-item.webform-component-markup input,
.block-webform form .form-item.webform-component-textfield textarea,
.block-webform form .form-item.webform-component-email textarea,
.block-webform form .form-item.webform-component-textarea textarea,
.block-webform form .form-item.webform-component-markup textarea {
  font-family: 'Source Sans Pro', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 0px 0px 0px 20px;
  height: 36px;
  line-height: 36px;
  border: 0px solid #c6c6c6;
  border-radius: 0px;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  background-color: #444;
}
.block-webform form .form-item.webform-component-textfield input,
.block-webform form .form-item.webform-component-email input,
.block-webform form .form-item.webform-component-textarea input,
.block-webform form .form-item.webform-component-markup input {
  line-height: 100%;
}
@media \0screen {
  .block-webform form .form-item.webform-component-textfield input,
  .block-webform form .form-item.webform-component-email input,
  .block-webform form .form-item.webform-component-textarea input,
  .block-webform form .form-item.webform-component-markup input {
    line-height: 36px;
  }
}
.block-webform form .form-item.webform-component-textfield textarea,
.block-webform form .form-item.webform-component-email textarea,
.block-webform form .form-item.webform-component-textarea textarea,
.block-webform form .form-item.webform-component-markup textarea {
  height: auto;
  line-height: auto;
}
.block-webform form .form-item#webform-component-message-subject,
.block-webform form .form-item#webform-component-your-message,
.block-webform form .form-item#webform-component-describe-your-project,
.block-webform form .form-item#webform-component-email-address,
.block-webform form .form-item#webform-component-your-e-mail,
.block-webform form .form-item.webform-component-markup {
  width: 98%;
}
.block-webform form .form-item#webform-component-message-subject .form-banner,
.block-webform form .form-item#webform-component-your-message .form-banner,
.block-webform form .form-item#webform-component-describe-your-project .form-banner,
.block-webform form .form-item#webform-component-email-address .form-banner,
.block-webform form .form-item#webform-component-your-e-mail .form-banner,
.block-webform form .form-item.webform-component-markup .form-banner {
  background-color: #a8c93c;
  color: #ffffff;
  font-size: 24px;
  line-height: 48px;
  padding: 0px 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .block-webform form .form-item#webform-component-message-subject .form-banner,
  .block-webform form .form-item#webform-component-your-message .form-banner,
  .block-webform form .form-item#webform-component-describe-your-project .form-banner,
  .block-webform form .form-item#webform-component-email-address .form-banner,
  .block-webform form .form-item#webform-component-your-e-mail .form-banner,
  .block-webform form .form-item.webform-component-markup .form-banner {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
}
.block-webform form .form-item#webform-component-message-subject .resizable-textarea .grippie,
.block-webform form .form-item#webform-component-your-message .resizable-textarea .grippie,
.block-webform form .form-item#webform-component-describe-your-project .resizable-textarea .grippie,
.block-webform form .form-item#webform-component-email-address .resizable-textarea .grippie,
.block-webform form .form-item#webform-component-your-e-mail .resizable-textarea .grippie,
.block-webform form .form-item.webform-component-markup .resizable-textarea .grippie {
  background-color: #444;
  border: 1px solid #444;
}
.block-webform form .form-item.webform-component-markup p {
  font-size: 16px;
}
.block-webform form .form-item.webform-component-select {
  float: left;
  width: 48%;
  margin: 10px 1%;
  padding: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .block-webform form .form-item.webform-component-select {
    width: 98%;
  }
}
.block-webform form .form-item.webform-component-select select {
  font-family: 'Source Sans Pro', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 0px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #c6c6c6;
  -webkit-appearance: none;
  font-size: 13px;
  font-weight: 400;
  color: #232323;
  background-color: #ffffff;
}
.block-webform form .form-item.webform-component-checkboxes,
.block-webform form .form-item.webform-component-radios {
  float: left;
  width: 98%;
  margin: 10px 1%;
  padding: 0px;
}
@media only screen and (min-width: 940px) {
  .block-webform form .form-item.webform-component-checkboxes,
  .block-webform form .form-item.webform-component-radios {
    width: 48%;
    float: right;
  }
}
.block-webform form .form-item.webform-component-checkboxes label[for="edit-submitted-volunteer"],
.block-webform form .form-item.webform-component-radios label[for="edit-submitted-volunteer"] {
  background-color: #a8c93c;
  color: #ffffff;
  font-size: 24px;
  line-height: 48px;
  padding: 0px 20px;
  text-transform: uppercase;
  margin: 0px 0px 20px;
}
.block-webform form .form-item.webform-component-checkboxes label[for="edit-submitted-volunteer"] span.form-required,
.block-webform form .form-item.webform-component-radios label[for="edit-submitted-volunteer"] span.form-required {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .block-webform form .form-item.webform-component-checkboxes label[for="edit-submitted-volunteer"],
  .block-webform form .form-item.webform-component-radios label[for="edit-submitted-volunteer"] {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
}
.block-webform form .form-item.webform-component-checkboxes .form-type-checkbox,
.block-webform form .form-item.webform-component-radios .form-type-checkbox,
.block-webform form .form-item.webform-component-checkboxes .form-type-radio,
.block-webform form .form-item.webform-component-radios .form-type-radio {
  float: left;
  width: 50%;
  margin: 10px 0%;
  padding: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .block-webform form .form-item.webform-component-checkboxes .form-type-checkbox,
  .block-webform form .form-item.webform-component-radios .form-type-checkbox,
  .block-webform form .form-item.webform-component-checkboxes .form-type-radio,
  .block-webform form .form-item.webform-component-radios .form-type-radio {
    width: 100%;
  }
}
.block-webform form .form-item.webform-component-checkboxes .form-type-checkbox input,
.block-webform form .form-item.webform-component-radios .form-type-checkbox input,
.block-webform form .form-item.webform-component-checkboxes .form-type-radio input,
.block-webform form .form-item.webform-component-radios .form-type-radio input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: auto;
  border: none;
  height: auto;
  line-height: auto;
  margin: 0px 5% 10px;
  float: left;
}
.block-webform form .form-item.webform-component-checkboxes .form-type-checkbox label,
.block-webform form .form-item.webform-component-radios .form-type-checkbox label,
.block-webform form .form-item.webform-component-checkboxes .form-type-radio label,
.block-webform form .form-item.webform-component-radios .form-type-radio label {
  font-family: 'Source Sans Pro', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 13px;
  font-weight: 700;
  color: #232323;
  min-height: 32px;
}
.block-webform form .form-item label {
  color: #ffffff;
  display: block;
  font-weight: 300;
  margin-bottom: 5px;
  font-family: 'Source Sans Pro', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.block-webform form .form-actions {
  clear: both;
  width: 50%;
  max-width: 200px;
  margin: auto;
  padding: 20px 0px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .block-webform form .form-actions {
    max-width: none;
    width: 100%;
  }
}
.block-webform form .form-actions .form-submit {
  font-family: 'Source Sans Pro', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #a8c93c;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  height: 54px;
  line-height: 48px;
  padding: 0px 0px;
  float: right;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .block-webform form .form-actions .form-submit {
    font-size: 18px;
    line-height: 48px;
    height: 54px;
  }
}
.block-webform form .form-actions .form-submit:hover {
  background-color: #86a130;
}
/* end WEBFORMBLOCKSTYLES - Webform Block Styles */
/* DRUPALADMIN - Drupal Admin Styles */
/*tabs*/
ul.primary {
  border: none;
  padding: 0px;
  margin: 0px;
}
ul.primary li {
  display: inline-block;
}
ul.primary li a {
  display: block;
  margin: 0px;
  border: none;
  background-color: #86a130;
  color: #a8c93c;
  text-transform: uppercase;
}
ul.primary li.active a,
ul.primary li:hover a {
  display: block;
  margin: 0px;
  border: none;
  color: #ffffff;
  background-color: #86a130;
}
/*status*/
div.status,
div.error {
  opacity: 1;
  margin: 0px 0px 0px;
}
/*user login*/
.page-user #block-system-main .form-item label {
  color: #86a130;
  display: block;
  font-family: 'Source Sans Pro', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.page-user #block-system-main .form-item input {
  font-family: 'Source Sans Pro', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 0px 0px 0px 2%;
  height: 36px;
  line-height: 100%;
  border: 1px solid #c6c6c6;
  border-radius: 0px;
  font-size: 13px;
  font-weight: 400;
  color: #232323;
  background-color: #ffffff;
}
@media \0screen {
  .page-user #block-system-main .form-item input {
    line-height: 36px;
  }
}
.page-user #block-system-main .form-actions {
  clear: both;
  width: 50%;
  max-width: 200px;
  margin: 0px;
  padding: 20px 0px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-user #block-system-main .form-actions {
    max-width: none;
    width: 100%;
  }
}
.page-user #block-system-main .form-actions .form-submit {
  font-family: 'Source Sans Pro', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #a8c93c;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0px 0px;
  float: right;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0px;
}
.page-user #block-system-main .form-actions .form-submit:hover {
  background-color: #86a130;
}
/* ERRORPAGESTYLES - Error Page Styles */
.page-error .title {
  display: none;
}
.page-error #page #header {
  display: block;
  background-color: transparent;
  background-image: none;
  padding: 32px 90px 24px;
}
@media only screen and (min-width: 0px) and (max-width: 940px) {
  .page-error #page #header {
    padding: 32px 20px 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-error #page #header {
    padding: 20px 20px 0px;
  }
}
.page-error #page .title {
  display: none;
}
.page-error #page #block-system-main {
  padding: 0px;
  background: transparent;
}
.page-error #page #block-system-main .view-error {
  color: #ffffff;
  font-size: 0px;
  margin: 0px auto;
  max-width: 640px;
}
.page-error #page #block-system-main .view-error .views-field-field-background-image {
  display: none;
}
.page-error #page #block-system-main .view-error .error_header .error_title {
  font-size: 90px;
  line-height: 90px;
  font-weight: 300;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0px;
}
.page-error #page #block-system-main .view-error .error_header .error_title .error_number {
  font-size: 75px;
  line-height: 75px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-error #page #block-system-main .view-error .error_header .error_title .error_number {
    font-size: 48px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-error #page #block-system-main .view-error .error_header .error_title {
    font-size: 64px;
    line-height: 64px;
  }
}
.page-error #page #block-system-main .view-error .error_header .error_description {
  font-size: 26px;
  line-height: 37px;
  font-style: italic;
  border-left: 3px solid rgba(255, 255, 255, 0.2);
  padding: 0px 0px 0px 30px;
  margin: 34px 0px 48px;
}
.page-error #page #block-system-main .view-error .error_header .error_description p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  margin: inherit;
}
.page-error #page #block-system-main .view-error .error_header .error_link {
  color: #ffffff;
  font-size: 22px;
  line-height: 64px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #a8c93c;
  height: 64px;
  padding: 0px 20px;
  border-radius: 32px;
  display: inline-block;
  box-sizing: border-box;
}
.page-error #page #block-system-main .view-error .error_header .error_link:hover,
.page-error #page #block-system-main .view-error .error_header .error_link:focus {
  line-height: 60px;
  border: 2px solid #ffffff;
  padding: 0px 18px;
  background-color: transparent;
  color: #b8d753;
}
/* SIGNUPPAGESTYLES - Signup Page Styles */
.page-node-470 .title {
  display: none;
}
.page-node-470 #page #header {
  display: block;
  background-color: transparent;
  background-image: none;
  padding: 32px 90px 24px;
}
@media only screen and (min-width: 0px) and (max-width: 940px) {
  .page-node-470 #page #header {
    padding: 32px 20px 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-node-470 #page #header {
    padding: 20px 20px 0px;
  }
}
.page-node-470 #page .title {
  display: none;
}
.page-node-470 #page #block-system-main {
  padding: 0px;
  background: transparent;
}
.page-node-470 #page #block-system-main #node-470 {
  color: #ffffff;
  font-size: 0px;
  margin: 0px auto;
  max-width: 640px;
}
.page-node-470 #page #block-system-main #node-470 .signup_header .signup_title {
  font-size: 90px;
  line-height: 90px;
  font-weight: 300;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-node-470 #page #block-system-main #node-470 .signup_header .signup_title {
    font-size: 64px;
    line-height: 64px;
  }
}
.page-node-470 #page #block-system-main #node-470 .signup_header .signup_description {
  font-size: 26px;
  line-height: 37px;
  font-style: italic;
  border-left: 3px solid rgba(255, 255, 255, 0.2);
  padding: 0px 0px 0px 30px;
  margin: 34px 0px 48px;
}
.page-node-470 #page #block-system-main #node-470 .signup_header .signup_description .signup_group {
  width: 45%;
  margin: 0px 5% 20px 0px;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-node-470 #page #block-system-main #node-470 .signup_header .signup_description .signup_group {
    width: 100%;
    float: none;
  }
}
.page-node-470 #page #block-system-main #node-470 .signup_header .signup_description .signup_group .signup_label {
  font-weight: 400;
}
.page-node-470 #page #block-system-main #node-470 .signup_header .signup_description .signup_group .signup_input {
  font-family: 'Source Sans Pro', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 0px 0px 0px 20px;
  height: 48px;
  line-height: 48px;
  border: 0px solid #c6c6c6;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  background-color: #444;
}
.page-node-470 #page #block-system-main #node-470 .signup_header .signup_link {
  color: #ffffff;
  font-size: 22px;
  line-height: 64px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #a8c93c;
  height: 64px;
  padding: 0px 20px;
  border-radius: 32px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
.page-node-470 #page #block-system-main #node-470 .signup_header .signup_link:hover,
.page-node-470 #page #block-system-main #node-470 .signup_header .signup_link:focus {
  line-height: 60px;
  border: 2px solid #ffffff;
  padding: 0px 18px;
  background-color: transparent;
  color: #b8d753;
}
/* end DRUPALADMIN - Drupal Admin Styles */
/* COLORBOX - Splashify Colorbox Styles */
#colorbox,
#cboxWrapper,
#cboxContent,
#cboxLoadedContent {
  background: transparent;
  outline: none;
  border: none;
  margin: 0px;
}
#cboxLoadedContent {
  margin: 13px 13px 0px;
  position: relative;
}
#cboxClose {
  border: none;
  background-image: url(/sites/default/themes/basetheme/img/cbox.png);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  height: 27px;
  width: 27px;
  top: 23px;
  right: 23px;
  outline: none;
}
#cboxClose:hover {
  background-position: center;
  opacity: 0.8;
}
/* end COLORBOX - Splashify Colorbox Styles */
.page-node-580 .fb_share {
  background: #4267b2;
  border: 1px solid #4267b2;
  color: #fff;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-top: 6px;
  -webkit-user-select: none;
  white-space: nowrap;
  width: 44px;
  padding-left: 5px;
  border-radius: 3px;
}
.page-node-580 .fb_share a {
  color: #ffffff;
  font-size: 14px;
}
