@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');
@font-face {
  font-family: 'museo_sans_300regular';
  src: url('fonts/museosans/museosans_300_english/MuseoSans_300-webfont.eot');
  src: url('fonts/museosans/museosans_300_english/MuseoSans_300-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/museosans/museosans_300_english/MuseoSans_300-webfont.woff') format('woff'),
    url('fonts/museosans/museosans_300_english/MuseoSans_300-webfont.ttf') format('truetype'),
    url('fonts/museosans/museosans_300_english/MuseoSans_300-webfont.svg#museo_sans_300regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Prohibition-Regular';
  src: url('fonts/prohibition/29322F_3_0.eot');
  src: url('fonts/prohibition/29322F_3_0.eot?#iefix') format('embedded-opentype'),
    url('fonts/prohibition/29322F_3_0.woff') format('woff'),
    url('fonts/prohibition/29322F_3_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {font-family: 'ProximaNova-RegularIt';src: url('../fonts/2CFF33_6_0.eot');src: url('../fonts/2CFF33_6_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2CFF33_6_0.woff2') format('woff2'),url('../fonts/2CFF33_6_0.woff') format('woff'),url('../fonts/2CFF33_6_0.ttf') format('truetype');}
@font-face {font-family: 'ProximaNova-Regular';src: url('../fonts/2CFF33_7_0.eot');src: url('../fonts/2CFF33_7_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2CFF33_7_0.woff2') format('woff2'),url('../fonts/2CFF33_7_0.woff') format('woff'),url('../fonts/2CFF33_7_0.ttf') format('truetype');}
@font-face {font-family: 'ProximaNova-Bold';src: url('../fonts/2CFF33_8_0.eot');src: url('../fonts/2CFF33_8_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2CFF33_8_0.woff2') format('woff2'),url('../fonts/2CFF33_8_0.woff') format('woff'),url('../fonts/2CFF33_8_0.ttf') format('truetype');}
@font-face {font-family: 'ProximaNova-Light';src: url('../fonts/2D0976_2_0.eot');src: url('../fonts/2D0976_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2D0976_2_0.woff2') format('woff2'),url('../fonts/2D0976_2_0.woff') format('woff'),url('../fonts/2D0976_2_0.ttf') format('truetype');}

/*
Theme Name: BlueCava
Theme URI:
Author: Clutch Creative
Author URI: http://www.clutchcreative.com/
Description: The BlueCava WordPress theme.
Version: 1.0
License:
License URI:
Tags:
*/

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: 'ProximaNova-Regular', Helvetica, Arial, sans-serif;
}

html, body
{
  height: 100%;
}

img {
  border: none;
  outline: none;
}

body {
  color: #363636;
  line-height: 1.3;
  margin: 0;
  background: #fff;
  font-family: 'ProximaNova-Regular', Helvetica, Arial, sans-serif;
  min-width:320px;
}

a { color:#0e76bc; text-decoration:none; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline:0; }
a:hover { text-decoration:underline; }

h1, h2, h3, h4, h5, h6 {
  /* clear:both; */
  line-height:100%;
  margin:0;
  padding:0;
}

h1 { font-size:38px; }
h2 { font-size:32px; }
h3 { font-size:22px; }
h4 { font-size:34px; color:#0e76bc; }
h5 { font-size:28px; }

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

strong { font-family:'ProximaNova-Bold'; }

hr { margin:90px 0; }

.clearfix {
  float: none;
  clear: both;
}

#primary {
  clear: both;
  overflow: hidden;
  width: 100%;
}

#primary.page-down{
  margin-top:170px;
}

#page {
  display: block;
  position:relative;
  overflow:hidden;
}

#main {
  display: block;
  clear: both;
  overflow: hidden;
}

.header-wrapper {
  width:100%;
  overflow:hidden;
  /* background:url("images/header-tbg.png") repeat; */
  height:120px; /* 80px */
	position:fixed;
	z-index:999;
}

#header {
  max-width: 1064px;
  min-height: 80px;
  background: none;
  clear: both;
  margin: 0 auto;
  padding:0px 10px 0px 20px;
}

.header-background{
  min-height: 80px;
  background:url("../images/header-tbg.png") repeat;
  clear: both;
  margin: 0 auto;
  position:absolute;
  left:0px;
  right:0px;
  z-index:1;
}

#logo {
  margin-top: 21px;
  float: left;
  width: 150px;
}

#logo img{
  width:100%;
}

#menu {
  float: right;
  min-height:80px;
}

#menu .menu-super-menu-container{
  float:right;
  clear:both;
  margin-top:12px;
}

#menu .menu-super-menu-container .super-menu{
  list-style-type:none;
  padding:0px;
  margin:0px;
}

#menu .menu-super-menu-container .super-menu > li{
  float:left;
  padding:0px 9px;
  background: url('images/super-nav-seperation.png') no-repeat center right;
}

#menu .menu-super-menu-container .super-menu > li:last-child{
  padding-right:0px;
  background:none;
}

#menu .menu-super-menu-container .super-menu > li a{
  color:#898989; /* 8c8c8c */
  text-decoration:none;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

#menu .menu-main-menu-container {
  margin-top: 11px;
  float: right;
  clear: both;
}

#menu .menu-main-menu-container .nav-menu > li {
  float: left;
  margin-left: 18px;
  height:36px;
}

ul#menu-main-menu {
  list-style:none;
  margin:0;
  padding:0;
}

#menu .nav-menu li a {
  text-transform: uppercase;
  color:#0e76bc !important; /* #0071bc */
}

#menu .nav-menu li a:hover {
  color: #363636 !important;
  text-decoration: none;
}

#menu .textwidget,
#menu .widget {
  float: right;
  clear: both;
}

#menu .login {
  background: url('images/client-login2.png') no-repeat;
  height: 35px;
  width: 177px;
  margin-top: 20px;
  clear: both;
  overflow: hidden;
}

#menu .login a {
  color:#fff;
  display: block;
  height: 35px;
  padding: 4px 15px 0 20px;
  text-align: right;
  text-decoration: none;
  width: 177px;
  font-weight: 600;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
  display: none;
}

