/* 
Contents  
HEADERSTYLES - Header
HEADERMENU - Main Menu
SIGNUPFORM - Signup Form(s)
CONTENTTOP - Content Top Region
CONTENTMID - Content Mid Region
CONTENTREGION - Content Region 
SIDEBARREGION - Sidebar Region
CONTENTBOTTOM - Content Bottom Region
FOOTERREGION - Footer Region
FOOTERSECOND - Footer Second Region
INTERIORSTYLES - Interior Styles
NEWSVIEW - News View Page
NEWSNODE - News Node Page
EVENTSVIEW - Events View Page
EVENTSNODE - Events Node Page
MEDIAVIEW - Media View Page
MEDIANODE - Media Node Page
WEBFORMSTYLES - Webform Styles



*********** Browser Specific Media Queries (remove during development) *********
** Firefox
**
@media screen and (-moz-min-device-pixel-ratio:0){

}
** Chrome and Safari
** 
@media screen and (-webkit-min-device-pixel-ratio:0) {
}

*********** Retina Targeting Media Query (remove during development) *********
** used mainly to only serve 2x images to Retina and high definition devices 
** while keeping 1x images for everything else to eliminate compatibility issues
**

 @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 240dpi) {
}
*/
/**** LESSCSS - Less CSS ****/
.font {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
.font2 {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
}
.uppercase {
  text-transform: uppercase;
}
.links {
  text-decoration: none;
}
.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.block-header {
  background: #fff;
  padding-left: 50px;
}
.block-h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -.025em;
  color: #000;
  height: 70px;
  line-height: 70px;
  margin: 0;
  font-size: 26px;
  display: inline-block;
}
.block-more {
  float: right;
  position: relative;
  margin-top: 25px;
  margin-right: 25px;
}
.Buttons {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  width: 31%;
  margin: 0 1%;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  height: 60px;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.nodeShareButtons {
  height: 22px;
  display: block;
  position: relative;
  float: left;
  color: #828282;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
}
.backLink {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #c32a3a;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
/*** MEDIA Queries ***/
/**** end LESSCSS - Less CSS ****/
html {
  background: #182335;
}
body {
  margin: 0;
  font-family: arial, sans-serif;
}
button,
input {
  -webkit-appearance: none;
  border-radius: 0;
}
#page {
  position: relative;
}
.needsfilled {
  color: #c32a3a;
}
.messages {
  position: absolute;
  z-index: 100;
  top: 80px;
}
ul.primary {
  margin: -25px 0 5px 0;
  padding: 0;
  float: right;
  border: 0;
}
ul.primary li a {
  background-color: #212121;
  color: #c32a3a;
  border: 1px solid #212121;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
ul.primary li a:hover {
  background-color: #212121;
  color: #fff;
  border: 1px solid #212121;
  font-weight: 700;
}
ul.primary li.active a {
  background-color: #212121;
  color: #fff;
  border: 1px solid #212121;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  .page-user input {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  .page-user ul.primary li {
    display: block;
  }
}
/**** HEADERSTYLES - Header ****/
#header > .section {
  margin: 0;
  position: relative;
}
#block-block-3 {
  background: rgba(255, 255, 255, 0.5);
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff, endColorstr=#80ffffff);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff, endColorstr=#80ffffff);
  margin: 0 auto;
  display: block;
  position: relative;
  bottom: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#block-block-3 #headerTextWrap {
  background: url(/sites/default/themes/basetheme/images/headerText_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 218px;
  text-align: center;
  color: #fff;
  padding-top: 70px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media \0screen {
  #block-block-3 #headerTextWrap {
    min-height: 140px;
  }
}
#block-block-3 #headerTextWrap #headerText1 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 32px;
  letter-spacing: .100em;
}
#block-block-3 #headerTextWrap #headerText2 {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .250em;
  margin-top: 7px;
}
#block-block-3 #headerSlogan {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-size: 16px;
  line-height: 70px;
  background: #bf9a55;
  text-align: center;
  min-height: 70px;
  vertical-align: middle;
  color: #fff;
  font-weight: 300;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #block-block-3 #headerSlogan {
    line-height: 24px;
    padding: 18px 60px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #block-block-3 #headerSlogan {
    padding-bottom: 18px;
  }
}
#block-block-3 #headerSlogan a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
#block-block-3 #headerSlogan a:hover {
  color: #212121;
}
/**** end HEADERSTYLES - Header ****/
/**** HEADERMENU - Main Menu ****/
#menu {
  background: #212121;
  height: 85px;
}
#menu .section {
  max-width: 940px;
  margin: 0 auto;
}
#menu .section #logo {
  float: left;
  margin-top: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #menu .section #logo {
    margin-left: 20px;
  }
}
#block-superfish-1 {
  float: right;
  margin: 0px;
  min-height: 85px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #block-superfish-1 {
    margin-right: 20px;
  }
}
#block-superfish-1 #topDropdown {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #block-superfish-1 #topDropdown {
    color: #bf9a55;
    text-align: right;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 5px;
    display: block;
    cursor: pointer;
  }
}
#block-superfish-1 #topDropdown #dropdownText {
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  right: 45px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #block-superfish-1 #topDropdown .fa {
    font-size: 24px;
  }
}
#block-superfish-1 ul#superfish-1 {
  display: block;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-superfish-1 ul#superfish-1 {
    position: fixed;
    top: 0px;
    right: -250px;
    background: #212121;
    width: 250px;
    height: 100%;
  }
}
#block-superfish-1 ul#superfish-1 li {
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-superfish-1 ul#superfish-1 li {
    float: none;
    border-bottom: 1px solid #bf9a55;
  }
}
#block-superfish-1 ul#superfish-1 li .sf-sub-indicator {
  display: none;
}
#block-superfish-1 ul#superfish-1 li ul {
  background: #bf9a55;
  border-radius: 0;
  padding: 0 !important;
  margin-top: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #block-superfish-1 ul#superfish-1 li ul {
    display: none !important;
  }
}
@media \0screen {
  #block-superfish-1 ul#superfish-1 li ul li {
    margin: 0;
  }
}
#block-superfish-1 ul#superfish-1 li ul li a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin: 0;
  text-align: left;
  padding-bottom: 0;
  text-transform: capitalize;
}
#block-superfish-1 ul#superfish-1 li ul li a:hover {
  background: #212121;
}
#block-superfish-1 ul#superfish-1 li ul li.last a {
  color: #fff;
  border: 0;
}
ul#superfish-1 a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 0 14px;
  margin-left: 0px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 25px;
}
@media \0screen {
  ul#superfish-1 a {
    padding: 0 17;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  ul#superfish-1 a {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  ul#superfish-1 a {
    line-height: 26px;
    margin-top: 5px;
  }
}
ul#superfish-1 a:hover,
ul#superfish-1 a.active {
  color: #3c95da;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  ul#superfish-1 .first {
    display: none;
  }
  ul#superfish-1 ul .first {
    display: block;
  }
}
ul#superfish-1 .last a {
  color: #fff;
  border: 1px solid #c32a3a;
  font-weight: 700;
}
ul#superfish-1 .last a:hover {
  background: #c32a3a;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  ul#superfish-1 .last a:hover {
    background: transparent;
    color: #3c95da;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  ul#superfish-1 .last a {
    border: 0;
    font-weight: 400;
  }
}
#menu-455-1 {
  list-style-type: none;
  margin: 20px 0 10px;
  display: block;
}
#menu-455-1 a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border: 1px solid #c32a3a;
  font-weight: 700;
}
#menu-455-1 a:hover {
  background: #c32a3a;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #menu-455-1 a:hover {
    background: transparent;
    color: #fff;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #menu-455-1 a {
    padding: 5px;
    margin: 20px 0;
  }
}
/**** end HEADERMENU - Main Menu ****/
/**** SIGNUPFORM - Signup Form(s) ****/
#signupForm {
  height: 377px;
  padding-top: 100px;
  text-align: center;
  width: 380px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-left: 440px;
}
#signupForm h2 {
  display: none;
}
#signupForm #hpFormName {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 27px;
  color: #272727;
  font-weight: bold;
}
#signupForm #hpFormSlogan {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-size: 44px;
  color: #090909;
  line-height: 30px;
}
#signupForm #hpFormText {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .025em;
  text-transform: uppercase;
  color: #232323;
  line-height: 50px;
  margin-bottom: 15px;
}
#signupForm form {
  text-align: left;
}
#signupForm form input {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 46px;
  background: #fff;
  padding: 0 12px;
  border: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  line-height: 46px;
}
#signupForm form #email-address {
  width: 360px;
  box-shadow: none;
  margin-bottom: 10px;
}
#signupForm form #postal_code {
  width: 175px;
  float: left;
}
#signupForm form #submit {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  background-color: #458512;
  background-color: rgba(69, 133, 18, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf458512, endColorstr=#bf458512);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf458512, endColorstr=#bf458512);
  padding: 0;
  float: left;
  width: 175px;
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
}
#signupForm form #submit:hover {
  background-color: #458512;
  background-color: rgba(69, 133, 18, 0.99);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fc458512, endColorstr=#fc458512);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fc458512, endColorstr=#fc458512);
  cursor: pointer;
}
#signupForm .needsfilled {
  color: #cf1c30;
}
/**** end SIGNUPFORM - Signup Form(s) ****/
/**** CONTENTTOP - Content Top Region ****/
#content-top {
  background: #eaeaea;
  padding-bottom: 48px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#content-top .section {
  margin: 0 auto;
  max-width: 980px;
  position: relative;
  padding-top: 45px;
  /* Social Blocks */
  /* end facebook block */
  /*end twitter block*/
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #content-top .section {
    padding: 20px;
  }
}
#content-top .section #block-views-news-block {
  position: relative;
}
#content-top .section #block-views-news-block h2 {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 12px;
  font-weight: 900;
  color: #9c9ba2;
  text-transform: uppercase;
  line-height: 20px;
}
#content-top .section #block-views-news-block h2 a {
  text-decoration: none;
  color: #9c9c9c;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #content-top .section #block-views-news-block h2 {
    position: relative;
    top: auto;
    right: auto;
  }
}
#content-top .section #block-views-news-block .views-field-field-media {
  float: left;
  margin-right: 60px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #content-top .section #block-views-news-block .views-field-field-media {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #content-top .section #block-views-news-block .views-field-field-media img {
    width: 100%;
    max-width: 460px;
    height: auto;
  }
}
#content-top .section #block-views-news-block .views-field-created {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 12px;
  font-weight: 300;
  background: #212121;
  display: inline-block;
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
}
#content-top .section #block-views-news-block .views-field-created .dayofweek {
  font-weight: 900;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #content-top .section #block-views-news-block .views-field-created {
    margin-top: -5px;
  }
}
#content-top .section #block-views-news-block .views-field-title a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #212121;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: -.025em;
  margin: 18px 0 12px;
  display: block;
}
#content-top .section #block-views-news-block .views-field-title a:hover {
  color: #c32a3a;
}
#content-top .section #block-views-news-block .views-field-body {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  color: #212121;
}
#content-top .section #block-views-news-block .views-field-path a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  color: #c32a3a;
  display: inline-block;
  margin-top: 15px;
}
#content-top .section #block-views-news-block .views-field-path a:hover {
  color: #212121;
}
#content-top .section #block-views-news-block-3 {
  position: relative;
  clear: both;
}
#content-top .section #block-views-news-block-3 h2 {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 12px;
  font-weight: 900;
  color: #9c9ba2;
  text-transform: uppercase;
  line-height: 20px;
}
#content-top .section #block-views-news-block-3 h2 a {
  text-decoration: none;
  color: #9c9c9c;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #content-top .section #block-views-news-block-3 h2 {
    position: relative;
    top: auto;
    right: auto;
  }
}
#content-top .section #block-views-news-block-3 .views-row {
  float: left;
  height: 330px;
  margin: 45px 10px 30px;
  max-width: 309px;
  position: relative;
}
#content-top .section #block-views-news-block-3 .views-row.views-row-first {
  margin-left: 0;
}
#content-top .section #block-views-news-block-3 .views-row.views-row-last {
  margin-right: 0;
}
#content-top .section #block-views-news-block-3 .views-row .views-field-field-media {
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #content-top .section #block-views-news-block-3 .views-row .views-field-field-media {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
#content-top .section #block-views-news-block-3 .views-row .views-field-field-media img {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #content-top .section #block-views-news-block-3 .views-row .views-field-field-media img {
    width: 100%;
    max-width: 309px;
    height: auto;
  }
}
#content-top .section #block-views-news-block-3 .views-row .views-field-created {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 12px;
  font-weight: 300;
  background: #212121;
  display: inline-block;
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
}
#content-top .section #block-views-news-block-3 .views-row .views-field-created .dayofweek {
  font-weight: 900;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #content-top .section #block-views-news-block-3 .views-row .views-field-created {
    margin-top: -5px;
  }
}
#content-top .section #block-views-news-block-3 .views-row .views-field-title a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #212121;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -.025em;
  margin: 18px 0 12px;
  display: block;
}
#content-top .section #block-views-news-block-3 .views-row .views-field-title a:hover {
  color: #c32a3a;
}
#content-top .section #block-views-news-block-3 .views-row .views-field-body {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: #212121;
}
#content-top .section #block-views-news-block-3 .views-row .views-field-path a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  color: #c32a3a;
  display: inline-block;
  margin-top: 15px;
}
#content-top .section #block-views-news-block-3 .views-row .views-field-path a:hover {
  color: #212121;
}
#content-top .section #block-block-6,
#content-top .section #block-pgsocial-facebook {
  max-width: 440px;
  float: left;
  width: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #content-top .section #block-block-6,
  #content-top .section #block-pgsocial-facebook {
    max-width: 340px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #content-top .section #block-block-6,
  #content-top .section #block-pgsocial-facebook {
    margin: 0px auto;
    float: none;
    width: auto;
    padding: 0 10px;
  }
}
#content-top .section #block-block-6 .facebookHeader,
#content-top .section #block-pgsocial-facebook .facebookHeader {
  border: 1px solid #c2c2c2;
  padding: 5px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#content-top .section #block-block-6 .facebookHeader .fbHeaderLeft,
