@font-face {
  font-family: 'TiemposHeadlineWeb-Light';
  src: url('fonts/TiemposHeadlineWeb-Lightadveot');
  src: url('fonts/TiemposHeadlineWeb-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/TiemposHeadlineWeb-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TiemposHeadlineWeb-LightItalic';
  src: url('fonts/TiemposHeadlineWeb-LightItalic.eot');
  src: url('fonts/TiemposHeadlineWeb-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/TiemposHeadlineWeb-LightItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Polaris-Light';
  src: url('fonts/Polaris-Light.eot');
  src: url('fonts/Polaris-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Polaris-Light.svg') format('svg'),
    url('fonts/Polaris-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Polaris-Medium';
  src: url('fonts/Polaris-Medium.eot');
  src: url('fonts/Polaris-Medium?#iefix') format('embedded-opentype'),
    url('fonts/Polaris-Medium.svg') format('svg'),
    url('fonts/Polaris-Medium.woff') format('woff'),
    url('fonts/Polaris-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html {height:100%;}
* {
  margin:0;
  padding:0;
  -webkit-font-smoothing: antialiased;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset{margin:0 0 14px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
  border:0;
  background:none;
}
body {
  background: #4b4b4b;
  height: 100%;
}
img {
  border-style:none;
  vertical-align:top;
}
a {
  text-decoration:underline;
  color:#000;
  outline:none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration:none;
}
input, textarea, select {
  font:100% arial,sans-serif;
  vertical-align:middle;
  color:#000;
  overflow: auto;
}
label{vertical-align:middle;}
button, input{
  width: auto;
  overflow: visible;
}
button::-moz-focus-inner{
  padding:0;
  border:0;
}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1, h2, h3, h4, h5, h6 {color:#d6936f;}
h1{font:25px/28px Polaris-Light, Helvetica, sans-serif;}
h2{font:19px/22px TiemposHeadlineWeb-Light, Helvetica, sans-serif;}
h3{font:15px/18px TiemposHeadlineWeb-Light , Helvetica, sans-serif;}
h4{font:14px/16px Polaris-Light, Helvetica, sans-serif;}
h5{font:12px/16px Polaris-Light, Helvetica, sans-serif;}
h6{font:11px/16px Polaris-Light, Helvetica, sans-serif;}
i, cite, em, var, dfn, address{font-style:italic;}
u, ins {text-decoration: underline;}
s, strike, del {text-decoration: line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
blockquote{
  border-left:4px solid #ccc;
  padding-left:10px;
  margin-left:14px;
}
cite{
  display:block;
  text-align:right;
}
table, caption, tbody, tfoot, thead, tr, th, td{
  border-collapse: collapse;
  border-spacing: 0;
}
th, td{
  border:1px solid #ccc;
  padding:3px 7px;
  text-align:left;
  vertical-align:top;
}
th{
  border-color:#999;
  text-align:center;
  vertical-align:middle;
}
ul{margin-left:1px;}
ul ul,
ul ol,
ol ul,
ol ol,
ol{
  padding-left:18px;
  margin:0;
}
ol li {
	padding-bottom:10px;
}
ul li, ol li{list-style-position:inside;}
ul>li{list-style-type:disc;}
dl dt{
  float:left;
  clear:left;
  padding-right:4px;
  font-weight:bold;
}
.comment-form textarea,
.comment-form input[type="text"],
.searchform input[type="text"]{
  border:1px solid #d6936f;
  background:#fff;
  margin:0 4px 0 0;
  padding:3px 4px;
  width:300px;
}
.searchform input[type="text"]{width:200px;}
.navigation{
  overflow:hidden;
  margin:0 0 10px;
}
.navigation .next{float:left;}
.navigation .prev{float:right;}
.aligncenter {text-align: center;}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
input[type="text"],
input[type="email"]
input[type="password"] {
  width:300px;
  border:1px solid #d6936f;
  font:14px/16px Arial, Helvetica, sans-serif;
  height:16px;
}
input[type="submit"] {
  border:1px solid #d6936f;
  background:#fcb791;
  cursor:pointer;
  height:24px;
  color:#fff;
  font:bold 14px/16px Arial, Helvetica, sans-serif;
}
textarea {
  width:300px !important;
  min-height:120px !important;
  max-height:180px !important;
  border:1px solid #d6936f;
}
.btn {
  font: 13px/16px Georgia, Times, serif;
  background:#fff;
  padding:7px 15px;
  color:#d6936f;
  letter-spacing: 0.12em;
  border:1px solid #d6936f;
  text-transform: uppercase;
  text-decoration:none;
  text-align:center;
}
.btn:hover {
  background: #fbf4f0;
}
.btn.btn-arrow-left {
  position: relative;
}
.btn.btn-arrow-left:after,
.btn.btn-arrow-left:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-arrow-left:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 15px;
  margin-top: -15px;
}
.btn.btn-arrow-left:before {
  border-color: rgba(214, 147, 111, 0);
  border-right-color: #d6936f;
  border-width: 16px;
  margin-top: -16px;
}padding-bottom: 40px;
.btn.btn-arrow-left:hover:after {
  border-color: rgba(251, 244, 240, 0);
  border-right-color: #fbf4f0;
}
.small-caps {
  display:block;
  color:#d6936f;
  letter-spacing: 1px;
  font:11px/16px Polaris-Medium, Helvetica, sans-serif;
  text-transform:uppercase;
  margin:0 0 6px;
}
#wrapper {
  position: relative;
  background: #fff;
  padding-bottom: 40px;
}
#wrapper .wrapper-inner {
  max-width: 980px;
  width:100%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  min-height: 100%;
  padding-bottom: 100px;
  box-sizing:border-box;
}
#wrapper.home {
  background: transparent;
  min-height: 100%;
  padding: 0;
}
#wrapper.home .wrapper-inner {
  position: static;
  padding: 0;
}
.bg-stretch, .bg-full {
  background-size:cover;
  position: fixed;
  z-index: -1;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bg-stretch {
  /*bottom: 160px;*/
}
#header:after{
  content: "";
  display: block;
  clear: both;
}
#header {
  padding: 52px 0 64px;
}
#header .logo {
  display:block;
  float:left;
  min-width: 241px;
  height: 81px;
  background: url(images/logo.png) no-repeat;
  background-position:top left;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
}
#header .logo a {
  display: block;
  height: 100%;
}
.home #header {
  padding: 75px 0 0;
  width:100%;
}
.home #header .logo {
  background: url(images/logo-home.png) no-repeat;
  margin-top: -25px;
}