.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
  display: block;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
  display: block;
  text-align: left;
  width: 100%;
}

.main-navigation li:hover {
  cursor: pointer;
}

.main-navigation li .sub-menu {
  display: block;
  float: none;
  width: 100%;
  background: url('images/submenu-tbg.png') repeat;
  z-index: 9999;
  padding: 0px;
  list-style-type: none;
	position:fixed;
}

.main-navigation li .sub-menu-wrap {
  display: block;
  list-style-type: none;
  margin: 0 auto;
  max-width: 1064px;
  padding: 0;
  width: 100%;
}

.main-navigation li .sub-menu-float {
  float:left; /* right */
  padding:0px 10px;
  margin:0px;
  list-style-type: none;
}

.main-navigation li .sub-menu li {
  padding: 0px;
  float:left;
  line-height:40px;
  height:40px;
  margin-left:20px;
}

#menu .sub-menu li a {
  text-transform:uppercase;
  color:#fff !important;
  font-weight:400;
  background:none;
  line-height:40px;
  padding:0px;
  text-decoration:none !important;
  font-size:14px;
}

#menu .sub-menu li a:hover{
  color:#b7b7b7 !important; /* #8c8c8c */
}

.main-navigation li .sub-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-height:40px;
}

.main-navigation ul li:hover > ul {
  border-left: 0;
  display: block;
}

.main-navigation li ul li a {
  background: #ebebeb;
  display: block;
  font-size: 16px;
  padding: 7px 0;
  white-space: normal;
  line-height: 16px;
}

.main-navigation li ul li a:hover {
  color: #0e76bc;
  text-decoration: underline !important;
  font-weight:bold;
}

#menu .main-navigation .current-menu-item > a,
#menu .main-navigation .current-menu-ancestor > a,
#menu .main-navigation .current_page_item > a,
#menu .main-navigation .current_page_ancestor > a {
  color: #363636 !important;
}

#menu .main-navigation .sub-menu .current-menu-item > a,
#menu .main-navigation .sub-menu .current-menu-ancestor > a,
#menu .main-navigation .sub-menu .current_page_item > a,
#menu .main-navigation .sub-menu .current_page_ancestor > a {
  color: #fff !important;
}

#menu .main-navigation .sub-menu .current-menu-item > a:hover,
#menu .main-navigation .sub-menu .current-menu-ancestor > a:hover,
#menu .main-navigation .sub-menu .current_page_item > a:hover,
#menu .main-navigation .sub-menu .current_page_ancestor > a:hover {
  color:#b7b7b7 !important; /* #8c8c8c */
}

.menu-toggle {
  display: none;
}

#content ul {
  margin:0 0 0 20px;
  padding:0;
}

#content ol {
  margin:0 0 0 22px;
  padding:0;
}

#content ul li, #content ol li {
  margin:0 0 15px 0;
}

.alignleft { float:left; margin:0 20px 20px 0; }
.alignright { float:right; margin:0 0 20px 20px; }
.aligncenter { float:none; margin:0 auto; display:block; }

#menu-panel {
  width:0;
	padding-bottom:25px;
  top:0;
  /* height:100%; */
  background:#363636;
  position:absolute;
  right:0;
  /* bottom:0; */
  z-index:9999;
  overflow:hidden;
  -webkit-transform: translateZ(0);
	display:none;
}

#menu-panel .wrap{
  width:85%;
  margin:25px 0px 0px 25px;
  min-width:250px;
}

#menu-panel ul{
  margin:0px;
  padding:0px;
}

#menu-panel .panel-top{
  margin-top:35px;
  overflow:hidden;
}

#menu-panel .panel-bottom{
  margin-top:22px;
  overflow:hidden;
}

#menu-panel hr{
  border-bottom:1px solid #ebebeb;
  width:260px;
  height:1px;
	margin:10px 0;
}

#menu-panel .panel-top a{
  font-size:16px;
  color:#fff; /* #ebebeb */
  text-decoration:none;
}

#menu-panel .panel-top a:hover{
  color:#b7b7b7; /* #8c8c8c */
}

#menu-panel .panel-bottom a{
  font-size:16px;
  color:#b7b7b7; /* #8c8c8c */
  text-decoration:none;
}

#menu-panel .panel-bottom a:hover{
  color:#fff; /* #ebebeb */
}

#menu-panel .panel-top .nav-menu a{
  margin-bottom:15px;
  display:block;
  padding-right:30px;
  outline:none;
}

#menu-panel .panel-top .nav-menu a.toggle-button{
  position:absolute;
  top:0px;
  right:0px;
  width:30px;
  height:21px;
  background:url("images/plus.png") no-repeat center 3px;
}

#menu-panel .panel-top .nav-menu a.toggle-button.activated{
  background:url("images/minus.png") no-repeat center 8px;
}

#menu-panel .panel-top .nav-menu >li{
  min-width:200px;
  width:100%;
  position: relative;
}

#menu-panel .panel-top .nav-menu >li .sub-menu{
  margin-left:15px;
  min-width:185px;
  margin-left: 5%;
  width: 95%;
  display:none;
}

#menu-panel .panel-bottom .super-menu >li{
  width:200px;
}

#menu-panel .panel-bottom .super-menu a{
  margin-bottom:15px;
  display:block;
}

#mobile-menu-link {
  float: right;
  margin-top: 27px;
  width: 33px;
  background:url('../images/mobile-menu-link.png') no-repeat;
  text-decoration:none;
  display:block;
  height:25px;
  display:none;
}

#mobile-menu-close-link {
  width: 33px;
  background:url('images/mobile-menu-close-link.png') no-repeat;
  text-decoration:none;
  display:block;
  height:26px;
}

/* homepage */
/*
.home #main, .page-template-template-secondary-php #main {
  margin-top:-80px;
}
*/

.homepage .heroarea,.secondary .heroarea{
  overflow:hidden;
  position:relative;
}

.homepage .heroarea img,.secondary .heroarea img{
  width:100%;
  height:auto;
  display:block;
}