#content-top .section #block-pgsocial-facebook .facebookHeader .fbHeaderLeft {
  float: left;
  color: #cacaca;
}
#content-top .section #block-block-6 .facebookHeader .fbHeaderLeft #fbTitle,
#content-top .section #block-pgsocial-facebook .facebookHeader .fbHeaderLeft #fbTitle {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  color: #212121;
}
#content-top .section #block-block-6 .facebookHeader .fbHeaderLeft a,
#content-top .section #block-pgsocial-facebook .facebookHeader .fbHeaderLeft a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #c32a3a;
  font-size: 12px;
}
#content-top .section #block-block-6 .facebookHeader .fbHeaderLeft a:hover,
#content-top .section #block-pgsocial-facebook .facebookHeader .fbHeaderLeft a:hover {
  color: #212121;
}
#content-top .section #block-block-6 .facebookHeader .fb_iframe_widget,
#content-top .section #block-pgsocial-facebook .facebookHeader .fb_iframe_widget {
  float: right;
}
#content-top .section #block-block-6 .facebookContent,
#content-top .section #block-pgsocial-facebook .facebookContent {
  margin-top: 25px;
}
#content-top .section #block-block-6 .facebookContent .fb_photo,
#content-top .section #block-pgsocial-facebook .facebookContent .fb_photo,
#content-top .section #block-block-6 .facebookContent .fb_thumb,
#content-top .section #block-pgsocial-facebook .facebookContent .fb_thumb {
  float: left;
  margin-right: 28px;
  width: 122px;
  height: auto;
}
#content-top .section #block-block-6 .facebookContent .fbInnerWrap,
#content-top .section #block-pgsocial-facebook .facebookContent .fbInnerWrap {
  display: table;
  color: #3e3e3e;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
}
#content-top .section #block-block-6 .facebookContent .fbInnerWrap p,
#content-top .section #block-pgsocial-facebook .facebookContent .fbInnerWrap p {
  margin-top: -4px;
}
#content-top .section #block-block-6 .facebookContent .fbInnerWrap p a,
#content-top .section #block-pgsocial-facebook .facebookContent .fbInnerWrap p a {
  color: #c32a3a;
  text-decoration: none;
}
#content-top .section #block-block-6 .facebookContent .fbInnerWrap p a:hover,
#content-top .section #block-pgsocial-facebook .facebookContent .fbInnerWrap p a:hover {
  color: #212121;
}
#content-top .section #block-block-6 .facebookContent .fbInnerWrap .fb_date,
#content-top .section #block-pgsocial-facebook .facebookContent .fbInnerWrap .fb_date {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-size: 11px;
  color: #878787;
}
#content-top .section #block-block-6 .facebookContent .fbInnerWrap .fb_date a,
#content-top .section #block-pgsocial-facebook .facebookContent .fbInnerWrap .fb_date a {
  text-decoration: none;
  color: #878787;
}
#content-top .section #block-block-6 .facebookContent .fbInnerWrap .fb_date a:hover,
#content-top .section #block-pgsocial-facebook .facebookContent .fbInnerWrap .fb_date a:hover {
  color: #212121;
}
#content-top .section #block-block-5,
#content-top .section #block-pgsocial-twitter {
  max-width: 440px;
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #content-top .section #block-block-5,
  #content-top .section #block-pgsocial-twitter {
    max-width: 340px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #content-top .section #block-block-5,
  #content-top .section #block-pgsocial-twitter {
    margin: 20px auto;
    float: none;
    padding: 0 10px;
  }
}
#content-top .section #block-block-5 .tweetHeader,
#content-top .section #block-pgsocial-twitter .tweetHeader {
  padding: 5px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #c2c2c2;
}
#content-top .section #block-block-5 .tweetHeader #tweetHeaderLeft,
#content-top .section #block-pgsocial-twitter .tweetHeader #tweetHeaderLeft {
  float: left;
  color: #cacaca;
}
#content-top .section #block-block-5 .tweetHeader #tweetHeaderLeft #twitterHeaderName,
#content-top .section #block-pgsocial-twitter .tweetHeader #tweetHeaderLeft #twitterHeaderName {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  color: #212121;
}
#content-top .section #block-block-5 .tweetHeader #tweetHeaderLeft a,
#content-top .section #block-pgsocial-twitter .tweetHeader #tweetHeaderLeft a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #c32a3a;
  font-size: 12px;
}
#content-top .section #block-block-5 .tweetHeader #tweetHeaderLeft a:hover,
#content-top .section #block-pgsocial-twitter .tweetHeader #tweetHeaderLeft a:hover {
  color: #212121;
}
#content-top .section #block-block-5 .tweetHeader .twitter-follow-button,
#content-top .section #block-pgsocial-twitter .tweetHeader .twitter-follow-button {
  float: right;
}
#content-top .section #block-block-5 .tweetText,
#content-top .section #block-pgsocial-twitter .tweetText {
  color: #3e3e3e;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 300;
  font-size: 15px;
  line-height: 26px;
  margin-top: 20px;
}
#content-top .section #block-block-5 .tweetText a,
#content-top .section #block-pgsocial-twitter .tweetText a {
  color: #c32a3a;
  text-decoration: none;
}
#content-top .section #block-block-5 .tweetText a:hover,
#content-top .section #block-pgsocial-twitter .tweetText a:hover {
  color: #212121;
}
#content-top .section #block-block-5 .tweetFooter .followDate,
#content-top .section #block-pgsocial-twitter .tweetFooter .followDate {
  float: left;
}
#content-top .section #block-block-5 .tweetFooter .followDate .twitterDate,
#content-top .section #block-pgsocial-twitter .tweetFooter .followDate .twitterDate {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-size: 11px;
  color: #878787;
  font-weight: 700;
  margin-top: 10px;
}
#content-top .section #block-block-5 .tweetFooter .followDate .twitterDate a,
#content-top .section #block-pgsocial-twitter .tweetFooter .followDate .twitterDate a {
  text-decoration: none;
  color: #878787;
}
#content-top .section #block-block-5 .tweetFooter .followDate .twitterDate a:hover,
#content-top .section #block-pgsocial-twitter .tweetFooter .followDate .twitterDate a:hover {
  color: #212121;
}
#content-top .section #block-block-5 .tweetFooter .tweetActions,
#content-top .section #block-pgsocial-twitter .tweetFooter .tweetActions {
  float: right;
}
#content-top .section #block-block-5 .tweetFooter .tweetActions a,
#content-top .section #block-pgsocial-twitter .tweetFooter .tweetActions a {
  color: #c2c2c2;
  margin-left: 10px;
}
#content-top .section #block-block-5 .tweetFooter .tweetActions a:hover,
#content-top .section #block-pgsocial-twitter .tweetFooter .tweetActions a:hover {
  color: #c32a3a;
}
/**** end CONTENTTOP - Content Top Region ****/
/**** CONTENTMID - Content Mid Region ****/
#content-mid {
  background: #fff;
  display: block;
  clear: both;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #content-mid {
    background: #fff;
  }
}
#content-mid .section {
  margin: 0 auto;
  max-width: 940px;
  padding: 58px 0;
  /* end facebook block */
  /*end twitter block*/
}
#content-mid .section #block-block-6,
#content-mid .section #block-pgsocial-facebook {
  max-width: 440px;
  float: left;
  width: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #content-mid .section #block-block-6,
  #content-mid .section #block-pgsocial-facebook {
    max-width: 340px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #content-mid .section #block-block-6,
  #content-mid .section #block-pgsocial-facebook {
    margin: 0px auto;
    float: none;
    width: auto;
    padding: 0 10px;
  }
}
#content-mid .section #block-block-6 .facebookHeader,
#content-mid .section #block-pgsocial-facebook .facebookHeader {
  border: 1px solid #c2c2c2;
  padding: 5px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#content-mid .section #block-block-6 .facebookHeader .fbHeaderLeft,
#content-mid .section #block-pgsocial-facebook .facebookHeader .fbHeaderLeft {
  float: left;
  color: #cacaca;
}
#content-mid .section #block-block-6 .facebookHeader .fbHeaderLeft #fbTitle,
#content-mid .section #block-pgsocial-facebook .facebookHeader .fbHeaderLeft #fbTitle {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  color: #212121;
}
#content-mid .section #block-block-6 .facebookHeader .fbHeaderLeft a,
#content-mid .section #block-pgsocial-facebook .facebookHeader .fbHeaderLeft a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #c32a3a;
  font-size: 12px;
}
#content-mid .section #block-block-6 .facebookHeader .fbHeaderLeft a:hover,
#content-mid .section #block-pgsocial-facebook .facebookHeader .fbHeaderLeft a:hover {
  color: #212121;
}
#content-mid .section #block-block-6 .facebookHeader .fb_iframe_widget,
#content-mid .section #block-pgsocial-facebook .facebookHeader .fb_iframe_widget {
  float: right;
}
#content-mid .section #block-block-6 .facebookContent,
#content-mid .section #block-pgsocial-facebook .facebookContent {
  margin-top: 25px;
}
#content-mid .section #block-block-6 .facebookContent .fb_photo,
#content-mid .section #block-pgsocial-facebook .facebookContent .fb_photo,
#content-mid .section #block-block-6 .facebookContent .fb_thumb,
#content-mid .section #block-pgsocial-facebook .facebookContent .fb_thumb {
  float: left;
  margin-right: 28px;
  width: 122px;
  height: auto;
}
#content-mid .section #block-block-6 .facebookContent .fbInnerWrap,
#content-mid .section #block-pgsocial-facebook .facebookContent .fbInnerWrap {
  display: table;
  color: #3e3e3e;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
}
#content-mid .section #block-block-6 .facebookContent .fbInnerWrap p,
#content-mid .section #block-pgsocial-facebook .facebookContent .fbInnerWrap p {
  margin-top: -4px;
}
#content-mid .section #block-block-6 .facebookContent .fbInnerWrap p a,
#content-mid .section #block-pgsocial-facebook .facebookContent .fbInnerWrap p a {
  color: #c32a3a;
  text-decoration: none;
}
#content-mid .section #block-block-6 .facebookContent .fbInnerWrap p a:hover,
#content-mid .section #block-pgsocial-facebook .facebookContent .fbInnerWrap p a:hover {
  color: #212121;
}
#content-mid .section #block-block-6 .facebookContent .fbInnerWrap .fb_date,
#content-mid .section #block-pgsocial-facebook .facebookContent .fbInnerWrap .fb_date {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-size: 11px;
  color: #878787;
}
#content-mid .section #block-block-6 .facebookContent .fbInnerWrap .fb_date a,
#content-mid .section #block-pgsocial-facebook .facebookContent .fbInnerWrap .fb_date a {
  text-decoration: none;
  color: #878787;
}
#content-mid .section #block-block-6 .facebookContent .fbInnerWrap .fb_date a:hover,
#content-mid .section #block-pgsocial-facebook .facebookContent .fbInnerWrap .fb_date a:hover {
  color: #212121;
}
#content-mid .section #block-block-5,
#content-mid .section #block-pgsocial-twitter {
  max-width: 440px;
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #content-mid .section #block-block-5,
  #content-mid .section #block-pgsocial-twitter {
    max-width: 340px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #content-mid .section #block-block-5,
  #content-mid .section #block-pgsocial-twitter {
    margin: 20px auto;
    float: none;
    padding: 0 10px;
  }
}
#content-mid .section #block-block-5 .tweetHeader,
#content-mid .section #block-pgsocial-twitter .tweetHeader {
  padding: 5px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #c2c2c2;
}
#content-mid .section #block-block-5 .tweetHeader #tweetHeaderLeft,
#content-mid .section #block-pgsocial-twitter .tweetHeader #tweetHeaderLeft {
  float: left;
  color: #cacaca;
}
#content-mid .section #block-block-5 .tweetHeader #tweetHeaderLeft #twitterHeaderName,
#content-mid .section #block-pgsocial-twitter .tweetHeader #tweetHeaderLeft #twitterHeaderName {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  color: #212121;
}
#content-mid .section #block-block-5 .tweetHeader #tweetHeaderLeft a,
#content-mid .section #block-pgsocial-twitter .tweetHeader #tweetHeaderLeft a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #c32a3a;
  font-size: 12px;
}
#content-mid .section #block-block-5 .tweetHeader #tweetHeaderLeft a:hover,
#content-mid .section #block-pgsocial-twitter .tweetHeader #tweetHeaderLeft a:hover {
  color: #212121;
}
#content-mid .section #block-block-5 .tweetHeader .twitter-follow-button,
#content-mid .section #block-pgsocial-twitter .tweetHeader .twitter-follow-button {
  float: right;
}
#content-mid .section #block-block-5 .tweetText,
#content-mid .section #block-pgsocial-twitter .tweetText {
  color: #3e3e3e;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 300;
  font-size: 15px;
  line-height: 26px;
  margin-top: 20px;
}
#content-mid .section #block-block-5 .tweetText a,
#content-mid .section #block-pgsocial-twitter .tweetText a {
  color: #c32a3a;
  text-decoration: none;
}
#content-mid .section #block-block-5 .tweetText a:hover,
#content-mid .section #block-pgsocial-twitter .tweetText a:hover {
  color: #212121;
}
#content-mid .section #block-block-5 .tweetFooter .followDate,
#content-mid .section #block-pgsocial-twitter .tweetFooter .followDate {
  float: left;
}
#content-mid .section #block-block-5 .tweetFooter .followDate .twitterDate,
#content-mid .section #block-pgsocial-twitter .tweetFooter .followDate .twitterDate {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-size: 11px;
  color: #878787;
  font-weight: 700;
  margin-top: 10px;
}
#content-mid .section #block-block-5 .tweetFooter .followDate .twitterDate a,
#content-mid .section #block-pgsocial-twitter .tweetFooter .followDate .twitterDate a {
  text-decoration: none;
  color: #878787;
}
#content-mid .section #block-block-5 .tweetFooter .followDate .twitterDate a:hover,
#content-mid .section #block-pgsocial-twitter .tweetFooter .followDate .twitterDate a:hover {
  color: #212121;
}
#content-mid .section #block-block-5 .tweetFooter .tweetActions,
#content-mid .section #block-pgsocial-twitter .tweetFooter .tweetActions {
  float: right;
}
#content-mid .section #block-block-5 .tweetFooter .tweetActions a,
#content-mid .section #block-pgsocial-twitter .tweetFooter .tweetActions a {
  color: #c2c2c2;
  margin-left: 10px;
}
#content-mid .section #block-block-5 .tweetFooter .tweetActions a:hover,
#content-mid .section #block-pgsocial-twitter .tweetFooter .tweetActions a:hover {
  color: #c32a3a;
}
/**** end CONTENTMID - Content Mid Region ****/
/**** CONTENTREGION - Content Region  ****/
.front #content {
  background: #eaeaea;
  padding-bottom: 68px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: none;
}
.front #content .section {
  margin: 0 auto;
  max-width: 980px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .front #content .section {
    padding: 20px;
  }
}
.front #content .section #block-views-impact-block {
  float: left;
  background: #fff;
  margin-top: 25px;
  max-width: 638px;
  width: 100%;
  margin-right: 20px;
  display: block;
  padding: 33px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}
