@charset "utf-8";
/******************************************************************
Theme Name: 959Blocks
Theme URI: http://www.959designs.com
Description: Custom theme built by 959Designs for The Halpern Group.
Author: Steve Stillwell
Author URI: http://www.959Designs.com
Version: 1.3
Tags: flexble-width, responsive, flat design
********************************************************************/
/* CSS Document */
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border-style: none; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

img {
  border: 0;
  border-style: none;
  /*max-width: 100%; max-height: 100%*/ }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none; }

/*
Site Name: The Halpern Group (mixins)
Author: Steve Stillwell (959 Designs)

Stylesheet: Mixins & Constants Stylesheet
******************************************************************/
/*
*********************/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/*
TOOLS
*********************/
/*
COLORS 
*********************/
/*********************
TYPOGRAPHY
*********************/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('/web/20180518064142im_/http://www.halperngroup.com/wp-content/themes/THGblocks/library/fonts/font-name.eot');
    	src: url('/web/20180518064142im_/http://www.halperngroup.com/wp-content/themes/THGblocks/library/fonts/font-name.eot#iefix') format('embedded-opentype'),
             url('/web/20180518064142im_/http://www.halperngroup.com/wp-content/themes/THGblocks/library/fonts/font-name.woff') format('woff'),
             url('/web/20180518064142im_/http://www.halperngroup.com/wp-content/themes/THGblocks/library/fonts/font-name.ttf') format('truetype'),
             url('/web/20180518064142im_/http://www.halperngroup.com/wp-content/themes/THGblocks/library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

span.bold {
  font-weight: 700; }

span.boldital {
  font-weight: 700;
  font-style: italic; }

span.ital {
  font-style: italic; }

/*********************
TRANISTION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include cssgradient(#dfdfdf,#f8f8f8); */
/*
Other CSS3 Mixins
*********************/
/* Grid Classes
------------------------------------------------------------------------------------------*/
.row {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px; }

.col-30 {
	width: 33%;
	margin: 1%;
	float: left;
	overflow: hidden;
}

.col-40 {
  width: 38%;
  margin: 1%;
  float: left;
  overflow: hidden;
  margin-bottom: -9999px;
  padding-bottom: 9999px; }

.col-60 {
  width: 58%;
  margin: 1%;
  float: left;
  overflow: hidden;
  margin-bottom: -9999px;
  padding-bottom: 9999px; }

.sixty {
  width: 58%;
  margin: 1%;
  float: left; }

.forty {
  width: 38%;
  margin: 1%;
  float: left; }

/* Structure
------------------------------------------------------------------------------------------*/
body {
  font-weight: 400;
  font-family: "Open Sans", sans-serif; }

.wrapper {
  max-width: 1100px;
  margin: 0 auto; }

footer {
  width: 100%;
  height: 50px; }

/* Navigation
------------------------------------------------------------------------------------------*/
nav ul {
  float: right;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.9em;
  margin-bottom: 10px;
  text-transform: uppercase; }

nav ul li {
  text-align: right;
  color: #7683ab;
  padding: 10px 0 0 0;
  margin-right: 5px; }

nav ul li a {
  text-decoration: none;
  color: white; }

nav ul li a:hover {
  text-decoration: none;
  color: #b9c4e3; }

/* Mobile Navigation
------------------------------------------------------------------------------------------*/
.mobilenav {
  display: none;
  /**/
  position: absolute;
  top: 50px;
  z-index: 999999; }

.mobilenav a {
  color: #dfe5f4;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 10px;
  margin: 10px; }

.mobilenav ul {
  width: 100%;
  margin-top: 30px;
  display: none;
  margin-right: 0; }

.mobilenav li {
  border-bottom: 1px solid #dfe5f4;
  background-color: #254382;
  padding: 10px; }

.mobilenav li a {
  font-size: 1.5em;
  letter-spacing: .05em;
  color: #dfe5f4;
  text-decoration: none; }

.mobilenav li a:hover {
  color: #b9c4e3; }

#navbutton {
  float: right; }

.visible {
  visibility: visible; }

/* Template Page Elements
------------------------------------------------------------------------------------------*/
.social {
  width: 98%;
  height: 20px;
  margin: 1% auto 0; }

.social a {
  float: right; }

.facebook {
  background: url(/web/20180518064142im_/http://www.halperngroup.com/wp-content/themes/THGblocks/images/social.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 90px 40px; }
  .facebook:hover {
    background-position: 0 -20px; }

.twitter {
  background: url(/web/20180518064142im_/http://www.halperngroup.com/wp-content/themes/THGblocks/images/social.png);
  background-repeat: no-repeat;
  background-position: -30px 0;
  background-size: 90px 40px; }
  .twitter:hover {
    background-position: -30px -20px; }

.linkedin {
  background: url(/web/20180518064142im_/http://www.halperngroup.com/wp-content/themes/THGblocks/images/social.png);
  background-repeat: no-repeat;
  background-position: -60px 0;
  background-size: 90px 40px; }
  .linkedin:hover {
    background-position: -60px -20px; }

.logo {
  margin: 10% 5%;
  float: left; }

.logosize {
  height: auto; }

.boxheader {
  width: 100%;
  height: 40px;
  background-color: #7683ab; }

.boxheader h4 {
  width: 50%;
  color: #dfe5f4;
  font-size: 0.9em;
  display: inline-block;
  padding: 20px 0 0 20px;
  float: left; }

.boxheader h5 {
  width: 50%;
  color: #dfe5f4;
  font-size: 0.8em;
  display: inline-block;
  padding: 20px;
  text-align: right; }

.boxheader h5 a {
  color: #dfe5f4;
  text-decoration: none; }
  .boxheader h5 a:hover {
    color: #b9c4e3; }

.headlines {
  color: #254382; }

.date {
  font-size: 0.7em;
  padding: 10px 0 5px 20px; }

.newstitle {
  font-size: 0.9em;
  padding: 0 20px 20px 20px;
  line-height: 1.3; }

.newstitle a {
  text-decoration: none;
  color: #254382; }
  .newstitle a:hover {
    color: #7683ab; }

.contacttype {
  font-size: .9em;
  padding: 10px 0 5px 15px;
  color: #254382; }

.contacttext {
  font-size: .8em;
  padding: 5px 0 10px 15px;
  color: #254382; }

.contacttext a {
  color: #254382;
  text-decoration: none; }

.contacttext a:hover {
  color: #7683ab; }

.maintagline {
  font-family: "Open Sans Condensed", sans-serif;
  line-height: 1.2;
  font-size: 1.4em;
  font-weight: bold;
  width: 95%;
  margin: 10px auto;
  color: #dfe5f4; }

.tomorrow {
  color: #b9c4e3; }

.maincontent {
  float: left;
  margin-top: 20px; }

.maincontent p {
  color: #dfe5f4;
  font-size: 0.8em;
  line-height: 1.7;
  padding: 0 20px 20px 20px;
  text-align: justify; }

.maincontent ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 10px 20px; }

.maincontent ol li {
  padding: 10px;
  color: #dfe5f4; }
  .maincontent ol li a {
    color: #dfe5f4;
    line-height: 1.5;
    padding: 10px; }
    .maincontent ol li a:hover {
      color: #254382; }

.maincontent ul {
  list-style-type: disc;
  list-style-position: outside;
  font-size: 0.8em;
  color: #dfe5f4;
  margin-left: 40px; }

.maincontent ul li {
  padding: 0 10px 10px 5px;
  line-height: 1.2; }

.staff {
  line-height: 1.2;
  padding: 0 20px 20px 20px;
  color: #dfe5f4; }

.staff h3 {
  font-size: 1em; }

.staff h4 {
  font-size: .8em;
  padding-bottom: 20px;
  color: #b9c4e3; }

.staff p {
  padding: 0px 0px 20px 0px;
  font-size: .8em; }

.brochurebox {
  width: 180px;
  height: 180px;
  background: #4d5f93;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-right: 2%;
  clear: right; }

.brochureinsidebox {
  width: 75%;
  height: 75%;
  background: #254382;
  float: right; }

.brochureinsidebox p {
  text-align: right;
  font-size: 0.9em;
  padding: 10px;
  line-height: 1.5;
  padding-top: 35%; }
  .brochureinsidebox p a {
    text-decoration: none;
    color: #dfe5f4; }
    .brochureinsidebox p a:hover {
      color: #b9c4e3; }

.footer p {
  font-size: 0.7em;
  padding: 0 1%;
  color: #7683ab; }

/* Front Page Slider
------------------------------------------------------------------------------------------*/
.sliderimg {
  width: 100%;
  height: 400px; }

.slidercontentbox {
  width: 100%;
  background-color: #254382;
  height: 70px;
  position: relative;
  bottom: 72px;
  left: 70px; }

.slidercontenttop {
  width: 100%;
  background-color: #4d5f93;
  height: 40px;
  position: absolute;
  bottom: 30px; }

.slidercontentbottom {
  width: 100%;
  height: 30px; }

.slidercontentbox:before {
  display: block;
  content: "";
  width: 140px;
  height: 70px;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  background: #254382;
  position: relative;
  left: -35px;
  behavior: url(https://web.archive.org/web/20180518064142im_/http://www.halperngroup.com/PIE.htc); }

.slidercontenttop:before {
  display: block;
  content: "";
  width: 80px;
  height: 40px;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  background: #4d5f93;
  position: relative;
  left: -20px;
  behavior: url(https://web.archive.org/web/20180518064142im_/http://www.halperngroup.com/PIE.htc); }

.slider {
  overflow: hidden;
  height: 400px; }

.slidertag {
  position: absolute;
  top: 100px;
  font-size: 1.3em;
  color: white;
  line-height: 1.3;
  padding-left: 20px;
  z-index: 99999; }

.slider h2 {
  font-size: 1.5em;
  width: 100%;
  color: white;
  font-variant: small-caps;
  text-align: right;
  position: absolute;
  top: 8px;
  right: 90px; }

.slider h3 {
  font-size: .9em;
  width: 100%;
  color: white;
  text-align: right;
  position: absolute;
  top: 48px;
  right: 90px; }

.slider h3 a {
  text-decoration: none;
  color: white; }

.slider h3 a:hover {
  color: #b9c4e3; }

.slidenumbers {
  position: absolute;
  top: 43px;
  margin-left: -40px; }

.slidenumbers p {
  padding: 5px 10px;
  background: #4d5f93;
  display: inline-block;
  color: #b9c4e3;
  font-size: .8em;
  font-weight: 700; }

.slidercover {
  background-color: rgba(223, 229, 244, 0.4);
  height: 400px; }

.slides {
  width: 100%;
  height: 100%; }

.slides:nth-child(2) {
  display: none; }

.slides:nth-child(3) {
  display: none; }

.slides:nth-child(4) {
  display: none; }

#pager {
  position: absolute;
  z-index: 99999;
  top: 420px;
  margin-left: 30px; }

#pager a {
  color: #254382;
  font-size: .8em;
  font-weight: 700;
  padding: 5px 10px;
  background: #4d5f93;
  display: inline-block;
  margin-right: 5px; }

#pager a.activeSlide {
  color: #dfe5f4; }

/* Interior Template Page Elements
------------------------------------------------------------------------------------------*/
.minislider {
  overflow: hidden;
  position: relative;
  width: 100%;
  top: 120px; }

.minisliderholder {
  overflow: hidden;
  position: relative;
  width: 100%;
  top: 100px; }

.minislidercontentbox {
  width: 100%;
  background-color: #254382;
  height: 70px;
  position: relative;
  bottom: 0;
  left: 40px; }

.minislidercontentbox:before {
  display: block;
  content: "";
  width: 140px;
  height: 70px;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  background: #254382;
  position: relative;
  left: -35px;
  behavior: url(/web/20180518064142im_/http://www.halperngroup.com/?pie=true); }

.minislidercontenttop:before {
  display: block;
  content: "";
  width: 80px;
  height: 40px;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  background: #4d5f93;
  position: relative;
  left: -20px;
  behavior: url(/web/20180518064142im_/http://www.halperngroup.com/?pie=true); }

.minislider h2 {
  font-size: 1.3em;
  /*width: 100%;*/
  color: white;
  font-variant: small-caps;
  text-align: right;
  position: absolute;
  /*right:60px;*/ }

.minislidertag {
  position: absolute;
  top: 60px;
  font-size: 1.1em;
  color: #254382;
  line-height: 1.3;
  padding-left: 20px;
  z-index: 99999; }

.slidewrap {
  position: relative;
  height: 100%;
  top: -40px; }

.pagetitle {
  font-size: 1.7em;
  color: white;
  padding: 20px 0 0 20px;
  font-variant: small-caps; }

.services {
  color: #254382; }

#servicesection {
  width: 65%; }

.services ul {
  margin: 20px; }

.services ul li {
  font-size: 0.8em;
  padding: 0 20px 20px 0px;
  line-height: 1.3;
  list-style-type: none; }

.servicesnav {
  width: 180px;
  float: right;
  margin-left: 20px;
  margin-right: 2%;
  margin-top: 20px; }

.servicesnav ul {
  list-style-type: none;
  margin-top: -50px;
  margin-bottom: 50px; }

.servicesnav ul li {
  padding: 10px 0px 10px 0;
  font-size: 0.9em;
  text-align: right;
  text-transform: uppercase; }
  .servicesnav ul li a {
    color: #254382; }
    .servicesnav ul li a:hover {
      color: #b9c4e3; }

.contactpage {
  float: left;
  position: relative;
  margin-top: -200px; }

.contactpage h4 {
  font-size: 0.8em;
  padding: 10px 0 5px 20px;
  color: #dfe5f4;
  margin-top: 10px; }

.contactpage h5 {
  font-size: 1em;
  padding: 5px 0 10px 30px;
  color: #b9c4e3; }

.contactpage h5 a {
  color: #b9c4e3;
  text-decoration: none; }

.contactpage h5 a:hover {
  color: #dfe5f4; }

.contactpage h2 {
  color: #254382;
  font-size: 1em;
  padding: 20px 20px 0 20px;
  font-weight: 700; }

.contactpage h3 {
  color: #254382;
  font-size: .9em;
  padding: 5px 20px 20px 20px; }

/* WP Specific
------------------------------------------------------------------------------------------*/
.posttitle {
  font-size: 1.2em;
  margin-left: 20px;
  margin-top: 20px; }

.posttitle a {
  color: #254382; }
  .posttitle a:hover {
    color: #dfe5f4; }

.blogauthor {
  color: #254382;
  font-size: 0.7em;
  padding: 0;
  margin: 0; }

.newscontent {
  border-bottom: 1px solid #b9c4e3; }

.newscontent a {
  color: #254382;
  text-decoration: underline; }

.newscontent img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block; }

/* Alignment Classes
------------------------------------------------------------------------------------------*/
.left {
  float: left !important; }

.right {
  float: right !important; }

/* Color & Font Classes
------------------------------------------------------------------------------------------*/
.blue1 {
  background-color: #dfe5f4; }

.blue2 {
  background-color: #b9c4e3; }

.blue3 {
  background-color: #7683ab; }

.blue4 {
  background-color: #254382; }

.blue4text {
  color: #254382; }

.blue150 {
  background-color: rgba(223, 229, 244, 0.4); }

.bold {
  font-weight: 700; }

.hidden {
  visibility: hidden; }

/* Media Queries
------------------------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  .logosize {
    width: 75%;
    height: auto; } }
@media screen and (max-width: 675px) {
  div[class*='col-'] {
    float: none;
    width: 98%;
    margin: 1%;
    padding: 0; }

  nav ul, .brochurebox, .slider, #pager {
    display: none; }

  .maintagline {
    font-size: 1.3em;
    width: 85%; }

  .maincontent {
    width: 100%; }

  .slidertag {
    position: relative;
    top: 0px;
    margin-bottom: 10px;
    font-size: 1em;
    color: #254382; }

  .minislidertag {
    top: 130px;
    padding-bottom: 10px; }

  .logosize {
    width: 150px;
    height: auto; }

  .logo {
    margin: 10px; }

  .mobilenav {
    display: block;
    width: 98%; }

  .servicesnav {
    width: 100%;
    margin: 0; }

  .servicesnav ul {
    margin-top: 0;
    margin-bottom: 20px; }

  .servicesnav ul li {
    background-color: #dfe5f4;
    border-bottom: 1px solid #7683ab;
    padding-right: 20px; }

  #servicesection {
    width: 100%; }

  .contactpage {
    float: left;
    position: relative;
    margin-top: 0px; } }
@media screen and (max-width: 420px) {
  .maintagline {
    font-size: 0.9em; } }
/* IE Specific
------------------------------------------------------------------------------------------*/
@media \0screen {
  img {
    width: auto;
    /* for ie 8 */ } }