.homepage .heroarea .overlay-text,.secondary .heroarea .overlay-text{
  overflow:hidden;
  display:block;
  text-align:center;
  width:100%;
  position:absolute;
  top:0px;
  bottom:0px;
  max-width:1064px;
  margin:0px auto;
  left:0px;
  right:0px;
}

.homepage .heroarea .overlay-text table,.secondary .heroarea .overlay-text table{
  width:100%;
  height:100%;
  border-collapse: collapse;
}

.homepage .heroarea .overlay-text table td,.secondary .heroarea .overlay-text table td{
  vertical-align: middle;
  padding:100px 20px 20px 20px;
}

.homepage .heroarea .small-text,.secondary .heroarea .small-text{
  font-size:36px;
  color:#fff;
  line-height:42px;
  margin:0px;
  padding:0px;
}

.homepage .heroarea .large-text,.secondary .heroarea .large-text{
  font-size:56px;
  color:#e4e1aa;
  margin:0px;
  padding:0px;
  line-height:66px;
  margin-bottom:25px;
  font-family: 'ProximaNova-Bold';
}

.homepage .heroarea .button,.secondary .heroarea .button{
  font-size:20px;
  display:inline-block;
  overflow:hidden;
  padding:15px 45px;
  background-color:#0e76bc; /* #0071bc */
  color:#e4e1aa;
  text-decoration: none;
  font-weight:300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.homepage .heroarea .hero-image-medium,.secondary .heroarea  .hero-image-medium{
  display:none;
}

.homepage .heroarea .hero-image-small,.secondary .heroarea .hero-image-small{
  display:none;
}

.homepage .heroarea .hero-image-medium-small,.secondary .heroarea .hero-image-medium-small{
  display:none;
}

.homepage .block2-wrapper, .page-block-wrapper{
  width:100%;
}

.homepage .block2,.page-block{
  margin: 0 auto;
  max-width: 1064px;
  overflow: hidden;
  padding: 80px 11px;
  position: relative;
  width: 100%;
}

.page-block {
  padding:50px 11px 80px 11px; /* 0px 11px 80px 11px */
}

.page-block .top-area{
  position: relative;
  overflow: hidden;
  padding:55px 0px 80px 0px;
}

.homepage .block2 .section,.page-block .section{
  display:inline-block;
  vertical-align:middle;
}

.homepage .block2 .section.small,.page-block .section.small{
  max-width:430px;
  width: 37%;
}

.homepage .block2 .section img,.page-block .section img{
  width:100%;
  height:auto;
}

.homepage .block2 .section.large,.page-block .section.large{
  max-width: 570px;
  width: 54%;
}

.homepage .block2 .section:last-child,.page-block .section:last-child{
  margin-left:8%;
}

.homepage #content .block2 h1,#content .page-block h1{
  font-size:40px;
  color:#383838;
  font-family: 'ProximaNova-Regular';
}

.homepage #content .block2 h2,#content .page-block h2{
  font-size:40px;
  color:#0e76bc; /* #0071bc */
  font-family: 'ProximaNova-Regular';
}

#content .page-block h2{
  margin-bottom: 20px;
  margin-top: 20px;
}

.homepage #content .block2 p, #content .page-block p {
  font-size:16px; /* 14px */
  color:#383838;
}

.homepage #content .block2 h3,#content .page-block h3{
  font-size:27px;
  color:#0e76bc ; /* #0071bc */
  font-family: 'ProximaNova-Regular';
}

.homepage .middle-block-wrapper{
  width:100%;
}

.homepage .middle-block-wrapper.with-background{
  background-color:#ebebeb;
}

.homepage .middle-block{
  margin: 0 auto;
  max-width: 1064px;
  overflow: hidden;
  padding: 120px 32px;
  position: relative;
  width: 100%;
}

.homepage .middle-block > div{
  vertical-align:middle;
  display:inline-block;
}

.homepage .middle-block .image{
  max-width:500px;
  width: 50%;
}

.homepage .middle-block .image img{
  width:100%;
  height:auto;
}

.homepage .middle-block .desc.mobile{
  display:none;
}

.homepage .middle-block .desc{
  margin-right: 5%;
  margin-left: 3%;
  max-width: 430px;
  width: 41%;
}

.homepage .middle-block .desc table{
  height:100%;
  width:100%;
}

.homepage #content .middle-block h2{
  font-size:40px;
  color:#383838;
  font-family: 'ProximaNova-Light';
}

.homepage #content .middle-block h2 strong{
  font-family: 'ProximaNova-Bold';
}

.homepage #content .middle-block p {
  font-size:16px; /* 14px */
  color:#383838;
}

.widgets-wrapper{
  display:table;
  width:100%;
}

.widgets-wrapper .homepage-bottom-widget {
  display:table-cell;
  overflow:hidden;
  vertical-align:middle;
}

.widgets-wrapper .homepage-bottom-widget a {
	display:block;
	width:100%;
	padding:80px 0px;
	font-family:'ProximaNova-Bold';
	font-size:36px;
	line-height:48px;
  color:#e4e1aa;
	text-decoration:none;
}

.widgets-wrapper .homepage-bottom-widget a span {
	font-family:'ProximaNova-Light';
	font-size:26px;
}

.widgets-wrapper .homepage-bottom-widget:first-child{
  background-color:#24aae2; /* #0071bc */
}

.widgets-wrapper .homepage-bottom-widget:last-child{
  background-color:#0e76bc; /* #02548b */
}

.widgets-wrapper .homepage-bottom-widget:first-child .textwidget{
  width:100%;
  float:right;
  text-align:center;
  padding:0px 16px;
  max-width:532px;
}

.widgets-wrapper .homepage-bottom-widget:last-child .textwidget{
  width:100%;
  float:left;
  text-align:center;
  padding:0px 16px;
  max-width:532px;
}

.widgets-wrapper .widgettitle{
  display:none;
}

.homepage .carousel-bar{
  padding:35px 0px;
  background-color:#b7b7b7; /* #0071bc #c2c2c2 */
  overflow:hidden;
}

.homepage .carousel{
  float:right;
}