#nav {
  display:block;
  float:right;
  max-width: 500px; /* Switch to 660px when nav has 5 elements */
  margin-top: 10px;
}
.home #nav li a:hover {
  color: #d6936f;
}
#nav ul {
  width:100%;
  list-style:none;
  margin:0;
  padding:0;
  border-top:1px solid #d4926d;
  font-size:0;
  line-height:0;
  letter-spacing:0.36em;
  text-align:justify;
  text-justify: newspaper;
}
#nav ul:after{
  content:"";
  clear:both;
  width:100%;
  height:0;
  display:inline-block;
  visibility: hidden;
  overflow: hidden;
}
#nav ul li {
  display:inline-block;
  vertical-align:top;
  font:11px/16px Polaris-Medium, Helvetica, sans-serif;
  letter-spacing:0.1em;
  list-style:none outside;
  text-align:center;
  position:relative;
  padding:10px;
}
#nav ul li a {
  padding:22px 0 10px;
  display: block;
  min-width:72px;
  color:#414141;
  text-decoration:none;
  text-transform:uppercase;
}
@media screen and (min-width: 720px) {
#nav ul li.active:after,
#nav ul li a:hover:after{
  content:"";
  position:absolute;
  clear:both;
  top:0;
  left:0;
  right:0;
  height:2px;
  background:#d4926d;
}
}
.home #nav ul {border:none;}
.home #nav ul li a {
  color:#fff;
  padding:0;
}
.home #nav ul li.active a:after,
.home #nav ul li a:hover:after {display:none;}
.intro {
  /*position:absolute;
  top: 50%;
  margin: -91px 0 0;
  left:0;
  right:0;*/
  padding:75px 0;
  text-align:center;
  color: rgb(255,255,255);
  color: rgba(255,255,255,0.7);
}

/* Dropdown menu */
@media screen and (min-width: 720px) {
nav#nav li.menu-item-has-children { position: relative; z-index: 21; }
nav#nav li.menu-item-has-children:hover > ul { top:35px; opacity:1; visibility:visible; z-index:20; padding:0; }
.home nav#nav li.menu-item-has-children:hover > ul { top:16px; opacity:1; visibility:visible; z-index:20; padding:0; }
.home nav#nav li.menu-item-has-children ul { background:rgba(0,0,0,0.5); }
nav#footer-nav li.menu-item-has-children:hover > ul { top:auto; bottom:50px; padding:20px 0 40px; }
nav#nav li.menu-item-has-children ul {
    background: #eee;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 20px;
    left: -25px;
    padding: 0;
    width: 140px;
    -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
     -o-transition: all .25s ease;
        transition: all .25s ease;
}
nav#footer-nav li.menu-item-has-children ul { top: auto; bottom: 25px; }
nav#nav li.menu-item-has-children ul li { margin-left:0; width:100%; padding:10px; box-sizing:border-box; }
.home nav#nav li.menu-item-has-children ul li:hover { background:rgba(0,0,0,0.4); }
nav#nav li.menu-item-has-children ul li:hover {
    background:#ccc;
    -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
     -o-transition: all .25s ease;
        transition: all .25s ease;
}
#nav ul li ul { border-top:none; }
#nav ul li ul li a:after, #nav ul li.active ul li:after { border-top:none; background:transparent; }
body:not(.home) #nav ul li ul li a { padding: 10px 0 10px; }
#nav ul li ul li a:hover:after { border-top:none; background:transparent; }
.home nav#nav li.menu-item-has-children ul li a { color:#fff; }
}