@media \0screen {
  .front #content .section #block-views-impact-block {
    max-width: 570px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .front #content .section #block-views-impact-block {
    float: none;
    margin: 45px auto 0;
  }
}
.front #content .section #block-views-impact-block h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 24px;
  text-transform: uppercase;
  float: left;
  margin: 0;
  margin-left: 30px;
}
.front #content .section #block-views-impact-block h2 a {
  text-decoration: none;
  color: #212121;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  .front #content .section #block-views-impact-block h2 {
    margin-left: 0;
  }
}
.front #content .section #block-views-impact-block h2 .titleAccent {
  color: #bf9a55;
  font-weight: 300;
}
.front #content .section #block-views-impact-block .view-header {
  float: right;
  border: 1px solid #acacac;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.front #content .section #block-views-impact-block .view-header:hover {
  border: 1px solid #c32a3a;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  .front #content .section #block-views-impact-block .view-header {
    float: left;
    clear: both;
    margin-top: 10px;
  }
}
.front #content .section #block-views-impact-block .view-header a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  color: #212121;
  text-transform: uppercase;
}
.front #content .section #block-views-impact-block .view-header a .impactAccent {
  color: #c32a3a;
  font-weight: 900;
}
.front #content .section #block-views-impact-block .view-content {
  clear: both;
  position: relative;
  margin: 0 auto;
  padding: 20px 60px 24px;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  .front #content .section #block-views-impact-block .view-content {
    padding: 20px 0px 40px;
  }
}
.front #content .section #block-views-impact-block .view-content .item-list {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.front #content .section #block-views-impact-block .view-content .item-list ul {
  width: 20000px;
  position: relative;
}
.front #content .section #block-views-impact-block .view-content .item-list ul li {
  margin-left: 0;
  padding-bottom: 20px;
}
.front #content .section #block-views-impact-block .view-content .views-row {
  position: relative;
  list-style-type: none;
  float: left;
}
.front #content .section #block-views-impact-block .view-content .views-row .views-field-body {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  color: #3e3e3e;
}
.front #content .section #block-views-impact-block .view-content .views-row .views-field-field-project-reference {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
}
.front #content .section #block-views-impact-block .view-content .views-row .views-field-field-project-reference .views-label-field-project-reference {
  display: inline;
  color: #a9a8ae;
}
.front #content .section #block-views-impact-block .view-content .views-row .views-field-field-project-reference .field-content {
  display: inline-block;
}
.front #content .section #block-views-impact-block .view-content .views-row .views-field-field-project-reference .field-content a {
  text-decoration: none;
  color: #c32a3a;
}
.front #content .section #block-views-impact-block .view-content .views-row .views-field-field-project-reference .field-content a:hover {
  color: #212121;
}
.front #content .section #block-views-impact-block #impactPrev {
  position: absolute;
  left: 40px;
  top: 50%;
  color: #d6d6d6;
  font-size: 0px;
  text-indent: -9999px;
  text-decoration: none;
  background: url(/sites/default/themes/basetheme/images/previous_arrow.png) no-repeat;
  height: 40px;
  width: 22px;
  cursor: pointer;
  z-index: 10;
}
.front #content .section #block-views-impact-block #impactPrev:hover {
  color: #c32a3a;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  .front #content .section #block-views-impact-block #impactPrev {
    top: auto;
    bottom: 20px;
  }
}
.front #content .section #block-views-impact-block #impactNext {
  position: absolute;
  right: 40px;
  top: 50%;
  background: url(/sites/default/themes/basetheme/images/next_arrow.png) no-repeat;
  height: 40px;
  width: 22px;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 10;
}
.front #content .section #block-views-impact-block #impactNext:hover {
  color: #c32a3a;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  .front #content .section #block-views-impact-block #impactNext {
    top: auto;
    bottom: 20px;
  }
}
.front #content .section #block-block-1 {
  float: right;
  width: 322px;
  background: #fff;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .front #content .section #block-block-1 {
    float: none;
    display: block;
    margin: 20px auto 0;
    position: relative;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  .front #content .section #block-block-1 {
    width: 100%;
  }
}
.front #content .section #block-block-1 form #email {
  background: #fff;
  border: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 16px;
  color: #3e3e3e;
  padding: 5px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 50px;
  width: 225px;
  float: left;
  height: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  .front #content .section #block-block-1 form #email {
    width: 66%;
  }
}
.front #content .section #block-block-1 form input[name=SubmitBullsEye] {
  width: 75px;
  height: 50px;
  background: #4984dc;
  border: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
  float: right;
}
.front #content .section #block-block-1 form input[name=SubmitBullsEye]:hover {
  background: #5297ff;
}
.front #content .section #block-menu-menu-homepage-actions {
  float: right;
  width: 322px;
  background: #212121;
  margin-top: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .front #content .section #block-menu-menu-homepage-actions {
    float: none;
    margin: 20px auto 0;
    width: 100%;
  }
}
.front #content .section #block-menu-menu-homepage-actions .content ul {
  margin: 0;
  padding: 0;
}
.front #content .section #block-menu-menu-homepage-actions .content ul li {
  list-style-type: none;
  list-style-image: none;
  height: 60px;
  background: #4984dc;
  margin: 0;
  padding: 0;
}
.front #content .section #block-menu-menu-homepage-actions .content ul li.first {
  background: #bf9a55;
}
.front #content .section #block-menu-menu-homepage-actions .content ul li.last {
  background: #c32a3a;
}
.front #content .section #block-menu-menu-homepage-actions .content ul li a {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  line-height: 60px;
  background: #212121;
  display: block;
  margin-left: 7px;
  padding-left: 28px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.front #content .section #block-menu-menu-homepage-actions .content ul li a:hover {
  background: #4987dc;
}
.front #content .section #block-menu-menu-homepage-actions .content ul li.first a:hover {
  background: #bf9a55;
}
.front #content .section #block-menu-menu-homepage-actions .content ul li.last a:hover {
  background: #c32a3a;
}
.front #content .section #block-block-16 {
  float: right;
  width: 322px;
  background: #212121;
  margin-top: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .front #content .section #block-block-16 {
    float: none;
    margin: 20px auto 0;
    width: 100%;
  }
}
.front #content .section #block-block-16 .content div.actionCenter {
  margin: 0;
  padding: 0;
}
.front #content .section #block-block-16 .content div.actionCenter div {
  list-style-type: none;
  list-style-image: none;
  height: 60px;
  background: #4984dc;
  margin: 0;
  padding: 0;
}
.front #content .section #block-block-16 .content div.actionCenter div.join {
  background: #bf9a55;
  cursor: pointer;
}
.front #content .section #block-block-16 .content div.actionCenter div.join #joinForm {
  display: none;
  background: #212121;
  margin-left: 7px;
  padding: 5px 0 0 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.front #content .section #block-block-16 .content div.actionCenter div.join #joinForm p {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  margin: 0 0 0 25px;
  letter-spacing: .250em;
}
.front #content .section #block-block-16 .content div.actionCenter div.join #joinForm form {
  padding: 10px 0;
  max-width: 250px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0 auto 0 25px;
}
.front #content .section #block-block-16 .content div.actionCenter div.join #joinForm form input {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 16px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 5px 10px;
  margin: 7px auto;
  display: block;
  border: 0;
  float: left;
}
.front #content .section #block-block-16 .content div.actionCenter div.join #joinForm form input[name=postal_code] {
  float: left;
  width: 175px;
}
.front #content .section #block-block-16 .content div.actionCenter div.join #joinForm form input[name=SubmitBullsEye] {
  width: 75px;
  height: 42px;
  background: #4984dc;
  border: 5px solid #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  float: right;
}
.front #content .section #block-block-16 .content div.actionCenter div.join #joinForm form input[name=SubmitBullsEye]:hover {
  background: #5297ff;
}
.front #content .section #block-block-16 .content div.actionCenter div.contribute {
  background: #c32a3a;
}
.front #content .section #block-block-16 .content div.actionCenter div.volunteer {
  background: #84aa71;
}
.front #content .section #block-block-16 .content div.actionCenter div a,
.front #content .section #block-block-16 .content div.actionCenter div span {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  line-height: 60px;
  background: #212121;
  display: block;
  margin-left: 7px;
  padding-left: 28px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.front #content .section #block-block-16 .content div.actionCenter div a:hover,
.front #content .section #block-block-16 .content div.actionCenter div span:hover {
  background: #4987dc;
}
.front #content .section #block-block-16 .content div.actionCenter div.join span:hover {
  background: #bf9a55;
}
.front #content .section #block-block-16 .content div.actionCenter div.contribute a:hover {
  background: #c32a3a;
}
.front #content .section #block-block-16 .content div.actionCenter div.volunteer a:hover {
  background: #84aa71;
}
/**** END CONTENTREGION - Content Region  ****/
/**** CONTENTBOTTOM - Content Bottom Region  ****/
#content-bottom {
  background: #212121;
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #content-bottom {
    background: #212121;
  }
}
#content-bottom .section {
  margin: 0 auto;
  max-width: 940px;
  /* end Social Follow Block */
  /* end Our Work Block */
}
#content-bottom .section #block-block-4 {
  background: #373737;
  min-height: 86px;
  top: -40px;
  padding: 18px 60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 100;
  position: relative;
}
@media \0screen {
  #content-bottom .section #block-block-4 {
    padding-top: 50px;
  }
}
#content-bottom .section #block-block-4 #followBlockTitle {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  font-size: 16px;
  font-weight: 300;
  color: #ababab;
  line-height: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #content-bottom .section #block-block-4 #followBlockTitle {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #content-bottom .section #block-block-4 #followBlockTitle {
    margin-left: auto;
    margin-right: auto;
    width: 215px;
    float: none;
  }
}
#content-bottom .section #block-block-4 #followBlockTitle .followAccent {
  color: #fff;
  font-weight: 500;
}
#content-bottom .section #block-block-4 #followButtons {
  float: right;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #content-bottom .section #block-block-4 #followButtons {
    float: none;
    clear: both;
    max-width: 255px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