.homepage .carousel-holder{
  max-width:1064px;
  margin:0px auto;
  padding:0px 10px;
}

.homepage .block3{
  color:#393939; /* #e4e1aa */
  font-size:24px;
  font-family: 'ProximaNova-Light';
  float:left;
  line-height:34px;
  max-width:265px;
}

img.lazy{
  background:transparent !important;
}

#hero-area {
  position: relative;
  clear: both;
  width: 100%;
  height: 561px; /* 742px */
  background: #24aae2 url('images/bg-home-banner-btm-layer.png') no-repeat 50% 10px;
}

#hero-area .textwidget {
  overflow: hidden;
  height: 561px; /* 742px */
  width: 100%;
  background:url('images/bg-home-banner-top-layer.png') repeat-x bottom left;
}

#hero-area .textwidget .img-wrapper {
  width:898px; /* 1181px */
  margin:0 auto;
  padding-top:40px; /* 57px */
  position:relative;
  z-index:9;
}
#hero-area .textwidget .img-wrapper img { width:100%; }

#hero-area .textwidget .banner-buttons {
  width:1181px;
  margin:-125px auto 0 auto; /* -100px auto 0 auto */
  position:relative;
  z-index:99;
}

.btn-brands { float:left; }
.btn-adtech { float:right; }

#home-content-wrap {
  width: 100%;
  background: url('images/c-column-bg.png') top repeat-x;
  background-color: #b7b7b7;
}

#home-content {
  width: 1186px;
  margin: 0 auto;
  overflow: hidden;
  padding: 100px 0 20px 0;
}

#home-content .img {
  float: left;
  width: 480px;
}

#home-content .desc {
  float: left;
  margin-left: 26px;
  width: 680px;
}

#home-content h3 {
  margin-bottom: 16px;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: normal;
}

#home-content h1 {
  margin-bottom: 40px;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: normal;
  color: #2c323d;
}

#homepage-top-columns-wrapper {
  width: 100%;
  background-color: #f3f2ef;
  padding-top: 2px;
}

#homepage-top-columns {
  width: 1186px;
  margin: 0 auto;
  overflow: hidden;
}

#homepage-top-columns .textwidget {
  margin-right: 2px;
  width: 393px;
  padding: 0 48px;
  float: left;
  background: #fff;
  height: 390px;
}

#homepage-top-columns .textwidget h4 {
  margin: 40px 0 45px 0;
  height: 57px;
  text-indent: 67px;
  line-height: 57px;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: normal;
}

#homepage-top-columns .textwidget .ready {
  background: url('images/ready.png') no-repeat;
}

#homepage-top-columns .textwidget .aim {
  background: url('images/aim.png') no-repeat;
}

#homepage-top-columns .textwidget .fire {
  background: url('images/fire.png') no-repeat;
}

#homepage-top-columns .textwidget .question {
  color: #53636f;
  font-weight: 700;
}

#homepage-top-columns .textwidget .list {
  list-style:none;
  margin:15px 0 0 0;
  padding:0;
}

#homepage-top-columns .textwidget .list li {
  background: url('images/home-bullet.png') no-repeat scroll 0 4px rgba(0, 0, 0, 0);
  margin-bottom: 5px;
  padding-left: 25px;
}

#homepage-middle-bar-wrapper {
  height: 62px;
  width: 100%;
  background: #898989;
}

#homepage-middle-bar {
  width: 235px;
  margin: 0 auto;
}

#homepage-middle-bar .btn-left {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

#homepage-middle-bar .btn-right {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}

#slider-wrapper {
  height: 170px; /* 210px */
  width: 100%;
  background: #e1e1e1;
}

#slider-wrapper h5 {
  color: #999;
  margin: 25px 0;
  text-align: center;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: normal;
}

#slider {
  width: 1186px;
  margin: 0 auto;
  overflow: hidden;
}

.list_carousel,.homepage .carousel {
  padding-top: 10px;
  position: relative;
}
.list_carousel ul,.homepage .carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel li,.homepage .carousel li {
  text-align: center;
  width: 50px;
  padding: 0;
  margin: 0 10px !important; /* 0 28px !important */
  display: block;
  float: left;
  overflow: hidden;
  height: 60px; /* 90px */
}

#homepage-bottom-columns-wrapper {
  background: #f3f2ef;
}

#homepage-bottom-columns {
  max-width: 1064px;
  margin: 0 auto;
  /* overflow: hidden; */
}

#homepage-bottom-columns .column > h2,
#homepage-bottom-columns .column .textwidget > h2 {
  padding: 30px 10px 15px 38px;
  border-bottom: 1px solid #969595;
  width: auto;
  color: #546470;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'ProximaNova-Light', sans-serif;
  font-size: 23px;
}

#homepage-bottom-columns .column ul {
  list-style:none;
  margin:0;
  padding: 22px 10px 22px 38px;
  width: auto;
}

#homepage-bottom-columns a,
#homepage-bottom-columns .column ul li a {
  color: #546470;
}

#homepage-bottom-columns .column ul li {
  background: url('images/home-bullet2.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  clear: both;
  margin-bottom: 15px;
  min-height: 27px;
  padding-left: 40px;
}

#homepage-bottom-columns .column {
  width: 33%;
  float: left;
  min-height: 320px;
}

#homepage-bottom-columns .column:first-child {
  background: #ebebeb;
}

#homepage-bottom-columns .column:first-child + .column {
  background: #d7d7d7;
}

#homepage-bottom-columns .column:first-child + .column + .column {
  background: #fff;
}

#homepage-bottom-columns .column .img {
  float: left;
  width: 130px;
  padding-left: 15px;
}

#homepage-bottom-columns .column .desc {
  float: left;
  width: 200px;
  color: #546470;
  padding-top: 20px;
}

#homepage-bottom-columns .column .desc h2 {
  font-size: 32px;
}

#homepage-bottom-columns .column .desc span {
  font-size: 18px;
}
/* END homepage */

#content h1 { font-family: 'ProximaNova-Bold', sans-serif; font-size:70px; color:#898989; }
#content h2 { font-size:24px; color:#Oe76bc; margin:5px 0 15px 0; }
#content h3 { font-size:18px; color:#ef4723; margin:5px 0 15px 0 }