.intro h1 {
  color:#fff;
  font:38px/55px Polaris-Light, Helvetica, sans-serif;
  margin:0 0 40px;
}
.intro h2 {
  margin: 0 0 140px;
  color: #FFF;
  font: 22px/30px TiemposHeadlineWeb-Light, Helvetica, sans-serif;
}
.intro .btn-more {
  display:inline-block;
  vertical-align:top;
  border:1px solid #fff;
  padding:7px 20px;
  text-transform:uppercase;
  color:#fff;
  min-width: 140px;
  letter-spacing: 0.15em;
  text-decoration:none;
  font:12px/16px Georgia, Times, serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.intro .btn-more:hover {
  background: #fff;
  color: #d6936f;
}
.home-featured-posts {
  /*position: fixed;
  bottom: 0;
  left: 0;
  right: 0;*/
  text-align: center;
  background: #FFF;
}
.home-featured-posts .copyright-photo {
  font:11px/14px Polaris-Medium, Helvetica, sans-serif;
  color: #fff;
  color: rgba(255,255,255,0.5);
  position: absolute;
  right: 34px;
  top: -30px;
  text-align: right;
  display:none;
}
.home-featured-posts{display:block;width:100%;overflow:hidden;}
.home-featured-posts .sticky-posts-container{width:100%;}
#sticky-posts-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #FFF;
}
#sticky-posts {
  display: table-row;
  line-height: normal;
  margin: 0;
  width: 100%;
}
#sticky-posts:after {
  clear: both;
  content: '';
  display: block;
}
#sticky-posts .sticky-post {
  display: table-cell;
  padding: 15px 0;
  text-align: left;
  vertical-align: top;
  width: 50%;
  padding-top: 40px;
}
.home-featured-posts #sticky-posts-container #sticky-posts .sticky-post{width:33%!important;}
#sticky-posts-container.num-posts-3 #sticky-posts .sticky-post {
  width: 33%;
}
#sticky-posts-container.num-posts-3 #sticky-posts .sticky-post:nth-child(2) {
  width: 34%;
}
#sticky-posts .sticky-post .icon {
  position: absolute;
  left: 3%;
  display: block;
  height: 40px;
  width: 40px;
  background: #d9e8ed;
  border-radius: 20px;
}
#sticky-posts .sticky-post:hover .icon {
  background: #fff;
}
#sticky-posts .sticky-post .icon img {
  vertical-align: baseline;
  width: 40px;
}
#sticky-posts .sticky-post .content {
  display: inline-block;
  padding: 0 20px 0 80px;
}
#sticky-posts .sticky-post .content .title {
  font: 19px TiemposHeadlineWeb-Light, Times, serif;
  color: #757575;
  display: block;
  margin: 0 0 9px;
  line-height: 25px;
}
#sticky-posts .sticky-post .sticky-post-wrapper {
  position: relative;
  display: block;
}
#sticky-posts .sticky-post:hover {
  background-color: #d9e8ed;
}
#sticky-posts .sticky-post .sticky-post-wrapper {
  display: block;
  width: 90%;
  margin: 0 auto;
}
#sticky-posts .sticky-post .sticky-post-wrapper:after {
  content:"";
  display:block;
  clear:both;
}
#sticky-posts .sticky-post .cat-author {
  display: block;
  letter-spacing: 1px;
  margin: 7px 0 5px;
}
#sticky-posts .sticky-post .content .author {
  font: 12px Georgia, Times, serif;
  color: #a5a5a5;
  font-style: italic;
}
#sticky-posts .sticky-post .content .category {
  font: 12px Georgia, Times, serif;
  color: #d6936f;
  text-transform: uppercase;
}
#footer-home {
  position: fixed;
  right: 20px;
  bottom: 50px;
  display: none;
}
.powered {
  position:absolute;
  right: 35px;
  bottom: 30px;
  font:11px/14px Polaris-Medium, Helvetica, sans-serif;
  color:#bcaea8;
}
.powered a {
  color:#bcaea8;
  text-decoration: none;
}
.powered a:hover {
  text-decoration: underline;
}
#main:after {
  content: "";
  display: block;
  clear: both;
}
#main .title {
  color: #d6936f;
  margin: 0 0 29px;
  padding: 0 0 16px;
  font: 28px/28px Polaris-Light, Helvetica, sans-serif;
  border-bottom: 1px solid #d6936f;
  text-transform: capitalize;
}
.heading {
  color: #8b8b8b;
  font: 22px/32px TiemposHeadlineWeb-LightItalic, Times, serif;
}
.heading p {
  margin: 0;
}
.leadership .heading {
  font: 20px/27px TiemposHeadlineWeb-LightItalic, Times, serif;
  color: #9d9d9d;
  letter-spacing: 0;
  margin: 0 0 80px;
}
.leadership .heading h1 {
  margin:0  0 26px;
}
.heading h1 {
  font: 42px/54px Polaris-Light, Helvetica, sans-serif;
  margin: 0 0 30px;
  color: #737373;
}
.heading h2 {
  font: 24px/34px TiemposHeadlineWeb-LightItalic, Helvetica, sans-serif;
  margin: 0 0 40px;
  color: #9D9D9D;
}
div.singlecolumn {
	width:100%;
    max-width:1040px;
	margin:-100px auto 0;

}
div.singlecolumn #content {
	width:100%;
	float:none;
	max-width:960px;
}
span.vc_tta-title-text {
	font: 11px/16px Polaris-Medium, Helvetica, sans-serif;
	text-transform:uppercase;
}
.twocolumns h3 {
  font: 22px/18px TiemposHeadlineWeb-Light, Times, serif;
  margin: 0px 0 20px;
}
.twocolumns h3.border-top {
  border-top: 1px solid #D6936F;
  padding-top: 40px;
}
.twocolumns:after{
  content:"";
  display:block;
  clear:both;
}
.twocolumns .content {
  float:right;
  width:660px;
  margin-bottom: 50px;
}
.content img {
    max-width:100%;
    height:auto;
}
.twocolumns .content.body > p {
  font: 16px/24px Georgia, Times, serif;
  color: #666;
  letter-spacing: 0px;
  margin-bottom: 30px;
}
.twocolumns .content.body > p.more-important {
  font: 20px/28px TiemposHeadlineWeb-Light, Times, serif;
}
.twocolumns .content.body p.advantage-heading {
  margin: 0 0 30px;
}
.twocolumns .content a.content-link {
  color: #D6936F;
}
.sidebar {
  width: 260px;
  float: left;
  margin: 5px 0 0 0;
  border: solid #D6936F;
  border-width: 0 0 1px;
  padding: 0 0 30px;
}
.sidebar.no-top {
  padding-top: 0;
  border-top: 0;
}
.sidebar.no-bottom {
  padding-bottom: 0;
  border-bottom: 0;
}
.sidebar.fixed{position: fixed;}
.sidebar h2 {
  margin: 0 0 30px;
  font: 22px/18px TiemposHeadlineWeb-Light, Times, serif;
  color: #d6936f;
}
.sidebar h2 a {
  text-decoration: none;
  color: #d6936f;
}
.sidebar p {
  font: 16px/24px TiemposHeadlineWeb-Light, Times, serif;
  color: #666666;
}
.sidebar p.extra-space {
  margin: -10px 0 20px;
}
.sidebar p a {
  color: #414141;
  text-decoration: none;
  font: 14px/24px Polaris-Medium, Helvetica, sans-serif;
}
.member-area {
  overflow: hidden;
  margin: 0 0 -30px;
}
.member-box {padding:0 0 22px;}
.member-box h3 {
  color: #d6936f;
  font: 22px/18px TiemposHeadlineWeb-Light, Times, serif;
  margin: 0 0 10px;
}
.member-box h3 a{
  text-decoration: none;
  color: #d6936f;
}
.member-box h3 a:hover{text-decoration: underline;}
.member-box ul {
  list-style:none;
  margin: 0;
  padding: 0;
  font: 14px/18px Polaris-Medium, Helvetica, sans-serif;
}
.member-box ul li {
  list-style:none outside;
  margin:0 0 8px;
}
.member-box ul li a {
  color:#414141;
  text-decoration:none;
}
.member-box ul li a:hover {
  text-decoration:underline;
}
#content {
  float:right;
  width:100%;
  max-width:660px;
}
#content p {
  font: 16px/24px Georgia, Times, serif;
  color: #414141;
}
.category-list {
  font: 14px/18px Polaris-Medium, Helvetica, sans-serif;
  margin: 0 0 30px;
  padding: 0;
}
.category-list li {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 8px;
}
.category-list li a {
  color: #414141;
  text-decoration: none;
}
.category-list li a.current {
  color: #d6936f;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.category-list li a:hover {
  text-decoration: underline;
}
.email-subscribe input[type="email"] {
  font: 16px/24px TiemposHeadlineWeb-Light, Times, serif;
  border: 0;
  background: #F1F1F1;
  padding: 7px 10px;
  display: inline-block;
  margin: 0;
  float: left;
  color: #666;
  height: 24px;
}
.email-subscribe input[type="email"]:focus {
  outline: 0;
}
.email-subscribe .subscribe-btn {
  display: inline-block;
  height: 38px;
  width: 38px;
  text-align: center;
  vertical-align: middle;
  float: left;
  background: #C4C4C4 url(images/icon-email-subscribe-arrow.png) center center no-repeat;
}
.email-subscribe-sidebar input[type="email"] {
  width: 202px;
}
.download-cta {
  margin-bottom: 30px;
}
.download-cta a {
  text-decoration: none;
}
.download-cta-icon,
.download-cta-copy {
  display: table-cell;
  vertical-align: middle;
}
.download-cta-icon {
  width: 30%;
  padding-right: 30px;
  text-align: right;
}
.download-cta-copy h3 {
  font: 22px/24px Polaris-Medium, Helvetica, sans-serif;
  color: #757575;
  margin-bottom: 10px;
}
.download-cta-copy p {
  font-family: TiemposHeadlineWeb-Light, Times, serif;
  font-size: 16px;
  margin: 0;
}
.download-cta-copy .download-cta-author {
  color: #D6936F;
}
.download-cta-copy .download-cta-title {
  color: #a5a5a5;
  font-style: italic
}
.download-cta-copy .download-cta-title .slash {
  display: inline-block;
  padding: 0 5px;
}
.advantage-list {
  list-style: none;
}
.advantage-list li {
  list-style: none outside;
  margin: 0 0 40px;
  width: 50%;
  float: left;
  text-align: center;
}
.advantage-list .image {
  padding: 20px 0;
}
.advantage-list .name {
  font: 11px/24px Polaris-Medium, Helvetica, sans-serif;
  color: #d6936f;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.advantage-list .description {
  font: 21px/30px Georgia, Times, serif;
  padding: 0 15px;
  color: #414242;
}
.btn-list:after{
  content:"";
  display:block;
  clear:both;
}
.btn-list {
  list-style:none;
  padding:0;
  text-transform:uppercase;
  font:13px/16px Georgia, Times, serif;
  margin: 40px 0;
}
.btn-list li {
  float:left;
  list-style:none outside;
  margin:0 0 0 24px;
  min-width:224px;
}
.btn-list li:first-child {margin:0;}
.btn-list li a {
  background:#fff;
  display:block;
  padding:7px 5px;
  color:#414242;
  letter-spacing: 0.12em;
  border:1px solid #414242;
  text-decoration:none;
  text-align:center;
}
.btn-list li a:hover {background:#eee;}
.heading .heading-copy {
  margin: 0 0 28px;
}
.key-areas {
  font: 12px/18px Polaris-Medium, Helvetica, sans-serif;
  color: #d6936f;
  font-style: normal;
}
.key-areas li {
  margin: 0 0 19px;
}
.key-areas li .heading {
  color: #d6936f;
  font: 12px/18px Polaris-Medium, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.key-areas li .desc {
  font: 16px/24px Georgia, Times, serif;
  color: #8b8b8b;
}
.areas-block {
  padding:14px 0 0;
  overflow:hidden;
}
.areas-block h1 {
  font:38px/50px Polaris-Light, Helvetica, sans-serif;
  margin:0 0 31px;
  color:#414141;
  text-align:center;
}
.areas-list {
  list-style:none;
  padding:0;
  font-size:0;
  line-height:0;
  margin: -7px 0 0;
}
.areas-list li {
  list-style:none outside;
  display:inline-block;
  vertical-align:top;
  margin:0 0 16px;
  letter-spacing:0;
  font:15px/25px Georgia, Times, serif;
}
.areas-list li:last-child {
  margin-bottom: 0;
}
.areas-list a {
  cursor:default;
  display:block;
  text-decoration:none;
}
.areas-list a[href*="http://"] {
  cursor:pointer;
}
.areas-list .img-holder {
  margin: 0 0 16px;
  position:relative;
  border:5px solid #efeeeb;
}
.areas-list .img-holder img {
  max-width: 100%;
}
.areas-list .hov {
  position:absolute;
  top:-5px;
  right:-5px;
  left:-5px;
  bottom:-5px;
  background:rgba(171,118,89,0.5);
  color:#fff;
  font:27px/32px TiemposHeadlineWeb-Light, Times, serif;
  text-transform:capitalize;
  text-align:center;
  display:none;
  white-space:nowrap;
}
.areas-list .hov:after{
  content:'';
  display:inline-block;
  height:100%;
  width:1px;
  overflow:hidden;
  margin:0 0 0 -5px;
  vertical-align:middle;
}
.areas-list .hov span {
  display:inline-block;
  vertical-align:middle;
  white-space:normal;
}
.areas-list a:hover .hov {
  display:inline-block;
}
.areas-list .text-holder {
  overflow:hidden;
}
.areas-list .number {
  color:#d6936f;
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin:0 0 -6px 0;
  text-transform: uppercase;
}
.areas-list .number-font {
  font:14px Polaris-Medium, Helvetica, sans-serif;
  display: inline-block;
  width: 32px;
}
.areas-list .text {
  overflow:hidden;
  color:#464c53;
  padding-left: 32px;
}
.areas-list .text p {
  margin:0;
}
.areas-list .text strong {
  font:bold 14px/25px Georgia, Times, serif;
}
.employer-area {
  margin:-38px 0 -30px;
}
.department {
  padding:0 0 30px;
}
.department .head {
  font: 22px/27px TiemposHeadlineWeb-Light, Times, serif;
  color: #d6936f;
  margin: 0 0 14px;
  border-top: 1px solid #D6936F;
  padding-top: 35px;
}
.department .description {
  font: 16px/24px Georgia, Times, serif;
  color: #666;
  margin: 0 0 30px;
}
.employer .e-holder:after,
.employer:after{
  content:"";
  display:block;
  clear:both;
}
.employer {
  padding: 18px 20px 23px 0;
  position: relative;
  font: 12px/19px Georgia, Times, serif;
  margin: 0 0 16px;
}
.employer:last-child {
  margin-bottom: 0;
}
.employer .e-holder .img-holder {
  float:left;
  width:240px;
  margin:0 19px 0 0;
}
.employer .img-holder img {
  width:100%;
  height:auto;
}
.employer .text {
  color: #666;
  overflow: hidden;
  font: 16px/24px Georgia, Times, serif;
}
.employer .text.no-image {
  padding-left: 20px;
}
.employer .text.no-image .name {
  width: 495px;
}
.employer .position {
  display: block;
  text-transform: uppercase;
  color: #bcbcbc;
  font: 11px/16px Polaris-Medium, Helvetica, sans-serif;
  letter-spacing: 1px;
  margin: 0 0 5px;
}
.employer .name {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  color: #414141;
  font: 23px/32px Polaris-Medium, Helvetica, sans-serif;
  margin: 0 0 5px;
}
.employer .name .twitter-link {
  position: absolute;
  bottom: -8px;
  right: -35px;
}
.employer .full-description {
  display: none;
  margin-top: 10px;
}
.employer .text p {
  margin:0;
}
.employer .text .full-description p {
  margin-bottom: 10px;
}
.employer.active .text p:last-child {margin-bottom:0;}
.employer .opener {
  text-transform: uppercase;
  color: #D6936F;
  font: 11px/16px Polaris-Medium, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 10px 0 0;
  display: block;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.employer .opener:hover {
  color: #828282;
}
.employer .opener:before {
  content: '';
  background: url(images/sprite-more-info.png) 0 0 no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.employer .opener:hover:before {
  background-position: 0 -15px;
}
.employer .slide {
  font:13px/24px Georgia, Times, serif;
  color:#666;
}
.employer .slide p {
  margin:0 0 15px;
}
.employer.active .opener:before {
  background-position: -15px 0;
}
.employer.active .opener:hover:before {
  background-position: -15px -15px;
}
.featured-news {
  border-bottom: 1px solid #d6936f;
  margin: -11px 0 25px;
  padding: 0 0 15px;
  height: 358px;
}
.featured-news .smooth_slider {
  height: 358px !important;
  min-height: 358px !important;
  padding: 0 !important;
}
.featured-news .smooth_slider .smooth_slideri {
  height: 334px !important;
  margin: 0 !important;
  max-width: 980px !important;
}
.featured-news .smooth_slider .smooth_slideri:after {
  clear: both;
  content: '';
  display: block;
}
.featured-news .smooth_slider .smooth_slideri.has-background p.smooth_more a {
  background: transparent !important;
}
.featured-news .smooth_slider .smooth_slideri.has-background p.smooth_more a:hover {
  background: #fff !important;
}
.featured-news .smooth_slider .smooth_meta_wrapper {
  float: left;
  margin: 50px 30px 0 30px;
  width: 220px;
  display: none;
}
.featured-news .smooth_slider .smooth_main_wrapper {
  margin: 50px auto 0;
  width: 600px;
  text-align: center;
}
.featured-news .smooth_slider .background-source {
  font:11px/16px Polaris-Medium, Helvetica, sans-serif;
  color: #fff;
  opacity: 0.6;
  display: block !important;
  margin: 0 !important;
  right: 10px;
  bottom: 10px;
  overflow: auto !important;
  padding: 1px 0 0;
  position: absolute;
}
.featured-news .smooth_slider .smooth_prev,
.featured-news .smooth_slider .smooth_next {
  height: 60px !important;
  width: 60px !important;
  padding: 0 !important;
  top: 50%;
  border-radius: 30px !important;
  z-index: 100;
}
.featured-news .smooth_slider .smooth_prev {
  margin: -50px 0 0 20px !important;
  background: #DAE7EA url('images/icon-featured-prev-arrow.png') 22px center no-repeat !important;
}
.featured-news .smooth_slider .smooth_next {
  margin: -50px 20px 0 0 !important;
  background: #DAE7EA url('images/icon-featured-next-arrow.png') center center no-repeat !important;
}
.featured-news .smooth_slider .smooth_slider_date {
  color: #d6936f;
  letter-spacing: 1px;
  font: 11px/16px Polaris-Medium, Helvetica, sans-serif;
  margin: 0 0 4px;
  text-transform: uppercase;
}
.featured-news .smooth_slider .slider_thumbnail {
  border: none !important;
  height: 21px;
  margin: 0 11px 0 0 !important;
  max-height: 21px !important;
  vertical-align: middle;
  width: 21px;
}
.featured-news .smooth_slider .author-and-source {
  color: #424242;
  font: 12px/16px Georgia, Times, serif;
  line-height: 22px;
}
.featured-news .smooth_slider .author-source {
  font-style: italic;
}
.featured-news .smooth_slider h2 {
  font: 42px/55px Polaris-Light, Helvetica, sans-serif !important;
  margin: 50px auto 30px !important;
  width: 600px;
  text-align: center;
}
.featured-news .smooth_slider p.smooth_excerpt {
  font-family: TiemposHeadlineWeb-LightItalic, Times, serif !important;
  line-height: 31px !important;
}
.featured-news .smooth_slider p.smooth_more {
  display: block !important;
  margin: 19px auto 0 !important;
  width: 137px !important;
}
.featured-news .smooth_slider p.smooth_more a {
  background: #fff !important;
  display: block !important;
  font: 13px/16px Georgia, Times, serif !important;
  padding: 7px 5px !important;
  color: #424242 !important;
  letter-spacing: 0.12em !important;
  margin: 0 !important;
  border: 1px solid #424242 !important;
  text-transform: uppercase !important;
  text-decoration:none !important;
  text-align:center;
}
.featured-news .smooth_slider p.smooth_more a:hover {
  background: #fff !important;
}
.featured-news .smooth_slider .smooth_nav {
  left: 50%;
  margin: 0 0 1px -52px !important;
  width: 105px !important;
}
.featured-news .smooth_slider .smooth_nav a.smooth_slider_bnav {
  background-image: none !important;
  background: #e6e6e6 !important;
  margin: 0 13px !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
}
.featured-news #smooth_slider_1 .smooth_nav a.smooth_slider_inav.activeSlide {
  background: #d6936f !important;
}
.category-image {
  border-bottom: 1px solid #d6936f;
  margin: 0 0 25px;
  padding: 0 0 23px;
  position: relative;
  width: 100%;
}
.category-image img {
  display: block;
  width: 100%;
}
.category-image .source {
  bottom: 28px;
  font:11px/16px Polaris-Medium, Helvetica, sans-serif;
  color: #fff;
  opacity: 0.6;
  position: absolute;
  right: 10px;
}
.post-image-header {
  position: relative;
  width: 100%;
}
.post-image-header img {
  display: block;
  width: 100%;
}
.post-image-header .source {
  bottom: 5px;
  font:11px/16px Polaris-Medium, Helvetica, sans-serif;
  color: #fff;
  opacity: 0.6;
  position: absolute;
  right: 10px;
}
.news {
  padding: 20px 20px 40px;
  margin-bottom: 20px;
  color: #666;
  font: 16px/24px Georgia, Times, serif;
  border-bottom: 1px solid #aaa;
}
.news .meta {
  margin: 0 0 10px;
}
.news .meta:after {
  content: "";
  display: block;
  clear: both;
}
.news .more {
  color: #d6936f;
  font: 11px/16px Polaris-Medium, Helvetica, sans-serif;
  letter-spacing: 1px;
  margin: 0 0 0 6px;
  padding: 0 0 0 21px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.news .more:hover {
  color: #828282;
}
.news .more:before{
  content:'';
  top: 50%;
  margin: -9px 0 0;
  left: -6px;
  background: url(images/sprite-read-more.png) 0 0 no-repeat;
  position: absolute;
  width:19px;
  height:16px;
}
.news .more:hover:before {
  background-position: 0 -16px;
}
.news .meta {
  color: #d6936f;
  letter-spacing: 1px;
  font: 13px/16px Georgia, Times, serif;
  text-transform: uppercase;
}
.news .meta .tags {
    color: #aaa;
}
.news .meta .slash {
  margin: 0 5px;
}
.news .meta a {
  color: #D6936F;
  text-decoration: none;
}
.news .meta a:hover {
  text-decoration: underline;
}
.news .meta .user {
  color: #aaa;
  text-transform: none;
  letter-spacing: 0;
}
.news.single {
  padding-top: 38px;
}
#main .news.single .title {
  margin: 0 0 8px;
}
.news.single .title h1 {
  margin-bottom: 0;
}
.news .post-excerpt {
  font: 22px/32px TiemposHeadlineWeb-LightItalic, Times, serif;
  color: #a1a0a0;
  margin: 0 0 35px;
}
.news.single .post-excerpt p {
  line-height: inherit;
  margin: 0;
}
.news.single p {
  line-height: 180%;
}
.news.single p:last-child {
  margin-bottom: 0;
}
.news.single h2 {
  font:18px/18px Polaris-Medium, Helvetica, sans-serif;
  margin: 0 0 11px;
}
.news.single a {
  color: #d6936f;
  font-style: italic;
}
.news.single blockquote {
  border: 0;
  font: 18px/30px TiemposHeadlineWeb-LightItalic, Times, serif;
  margin: 50px 0 50px 30px;
  padding: 0;
}
.news.single blockquote p {
  color: #d6936f !important;
}
.post-nav:after {
  clear: both;
  content: '';
  display: block;
}
.post-nav .prev,
.post-nav .next {
  letter-spacing: 1px;
  font:11px/16px Polaris-Medium, Helvetica, sans-serif;
  text-transform:uppercase;
}
.post-nav .prev a,
.post-nav .next a {
  color: #adadad;
  text-decoration: none;
}
.post-nav .prev a:before,
.post-nav .next a:after {
  background: transparent url('images/sprite-post-nav-arrows.png') 0 0 no-repeat;
  content: '';
  display: inline-block;
  height: 10px;
  margin-bottom: -1px;
  width: 6px;
}
.post-nav .prev a:before {
  background-position: -6px 0;
  margin-right: 9px;
}
.post-nav .prev a:hover,
.post-nav .next a:hover {
  color: #d6936f;
}
.post-nav .prev a:hover:before {
  background-position: -6px -10px;
}
.post-nav .next a:hover:after {
  background-position: 0 -10px;
}
.post-nav .next a:after {
  margin-left: 9px;
}
.post-nav .prev {
  float: left;
}
.post-nav .next {
  float: right;
}
.user-info {
  font-size:0;
  line-height:0;
  letter-spacing:-4px;
  vertical-align:middle;
}
.user-info .source {
  font-style:italic;
}
.user-info .icon {
  vertical-align:middle;
  display:inline-block;
  margin:0 11px 0 0;
}
.user-info .user {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  font: 14px/16px TiemposHeadlineWeb-LightItalic, Times, serif;
  color: #aaa;
}
.user-info .user a {
  color:#424242;
  font:12px/16px Georgia, Times, serif;
  text-decoration: none;
}
.user-info .user a:hover{
  color: #d6936f;
}
.news h1 {
  color: #414141;
  margin: 0 0 10px;
  font: 23px/30px Polaris-Medium, Helvetica, sans-serif;
}
.news h1 a {
  text-decoration: none;
  color:#414141;
}
.news h1 a:hover {
  color: #d6936f;
}
.news time {
  color: #d6936f;
  font: 14px/30px Polaris-Medium, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.news p {
  margin: 0 0 10px;
}
#main .news .title {
  border: none;
}
.news .meta .prev {
  float: left;
}
.news .meta .next {
  float: right;
}
.back-to-news {
  display: inline-block;
  margin: 0 0 67px 16px;
}
.single-post-meta,
.single-post-share {
  border-top: 1px solid #d6936f;
  margin: 0 0 20px;
  padding: 20px 0 0;
}
.single-post-meta .date a {
  color: #d6936f;
  text-decoration: none;
}
.single-post-meta .author-and-source:after {
  clear: both;
  content: '';
  display: block;
}
.single-post-meta .author-and-source .icon {
  float: left;
  margin: 0 11px 0 0;
  vertical-align: middle;
}
.single-post-meta .author-and-source {
  font:12px/16px Georgia, Georgia, Times, serif;
  color:#424242;
  line-height: 22px;
}
.single-post-meta .author-source {
  font-style: italic;
}
.single-post-share:after {
  clear: both;
  content: '';
  display: block;
}
.single-post-share li {
  float: left;
  list-style-type: none;
  margin: 0 20px 0 0;
}
.single-post-share li:last-child {
  margin-right: 0;
}
.single-post-share li a {
  display:block;
  color:#d6936f;
  letter-spacing: 1px;
  font:11px/16px Polaris-Medium, Helvetica, sans-serif;
  text-transform:uppercase;
  text-decoration: none;
}
.single-post-share li a.facebook {
  margin: -1px 0 0;
}
.single-post-share li a.email {
  margin: 1px 0 0;
}
.single-post-share li a:before {
  content: '';
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: text-bottom;
}
.single-post-share li a.facebook:before,
.single-post-share li a.twitter:before {
  background: transparent url('images/sprite-social.png') 0 0 no-repeat;
}
.single-post-share li a.facebook:before {
  background-position: -5px -14px;
  height: 15px;
  width: 8px;
}
.single-post-share li a.twitter:before {
  height: 14px;
  width: 17px;
}
.single-post-share li a.email:before {
  background: transparent url('images/icon-email.png') 0 0 no-repeat;
  height: 12px;
  width: 16px;
}
.paging {
  list-style:none;
  margin:36px 0 -5px;
  padding:0;
  text-align:center;
  font-size:0;
  line-height:0;
  letter-spacing:-4px;
}
.paging li {
  display:inline-block;
  vertical-align:top;
  font:bold 10px/16px Polaris-Medium, Helvetica, sans-serif;
  margin:0 15px;
  letter-spacing:0;
}
.paging li a {
  text-decoration:none;
  color:#d6936f;
  display:block;
}
.paging li strong,
.paging li span,
.paging li a:hover {color:#414141;}
.paging .first,
.paging .last,
.paging .prev,
.paging .next {
  text-indent:-9999px;
  overflow:hidden;
  background: url(images/sprite.png) no-repeat -34px -20px;
  width:6px;
  height:10px;
  margin:3px;
}
.paging li strong {
  border-top: 3px solid #d6936f;
  margin: 0 -2px;
  padding: 9px 2px 0;
}
.paging .prev,
.paging .next {
  margin:3px 15px;
}
.paging .next {
  background-position:-24px -20px;
}
.paging .first {
  background-position:0 -35px;
  width:12px;
}
.paging .last {
  background-position:-28px -35px;
  width:12px;
}
.cover {
  margin: -11px 0 13px;
}

.connect-block {
  display: table;
  width: 100%;
}
.connect-block .copy {
  font: 16px/24px TiemposHeadlineWeb-Light, Times, serif;
  display: table-cell;
  width: 50%;
}
.connect-block .links {
  display: table-cell;
  width: 50%;
  text-align: right;
}
.connect-block .links a {
  text-decoration: none;
  display: inline-block;
  margin: 0 20px 0 10px;
}

/* Footer */
#footer .footer-row-inner {
  max-width: 980px;
  margin: 0 auto;
  display: table;
}
#footer .footer-cell {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  text-transform: uppercase;
  font: 11px/16px Polaris-Medium, Helvetica, sans-serif;
  color: #DEA98C;
  letter-spacing: 1px;
}
#footer .footer-content, #footer .footer-content a {
  color: #bcbcbc;
  text-decoration: none;
}
#footer .footer-top {
  background: #5c5c5c;
}
#footer .footer-cell-logo {
  background: url(images/logo-footer.png) 0 center no-repeat;
  width: 80px;
}
#footer .footer-cell-subscribe-copy {
  width: 480px;
  font: 16px/16px TiemposHeadlineWeb-Light, Times, serif;
  color: #898989;
  text-transform: none;
}
#footer .footer-cell-subscribe-label {
  width: 100px;
}
#footer .footer-cell-subscribe .email-subscribe-footer input[type="email"] {
  width: 262px;
  background: #808080;
  color: #fff;
}
#footer .footer-cell-address {
  /*padding-left: 80px;*/
}
#footer .footer-cell-contact {
  width: 194px;
}
#footer .footer-cell-connect {
  text-align: right;
}
#footer .footer-cell-connect a {
  color: transparent;
}
#footer .footer-cell-connect img {
  margin-left: 7px;
}