#content-bottom .section #block-block-4 #followButtons a#youtubeFollow {
  float: left;
  color: #fff;
  text-decoration: none;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 300;
  font-size: 16px;
  padding: 0 20px;
}
#content-bottom .section #block-block-4 #followButtons a#youtubeFollow:hover {
  background: #555555;
}
#content-bottom .section #block-block-4 #followButtons a#youtubeFollow .fa {
  font-size: 34px;
  margin-right: 15px;
  position: relative;
  top: 6px;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #content-bottom .section #block-block-4 #followButtons a#youtubeFollow .fa {
    margin-right: 0;
  }
}
#content-bottom .section #block-block-4 #followButtons a#youtubeFollow .fa-youtube-play {
  color: #c32a3a;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #content-bottom .section #block-block-4 #followButtons a#youtubeFollow {
    padding: 0 10px;
    float: none;
  }
  #content-bottom .section #block-block-4 #followButtons a#youtubeFollow .followText {
    display: none;
  }
}
#content-bottom .section #block-block-4 #followButtons a#twitterFollow {
  float: left;
  text-decoration: none;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  border-left: 1px solid #555555;
  border-right: 1px solid #555555;
  padding: 0 20px;
}
#content-bottom .section #block-block-4 #followButtons a#twitterFollow:hover {
  background: #555555;
}
#content-bottom .section #block-block-4 #followButtons a#twitterFollow .fa {
  margin-right: 15px;
  font-size: 34px;
  position: relative;
  top: 6px;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #content-bottom .section #block-block-4 #followButtons a#twitterFollow .fa {
    margin-right: 0;
  }
}
#content-bottom .section #block-block-4 #followButtons a#twitterFollow .fa-twitter {
  color: #00acee;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #content-bottom .section #block-block-4 #followButtons a#twitterFollow {
    padding: 0 10px;
    float: none;
  }
  #content-bottom .section #block-block-4 #followButtons a#twitterFollow .followText {
    display: none;
  }
}
#content-bottom .section #block-block-4 #followButtons a#facebookFollow {
  float: left;
  text-decoration: none;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  font-weight: 300;
  font-size: 16px;
}
#content-bottom .section #block-block-4 #followButtons a#facebookFollow:hover {
  background: #555555;
}
#content-bottom .section #block-block-4 #followButtons a#facebookFollow .fa {
  margin-right: 15px;
  font-size: 34px;
  position: relative;
  top: 6px;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #content-bottom .section #block-block-4 #followButtons a#facebookFollow .fa {
    margin-right: 0;
  }
}
#content-bottom .section #block-block-4 #followButtons a#facebookFollow .fa-facebook {
  color: #4984dc;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #content-bottom .section #block-block-4 #followButtons a#facebookFollow {
    padding: 0 10px;
    float: none;
  }
  #content-bottom .section #block-block-4 #followButtons a#facebookFollow .followText {
    display: none;
  }
}
#content-bottom .section #block-views-our-work-block {
  margin-bottom: 60px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #content-bottom .section #block-views-our-work-block {
    padding: 0 40px;
  }
}
#content-bottom .section #block-views-our-work-block h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin: 42px 0;
}
#content-bottom .section #block-views-our-work-block h2 a {
  text-decoration: none;
  color: #fff;
}
#content-bottom .section #block-views-our-work-block h2 .titleAccent {
  color: #bf9a55;
}
#content-bottom .section #block-views-our-work-block .view-header {
  float: right;
}
#content-bottom .section #block-views-our-work-block .view-header a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #212121;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: #212121;
  padding: 0 20px;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 42px 0;
  text-transform: uppercase;
}
#content-bottom .section #block-views-our-work-block .view-header a:hover {
  color: #fff;
  background: #212121;
  border: 1px solid #c32a3a;
}
#content-bottom .section #block-views-our-work-block .view-header a .workAccent {
  color: #c32a3a;
  font-weight: 900;
}
#content-bottom .section #block-views-our-work-block .view-content {
  clear: both;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #content-bottom .section #block-views-our-work-block .view-content {
    max-width: 460px;
    margin: 0 auto;
  }
}
#content-bottom .section #block-views-our-work-block .view-content .views-row {
  float: left;
  margin-left: 20px;
  margin-bottom: 7px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #content-bottom .section #block-views-our-work-block .view-content .views-row {
    margin-left: 0;
  }
}
#content-bottom .section #block-views-our-work-block .view-content .views-row .views-field-field-project-image .worksTitle {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #content-bottom .section #block-views-our-work-block .view-content .views-row .views-field-field-project-image .worksTitle {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #212121;
    background-color: rgba(33, 33, 33, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80212121, endColorstr=#80212121);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80212121, endColorstr=#80212121);
  }
}
#content-bottom .section #block-views-our-work-block .view-content .views-row .views-field-field-project-image a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
}
#content-bottom .section #block-views-our-work-block .view-content .views-row .views-field-field-project-image a:hover > .worksTitle {
  display: block;
  background-color: #212121;
  background-color: rgba(33, 33, 33, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80212121, endColorstr=#80212121);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80212121, endColorstr=#80212121);
  width: 100%;
}
#content-bottom .section #block-views-our-work-block .view-content .views-row .views-field-field-project-image img {
  width: 220px;
  height: auto;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #content-bottom .section #block-views-our-work-block .view-content .views-row .views-field-field-project-image img {
    width: 100%;
  }
}
#content-bottom .section #block-views-our-work-block .view-content .views-row-first {
  margin-left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #content-bottom .section #block-views-our-work-block .view-content .views-row-first {
    float: none;
    margin: 0 auto 7px;
    position: relative;
    max-width: 460px;
  }
}
#content-bottom .section #block-views-our-work-block .view-content .views-row-first .views-field-field-project-image img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #content-bottom .section #block-views-our-work-block .view-content .views-row-even {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #content-bottom .section #block-views-our-work-block .view-content .views-row-even {
    margin-right: 0;
  }
}
/**** end CONTENTBOTTOM - Content Bottom Region  ****/
/**** SIDEBARREGION - Sidebar Region ****/
/**** end SIDEBARREGION - Sidebar Region ****/
/**** FOOTERREGION - Footer Region ****/
#footer {
  width: 100%;
  background: #22334d;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-height: 80px;
}
#footer .section {
  max-width: 980px;
  margin: 0 auto;
  clear: both;
}
#footer .menu {
  margin: 30px 0 0;
  padding: 0;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #footer .menu {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #footer .menu {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
#footer .menu li {
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #footer .menu li {
    float: none;
    line-height: 34px;
    margin: 0;
  }
}
#footer .menu li.leaf {
  list-style-type: none;
  list-style: none;
  padding: 0;
}
#footer .menu li a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-left: 5px;
  font-weight: 600;
  font-size: 11px;
}
#footer .menu li a:hover,
#footer .menu li a.active {
  color: #3c95da;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #footer .menu li a {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #footer .menu li a {
    margin-left: 0;
  }
}
#footer .menu li.first a {
  margin-left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #footer .menu li.first a {
    margin-left: 0px;
  }
}
#footer .menu li.last a {
  color: #bf9a55;
  font-weight: 700;
}
#footer .menu li.collapsed {
  list-style-image: none;
  list-style-type: none;
  padding: 0;
}
#footer .menu li.expanded {
  padding: 0;
}
#footer .menu li.expanded ul {
  display: none;
}
#footer #block-block-11 {
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #footer #block-block-11 {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #footer #block-block-11 {
    float: none;
    text-align: center;
    width: 100%;
    clear: both;
  }
}
#footer #block-block-11 p {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  margin: 35px 0 20px;
  color: #fff;
}
/**** end FOOTERREGION - Footer Region ****/
/**** FOOTERSECOND - Footer Second Region ****/
#footer-second {
  width: 100%;
  background: #182335;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  clear: both;
  position: relative;
  padding-top: 20px;
}
#footer-second .section {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #footer-second .section {
    padding: 0 20px 20px;
  }
}
#footer-second .section #block-block-7 {
  float: left;
  max-width: 395px;
}
#footer-second .section #block-block-7 p {
  color: #434c5a;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-size: 10px;
  line-height: 18px;
}
#footer-second .section #block-block-8 {
  float: right;
  color: #fff;
  margin-top: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #footer-second .section #block-block-8 {
    float: none;
    width: 100%;
    margin: 10px auto;
  }
}
#footer-second .section #block-block-8 #footerSocialButtons {
  padding-bottom: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #footer-second .section #block-block-8 #footerSocialButtons {
    margin: 0 auto;
    width: 110px;
  }
}
#footer-second .section #block-block-8 #footerSocialButtons #youtubeFollow {
  float: right;
  margin-top: 2px;
}
#footer-second .section #block-block-8 #footerSocialButtons #youtubeFollow a {
  color: #577ada;
  font-size: 24px;
  text-decoration: none;
}
#footer-second .section #block-block-8 #footerSocialButtons #youtubeFollow a:hover {
  color: #fff;
}
#footer-second .section #block-block-8 #footerSocialButtons #twitterFollow {
  float: right;
  margin: 0 20px;
}
#footer-second .section #block-block-8 #footerSocialButtons #twitterFollow a {
  font-size: 24px;
  color: #577ada;
  text-decoration: none;
}
#footer-second .section #block-block-8 #footerSocialButtons #twitterFollow a:hover {
  color: #fff;
}
#footer-second .section #block-block-8 #footerSocialButtons #facebookFollow {
  float: right;
}
#footer-second .section #block-block-8 #footerSocialButtons #facebookFollow a {
  font-size: 24px;
  color: #577ada;
  text-decoration: none;
}
#footer-second .section #block-block-8 #footerSocialButtons #facebookFollow a:hover {
  color: #fff;
}
#footer-second .section #block-block-8 #footerAddress {
  clear: both;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: -.025em;
  text-align: right;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #footer-second .section #block-block-8 #footerAddress {
    text-align: center;
  }
}
#footer-second .section #block-block-8 #privacyPolicy {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  text-decoration: none;
  font-size: 10px;
  line-height: 18px;
  color: #577ada;
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #footer-second .section #block-block-8 #privacyPolicy {
    float: none;
    text-align: center;
    display: block;
  }
}
#footer-second .section #block-block-9 {
  float: right;
  margin-top: 10px;
  margin-right: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  #footer-second .section #block-block-9 {
    float: none;
    margin: 10px auto;
    text-align: center;
  }
}
/**** end FOOTERSECOND - Footer Second Region ****/
#footer-pixels .section {
  margin: 0;
}
/**** INTERIORSTYLES - Interior Styles ****/
body.not-front {
  background: #eaeaec;
}
.not-front #header {
  background: url(/sites/default/themes/basetheme/images/interior_header.png) repeat;
  height: 235px;
}
.not-front #header #menu {
  border-bottom: 1px solid #bf9a55;
}
.not-front #main-wrapper {
  max-width: 980px;
  margin: -95px auto 0;
}
.not-front #content {
  background: #fff;
  max-width: 640px;
  padding: 30px 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-height: 650px;
}
@media \0screen {
  .not-front #content {
    width: 600px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .not-front #content {
    max-width: 455px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  .not-front #content {
    margin-left: 0;
  }
}
.not-front #content img {
  max-width: 100%;
}
.not-front h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 900;
  color: #212121;
  margin: 0;
}
.not-front h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 18px;
  font-weight: 600;
  color: #212121;
  letter-spacing: -.025em;
  line-height: 30px;
  margin: 0;
}
.not-front h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
  line-height: 36px;
}
.not-front p {
  font-family: 'Roboto Slab', serif;
  color: #3e3e3e;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  word-wrap: break-word;
}
.not-front ul li {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #3e3e3e;
}
.not-front a {
  text-decoration: none;
  color: #c32a3a;
}
.not-front #sidebar-second {
  width: 100%;
  max-width: 320px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .not-front #sidebar-second {
    max-width: 230px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  .not-front #sidebar-second {
    display: none;
  }
}
.not-front #sidebar-second .section {
  margin: 0;
  /* interior Share block */
  /* end interior Share block */
  /* interior Action Menu block */
  /* end interior Action Menu Block */
  /* Interior Follow Block */
  /* end Social Follow Block */
  /* Events Block */
  /* end Events Block */
  /* Interior Blog Block */
  /* end interior blog Block */
}
.not-front #sidebar-second .section #block-block-13 {
  height: 38px;
  margin-bottom: 20px;
}
.not-front #sidebar-second .section #block-block-13 #sidebarShare {
  background: url(/sites/default/themes/basetheme/images/sidebar_share_left.png) no-repeat;
}
.not-front #sidebar-second .section #block-block-13 #sidebarShare #sidebarShareInner {
  background: url(/sites/default/themes/basetheme/images/sidebar_share_right.png) no-repeat right top;
  height: 38px;
}
.not-front #sidebar-second .section #block-block-13 #sidebarShare #sidebarShareInner .shareLabel {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  color: #919191;
  float: left;
  padding: 12px 12px 12px 30px;
}
.not-front #sidebar-second .section #block-block-13 #sidebarShare #sidebarShareInner .shareWrap {
  float: right;
}
.not-front #sidebar-second .section #block-block-13 #sidebarShare #sidebarShareInner .shareWrap .FBshare {
  height: 22px;
  display: block;
  position: relative;
  float: left;
  color: #828282;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  margin-right: 18px;
  margin-top: 7px;
}
.not-front #sidebar-second .section #block-block-13 #sidebarShare #sidebarShareInner .shareWrap .FBshare:hover {
  color: #fff;
}
.not-front #sidebar-second .section #block-block-13 #sidebarShare #sidebarShareInner .shareWrap .googleShare {
  height: 22px;
  display: block;
  position: relative;
  float: left;
  color: #828282;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  margin-right: 18px;
  margin-top: 7px;
}
.not-front #sidebar-second .section #block-block-13 #sidebarShare #sidebarShareInner .shareWrap .googleShare:hover {
  color: #fff;
}
.not-front #sidebar-second .section #block-block-13 #sidebarShare #sidebarShareInner .shareWrap .twitterShare {
  height: 22px;
  display: block;
  position: relative;
  float: left;
  color: #828282;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  margin-right: 18px;
  margin-top: 7px;
}
.not-front #sidebar-second .section #block-block-13 #sidebarShare #sidebarShareInner .shareWrap .twitterShare:hover {
  color: #fff;
}
.not-front #sidebar-second .section #block-block-13 #sidebarShare #sidebarShareInner .shareWrap .emailShare {
  height: 22px;
  display: block;
  position: relative;
  float: left;
  color: #828282;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  margin-right: 18px;
  margin-top: 7px;
}
.not-front #sidebar-second .section #block-block-13 #sidebarShare #sidebarShareInner .shareWrap .emailShare:hover {
  color: #fff;
}
.not-front #sidebar-second .section #block-block-17 {
  width: 320px;
  background: #212121;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .not-front #sidebar-second .section #block-block-17 {
    max-width: 230px;
  }
}
.not-front #sidebar-second .section #block-block-17 .content div.actionCenter {
  margin: 0;
  padding: 0;
}
.not-front #sidebar-second .section #block-block-17 .content div.actionCenter div {
  list-style-type: none;
  list-style-image: none;
  height: 60px;
  background: #4984dc;
  margin: 0;
  padding: 0;
}
.not-front #sidebar-second .section #block-block-17 .content div.actionCenter div.join {
  background: #bf9a55;
  cursor: pointer;
}
.not-front #sidebar-second .section #block-block-17 .content div.actionCenter div.join #joinForm {
  display: none;
  background: #212121;
  margin-left: 7px;
  padding: 5px 0 0 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.not-front #sidebar-second .section #block-block-17 .content div.actionCenter div.join #joinForm p {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  margin: 0 0 0 25px;
  letter-spacing: .250em;
}
.not-front #sidebar-second .section #block-block-17 .content div.actionCenter div.join #joinForm form {
  padding: 10px 0;
  max-width: 250px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0 auto 0 25px;
}
.not-front #sidebar-second .section #block-block-17 .content div.actionCenter div.join #joinForm form input {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 16px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 5px 10px;
  margin: 7px auto;
  display: block;
  border: 0;
  float: left;
}
.not-front #sidebar-second .section #block-block-17 .content div.actionCenter div.join #joinForm form input[name=postal_code] {
  float: left;
  width: 175px;
}
.not-front #sidebar-second .section #block-block-17 .content div.actionCenter div.join #joinForm form input[name=SubmitBullsEye] {
  width: 75px;
  height: 42px;
  background: #4984dc;
  border: 5px solid #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  float: right;
}
.not-front #sidebar-second .section #block-block-17 .content div.actionCenter div.join #joinForm form input[name=SubmitBullsEye]:hover {
  background: #5297ff;
}
.not-front #sidebar-second .section #block-block-17 .content div.actionCenter div.contribute {
  background: #c32a3a;
}
.not-front #sidebar-second .section #block-block-17 .content div.actionCenter div.volunteer {
  background: #84aa71;
}
.not-front #sidebar-second .section #block-block-17 .content div.actionCenter div a,
.not-front #sidebar-second .section #block-block-17 .content div.actionCenter div span {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  line-height: 60px;
  background: #212121;
  display: block;
  margin-left: 7px;
  padding-left: 28px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.not-front #sidebar-second .section #block-block-17 .content div.actionCenter div a:hover,