#post-banner {
  background: url('images/header-bg.png') repeat-x;
  height: 110px;
  margin-bottom: 30px;
}

#post-banner .content {
  width: 1186px;
  margin: 0 auto;
}

#post-banner .img {
  float: left;
  width: 44px;
  margin: 25px 25px 0 0;
  vertical-align: middle;
}

#post-banner .title {
  float: left;
  font-size: 32px;
  color: #fff;
  margin: 25px 25px 0 0;
  font-weight: 600;
  width: 885px;
  overflow: hidden;
}

#post-banner .link {
  width: 202px;
  height: 40px;
  float: left;
  background: url('images/orange-bg.png') no-repeat;
  margin-top: 28px;
}

#post-banner .link a {
  color:#fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  text-indent: 25px;
  text-transform: uppercase;
}

.page-template-secondary-page-php #content,
.error404 #content {
  width: 1186px;
  margin: 0 auto;
  padding:0 0 40px 0;
  min-height: 300px;
}

.category .entry-title,
.page-template-secondary-page-php .entry-title,
.single-post .entry-title {
  margin-top: 5px;
  font-size: 70px;
  color: #898989;
  font-family: 'ProximaNova-Bold', sans-serif;
}

.category .entry-title,.tag .entry-title,.archive .entry-title{
  margin-top: 45px;
}

.category .before-entry-title,
.page-template-secondary-page-php .before-entry-title,
.single-post .before-entry-title {
  font-size: 16px;
  color: #0e76bc;
  font-weight: 600;
}

.category .entry-content,
.page-template-secondary-page-php .entry-content,
.single-post .entry-content {
  overflow: hidden;
  margin-top: 20px
}

/*
.category .entry-content img,
.page-template-secondary-page-php .entry-content img,
.single-post .entry-content img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
*/

.category .entry-content p,
.page-template-secondary-page-php .entry-content p,
.single-post .entry-content p {
  margin-top: 0;
}

.category .entry-content-extend,
.page-template-secondary-page-php .entry-content-extend,
.single-post .entry-content-extend {
  overflow: hidden;
  margin: 0 auto;
  width: 1186px;
  background: #fff;
}

.category .entry-content-extend-wrapper,
.page-template-secondary-page-php .entry-content-extend-wrapper,
.single-post .entry-content-extend-wrapper {
  width: 100%;
  background: #f3f2ef;
}

.entry-content-extend .textwidget {
  min-height:400px;
}

.entry-content-extend .text-10 .textwidget {
  border-top: 1px solid #F3F2EF;
  display: block;
  float: left;
  padding-left: 40px;
  width: 380px;
}

.entry-content-extend .text-10 .textwidget .heading {
  margin-bottom: 40px;
}

.entry-content-extend .text-10 .textwidget ul {
  display: block;
  width: 100%;
  margin:0;
  padding:0 25px 0 0;
}

.entry-content-extend .text-10 .textwidget ul li {
  margin-bottom: 25px;
  list-style: none;
  float: left;
  width: 100%;
}

.entry-content-extend .text-10 .textwidget ul li a {
  color: #53636f;
  font-size: 17px;
  font-weight: bold;
}

.entry-content-extend .text-11 .textwidget {
  border-top: 1px solid #F3F2EF;
  border-left: 1px solid #F3F2EF;
  display: block;
  float: left;
  padding:0 0 25px 50px;
  width: 806px;
}

.entry-content-extend .heading {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}

.entry-content-extend .heading h4 {
  display: block;
  float: left;
  margin-top: 5px;
  color: #0e76bc;
  font-size: 34px;
  text-transform: uppercase;
  height: 54px;
  line-height: 54px;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: normal;
}

.entry-content-extend .text-10 .textwidget .heading h4 {
  background: url('images/ready.png') no-repeat 0 0;
  margin-right: 15px;
  padding-left: 65px;
  float: left;
}

.left-col-2up {
	float:left;
	width:50%;
	padding-right:50px;
}
.right-col-2up {
	float:left;
	width:50%;
}

.headshot-wrap {
	float:left;
	margin-right:25px;
	width:124px;
	height:124px;
}

.headshot {
	float:left;
	width:200px;
	margin:30px 0;
	text-align:center;
	text-transform:uppercase;
	color:#0e76bc ; /* #0071bc */
}
.headshot img { margin-bottom:10px; }

/* form styles */
.textwidget .heading h4 {
  background: url('images/aim.png') no-repeat 0 0;
  padding-left: 65px;
  margin-right: 15px;
  float: left;
}

#content .form { width:690px; }
.textwidget .form { }

#content .form .form-field,
.textwidget .form .form-field {
  display: block;
  float: left;
  width: 330px;
  margin: 30px 12px 0 2px;
}

#content .form .form-field .chkbox,
#content .form .form-field label,
.textwidget .form .form-field .chkbox,
.textwidget .form .form-field label {
  margin:0 0 5px 5px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #53636f;
}

#content .form .form-field input[type=text],
.textwidget .form .form-field input[type=text] {
  background: #ebebeb;
  width: 300px;
  height: 40px;
  border: none;
  padding: 5px;
  margin-right: 20px;
  font-size:16px; /* 14px */
}

#content .form .form-field select {
  background: #ebebeb;
  width: 300px;
  height: 40px;
  border: none;
  padding: 8px 5px 5px 5px;
  margin-right: 20px;
  font-size:16px; /* 14px */
  font-family: 'ProximaNova-Bold', Helvetica, Arial, sans-serif;
  text-transform:uppercase;
  color: #53636f;
  font-weight:600;
}

#content .form .form-field .chkbox ,
.textwidget .form .form-field .chkbox {
  float:left;
}

#content .form .form-button {
  width: 646px;
  float: left;
}
.textwidget .form .form-button {
  width: 646px;
  float: left;
  margin-top: 20px;
}