/* Hide Wordpress tracking pixel */
#wpstats {
  position: absolute;
  top: 0;
  display: none;
}

/* Home page media queries */
@media all and (min-width: 1440px) {
  #bg {
   /* bottom: 200px; not sure why this is here, it messes up desktop view */
  }
  #sticky-posts-container {
    height: 200px;
  }
  #sticky-posts .sticky-post .icon {
    height: 58px;
    width: 58px;
    border-radius: 28px;
  }
  #sticky-posts .sticky-post .icon img {
    width: 58px;
  }
  #sticky-posts .sticky-post .content {
    padding: 8px 20px 0 100px;
  }
  #sticky-posts .sticky-post .content .title {
    font-size: 22px;
  }
  #sticky-posts .sticky-post .content .category,
  #sticky-posts .sticky-post .content .author {
    font-size: 13px;
  }
}

.clearfix { clear:both; }
aside.sidebar .sidebar-search .searchform input[type="text"] {
    font: 16px/24px TiemposHeadlineWeb-Light, Times, serif;
    border: 0;
    background: #F1F1F1;
    padding: 7px 10px;
    display: inline-block;
    margin: 0;
    float: left;
    color: #666;
    height: 24px;
}
aside.sidebar .sidebar-search .searchform button {
    display: inline-block;
    height: 38px;
    width: 38px;
    text-align: center;
    vertical-align: middle;
    float: left;
    background: #C4C4C4;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    cursor:pointer;
}