.not-front #sidebar-second .section #block-block-17 .content div.actionCenter div span:hover {
  background: #4987dc;
}
.not-front #sidebar-second .section #block-block-17 .content div.actionCenter div.join span:hover {
  background: #bf9a55;
}
.not-front #sidebar-second .section #block-block-17 .content div.actionCenter div.contribute a:hover {
  background: #c32a3a;
}
.not-front #sidebar-second .section #block-block-17 .content div.actionCenter div.volunteer a:hover {
  background: #84aa71;
}
.not-front #sidebar-second .section #block-block-10 {
  background: #373737;
  min-height: 60px;
  margin-bottom: 20px;
  padding: 4px 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.not-front #sidebar-second .section #block-block-10 #followBlockTitle {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  font-size: 16px;
  font-weight: 300;
  color: #ababab;
  line-height: 50px;
  margin-left: 20px;
  margin-top: 3px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .not-front #sidebar-second .section #block-block-10 #followBlockTitle {
    margin-left: 0px;
    float: none;
  }
}
.not-front #sidebar-second .section #block-block-10 #followBlockTitle .followAccent {
  color: #fff;
  font-weight: 500;
}
.not-front #sidebar-second .section #block-block-10 #followButtons {
  float: right;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 46px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .not-front #sidebar-second .section #block-block-10 #followButtons {
    float: none;
  }
}
.not-front #sidebar-second .section #block-block-10 #followButtons a#youtubeFollow {
  float: left;
  color: #fff;
  text-decoration: none;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 300;
  font-size: 16px;
  padding: 0 0px;
}
.not-front #sidebar-second .section #block-block-10 #followButtons a#youtubeFollow .fa {
  margin-right: 10px;
  font-size: 24px;
  position: relative;
  top: 6px;
}
.not-front #sidebar-second .section #block-block-10 #followButtons a#youtubeFollow .fa-youtube-play {
  color: #696969;
}
.not-front #sidebar-second .section #block-block-10 #followButtons a#youtubeFollow .fa-youtube-play:hover {
  color: #c32a3a;
}
.not-front #sidebar-second .section #block-block-10 #followButtons a#twitterFollow {
  float: left;
  text-decoration: none;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  padding: 0 10px;
}
.not-front #sidebar-second .section #block-block-10 #followButtons a#twitterFollow .fa {
  margin-right: 10px;
  font-size: 22px;
  position: relative;
  top: 6px;
}
.not-front #sidebar-second .section #block-block-10 #followButtons a#twitterFollow .fa-twitter {
  color: #696969;
}
.not-front #sidebar-second .section #block-block-10 #followButtons a#twitterFollow .fa-twitter:hover {
  color: #00acee;
}
.not-front #sidebar-second .section #block-block-10 #followButtons a#facebookFollow {
  float: left;
  text-decoration: none;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  color: #fff;
  padding: 0 0px;
  font-weight: 300;
  font-size: 16px;
}
.not-front #sidebar-second .section #block-block-10 #followButtons a#facebookFollow .fa {
  margin-right: 15px;
  font-size: 20px;
  position: relative;
  top: 6px;
}
.not-front #sidebar-second .section #block-block-10 #followButtons a#facebookFollow .fa-facebook {
  color: #696969;
}
.not-front #sidebar-second .section #block-block-10 #followButtons a#facebookFollow .fa-facebook:hover {
  color: #4984dc;
}
.not-front #sidebar-second .section #block-views-events-block {
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .not-front #sidebar-second .section #block-views-events-block {
    padding: 0;
  }
}
.not-front #sidebar-second .section #block-views-events-block h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  margin: 0;
  background: #212121;
  line-height: 30px;
  padding: 0 10px;
}
.not-front #sidebar-second .section #block-views-events-block h2 a {
  text-decoration: none;
  color: #fff;
}
.not-front #sidebar-second .section #block-views-events-block h2 .titleAccent {
  color: #bf9a55;
  font-weight: 400;
}
.not-front #sidebar-second .section #block-views-events-block .view-header {
  float: right;
  border: 1px solid #212121;
  padding: 0 20px;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 42px 0;
}
.not-front #sidebar-second .section #block-views-events-block .view-header a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: #212121;
  text-transform: uppercase;
}
.not-front #sidebar-second .section #block-views-events-block .view-header a .workAccent {
  color: #c32a3a;
  font-weight: 900;
}
.not-front #sidebar-second .section #block-views-events-block .view-content {
  clear: both;
  background: #fff;
}
.not-front #sidebar-second .section #block-views-events-block .view-content .views-row {
  margin: 0 10px;
  position: relative;
}
.not-front #sidebar-second .section #block-views-events-block .view-content .views-row .views-field-nothing-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 12px;
  font-weight: 300;
  display: block;
  color: #c4c4c4;
  padding: 8px 8px 8px 0;
  text-transform: uppercase;
}
.not-front #sidebar-second .section #block-views-events-block .view-content .views-row .views-field-nothing-1 .eventDate {
  font-weight: 900;
  color: #212121;
}
.not-front #sidebar-second .section #block-views-events-block .view-content .views-row .views-field-nothing-1 .eventMonth {
  color: #212121;
}
.not-front #sidebar-second .section #block-views-events-block .view-content .views-row .views-field-title {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  border-top: 1px solid #e3e3e3;
  padding: 10px 0;
}
.not-front #sidebar-second .section #block-views-events-block .view-content .views-row .allEvents {
  position: relative;
  float: right;
}
.not-front #sidebar-second .section #block-views-news-block-2 {
  max-width: 940px;
  margin: 0 auto;
}
.not-front #sidebar-second .section #block-views-news-block-2 .views-row {
  float: left;
  margin-left: 20px;
}
.not-front #sidebar-second .section #block-views-news-block-2 .views-row.views-row-first {
  margin-left: 0;
}
.not-front #sidebar-second .section #block-views-news-block-2 .views-row .views-field-created {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 12px;
  font-weight: 300;
  background: #212121;
  display: inline-block;
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
}
.not-front #sidebar-second .section #block-views-news-block-2 .views-row .views-field-created .blogAccent {
  color: #bf9a55;
}
.not-front #sidebar-second .section #block-views-news-block-2 .views-row .views-field-created .dayofweek {
  font-weight: 900;
}
.not-front #sidebar-second .section #block-views-news-block-2 .views-row .views-field-title img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.not-front #sidebar-second .section #block-views-news-block-2 .views-row .views-field-title a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #212121;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}
.not-front #sidebar-second .section #block-views-news-block-2 .views-row .views-field-title a:hover {
  color: #c32a3a;
}
.not-front #content-bottom {
  background: #212121;
  margin-top: 100px;
}
.not-front #content-bottom .section {
  padding-top: 0;
  max-width: 980px;
  /* end Our Work Block */
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  .not-front #content-bottom .section {
    padding-bottom: 0px;
  }
}
.not-front #content-bottom .section #block-block-12,
.not-front #content-bottom .section #block-pgsocial-twitter-alt {
  float: left;
  width: 520px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .not-front #content-bottom .section #block-block-12,
  .not-front #content-bottom .section #block-pgsocial-twitter-alt {
    width: 320px;
    padding-left: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  .not-front #content-bottom .section #block-block-12,
  .not-front #content-bottom .section #block-pgsocial-twitter-alt {
    float: none;
    margin: 10px auto;
    clear: both;
    padding-right: 20px;
    width: 100%;
  }
}
.not-front #content-bottom .section #block-block-12 .tweetHeader,
.not-front #content-bottom .section #block-pgsocial-twitter-alt .tweetHeader {
  top: -25px;
  background: #212121;
  display: inline-block;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  padding: 7px 10px 8px;
  position: relative;
}
.not-front #content-bottom .section #block-block-12 .tweetHeader a,
.not-front #content-bottom .section #block-pgsocial-twitter-alt .tweetHeader a {
  color: #fff;
}
.not-front #content-bottom .section #block-block-12 .tweetHeader .tweetAccent,
.not-front #content-bottom .section #block-pgsocial-twitter-alt .tweetHeader .tweetAccent {
  color: #bf9a55;
  font-weight: 400;
}
.not-front #content-bottom .section #block-block-12 .tweetText,
.not-front #content-bottom .section #block-pgsocial-twitter-alt .tweetText {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
  color: #797979;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .not-front #content-bottom .section #block-block-12 .tweetText,
  .not-front #content-bottom .section #block-pgsocial-twitter-alt .tweetText {
    top: -25px;
    position: relative;
  }
}
.not-front #content-bottom .section #block-block-12 .tweetFooter,
.not-front #content-bottom .section #block-pgsocial-twitter-alt .tweetFooter {
  margin: 20px 0;
}
.not-front #content-bottom .section #block-block-12 .tweetFooter .followDate,
.not-front #content-bottom .section #block-pgsocial-twitter-alt .tweetFooter .followDate {
  float: left;
}
.not-front #content-bottom .section #block-block-12 .tweetFooter .followDate .twitterDate,
.not-front #content-bottom .section #block-pgsocial-twitter-alt .tweetFooter .followDate .twitterDate {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 11px;
  color: #fff;
}
.not-front #content-bottom .section #block-block-12 .tweetFooter .followDate .twitterDate a,
.not-front #content-bottom .section #block-pgsocial-twitter-alt .tweetFooter .followDate .twitterDate a {
  color: #fff;
}
.not-front #content-bottom .section #block-block-12 .tweetFooter .followDate .twitterDate a:hover,
.not-front #content-bottom .section #block-pgsocial-twitter-alt .tweetFooter .followDate .twitterDate a:hover {
  color: #c32a3a;
}
.not-front #content-bottom .section #block-block-12 .tweetFooter .tweetActions,
.not-front #content-bottom .section #block-pgsocial-twitter-alt .tweetFooter .tweetActions {
  float: right;
}
.not-front #content-bottom .section #block-block-12 .tweetFooter .tweetActions a,
.not-front #content-bottom .section #block-pgsocial-twitter-alt .tweetFooter .tweetActions a {
  color: #878787;
  margin-left: 10px;
  font-size: 12px;
}
.not-front #content-bottom .section #block-block-12 .tweetFooter .tweetActions a:hover,
.not-front #content-bottom .section #block-pgsocial-twitter-alt .tweetFooter .tweetActions a:hover {
  color: #c32a3a;
}
.not-front #content-bottom .section #block-views-our-work-block-1 {
  margin-bottom: -10px;
  float: right;
  position: relative;
  max-width: 320px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .not-front #content-bottom .section #block-views-our-work-block-1 {
    padding: 0 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  .not-front #content-bottom .section #block-views-our-work-block-1 {
    float: none;
    margin: 10px auto;
    clear: both;
    padding: 0 20px;
  }
}
.not-front #content-bottom .section #block-views-our-work-block-1 h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  top: -25px;
  position: relative;
  background: #212121;
  padding: 7px 10px 8px;
  margin: 0;
  line-height: 12px;
}
.not-front #content-bottom .section #block-views-our-work-block-1 h2 a {
  color: #fff;
}
.not-front #content-bottom .section #block-views-our-work-block-1 h2 .titleAccent {
  color: #bf9a55;
  font-weight: 400;
}
.not-front #content-bottom .section #block-views-our-work-block-1 .view-header {
  float: right;
  border: 1px solid #212121;
  padding: 0 20px;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 42px 0;
}
.not-front #content-bottom .section #block-views-our-work-block-1 .view-header a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: #212121;
  text-transform: uppercase;
}
.not-front #content-bottom .section #block-views-our-work-block-1 .view-header a .workAccent {
  color: #c32a3a;
  font-weight: 900;
}
.not-front #content-bottom .section #block-views-our-work-block-1 .view-content {
  clear: both;
  position: relative;
  top: -27px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .not-front #content-bottom .section #block-views-our-work-block-1 .view-content {
    max-width: 320px;
    margin: 0 auto;
  }
}
.not-front #content-bottom .section #block-views-our-work-block-1 .view-content .views-row {
  float: left;
  margin-left: 20px;
  margin-bottom: 7px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .not-front #content-bottom .section #block-views-our-work-block-1 .view-content .views-row {
    margin-left: 0;
  }
}
.not-front #content-bottom .section #block-views-our-work-block-1 .view-content .views-row .views-field-field-project-image .worksTitle {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .not-front #content-bottom .section #block-views-our-work-block-1 .view-content .views-row .views-field-field-project-image .worksTitle {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #212121;
    background-color: rgba(33, 33, 33, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80212121, endColorstr=#80212121);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80212121, endColorstr=#80212121);
  }
}
.not-front #content-bottom .section #block-views-our-work-block-1 .view-content .views-row .views-field-field-project-image a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
}
.not-front #content-bottom .section #block-views-our-work-block-1 .view-content .views-row .views-field-field-project-image a:hover > .worksTitle {
  display: block;
}
.not-front #content-bottom .section #block-views-our-work-block-1 .view-content .views-row .views-field-field-project-image img {
  width: 220px;
  height: auto;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  .not-front #content-bottom .section #block-views-our-work-block-1 .view-content .views-row .views-field-field-project-image img {
    width: 100%;
  }
}
.not-front #content-bottom .section #block-views-our-work-block-1 .view-content .views-row-first {
  margin-left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .not-front #content-bottom .section #block-views-our-work-block-1 .view-content .views-row-first {
    float: none;
    margin: 0 auto 7px;
    position: relative;
    max-width: 460px;
  }
}
.not-front #content-bottom .section #block-views-our-work-block-1 .view-content .views-row-first .views-field-field-project-image img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .not-front #content-bottom .section #block-views-our-work-block-1 .view-content .views-row-even {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  .not-front #content-bottom .section #block-views-our-work-block-1 .view-content .views-row-even {
    margin-right: 0;
  }
}
/**** end INTERIORSTYLES - Interior Styles ****/
/**** OURWORKVIEW - Our Work View Page ****/
body.not-front.page-our-work {
  background: url(/sites/default/themes/basetheme/images/interior_header.png) repeat;
}
body.not-front.page-our-work #header {
  height: 86px;
}
body.not-front.page-our-work #main-wrapper {
  margin-top: 0px;
}
body.not-front.page-our-work #content {
  max-width: 100%;
  background: transparent;
  padding: 0;
}
body.not-front.page-our-work #content .section {
  max-width: 980px;
}
@media \0screen {
  body.not-front.page-our-work #content .section {
    width: 980px !important;
  }
}
body.not-front.page-our-work #content h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  margin: 42px auto 14px;
  text-align: center;
}
body.not-front.page-our-work #content .view-header {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 12px;
  color: #9a9a9a;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0px 0 42px;
  text-align: center;
}
body.not-front.page-our-work #content .view-header a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: #212121;
  text-transform: uppercase;
}
body.not-front.page-our-work #content .view-header a .workAccent {
  color: #c32a3a;
  font-weight: 900;
}
body.not-front.page-our-work #content .view-content {
  clear: both;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.page-our-work #content .view-content {
    max-width: 640px;
    margin: 0 auto;
  }
}
body.not-front.page-our-work #content .view-content .views-row {
  float: left;
  margin: 5px;
  position: relative;
  max-height: 190px;
  border: 5px solid #fff;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.page-our-work #content .view-content .views-row {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  body.not-front.page-our-work #content .view-content .views-row {
    margin: 0 auto;
    max-width: 320px;
    float: none;
  }
}
@media \0screen {
  body.not-front.page-our-work #content .view-content .views-row {
    height: 180px;
    width: 320px;
  }
}
body.not-front.page-our-work #content .view-content .views-row .views-field-field-project-image .worksTitle {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.page-our-work #content .view-content .views-row .views-field-field-project-image .worksTitle {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #212121;
    background-color: rgba(33, 33, 33, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80212121, endColorstr=#80212121);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80212121, endColorstr=#80212121);
  }
}
body.not-front.page-our-work #content .view-content .views-row .views-field-field-project-image a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
}
body.not-front.page-our-work #content .view-content .views-row .views-field-field-project-image a:hover > .worksTitle {
  display: block;
  background: url(/sites/default/themes/basetheme/images/shadow_repeat.png) repeat-x;
  width: 100%;
}
body.not-front.page-our-work #content .view-content .views-row .views-field-field-project-image img {
  width: 300px;
  height: auto;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  body.not-front.page-our-work #content .view-content .views-row .views-field-field-project-image img {
    width: 100%;
  }
}
body.not-front.page-our-work #content-bottom .section {
  padding: 0;
}
/**** end OURWORKVIEW - Our Work View Page ****/
/**** OURWORKNODE- Our Work Node Page ****/
body.not-front.node-type-our-work #content {
  background: transparent;
  padding: 0;
}
body.not-front.node-type-our-work #content h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  margin: 0px 40px 20px;
}
body.not-front.node-type-our-work #content .region-content {
  clear: both;
  background: #fff;
  padding: 0 40px 30px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-our-work #content .region-content {
    margin: 0 auto;
    padding: 0;
  }
}
body.not-front.node-type-our-work #content .region-content #mainWrap #largeImage {
  margin-left: -40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-our-work #content .region-content #mainWrap #largeImage {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-our-work #content .region-content #mainWrap #largeImage img {
    width: 100%;
    height: auto;
  }
}
body.not-front.node-type-our-work #content .region-content #mainWrap #nodeTitle {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 32px;
  font-weight: 900;
  color: #3e3e3e;
  line-height: 39px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-our-work #content .region-content #mainWrap #nodeTitle {
    margin-left: 30px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-our-work #content .region-content #mainWrap #socialShareWrap {
    margin-left: 30px;
  }
}
body.not-front.node-type-our-work #content .region-content #mainWrap #socialShareWrap .FBshare {
  height: 22px;
  display: block;
  position: relative;
  float: left;
  color: #828282;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  color: #c2c2c2;
  margin-right: 18px;
  margin-top: 7px;
}
body.not-front.node-type-our-work #content .region-content #mainWrap #socialShareWrap .FBshare:hover {
  color: #212121;
}
body.not-front.node-type-our-work #content .region-content #mainWrap #socialShareWrap .googleShare {
  height: 22px;
  display: block;
  position: relative;
  float: left;
  color: #828282;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  color: #c2c2c2;
  margin-right: 18px;
  margin-top: 7px;
}
body.not-front.node-type-our-work #content .region-content #mainWrap #socialShareWrap .googleShare:hover {
  color: #212121;
}
body.not-front.node-type-our-work #content .region-content #mainWrap #socialShareWrap .twitterShare {
  height: 22px;
  display: block;
  position: relative;
  float: left;
  color: #828282;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  color: #c2c2c2;
  margin-right: 18px;
  margin-top: 7px;
}
body.not-front.node-type-our-work #content .region-content #mainWrap #socialShareWrap .twitterShare:hover {
  color: #212121;
}
body.not-front.node-type-our-work #content .region-content #mainWrap #socialShareWrap .emailShare {
  height: 22px;
  display: block;
  position: relative;
  float: left;
  color: #828282;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  color: #c2c2c2;
  margin-right: 18px;
  margin-top: 7px;
}
body.not-front.node-type-our-work #content .region-content #mainWrap #socialShareWrap .emailShare:hover {
  color: #212121;
}
body.not-front.node-type-our-work #content .region-content #mainWrap #mainText {
  clear: both;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-our-work #content .region-content #mainWrap #mainText {
    padding: 0 30px;
  }
}
body.not-front.node-type-our-work #content .region-content #backLink {
  position: relative;
  margin: 20px 0;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-our-work #content .region-content #backLink {
    margin-left: 30px;
    padding-bottom: 30px;
  }
}
body.not-front.node-type-our-work #content .region-content #backLink a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #c32a3a;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  body.not-front.node-type-our-work #sidebar-second {
    display: none;
  }
}
/**** OURWORKNODE - Our Work Node Page ****/
/**** NEWSVIEW - News View Page ****/
body.not-front.page-posts {
  background: #fff;
}
body.not-front.page-posts #main-wrapper {
  margin-top: -120px;
}
body.not-front.page-posts #content {
  max-width: 100%;
  background: transparent;
  padding: 0;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  body.not-front.page-posts #content {
    margin-left: 0;
  }
}
@media \0screen {
  body.not-front.page-posts #content {
    width: 980px !important;
  }
}
body.not-front.page-posts #content .section {
  max-width: 980px;
}
body.not-front.page-posts #content h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  margin: 0 0 20px;
  text-align: center;
}
body.not-front.page-posts #content #sortWrap {
  text-align: center;
  clear: both;
  margin-bottom: 20px;
  margin-top: -5px;
  color: #999;
}
body.not-front.page-posts #content #sortWrap a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  margin: 0 10px;
}
body.not-front.page-posts #content #sortWrap a:hover,
body.not-front.page-posts #content #sortWrap a.current {
  background: #c32a3a;
}
body.not-front.page-posts #content #sortWrap a.current {
  font-weight: 700;
}
body.not-front.page-posts #content .view-header {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 12px;
  color: #9a9a9a;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0px 0 42px;
  text-align: center;
}
body.not-front.page-posts #content .view-header a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: #212121;
  text-transform: uppercase;
}
body.not-front.page-posts #content .view-header a .workAccent {
  color: #c32a3a;
  font-weight: 900;
}
body.not-front.page-posts #content .view-content {
  clear: both;
  padding-top: 35px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.page-posts #content .view-content {
    max-width: 640px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  body.not-front.page-posts #content .view-content {
    max-width: 320px;
  }
}
body.not-front.page-posts #content .view-content .views-row {
  float: left;
  margin: 5px 5px 10px 0;
  position: relative;
  height: 330px;
  max-width: 315px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.page-posts #content .view-content .views-row {
    margin-left: 0;
  }
}
body.not-front.page-posts #content .view-content .views-row .views-field-created {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 12px;
  font-weight: 300;
  background: #212121;
  display: inline-block;
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
}
body.not-front.page-posts #content .view-content .views-row .views-field-created .blogAccent {
  color: #bf9a55;
}
body.not-front.page-posts #content .view-content .views-row .views-field-created .dayofweek {
  font-weight: 900;
}
body.not-front.page-posts #content .view-content .views-row .views-field-title {
  width: 315px;
}
body.not-front.page-posts #content .view-content .views-row .views-field-title img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
body.not-front.page-posts #content .view-content .views-row .views-field-title a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #3e3e3e;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
}
body.not-front.page-posts #content .view-content .views-row .views-field-title a:hover {
  color: #c32a3a;
}
body.not-front.page-posts #content .view-content .views-row .views-field-title a .titleText {
  padding: 0 40px;
  display: table;
}
body.not-front.page-posts #content .view-content .views-row .views-field-field-media {
  margin-bottom: 10px;
}
body.not-front.page-posts #content .view-content .views-row .shareWrap {
  padding-left: 40px;
}
body.not-front.page-posts #content .view-content .views-row .shareWrap .FBshare {
  height: 22px;
  display: block;
  position: relative;
  float: left;
  color: #828282;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  color: #c2c2c2;
  margin-right: 18px;
  margin-top: 7px;
}
body.not-front.page-posts #content .view-content .views-row .shareWrap .FBshare:hover {
  color: #212121;
}
body.not-front.page-posts #content .view-content .views-row .shareWrap .googleShare {
  height: 22px;
  display: block;
  position: relative;
  float: left;
  color: #828282;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  color: #c2c2c2;
  margin-right: 18px;
  margin-top: 7px;
}
body.not-front.page-posts #content .view-content .views-row .shareWrap .googleShare:hover {
  color: #212121;
}
body.not-front.page-posts #content .view-content .views-row .shareWrap .twitterShare {
  height: 22px;
  display: block;
  position: relative;
  float: left;
  color: #828282;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  color: #c2c2c2;
  margin-right: 18px;
  margin-top: 7px;
}
body.not-front.page-posts #content .view-content .views-row .shareWrap .twitterShare:hover {
  color: #212121;
}
body.not-front.page-posts #content .view-content .views-row .shareWrap .emailShare {
  height: 22px;
  display: block;
  position: relative;
  float: left;
  color: #828282;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  color: #c2c2c2;
  margin-right: 18px;
  margin-top: 7px;
}
body.not-front.page-posts #content .view-content .views-row .shareWrap .emailShare:hover {
  color: #212121;
}
body.not-front.page-posts #content .view-content .views-row .views-field-nothing {
  padding-bottom: 30px;
}
body.not-front.page-posts #content .pager {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  border: 1px solid #c2c2c2;
  padding: 5px;
  max-width: 875px;
  margin: 0 auto;
  position: relative;
  font-size: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.page-posts #content .pager {
    max-width: 80%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  body.not-front.page-posts #content .pager {
    margin: 0px auto;
  }
}
body.not-front.page-posts #content .pager .pager-ellipsis {
  display: none;
}
body.not-front.page-posts #content .pager li {
  padding: 0 10px 0 12px;
  margin: 0;
}
body.not-front.page-posts #content .pager .pager-item,
body.not-front.page-posts #content .pager .pager-current {
  border-left: 1px solid #c3c3c3;
}
body.not-front.page-posts #content .pager .pager-current,
body.not-front.page-posts #content .pager a:hover {
  color: #929292;
}
body.not-front.page-posts #content .pager .pager-first,
body.not-front.page-posts #content .pager .pager-last {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  body.not-front.page-posts #content .pager .pager-item,
  body.not-front.page-posts #content .pager .pager-current,
  body.not-front.page-posts #content .pager .pager-ellipsis {
    display: none;
  }
}
body.not-front.page-posts #content .pager .pager-previous {
  position: absolute;
  left: 0;
  top: 5px;
  margin: 0;
}
body.not-front.page-posts #content .pager .pager-previous a {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 12px;
  font-weight: 600;
}
body.not-front.page-posts #content .pager .pager-next {
  position: relative;
  right: 0;
  top: 0;
  margin: 0;
}
body.not-front.page-posts #content .pager .pager-next a {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 12px;
  font-weight: 600;
  float: right;
}
body.not-front.page-posts #content-bottom .section {
  padding: 0;
}
/**** end NEWSVIEW - News View Page ****/
/**** NEWSNODE - News Node Page ****/
body.not-front.node-type-news #content {
  background: transparent;
  padding: 0;
}
body.not-front.node-type-news #content h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  margin: 0px 40px 20px;
}
body.not-front.node-type-news #content .region-content {
  clear: both;
  background: #fff;
  padding: 0 40px 30px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-news #content .region-content {
    margin: 0 auto;
    padding: 0;
  }
}
body.not-front.node-type-news #content .region-content #mainWrap #largeImage {
  max-height: 360px;
  margin-left: -40px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-news #content .region-content #mainWrap #largeImage {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