.optout-btn,
#content .form .form-button input[type=submit],
.textwidget .form .form-button input[type=submit] {
  display: block;
  float: right;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  font-weight: bold;
  padding: 9px;
  padding-left: 16px;
  letter-spacing: 0;
  padding-right: 16px;
  background: #0e76bc;
  border: none;
}

.optout-btn {
  width:180px;
  padding:12px 0;
  text-align:center;
}
.optout-left-col {
  float:left;
  width:75%; /* 955px */
  padding:0 25px 0 0;
}
.optout-right-col {
  float:left;
  width:25%; /* 205px */
}
/* END form styles */

#footer {
  width: 100%;
  clear: both;
  height:58px; /* 50px */
  background:#393939; /* #0071bc */
	color:#aeaeae;
}

.page-block-wrapper .title{
  color: #0071bc;
  font-size: 56px;
  width: 100%;
  line-height: 60px;
  font-family: 'ProximaNova-Bold';
  margin: 40px auto 0px auto;
  max-width: 1064px;
  padding:0px 11px;
}

.category #content h1.entry-title,.archive #content h1.entry-title,.tag #content h1.entry-title{
  font-size: 56px;
  line-height: 60px;
  font-family: "ProximaNova-Bold";
  font-weight:normal;
}

#content .page-block .list-with-images h2 {
  color: #383838;
  display: block;
  font-size: 40px ;
  margin-bottom: 25px;
  margin-top: 50px;
}

.page-block .list-with-images ul{
  list-style: none outside none;
  margin: 0 !important;
}

.page-block .list-with-images li{
  margin: 15px 0px;
  overflow: hidden;
  display: table;
}

.page-block .list-with-images li>div{
  display: table-cell;
  vertical-align: middle;
}

.page-block .list-with-images li>div:last-child{
  padding-left: 23px;
}

.page-block .top-area .right{
  float: right;
}

.page-block .top-area .left{
  float: left;
  right:auto;
  margin: 0px;
}

#footer .logos{
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}

#footer .logos table{
  float:left;
}

#footer .copyright table{
  float:right;
}

#footer .copyright{
  display: inline-block;
  vertical-align: middle;
  width: 69%;
}

#footer .copyright table td{text-align:right}
/* content area width: 1186px */
/* content area width after this query: 980px */
/* difference = 206px */

.filter-bar{
  min-height:70px;
  max-width:1064px;
  padding:0px 11px;
  width:100%;
  margin:0px auto;
  clear:both;
  margin-top:70px;
}

.filter-bar .filters{
  background-color:#0e76bc; /* #0071bc */
  min-height:70px;
  width:100%;
}

.filter-bar ul{
  padding:0px !important;
  margin:0px !important;
  list-style-type:none;
  float:left;
  clear:both;
}

.filter-bar .filters .nav-item{
  float:left;
  position:relative;
  margin:0px !important;
}

.filter-bar .filters .nav-item span{
  background:url("images/open-drop.png") no-repeat;
  display:inline-block;
  height:10px;
  width:12px;
  position: relative;
  top: -1px;
  left:10px;
}

.filter-bar .filters .nav-item a{
  color:#fff;
  text-decoration:none;
  font-size:18px;
  text-transform:uppercase;
  display:block;
  line-height:70px;
  height:70px;
  width:100%;
  padding: 0 35px;
}

.filter-bar .nav-item .drop{
  position:absolute;
  display:none;
  z-index: 999;
  background:#c2c2c2;
  padding:16px 25px 25px 35px !important;
  min-width:240px;
}

.filter-bar .nav-item:hover .drop{
  display:block;
}

.filter-bar .nav-item .drop li{
  margin-bottom:15px !important;
}

.filter-bar .nav-item .drop a{
  height:auto;
  line-height:normal;
  color:#5a5757;
  padding:0px;
}

.filter-bar .nav-item .drop a:hover{
  color:#000;
}
.offset-remover{
    color: #000;
}
.archive .page-block,.category .page-block,.tag .page-block{
  clear:both;
  min-height:600px;
}

/* Social Media Follow Buttons - Top */
.widget_synved_social_follow { margin: 5px 0 -15px 0; }

/* Custom Horizontal Line Break */
.custom_line{
  display:block;
  border:none;
  color:#fff;
  height:1px;
  background: #898989;
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, from(#898989), to(#fff));
  margin: 40px 0 40px 0;
}

/* Copyright in Footer */
#copyright {font-size:14px; text-align: center; margin-top: -3px;}

/* Custom Link Color In Footer */
.bluelink {color:#24aae2;} /* #55A1D4 */

/* Custom Image With Border */
.imgborder{
  border:2px solid #898989 !important;
}

.single #main, .archive #main, .category #main { margin-top:100px; }

.how-it-works { }
.how-it-works img { margin:0 20px 0 0; }
.how-it-works.mobile { display:none; }

@media screen and (max-width: 1180px) {

  #post-banner .content,
  .page-template-secondary-page-php #content,
  .error404 #content,
  .category .entry-content-extend,
  .page-template-secondary-page-php .entry-content-extend,
  .single-post .entry-content-extend {
    width:980px;
  }

  #menu .login a { padding:6px 15px 0 20px; }

  #post-banner .title { font-size:25px; margin:30px 10px 0 0; width:695px; }

  /* .optout-left-col { width:749px; } */

  .entry-content-extend .text-10 .textwidget { padding-left:30px; width:250px; }
  .entry-content-extend .text-11 .textwidget { padding:0 0 25px 25px; width:730px; }

  /* homepage */
  #hero-area { height:472px; background: #24aae2 url('images/bg-home-banner-btm-layer.png') no-repeat 50% 10px; }
  #hero-area .textwidget { height:472px; } /* 625px */
  #hero-area .textwidget .img-wrapper { width:745px; } /* 980px */
  #hero-area .textwidget .img-wrapper img { width:100%; }
  #hero-area .textwidget .banner-buttons { width:980px; margin:-120px auto 0 auto; }

  #home-content { padding:80px 0 20px 0; }
  #home-content .img { width: 244px; padding-left:30px; }
  #home-content .img img { width:100%; height:auto; }
  #home-content h1 { margin-bottom:25px; }

  #homepage-top-columns { width:980px; }
  #homepage-top-columns .textwidget { width:324px; height:400px; } /* width:335px */
  #homepage-top-columns .textwidget h4 { margin:40px 0 35px 0; }

  #slider { width:980px; }

  #homepage-bottom-columns { width:980px; }
  #homepage-bottom-columns .column { width:33%; min-height:340px; }
  #homepage-bottom-columns .column > h2,
  #homepage-bottom-columns .column .textwidget > h2 { width:auto; }
  #homepage-bottom-columns .column ul { width:326px; }
  #homepage-bottom-columns .column .desc { width:191px; }
  /* */

}

@media screen and (max-width: 980px) {
  #homepage-bottom-columns .column .img{
    width: 35%;
    padding-left: 0px;
  }
  #homepage-bottom-columns .column .img img{
    width: 100%;
  }
  #homepage-bottom-columns .column > h2, #homepage-bottom-columns .column .textwidget > h2{
    font-size: 18px;
    padding-left: 30px;
  }
  #homepage-bottom-columns .column .desc{
    width: 60%;
  }
  #homepage-bottom-columns .column .desc h5{
    font-size: 22px;
  }
  #homepage-bottom-columns .column .desc span {
    font-size: 16px;
  }
  #homepage-bottom-columns a, #homepage-bottom-columns .column ul li a{
    font-size: 14px;
  }
  #homepage-bottom-columns .column{
    min-height:345px;
  }
  #homepage-bottom-columns .column ul{
    width: auto;
    padding-left: 23px;
  }
  #homepage-bottom-columns{
    width: 100%;
  }
}