.footer-cell h3 {
    text-transform: uppercase;
    font: 11px/16px Polaris-Medium, Helvetica, sans-serif;
    color: #DEA98C;
    letter-spacing: 1px;
    margin:0;
}
.footer-cell .sidebar-search .searchform input[type="text"] {
    font: 11px/16px Polaris-Medium, Helvetica, sans-serif;
    border: 0;
    padding: 0 5px;
    display: inline-block;
    margin: 0;
    float: left;
    color: #fff;
    height: 22px;
    background:#808080;
}
.footer-cell .sidebar-search .searchform button {
    display: inline-block;
    height: 22px;
    width: 22px;
    text-align: center;
    vertical-align: middle;
    float: left;
    background: #C4C4C4;
    box-sizing: border-box;
    border: none;
    font-size: 12px;
    cursor:pointer;
}

#homeAlert a {
		margin-left:10px;
}

@media screen and (max-width:980px) {
    .twocolumns {
        display:table;
        width:100%;
    }
    .twocolumns .content, .twocolumns #content {
        float:none;
        width:100%;
        display:table-header-group;
    }
    .sidebar {
        float:none;
        width:100%;
        display:table-row-group;
    }
    .sidebar.fixed {
        position:initial;
        border-top:1px solid #D6936F;
    }
}