@media \0screen {
  body.not-front.node-type-news #content .region-content #mainWrap #largeImage {
    margin-left: 0;
  }
}
body.not-front.node-type-news #content .region-content #mainWrap #largeImage img {
  width: auto;
  max-width: 640px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-news #content .region-content #mainWrap #largeImage img {
    width: 100%;
    height: auto;
  }
}
body.not-front.node-type-news #content .region-content #mainWrap #postDate {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 12px;
  font-weight: 300;
  background: #212121;
  display: inline-block;
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
}
body.not-front.node-type-news #content .region-content #mainWrap #postDate .blogAccent {
  color: #bf9a55;
}
body.not-front.node-type-news #content .region-content #mainWrap #postDate .dayofweek {
  font-weight: 900;
}
body.not-front.node-type-news #content .region-content #mainWrap #nodeTitle {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 32px;
  font-weight: 900;
  color: #3e3e3e;
  line-height: 39px;
  margin-top: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-news #content .region-content #mainWrap #nodeTitle {
    margin-left: 30px;
    margin-top: 10px;
  }
}
body.not-front.node-type-news #content .region-content #mainWrap #socialShareWrap {
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-news #content .region-content #mainWrap #socialShareWrap {
    margin-left: 30px;
  }
}
body.not-front.node-type-news #content .region-content #mainWrap #socialShareWrap .FBshare {
  height: 22px;
  display: block;
  position: relative;
  float: left;
  color: #828282;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  color: #c2c2c2;
  margin-right: 18px;
  margin-top: 7px;
}
body.not-front.node-type-news #content .region-content #mainWrap #socialShareWrap .FBshare:hover {
  color: #212121;
}
body.not-front.node-type-news #content .region-content #mainWrap #socialShareWrap .googleShare {
  height: 22px;
  display: block;
  position: relative;
  float: left;
  color: #828282;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  color: #c2c2c2;
  margin-right: 18px;
  margin-top: 7px;
}
body.not-front.node-type-news #content .region-content #mainWrap #socialShareWrap .googleShare:hover {
  color: #212121;
}
body.not-front.node-type-news #content .region-content #mainWrap #socialShareWrap .twitterShare {
  height: 22px;
  display: block;
  position: relative;
  float: left;
  color: #828282;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  color: #c2c2c2;
  margin-right: 18px;
  margin-top: 7px;
}
body.not-front.node-type-news #content .region-content #mainWrap #socialShareWrap .twitterShare:hover {
  color: #212121;
}
body.not-front.node-type-news #content .region-content #mainWrap #socialShareWrap .emailShare {
  height: 22px;
  display: block;
  position: relative;
  float: left;
  color: #828282;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  color: #c2c2c2;
  margin-right: 18px;
  margin-top: 7px;
}
body.not-front.node-type-news #content .region-content #mainWrap #socialShareWrap .emailShare:hover {
  color: #212121;
}
body.not-front.node-type-news #content .region-content #mainWrap #mainText {
  clear: both;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-news #content .region-content #mainWrap #mainText {
    padding: 0 30px 30px;
  }
}
body.not-front.node-type-news #content .region-content #backLink {
  position: relative;
  margin: 10px 0;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-news #content .region-content #backLink {
    margin-left: 30px;
    padding-bottom: 30px;
  }
}
body.not-front.node-type-news #content .region-content #backLink a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #c32a3a;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
/**** end NEWSNODE - News Node Page ****/
/**** EVENTSVIEW - Events View Page ****/
.page-events #content {
  min-height: 600px;
}
.page-events #content .view-events {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
.page-events #content .view-events .views-row {
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0;
}
.page-events #content .view-events .views-row .views-field-field-event-date-3 {
  font-size: 12px;
  color: #212121;
  text-transform: uppercase;
}
.page-events #content .view-events .views-row .views-field-field-event-date-3 .eventDay {
  font-weight: 900;
}
.page-events #content .view-events .views-row .views-field-field-event-date-3 .arrow {
  float: right;
  color: #c32a3a;
  font-size: 14px;
}
.page-events #content .view-events .views-row .views-field-field-event-date-3 .bar {
  color: #c4c4c4;
}
.page-events #content .view-events .views-row .views-field-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 5px;
}
.page-events #content .view-events .views-row .views-field-title:hover {
  color: #212121;
}
.page-events #content .view-events .views-row-last {
  border: 0;
  padding-bottom: 0;
}
/**** end EVENTSVIEW - Events View Page ****/
/**** EVENTSNODE - Events Node Page ****/
.node-type-events .region-content #dateWrap {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #c4c4c4;
  font-size: 12px;
  line-height: 14px;
  margin-top: 15px;
}
.node-type-events .region-content #dateWrap #dayName {
  color: #212121;
  font-weight: 900;
}
.node-type-events .region-content #dateWrap #fullDate {
  color: #212121;
  font-size: 14px;
}
.node-type-events .region-content #nodeTitle {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #3e3e3e;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -.025em;
  font-weight: 600;
  margin: 10px 0;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .node-type-events .region-content #socialShareWrap {
    margin-left: 0px;
  }
}
.node-type-events .region-content #socialShareWrap .FBshare {
  height: 22px;
  display: block;
  position: relative;
  float: left;
  color: #828282;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  color: #c2c2c2;
  margin-right: 18px;
  margin-top: 7px;
}
.node-type-events .region-content #socialShareWrap .FBshare:hover {
  color: #212121;
}
.node-type-events .region-content #socialShareWrap .googleShare {
  height: 22px;
  display: block;
  position: relative;
  float: left;
  color: #828282;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  color: #c2c2c2;
  margin-right: 18px;
  margin-top: 7px;
}
.node-type-events .region-content #socialShareWrap .googleShare:hover {
  color: #212121;
}
.node-type-events .region-content #socialShareWrap .twitterShare {
  height: 22px;
  display: block;
  position: relative;
  float: left;
  color: #828282;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  color: #c2c2c2;
  margin-right: 18px;
  margin-top: 7px;
}
.node-type-events .region-content #socialShareWrap .twitterShare:hover {
  color: #212121;
}
.node-type-events .region-content #socialShareWrap .emailShare {
  height: 22px;
  display: block;
  position: relative;
  float: left;
  color: #828282;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  color: #c2c2c2;
  margin-right: 18px;
  margin-top: 7px;
}
.node-type-events .region-content #socialShareWrap .emailShare:hover {
  color: #212121;
}
.node-type-events .region-content #timeWrap {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  color: #c4c4c4;
  font-size: 14px;
  line-height: 14px;
  margin: 10px 0 0;
}
.node-type-events .region-content #timeWrap #timeLabel {
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 900;
}
.node-type-events .region-content #timeWrap #time {
  color: #212121;
  text-transform: lowercase;
}
.node-type-events .region-content #timeWrap #timezone {
  text-transform: uppercase;
  color: #212121;
}
.node-type-events .region-content #addressWrap {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  margin: 10px 0;
}
.node-type-events .region-content #rsvpLink {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  margin: 10px 0;
}
.node-type-events .region-content #backLink {
  position: relative;
  margin-top: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .node-type-events .region-content #backLink {
    margin-left: 30px;
    padding-bottom: 30px;
  }
}
.node-type-events .region-content #backLink a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #c32a3a;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
/**** end EVENTSNODE - Events Node Page ****/
/**** IMPACTVIEW - Impact View Page ****/
.page-impact #content .view-header {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 18px;
  color: #777777;
  letter-spacing: -.025em;
  font-weight: 600;
  margin: 20px 0 10px;
}
.page-impact #content .views-row {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 30px;
}
.page-impact #content .views-row .views-field-field-project-reference {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  color: #a9a9a9;
  margin-top: 20px;
}
.page-impact #content .views-row .views-field-field-project-reference a {
  text-decoration: none;
  color: #c32a3a;
}
.page-impact #content .views-row-last {
  border: 0;
}
/**** end IMPACTVIEW - Impact View Page ****/
/**** EXPOSELIESVIEW - Expose the Lies View Page ****/
.page-expose-the-lies #content .view-header {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 18px;
  color: #777777;
  letter-spacing: -.025em;
  font-weight: 600;
  margin: 10px 0;
}
.page-expose-the-lies #content .views-row {
  padding-top: 30px;
}
.page-expose-the-lies #content .views-row .views-field-title {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 900;
  font-size: 15px;
  line-height: 24px;
}
.page-expose-the-lies #content .views-row-last {
  border: 0;
}
/**** end EXPOSELIESVIEW - Expose the Lies View Page ****/
/**** WEBFORMSTYLES - Webform Styles ****/
.node-type-webform #content .form-item,
.node-type-webform #content .form-actions {
  width: 47%;
  float: left;
  margin-left: 2%;
  margin-top: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  .node-type-webform #content .form-item,
  .node-type-webform #content .form-actions {
    width: 100%;
    margin-left: 0;
  }
}
.node-type-webform #content .webform-component-checkboxes .form-item {
  width: 100%;
}
.node-type-webform #content .webform-component-checkboxes .form-item input {
  float: none;
  width: auto;
  -webkit-appearance: checkbox;
  height: 20px;
  margin: 0;
}
.node-type-webform #content .form-item label {
  font-weight: 600;
  color: #585857;
  padding: 5px 10px;
}
.node-type-webform #content #webform-component-message-subject {
  width: 96%;
}
.node-type-webform #content .form-item.webform-component-checkboxes label {
  background: none;
  color: #585857;
}
.node-type-webform #content .form-item.webform-component-checkboxes label[for=edit-submitted-checkboxes] {
  background: #585857;
  color: #fff;
}
.node-type-webform #content .form-item.webform-component-checkboxes {
  border: 0px solid #2A295E;
  clear: both;
  width: 96%;
}
.node-type-webform #content .form-item input,
.node-type-webform #content .form-item select {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  width: 100%;
  float: left;
  border: 1px solid #d2d2d2;
  height: 40px;
  line-height: 40px;
  padding: 5px 10px;
  font-size: 16px;
  color: #8C8C8C;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 3px;
}
.node-type-webform #content .form-item input:focus {
  border: 1px solid #bf9a55;
  outline: 0;
}
.node-type-webform #content .form-item#webform-component-zip-code,
.node-type-webform #content .form-actions {
  clear: both;
}
.node-type-webform #content .webform-component-textarea {
  clear: both;
  width: 96%;
  border: 0px solid #2A295E;
}
.node-type-webform #content .webform-component-textarea textarea:focus {
  outline: 0;
}
.node-type-webform #content .form-actions #edit-submit {
  background: #4984DC;
  border: 0 none;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-top: 5px;
  margin-left: -2px;
  cursor: pointer;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.node-type-webform #content .form-actions #edit-submit:hover {
  background: #5297ff;
}
/**** end WEBFORMSTYLES - Webform Styles ****/
body.not-front.node-type-landing-page {
  background: #eaeaea url(/sites/default/themes/basetheme/images/lp_body_bg.png) repeat-x;
  /* Tablet */
  /*@media @tablet{


/*

	 #mediaWrap img {
		width:100%;
		height:auto;
	}
	  #mediaWrap iframe {
		display:block;
		.box-sizing;		

	}

	 #formText,  #formTextTop {
	    color: #2b2b2b;
	    font-size: 28px;
	    line-height: 28px;
	    margin: 0px 0 25px;
	    padding: 40px 10px 25px;
	    text-align: center;
		letter-spacing: -.025em;
	}

	 form {
		padding:0 25px 20px;
	}

	 #footer .region-footer, #footer .region-disclaimer{
		width:40%;
	}
	 #footer .section{
		width:100%;

	}
	 #block-block-11 {
		right:0;
		left:20px;
	}
	 #block-block-10 {
		right:20px;
	}

	} */
  /* End tablet media query */
  /* Single Column */
  /*@media @mobile{

	 #main-wrapper #main  {
		width:100%;
	}
	 #headerWrap {
		width:100%;
		
	}
	 #headerInner {
		width:100%;
	}


	 #contentWrap {
		width:100%;
	}
	 #mainTitle {
		font-size:30px;
		line-height:30px;
	} #subTitle {
		font-size:20px;
		line-height:22px;
	}
	 #textBlock {
	    float: none;
	    margin: 0 auto;
	    width: 88%;
		
	}


	 #mediaWrap img {
		width:100%;
		height:auto;
	}
	  #mediaWrap iframe {
		 -moz-box-sizing: border-box;
		 -webkit-box-sizing: border-box;
		 box-sizing: border-box;
		

	}


	 #formWrapTop.singleFormLower{   
		display:none;
	}
	 #formText, #formTextTop {
	    color: #2b2b2b;
	    font-size: 18px;
	    line-height: 20px;
	    margin: 0px 0 25px;
	    padding: 40px 10px 25px;
	    text-align: center;
		letter-spacing: -.025em;
	}

	 form {
		padding:0 25px 20px;
	}

	 a#optionalBtn{
		width:88%;
	}
	 #sharingWrap{
		width:88%;
	}

	 #continueWrap{
		display:none;
	}
	 #continueWrap2{
		display:block;
		margin-right:20px;
	}
	 #footer .region-footer, #footer .region-disclaimer{
		width:40%;
	}
	 #footer .section{
		width:100%;

	}

	 #block-block-11 {
	    float: left;
	    margin-left: 20px;
	    margin-top: 12px;
	    position: relative;
	    right: 0;
		top:0px;
	    text-align: left;
	}
	 #block-block-10 {
		margin-right:20px;
	}
	 #block-block-18 {
		display:none;
	}
	} */
  /* end single column media query */
  /*@media all and (max-width: 435px) and (min-width: 200px) {
	 a#facebookShareBtn{
		width:48%;
		margin-bottom:12px;
	}
	 a#twitterShareBtn{
		width:48%;
		
	}


	}*/
}
body.not-front.node-type-landing-page #main-wrapper {
  max-width: 100%;
  margin-top: 0;
}
body.not-front.node-type-landing-page #main-wrapper #main {
  width: 100%;
}
body.not-front.node-type-landing-page #header {
  background: orange;
  display: none;
}
body.not-front.node-type-landing-page #header .section {
  background: none;
}
body.not-front.node-type-landing-page #content {
  background: transparent;
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-height: 1050px;
  float: none;
}
body.not-front.node-type-landing-page #content .section {
  max-width: 100%;
}
body.not-front.node-type-landing-page #logoWrap {
  background: #212121;
  min-height: 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 20px;
}
body.not-front.node-type-landing-page #logoWrap #lpLogo {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
body.not-front.node-type-landing-page #logoWrap #lpLogo img {
  max-height: 66px;
  width: auto;
}
body.not-front.node-type-landing-page #titleWrap {
  background: #bf9a55;
  text-align: center;
  min-height: 240px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 35px 30px 125px;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  body.not-front.node-type-landing-page #titleWrap {
    min-height: 0;
    padding: 35px 20px;
  }
}
body.not-front.node-type-landing-page #titleWrap #mainTitle {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: .100em;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-landing-page #titleWrap #mainTitle {
    font-size: 35px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  body.not-front.node-type-landing-page #titleWrap #mainTitle {
    font-size: 25px;
  }
}
body.not-front.node-type-landing-page #titleWrap #subTitle {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .250em;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-landing-page #titleWrap #subTitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  body.not-front.node-type-landing-page #titleWrap #subTitle {
    font-size: 14px;
  }
}
body.not-front.node-type-landing-page #contentWrap {
  max-width: 890px;
  margin: 0 auto;
}
body.not-front.node-type-landing-page #textBlock {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: -90px;
  padding: 20px;
  /*width: 485px;*/
  float: left;
  background: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-landing-page #textBlock {
    width: 44%;
    margin-left: 3%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  body.not-front.node-type-landing-page #textBlock {
    width: 100%;
    margin: 0;
  }
}
body.not-front.node-type-landing-page #textBlock p {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -.025em;
  color: #212121;
  margin-bottom: 25px;
  padding: 0 0px;
}
body.not-front.node-type-landing-page #textBlock p a:hover {
  text-decoration: underline;
}
body.not-front.node-type-landing-page #textBlock #mediaWrap {
  margin: 0 auto;
  display: block;
  margin-top: 0px;
}
body.not-front.node-type-landing-page #textBlock #mediaWrap img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}
body.not-front.node-type-landing-page #textBlock #mediaWrap iframe {
  margin: 0;
  padding: 0;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.not-front.node-type-landing-page #formWrapTop {
  display: none;
}
body.not-front.node-type-landing-page #formWrap.none,
body.not-front.node-type-landing-page #formWrapTop.none {
  display: none;
}
body.not-front.node-type-landing-page #column2,
body.not-front.node-type-landing-page #formWrapTop {
  display: none;
  width: 365px;
  float: right;
  margin-top: -90px;
  min-height: 800px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-landing-page #column2,
  body.not-front.node-type-landing-page #formWrapTop {
    width: 44%;
    margin-left: 3%;
    margin-right: 3%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  body.not-front.node-type-landing-page #column2,
  body.not-front.node-type-landing-page #formWrapTop {
    width: 100%;
    margin: 0;
    min-height: 500px;
  }
}
body.not-front.node-type-landing-page #formWrap,
body.not-front.node-type-landing-page #formWrapTop {
  position: relative;
  background: #fff;
  margin-top: 0px;
}
body.not-front.node-type-landing-page #formWrap #formWrap.singleFormUpper,
body.not-front.node-type-landing-page #formWrapTop #formWrap.singleFormUpper {
  display: block;
}
body.not-front.node-type-landing-page #formWrap #formInner,
body.not-front.node-type-landing-page #formWrapTop #formInner,
body.not-front.node-type-landing-page #formWrap #formInnerTop,
body.not-front.node-type-landing-page #formWrapTop #formInnerTop {
  padding: 0px;
}
body.not-front.node-type-landing-page #formWrap #formText,
body.not-front.node-type-landing-page #formWrapTop #formText,
body.not-front.node-type-landing-page #formWrap #formTextTop,
body.not-front.node-type-landing-page #formWrapTop #formTextTop {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  margin: 0px 0 25px;
  padding: 40px 20px 40px;
  text-align: center;
  font-weight: 700;
  background: #212121;
  text-transform: capitalize;
}
body.not-front.node-type-landing-page #formWrap form,
body.not-front.node-type-landing-page #formWrapTop form {
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding: 0 20px 20px;
}
body.not-front.node-type-landing-page #formWrap form input,
body.not-front.node-type-landing-page #formWrapTop form input {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  background: none;
  border: 1px solid #b5b5b5;
  height: 50px;
  line-height: 50px;
  display: block;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 14px;
  outline: 0;
}
body.not-front.node-type-landing-page #formWrap form input:focus,
body.not-front.node-type-landing-page #formWrapTop form input:focus {
  border: 1px solid #bf9a55;
}
body.not-front.node-type-landing-page #formWrap form button,
body.not-front.node-type-landing-page #formWrapTop form button {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  font-size: 17px;
  min-height: 60px;
  position: relative;
  width: 48%;
  font-weight: 900;
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
  padding: 0;
}
body.not-front.node-type-landing-page #formWrap form button.submit2,
body.not-front.node-type-landing-page #formWrapTop form button.submit2 {
  float: right;
}
body.not-front.node-type-landing-page #formWrap form.button1 button,
body.not-front.node-type-landing-page #formWrapTop form.button1 button {
  width: 100%;
}
body.not-front.node-type-landing-page a#optionalBtn {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #fff;
  max-width: 335px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  margin: 14px 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  body.not-front.node-type-landing-page a#optionalBtn {
    margin: 14px auto;
    max-width: 90%;
  }
}
body.not-front.node-type-landing-page #sharingWrap {
  max-width: 335px;
  display: block;
  margin: 14px 20px;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  body.not-front.node-type-landing-page #sharingWrap {
    margin: 14px auto ;
    max-width: 90%;
  }
}
body.not-front.node-type-landing-page #sharingWrap a {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  display: block;
  width: 48%;
  height: 54px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding-top: 16px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.not-front.node-type-landing-page #sharingWrap a#facebookShareBtn {
  background: #3b5998;
  float: left;
}
body.not-front.node-type-landing-page #sharingWrap a#facebookShareBtn:hover {
  background-color: #3b5998;
  background-color: rgba(59, 89, 152, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e63b5998, endColorstr=#e63b5998);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e63b5998, endColorstr=#e63b5998);
}
body.not-front.node-type-landing-page #sharingWrap a#twitterShareBtn {
  background: #00aced;
  float: right;
}
body.not-front.node-type-landing-page #sharingWrap a#twitterShareBtn:hover {
  background-color: #00aced;
  background-color: rgba(0, 172, 237, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e600aced, endColorstr=#e600aced);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e600aced, endColorstr=#e600aced);
}
body.not-front.node-type-landing-page #sharingWrap a .fa {
  font-size: 20px;
  margin-right: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-landing-page #sharingWrap a a#facebookShareBtn {
    width: 48%;
    margin-bottom: 12px;
  }
  body.not-front.node-type-landing-page #sharingWrap a a#twitterShareBtn {
    width: 48%;
  }
}
body.not-front.node-type-landing-page #continueWrap {
  width: 335px;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-landing-page #continueWrap {
    right: 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  body.not-front.node-type-landing-page #continueWrap {
    margin-top: 20px;
    position: relative;
  }
}
body.not-front.node-type-landing-page #continueWrap2 {
  display: none;
  margin-right: 20px;
}
body.not-front.node-type-landing-page a#continueLink {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #4984dc;
  float: right;
  margin: 60px 0px;
  padding-bottom: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  body.not-front.node-type-landing-page a#continueLink {
    margin: 20px 0 ;
  }
}
body.not-front.node-type-landing-page a#continueLink:hover {
  border-bottom: 1px solid #4984dc;
}
body.not-front.node-type-landing-page #footer {
  background: #fafafa;
  height: auto;
  min-height: 230px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 30px 0;
}
body.not-front.node-type-landing-page #footer .section {
  max-width: 915px;
}
body.not-front.node-type-landing-page #footer #block-block-14 {
  float: left;
  position: relative;
  text-align: left;
  margin-top: 12px;
  right: 0;
  max-width: 400px;
}
body.not-front.node-type-landing-page #footer #block-block-14 p {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  color: #7e7e7e;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: -.025em;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-landing-page #footer #block-block-14 {
    padding: 0 20px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 630px) {
  body.not-front.node-type-landing-page #footer #block-block-14 {
    max-width: 100%;
  }
}
body.not-front.node-type-landing-page #footer #block-block-15 {
  float: right;
  padding: 40px 0;
}
body.not-front.node-type-landing-page #footer #block-block-15 p {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #7e7e7e;
  font-size: 10px;
  text-align: right;
}
body.not-front.node-type-landing-page #footer #block-block-15 p a {
  color: #7e7e7e;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body.not-front.node-type-landing-page #footer #block-block-15 {
    padding-right: 20px;
  }
}