@media screen and (max-width: 859px) {
  .offset-remover{
    color: #fff;
  }
  #menu{
    display:none;
  }
  #mobile-menu-link{
    display:block;
  }
	.header-wrapper {
	  height:80px;
		position:absolute;
	}
	.single #main, .archive #main, .category #main { margin-top:60px; }
	.how-it-works { display:none; }
	.how-it-works img { margin:0 0 20px 0; }
	.how-it-works.mobile { display:block; }
}

@media screen and (max-width: 768px) {
  .category #content h1.entry-title,.archive #content h1.entry-title, .tag #content h1.entry-title{
    font-size:44px;
  }

  #primary.page-down{
    margin-top:100px;
  }

  .homepage .block2 .section, .page-block .section{
    display:block;
  }

  #content .page-block .list-with-images h2{
    margin-top: 0px;
  }
  #homepage-bottom-columns .column > h2, #homepage-bottom-columns .column .textwidget > h2{
    padding-top:20px;
    padding-bottom:10px;
  }

  #homepage-bottom-columns .column > h2, #homepage-bottom-columns .column .textwidget > h2{
    font-size: 16px;
  }

  #homepage-bottom-columns .column ul li{
    padding-left:33px;
    line-height:14px;
  }

  #homepage-bottom-columns a, #homepage-bottom-columns .column ul li a{
    font-size: 12px;
  }

  #homepage-bottom-columns .column .desc{
    line-height:16px;
  }

  #homepage-bottom-columns .column .desc h5{
    font-size:18px;
  }

  #homepage-bottom-columns .column .desc span{
    font-size:13px;
  }

	/*
  #content .page-block h3{
    display: none;
  }
	*/

  .page-block .top-area{
    padding-bottom: 0px;
  }

  .page-block .top-area .left{
    margin: auto;
    float: none;
  }
  .page-block .top-area .right{
    float: none;
  }

  #content .page-block h1{
    margin-top: 70px;
  }

  #homepage-bottom-columns{
    width: 100%;
  }
  #homepage-bottom-columns .column ul{
    width: auto;
    padding-left: 30px;
  }

  .page-block .list-with-images ul,.homepage .block2, .page-block{
    max-width: 570px;
    margin: 0 auto !important;
  }

  .page-block,.page-block .list-with-images ul{
    max-width:none;
  }

  .page-block .list-with-images, .page-block .section.large{
    max-width:570px;
    margin:0px auto;
  }

  .single .page-block .list-with-images,.single  .page-block .section.large{
    max-width:none;
  }

  .page-block .list-with-images{
    margin-top:20px;
  }

  .page-block-wrapper .title{
    font-size: 44px;
    padding: 0 30px;
  }
  #homepage-bottom-columns .column{
    min-height:270px;
  }

  .homepage .heroarea .hero-image-medium,.secondary .heroarea .hero-image-medium{
    display:block;
  }

  .homepage .heroarea .hero-image-full,.secondary .heroarea .hero-image-full{
    display:none;
  }

  #header,.main-navigation li .sub-menu {
    padding:0px 10px 0px 20px;
  }

  .homepage .heroarea .small-text,.secondary .heroarea .small-text{
    font-size: 28px;
    line-height: 34px;
  }

  .homepage .heroarea .large-text{
    font-size: 48px;
    line-height: 58px;
  }

  .secondary .heroarea .large-text{
    font-size: 35px;
    line-height: 44px;
  }

  .homepage .block2,.page-block{
    padding: 60px 30px;
  }

  .page-block{
    padding: 0px 30px 60px 30px;
  }

  .filter-bar{
     padding: 0px 30px;
  }

  .homepage .block2 .section:last-child,.page-block .section:last-child{
    margin-left:0%;
  }

  .homepage .block2 .section.large,.page-block .section.large{
    float: none;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
  }

  .homepage .block2 .section.small,.page-block .section.small{
    float: none;
    margin: 0 auto 80px;
    width: 100%;
  }

  .homepage #content .block2 h1,.homepage #content .block2 h2,#content .page-block h1,#content .page-block h2 {
    line-height: 52px;
  }

  #content .page-block h1,#content .page-block h2 , #content .page-block h3,#content .page-block p{
    text-align: left;
  }
  .homepage #content .block2 p,#content .page-block p{
    line-height:20px;
    margin: 40px 0;
  }

  .homepage .middle-block >div{
    display:block;
  }

  .homepage .middle-block .image {
    float: none;
    margin: 0 auto 70px;
    width: 100%;
  }

  .homepage .middle-block .desc {
    float: none;
    left: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    display:none;
  }

  .homepage .middle-block .desc.mobile{
    display:block;
  }

  .homepage .middle-block{
    padding:65px 30px;
  }

  .homepage #content .middle-block h2{
    margin-bottom:18px;
  }

  .widgets-wrapper .homepage-bottom-widget{
    display:block;
  }

  .widgets-wrapper .homepage-bottom-widget .textwidget{
    float: none !important;
    max-width: none !important;
  }

  .homepage .block3{
    font-size:22px;
  }

  .category #content p, .archive #content p, .tag #content p{
    margin:0px 0px 20px 0px;
  }

	.optout-left-col {
	  float:none;
	  width:100%;
	  padding:20px 0;
	}
	.optout-right-col {
	  float:none;
	  width:100%;
		padding:20px 0;
	}

	.left-col-2up {
		float:none;
		width:100%;
		padding-right:0;
	}
	.right-col-2up {
		float:none;
		width:100%;
	}

}