@media screen and (min-width:720px) {
    .mobile-only {
        display:none;
    }
}
@media screen and (max-width:720px) {
	#homeAlert {
		margin:0 20px 20px 20px;
	}
	
	#homeAlert a {
		display:block;
		clear:both;
		line-height:2em;
		width:50%;
		margin:25px auto 0;
		text-align:center;
	}
	#homeAlert {
		line-height:2em;
	}
    .home #header {
        padding:35px 0 0;
    }
    #header {
        padding:22px 0 64px;
    }
    #nav {
        width:100%;
        max-width:100%;
        clear:both;
        float:none;
        max-height:0;
        overflow:hidden;
        transition:max-height 0.25s;
    }
    #nav.visible {
        max-height:500px;
    }
    /*.home nav#nav li.menu-item-has-children:hover > ul {
        visibility:hidden;
    }
    nav#nav li.menu-item-has-children:hover > ul {
        visibility:hidden;
    }*/
    nav#nav li.menu-item-has-children > ul.sub-menu {
      visibility: hidden;
      max-height: 0;
    }
    nav#nav li.menu-item-has-children > ul.sub-menu.visible {
      visibility: visible;
      max-height: 300px;
    }
    #nav ul li {
        display:block;
    }
    #nav ul li a {
        padding:10px 0;
    }
    #nav ul li ul {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      overflow: hidden;
    }
    #nav ul li ul li {
      padding: 0 0 0 0px;
      text-align: left;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        margin-right: 10px;
        padding: 9px 10px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid #414141;
        border-radius: 4px;
    }
    .home .navbar-toggle {
        border: 1px solid #fff;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #414141;
    }
    .home .navbar-toggle .icon-bar {
        background-color:#fff;
    }
    #header .logo {
        padding-bottom:20px;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    html {
        margin-top: 0 !important;
    }
    iframe {
        max-width:100%;
    }

    #sticky-posts-container.num-posts-3 #sticky-posts .sticky-post, #sticky-posts-container.num-posts-3 #sticky-posts .sticky-post:nth-child(2) {
        width:100%;
        display:block;
    }
    #sticky-posts-container {
        position:relative;
    }

    #footer .footer-cell-address {
        padding-left:0;
    }
    #footer .footer-cell {
        display:block;
        height:auto;
        padding:10px;
    }
    #footer .footer-cell-connect {
        text-align:center;
    }
    #footer .footer-cell-logo {
        min-height:45px;
        float:left;
        width:20px;
    }
    #footer .footer-cell-subscribe-copy {
        float:left;
        min-height:45px;
        width:auto;
        max-width:200px;
    }
    #footer .footer-cell-subscribe-label {
        width:100%;
        clear:both;
        padding-bottom:0;
        box-sizing:border-box;
    }
}

@media screen and (max-width:600px) {
    .employer .text {
        display:inline-block;
    }
    #smooth_slider_1, .featured-news {
        display:none !important;
    }
    .email-subscribe input[type=email] {
        max-width:80%;
    }
    .advantage-list li {
        width:100%;
    }
}