@media screen and (max-width: 759px) {

  #header,.main-navigation li .sub-menu {
    padding:0px 25px 0px 20px;
  }

}

@media screen and (max-width: 691px) {
  #homepage-bottom-columns-wrapper{
    width: 100%;
  }
  #homepage-bottom-columns .column .desc{
    margin-left: -20px;
    padding-top: 12%;
  }
  #homepage-bottom-columns .column .img{
    padding-left: 0px;
    margin-right: 22px;
  }
  #homepage-bottom-columns-wrapper .column{
    width: 100%;
  }
  #homepage-bottom-columns .column > h2, #homepage-bottom-columns .column .textwidget > h2{
    width: 100%;
  }
}

@media screen and (max-width: 654px) {

  #footer{
    height:auto;
    overflow:hidden;
  }

   #footer .copyright, #footer .logos {
    clear: both;
    margin: 0 auto;
    width: 100% !important;
  }

  #footer .logos table,#footer .copyright table{
    float:none;
    margin:0px auto;
  }

  #footer .copyright table{
    width:100%;
  }

  #footer .copyright table td{
    text-align:center;
  }

}

@media screen and (max-width: 529px) {


  .homepage .heroarea .small-text,.secondary .heroarea .small-text{
    font-size:20px;
    line-height: 28px;
  }

  .homepage .heroarea .large-text{
    font-size:38px;
    line-height:46px;
  }

  .secondary .heroarea .large-text{
    font-size:30px;
    line-height:46px;
  }

  .homepage .heroarea .button,.secondary .heroarea .button{
    font-size: 16px;
    padding: 10px 35px;
  }

}

@media screen and (max-width: 480px) {
	.alignleft { float:none; margin:0 auto; }
	.alignright { float:none; margin:0 auto; }
  .page-block .list-with-images li > div{
    font-size: 14px;
  }
  .widgets-wrapper .homepage-bottom-widget{
    padding:0; /* 45px 0 */
  }
  .widgets-wrapper .homepage-bottom-widget a {
		padding:40px 0px;
    font-size:26px;
  }
  .widgets-wrapper .homepage-bottom-widget a span {
    font-size:18px;
  }
  #content .page-block .list-with-images h2{
    font-size: 21px;
    font-weight: 100;
  }
  #content .page-block h1{
    margin-top: 60px;
  }
  #content .page-block .list-with-images h2{
    margin-bottom: 20px;
  }
  #content .page-block h2{
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .page-block .list-with-images li>div:last-child{
    padding-left: 0px;
  }
  .page-block .list-with-images li img{
    display: none;
  }
  .page-block-wrapper .title{
    font-size: 28px;
    line-height:38px;
  }
  .category #content h1.entry-title,.archive #content h1.entry-title,.tag #content h1.entry-title{
    font-size: 28px;
    line-height:38px;
  }
  .homepage .heroarea .small-text,.secondary .heroarea .small-text{
    font-size:16px;
    line-height: 22px;
  }
  .homepage .heroarea .large-text{
    font-size:36px;
    line-height:48px;
  }
  .secondary .heroarea .large-text{
    font-size:25px;
    line-height:40px;
  }
  .homepage .widgets-wrapper{
    display:none;
  }
  .homepage .block2,.page-block{
    padding: 35px 30px;
  }
  .page-block{
    padding: 0px 30px 35px 30px;
  }
  .homepage .block2 .section.small,.page-block .section.small{
    max-width: 220px;
    margin: 0 auto 40px;
  }
  .homepage #content .block2 h1,.homepage #content .block2 h2,.homepage #content .block2 h3,#content .page-block h1,#content .page-block h2,#content .page-block h3{
    font-size: 21px;
    line-height: 30px;
  }
  #content .page-block h1,#content .page-block h2,#content .page-block h3{
    font-weight: 100;
  }
  .homepage #content .block2 p,#content .page-block p{
    margin:20px 0px;
  }
  .homepage .middle-block{
    padding: 40px 30px;
  }
  .homepage .middle-block .image{
    margin: 0 auto 60px;
    max-width: 250px;
  }
  .homepage #content .middle-block h2{
    font-size: 21px;
    line-height: 30px;
  }
  .homepage #content .middle-block p{
    line-height:24px;
  }
  .homepage .heroarea .hero-image-small,.secondary .heroarea .hero-image-small{
    display:block;
  }
  .homepage .heroarea .hero-image-medium,.secondary .heroarea .hero-image-medium{
    display:none;
  }
  .homepage .heroarea .button,.secondary .heroarea .button{
    font-size: 11px;
    padding: 8px 30px;
  }
  .homepage .block3{
    font-size:14px;
    float:none;
    text-align: center;
    line-height:18px;
    max-width: 480px;
  }
  .homepage .carousel {
    float: none;
  }
  .list_carousel, .homepage .carousel{
    padding-top:20px;
  }
  .page-block img{
    width:100%;
    height:auto;
  }
  .filter-bar{
    display:none;
  }
	hr { margin:50px 0; }
	.headshot { float:none; margin:30px auto; }
	.headshot img { max-width:124px; }
}