@charset "UTF-8";
/*
    Theme Name: Rafflecopter
    Description: Child theme of Genesis
    Author: Rafflecopter
    Author URI: http://rafflecopter.com
    
    Template: genesis
*/
/* Defaults
------------------------------------------------------------ */
html, html a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading p, .wf-loading a, .wf-loading time, .wf-loading textarea, .wf-loading select {
  visibility: hidden; }

h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, select, textarea {
  color: #3F5670;
  font-family: "ff-tisa-web-pro",Georgia,serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  padding: 0;
  text-decoration: none; }

body, p {
  color: rgba(15, 8, 0, 0.875);
  font-family: "freight-text-pro", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-decoration: none; }

.entry-content p, .entry-content ul {
  -webkit-font-smoothing: antialiased; }

input {
  color: #3F5670;
  font-family: Helvetica, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 22px; }

blockquote, select, textarea, .sticky, .wp-caption {
  border-left: 7px solid #42B5F7; }

li, ol, ul {
  margin: 0;
  padding: 0; }

ol li {
  list-style-type: decimal; }

/* Hyperlinks
------------------------------------------------------------ */
a, a:visited {
  color: #008FD6;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a img {
  border: none; }

/* Body
------------------------------------------------------------ */
body {
  background-color: #fff; }

/* Wrap
------------------------------------------------------------ */
.wrap {
  margin-left: 10%;
  box-sizing: border-box; }

/**
// If not responsive and full width
.wrap {
    min-width: 960px;
}
*/
/* Topbar
-----------------------------------------------------------*/
.top-bar {
  background: #FBFCFE;
  position: absolute;
  height: 80px;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ECEEF5; }
  .top-bar .top-logo {
    height: 41px;
    display: inline-block;
    background: url(images/top-logo.png) left center no-repeat;
    margin-top: 20px;
    width: 210px; }
    .top-bar .top-logo:hover {
      text-decoration: none; }

.top-bar h3 {
  color: #fff;
  display: inline-block;
  font-weight: 300;
  font-family: "lato", "Helvetica Neue", Helvetica, sans-serif; }

.top-bar h2 {
  display: none;
  font-weight: 300;
  font-family: "lato", "Helvetica Neue", Helvetica, sans-serif; }

.top-bar a.logo {
  float: left;
  width: 373px;
  display: none; }

.top-bar a.try-it {
  color: #fff;
  display: inline-block;
  width: 140px;
  text-align: center;
  background-color: #F75200;
  border-radius: 5px;
  padding: 5px 6px;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  border: 2px solid #fff;
  margin-left: 16px;
  font-family: "lato", "Helvetica Neue", Helvetica, sans-serif; }

.h-wrap {
  margin-left: 10%;
  width: 700px;
  position: relative; }

.center-info {
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.center-info.right {
  float: right;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

/* Header
------------------------------------------------------------ */
.site-header {
  display: none !important;
  overflow: hidden;
  width: 100%;
  padding-top: 30px;
  /* TEMPORARY */
  padding-top: 0; }

.title-area {
  overflow: hidden;
  margin: 60px auto;
  width: 100%; }

.title {
  font-size: 30px;
  line-height: 30px;
  margin: 0; }

.title a, .title a:hover {
  color: #3F5670;
  text-decoration: none;
  text-indent: -9999px; }

.site-description {
  font-size: 14px;
  font-weight: 300;
  font-family: "lato", "Helvetica Neue", Helvetica, sans-serif;
  color: #6A707C; }

.site-header .widget-area {
  float: right;
  width: 550px; }

/* Image Header - Partial Width
------------------------------------------------------------ */
.header-image .title-area, .header-image .site-title, .header-image .site-title a {
  display: block;
  float: left;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px; }

.header-image .site-description {
  display: block;
  overflow: hidden; }

/* Logo, hide text */
.title-area .site-title a {
  background: url(images/logo.png) no-repeat left;
  padding: 0; }

.title-area .site-title a {
  float: left;
  min-height: 50px;
  width: 100%;
  text-indent: -9999px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .title-area .site-title a {
    background: url(images/logo@2x.png) no-repeat left;
    background-size: 677px 50px;
    padding: 0;
    text-indent: -9999px; }
  .header-image .title-area .site-title a {
    background: url(images/logo@2x.png) no-repeat left;
    background-size: 677px 50px; } }

/* Navigation Constants
------------------------------------------------------------ */
li:hover ul ul, li.sfHover ul ul {
  left: -9999px; }

li:hover, li.sfHover {
  position: static; }

li a .sf-sub-indicator {
  display: none; }

/* Header Right Navigation
------------------------------------------------------------ */
.site-header ul.menu {
  float: right; }

.site-header ul.menu ul {
  float: right;
  margin: 0;
  padding: 0;
  width: 100%; }

.site-header ul.menu li {
  background-color: #3F5670;
  float: left;
  list-style-type: none;
  text-transform: uppercase; }

.site-header ul.menu li a {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 7px 10px 5px;
  position: relative;
  text-decoration: none; }

.site-header ul.menu li a:hover, .site-header ul.menu li a:active, .site-header ul.menu .current_page_item a, .site-header ul.menu .current-cat a, .site-header ul.menu .current-menu-item a {
  background-color: #000;
  color: #fff; }

.site-header ul.menu li li a, .site-header ul.menu li li a:link, .site-header ul.menu li li a:visited {
  background-color: #333;
  border: 1px solid #666;
  border-top-width: 0;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  position: relative;
  text-transform: none;
  width: 138px; }

.site-header ul.menu li li a:hover, .site-header ul.menu li li a:active {
  background-color: #000; }

.site-header ul.menu li ul {
  height: auto;
  left: -9999px;
  position: absolute;
  width: 160px;
  z-index: 9999; }

.site-header ul.menu li ul a {
  width: 140px; }

.site-header ul.menu li ul ul {
  margin: -33px 0 0 159px; }

.site-header ul.menu li:hover > ul, .site-header ul.menu li.sfHover ul {
  left: auto; }

/* Primary Navigation
------------------------------------------------------------ */
.nav {
  background-color: #3F5670;
  border-bottom: 1px solid #666;
  clear: both;
  color: #fff;
  overflow: hidden;
  text-transform: uppercase;
  width: 100%; }

.nav ul {
  float: left;
  width: 100%; }

.nav li {
  float: left;
  list-style-type: none; }

.nav li a {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 7px 10px 5px;
  position: relative;
  text-decoration: none; }

.nav li a:hover, .nav li a:active, .nav .current_page_item a, .nav .current-cat a, .nav .current-menu-item a {
  background-color: #000;
  color: #fff; }

.nav li li a, .nav li li a:link, .nav li li a:visited {
  background-color: #333;
  border: 1px solid #666;
  border-top-width: 0;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  position: relative;
  text-transform: none;
  width: 138px; }

.nav li li a:hover, .nav li li a:active {
  background-color: #000; }

.nav li ul {
  height: auto;
  left: -9999px;
  position: absolute;
  width: 160px;
  z-index: 9999; }

.nav li ul a {
  width: 140px; }

.nav li ul ul {
  margin: -33px 0 0 159px; }

.nav li:hover > ul, .nav li.sfHover ul {
  left: auto; }

/* Secondary Navigation
------------------------------------------------------------ */
.subnav {
  background-color: #3F5670;
  border-bottom: 1px solid #666;
  clear: both;
  color: #fff;
  overflow: hidden;
  text-transform: uppercase;
  width: 100%; }

.subnav ul {
  float: left;
  width: 100%; }

.subnav li {
  float: left;
  list-style-type: none; }

.subnav li a {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 7px 10px 5px;
  position: relative;
  text-decoration: none; }

.subnav li a:hover, .subnav li a:active, .subnav .current_page_item a, .subnav .current-cat a, .subnav .current-menu-item a {
  background-color: #000;
  color: #fff; }

.subnav li li a, .subnav li li a:link, .subnav li li a:visited {
  background-color: #333;
  border: 1px solid #666;
  border-top-width: 0;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  position: relative;
  text-transform: none;
  width: 138px; }

.subnav li li a:hover, .subnav li li a:active {
  background-color: #000; }

.subnav li ul {
  height: auto;
  left: -9999px;
  position: absolute;
  width: 160px;
  z-index: 9999; }

.subnav li ul a {
  width: 140px; }

.subnav li ul ul {
  margin: -33px 0 0 159px; }

.subnav li:hover > ul, .subnav li.sfHover ul {
  left: auto; }

/* Inner
------------------------------------------------------------ */
.inner {
  overflow: hidden;
  width: 100%; }

/* author-box
------------------------------------------------------------ */
.author-box {
  background: #fbfbfb;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  position: relative; }

.author-box .right {
  float: right;
  display: inline-block;
  width: 84%; }

.author-box .left {
  display: inline-block;
  float: left;
  width: 85px; }

.author-box .left img {
  width: 85px;
  border-radius: 40px;
  background-clip: padding-box; }

.author-box .right h4.title {
  display: inline-block; }

/* Content
------------------------------------------------------------ */
.content-sidebar-wrap {
  display: table;
  width: 100%; }

.content, .sidebar {
  display: table-cell; }

.content {
  width: 700px; }

.full-width-content .content {
  width: 100%; }

blockquote {
  margin: 5px 0 20px;
  padding: 15px 20px 0; }

.post {
  margin: 0 0 40px;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 20px; }
  .search-results .post {
    margin-top: 20px; }

h1.entry-title, h1.entry-title a {
  font-size: 48px;
  line-height: 1.2;
  font-family: "lato", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
  color: #3F5670;
  margin-bottom: 30px;
  position: relative;
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern";
  text-rendering: optimizeLegibility; }

.entry-title > a {
  display: block; }
  .entry-title > a:hover {
    text-decoration: none; }
    .entry-title > a:hover:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #FBFCFE;
      box-sizing: border-box;
      border: 1px solid rgba(213, 217, 232, 0.25);
      z-index: -1; }

.entry-content {
  margin-top: 30px;
  overflow: hidden;
  font-smoothing: antialiased;
  letter-spacing: 0.01rem;
  line-height: 1.5;
  -webkit-font-variant-ligatures: common-ligatures;
  -moz-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures; }

.entry-content p {
  padding: 0;
  margin-bottom: 30px; }

#ph_social_share_excerpt {
  margin-top: 15px; }

.twitter-share-button {
  vertical-align: top;
  height: 30px; }

.fb_iframe_widget span {
  vertical-align: top !important; }

p.subscribe-to-comments {
  padding: 20px 0 10px; }

.clear {
  clear: both; }

hr, .clear-line {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  width: 100%;
  margin: 0 0 15px; }

/* Column Classes
------------------------------------------------------------ */
.five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds {
  float: left;
  margin-left: 3%;
  box-sizing: border-box; }

.one-half, .three-sixths, .two-fourths {
  width: 48%; }

.one-third, .two-sixths {
  width: 31%; }

.four-sixths, .two-thirds {
  width: 65%; }

.one-fourth {
  width: 22.5%; }

.three-fourths {
  width: 73.5%; }

.one-fifth {
  width: 17.4%; }

.two-fifths {
  width: 37.8%; }

.three-fifths {
  width: 58.2%; }

.four-fifths {
  width: 78.6%; }

.one-sixth {
  width: 14%; }

.five-sixths {
  width: 82%; }

.first {
  clear: both;
  margin-left: 0; }

/* Headlines
------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6, label {
  margin: 0 0 5px;
  line-height: 1.1;
  font-family: "lato", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600; }

h1 {
  font-size: 28px; }

h2, h2 a, h2 a:visited {
  font-size: 30px; }

h3 {
  font-size: 20px; }

h4, label {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

/* Ordered / Unordered Lists
------------------------------------------------------------ */
.entry-content ol, .entry-content ul {
  margin: 1em 0 0 0;
  padding: 0 0 15px; }

.entry-content ol {
  margin: 0; }

.archive-page ul li, .entry-content ul li {
  list-style-type: disc;
  margin: 0 0 1em 30px;
  padding: 0; }

.entry-content ol li {
  margin: 0 0 0 35px; }

.archive-page ul ul, .entry-content ol ol, .entry-content ul ul {
  padding: 0; }

/* Post Info
------------------------------------------------------------ */
.entry-meta {
  padding: 10px 0;
  margin-top: 20px;
  overflow: hidden;
  display: inline; }

.author-info {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #97A3B0;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
  padding-left: 40px; }
  .author-info i {
    font-weight: normal; }
  .author-info a {
    color: inherit;
    text-decoration: underline; }
    .author-info a:hover {
      color: #3F5670; }

.post-info-author-img {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  opacity: 0.75; }
  .post-info-author-img:hover {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out; }
  .post-info-author-img img {
    border-radius: 4px; }

.entry-meta .avatar-link {
  width: 40px;
  height: 40px;
  margin: 2px 10px 0 0;
  float: left; }

.entry-meta img.avatar {
  border-radius: 20px;
  background-clip: padding-box; }

iframe.twitter-follow-button {
  float: right; }

.excerpt_action a {
  font-family: "lato", "Helvetica Neue", Helvetica, sans-serif; }

a.more-link {
  color: #fff !important;
  display: inline-block;
  width: 140px;
  text-align: center;
  background-color: #008FD6;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 3px 6px;
  font-size: 12px !important;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0 !important; }

.comment-count {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px; }

/* Post Meta
------------------------------------------------------------ */
.entry-footer {
  text-indent: -999999px;
  overflow: hidden;
  width: 100%;
  display: block; }

/* Author Box
------------------------------------------------------------ */
.author-box {
  margin: 0 0 40px;
  overflow: hidden;
  padding: 10px; }

.author-box .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px; }

.author-box a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px; }

/* Sticky Posts
------------------------------------------------------------ */
.sticky {
  margin: 0 0 40px;
  padding: 20px; }

/* Archive Page
------------------------------------------------------------ */
.archive-page {
  float: left;
  padding: 20px 0;
  width: 45%; }

/* Images
------------------------------------------------------------ */
img {
  height: auto;
  max-width: 100%;
  overflow: hidden; }

.author-box .avatar {
  background-color: #fff;
  float: left;
  margin: 0 10px 0 0;
  width: 85px; }

.post-image {
  margin: 0 10px 10px 10px !important;
  float: right !important; }

.comment-list li .avatar {
  background-color: #fff;
  float: right;
  margin: 0 5px 0 10px;
  padding: 4px; }

img.centered, .aligncenter {
  display: block;
  margin: 10px auto 10px; }

img.alignnone {
  display: inline;
  margin: 0 0 10px; }

img.size-full {
  height: auto;
  max-width: 100%; }

img.alignleft {
  display: inline;
  margin: 10px 10px 10px 0; }

img.alignright {
  display: inline;
  margin: 10px 0 10px 10px; }

.alignleft {
  float: left;
  margin: 0 10px 0 0; }

.alignright {
  float: right;
  margin: 0 0 0 10px; }

.wp-caption {
  padding: 5px;
  text-align: center; }

p.wp-caption-text {
  font-size: 12px;
  line-height: 16px;
  padding: 5px 0; }

.wp-smiley, .wp-wink {
  border: none;
  float: none; }

/* Social Buttons
------------------------------------------------------------*/
.phsmc {
  padding: 0;
  margin: 0 10px 0 0 !important;
  float: left; }

/* Post Navigation
------------------------------------------------------------ */
.navigation {
  overflow: hidden;
  padding: 20px 0;
  width: 100%; }

.navigation li {
  display: inline; }

.navigation li a, .navigation li.disabled, .navigation li a:hover, .navigation li.active a {
  border: 1px solid #ddd;
  padding: 5px 8px; }

.navigation li a:hover, .navigation li.active a {
  background-color: #f5f5f5; }

.pagination-next, .pagination-previous {
  float: none;
  margin: 0; }

/* Primary / Secondary Sidebars
------------------------------------------------------------ */
.sidebar {
  z-index: 0;
  text-align: center;
  position: relative; }
  .sidebar:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: 100%;
    margin-bottom: 88px;
    background: url(images/logo-rafflecopter.svg) center center no-repeat;
    height: 20px;
    width: 32px; }
  .admin-bar .sidebar:after {
    margin-bottom: 118px; }

.sidebar .fixed_button {
  position: absolute !important;
  bottom: auto !important; }

.sidebar h4 {
  border-bottom: 1px solid #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #fff; }

.sidebar p {
  font-size: 13px;
  line-height: 20px; }

.sidebar .widget, .sidebar-widget {
  width: 200px;
  text-align: center;
  display: block;
  margin: 0 auto; }

.widget-area ol, .widget-area ul {
  margin: 10px 0 0 25px; }

.widget-area ol ol, .widget-area ul ul {
  margin: 0 0 0 15px; }

.widget-area ul li {
  list-style-type: square;
  word-wrap: break-word; }

/* Buttons
------------------------------------------------------------ */
.widget_mailchimpsf_widget .widget-wrap {
  border: 4px solid #fff;
  padding: 7px;
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 3px -1px #000; }

div.gform_footer input.button, .button, .button:visited {
  color: #fff;
  display: inline-block;
  width: 140px;
  text-align: center;
  background-color: #F75200;
  border-radius: 5px;
  padding: 5px 6px;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  border: 2px solid #fff;
  font-family: "lato", "Helvetica Neue", Helvetica, sans-serif; }

div.gform_footer input.button:hover, .button:hover {
  /*  background: url(images/button-bg.jpg) repeat-x left bottom;
    cursor: pointer;
    text-decoration: none;*/ }

#mc_signup_submit {
  margin-top: 0 !important; }

.mc_merge_var {
  margin: 0.5em 0 !important; }
  .mc_merge_var .mc_input {
    text-align: center; }

.mc_var_label.mc_header_email {
  display: none; }

/* Search Form
------------------------------------------------------------ 

.s {
    font-size: 12px;
    margin: 5px 2px 0 0;
    padding: 4px 5px;
    width: 195px;
}

*/
/* Footer 
------------------------------------------------------------ */
footer {
  width: 100%;
  height: auto;
  border: none;
  position: relative;
  bottom: 0;
  left: 0; }

.footer-iframe {
  width: 100%;
  height: 446px;
  border: none; }

/* Comments
------------------------------------------------------------ */
.comments, .respond {
  margin: 0 0 15px;
  overflow: hidden; }

.comment, .email, .url {
  font-size: 12px;
  margin: 10px 5px 0 0;
  padding: 5px;
  width: 250px; }

.comment {
  height: 150px;
  margin: 10px 0;
  width: 98%; }

.ping-list {
  margin: 0 0 40px; }

.comment-list ol, .ping-list ol {
  padding: 10px; }

.comment-list li, .ping-list li {
  font-weight: 600;
  margin: 15px 0 5px;
  padding: 10px 5px 10px 10px; }

.comment-list li ul li {
  list-style-type: none;
  margin-left: 10px;
  margin-right: -6px; }

.comment-list p, .ping-list p {
  margin: 10px 5px 10px 0; }

.comment-list cite, .ping-list cite {
  font-style: normal; }

.commentmetadata {
  font-size: 11px; }

.nocomments {
  text-align: center; }

.comments .navigation {
  display: block; }

.thread-alt, .thread-even {
  background-color: #f5f5f5; }

.alt, .depth-1, .even {
  border: 1px solid #ddd; }

.sidebar-primary .widget-title, .sidebar-widget .widget-title {
  font-size: 14px;
  color: #3F5670;
  letter-spacing: 0;
  border-bottom: none;
  text-transform: none;
  position: relative; }

.sidebar-widget.widget_text .widget-title:after {
  content: '';
  background: url('http://i.imgur.com/ytQnsqq.png');
  height: 32px;
  width: 32px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  margin-left: -16px; }

.sidebar-cta-wrapper {
  text-align: center;
  margin-top: 20px; }

.sidebar-cta-inner {
  color: #3F5670; }
  .sidebar-cta-inner:after {
    content: '▶';
    font-size: 0.5em;
    padding-left: 7px;
    padding-right: 2px;
    display: inline-block;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    opacity: 0.85; }

.cta-link {
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  border: 1px solid #D5D9E8;
  border-bottom-color: #c3c9de;
  border-radius: 4px;
  padding: 10px 11px 10px 12px;
  box-shadow: inset 0 1px #fff, 0 1px 3px rgba(138, 149, 161, 0.25);
  background-color: #F2F6FC;
  background-image: -webkit-linear-gradient(top, #F2F6FC, #E4E6F0);
  background-image: linear-gradient(to bottom,#F2F6FC, #E4E6F0); }
  .cta-link:hover {
    border-color: rgba(151, 163, 176, 0.6);
    border-bottom-color: rgba(151, 163, 176, 0.7); }
  .cta-link:active {
    padding-bottom: 9px;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    box-shadow: inset 0 1px 3px rgba(63, 86, 112, 0.1);
    background: #e4e6f0; }
  .cta-link, .cta-link:visited {
    color: #3F5670; }

.textwidget {
  font-size: 12px;
  margin-top: 12px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  color: #A9B6C4;
  line-height: 1.25; }

body .sidebar .widget:hover, body .sidebar-widget:hover {
  opacity: 1;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s; }

.site-inner {
  padding-top: 139px; }
  .admin-bar .site-inner {
    padding-top: 169px; }

body.admin-bar .top-bar {
  margin-top: 32px; }

.entry-header iframe[data-twttr-rendered="true"] {
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  opacity: 0.5;
  margin-top: 10px; }
  .entry-header iframe[data-twttr-rendered="true"]:hover {
    opacity: 1; }

.entry-content {
  overflow: visible; }
  .entry-content img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #FBFCFE; }
  .entry-content img.size-full {
    margin-bottom: 40px; }
  .entry-content h2 {
    letter-spacing: 0;
    margin: 60px 0 30px;
    font-size: 30px; }

body .author-box {
  padding-top: 40px;
  padding-right: 1.5em;
  background: rgba(251, 252, 254, 0.2); }
  body .author-box .intro {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 2em;
    background: rgba(30, 45, 122, 0.04);
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    padding-top: 1px;
    border-bottom: 1px solid #E2E2E2;
    color: rgba(106, 112, 124, 0.5);
    box-shadow: 0 1px rgba(255, 255, 255, 0.75); }
  body .author-box .title {
    font-size: 1.2em; }
  body .author-box .desc {
    font-family: "lato", "Helvetica Neue", Helvetica, sans-serif;
    padding-bottom: 0.5em;
    font-size: 0.8em;
    color: #6A707C;
    margin-top: 0.25em;
    line-height: 1.125em;
    -webkit-font-smoothing: antialiased; }

/********* ADDITIONS TO EXISTING THEME starting 9/9/2015 *********/
.search-form {
  position: relative; }
  .search-form:after {
    content: '';
    background: url('images/search-glass.svg') center center no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    height: 12px;
    width: 13px;
    margin-top: -4px;
    margin-left: 12px; }

.right.search {
  list-style-type: none;
  position: absolute;
  right: -15%;
  top: 60%;
  margin-top: -16px; }
  .right.search input[type="text"] {
    width: 117px;
    padding-left: 30px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    border-radius: 32px;
    background: rgba(63, 86, 112, 0.03);
    border: 1px solid rgba(213, 217, 232, 0.51);
    position: relative;
    box-shadow: inset 0 1px 3px rgba(63, 86, 112, 0.08), 0 1px 0 #fff; }
    .right.search input[type="text"]::-webkit-input-placeholder {
      font-size: 10px;
      font-style: italic;
      color: #D5D9E8; }
    .right.search input[type="text"]::-moz-placeholder {
      font-size: 10px;
      font-style: italic;
      color: #D5D9E8; }
    .right.search input[type="text"]:-ms-input-placeholder {
      font-size: 10px;
      font-style: italic;
      color: #D5D9E8; }
    .right.search input[type="text"]::placeholder {
      font-size: 10px;
      font-style: italic;
      color: #D5D9E8; }
    .right.search input[type="text"]:focus {
      width: 151px;
      -webkit-transition: width 0.1s ease-in-out, border-color 0.1s ease-in-out;
      transition: width 0.1s ease-in-out, border-color 0.1s ease-in-out;
      outline: none;
      border-color: #D5D9E8;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
  .right.search input[type="submit"] {
    display: inline-block;
    line-height: 1;
    font-weight: 700;
    border: 1px solid #D5D9E8;
    border-bottom-color: #c3c9de;
    border-radius: 4px;
    padding: 10px 11px 1px 12px;
    box-shadow: inset 0 1px #fff, 0 1px 3px rgba(138, 149, 161, 0.25);
    background-color: #F2F6FC;
    background-image: -webkit-linear-gradient(top, #F2F6FC, #E4E6F0);
    background-image: linear-gradient(to bottom,#F2F6FC, #E4E6F0);
    box-sizing: border-box;
    padding: 1px 10px;
    font-size: 12px;
    height: 32px;
    opacity: 0;
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: 3px;
    margin-left: -1px;
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    cursor: pointer; }
    .right.search input[type="submit"]:hover {
      border-color: rgba(151, 163, 176, 0.6);
      border-bottom-color: rgba(151, 163, 176, 0.7); }
    .right.search input[type="submit"]:active {
      padding-bottom: 0px;
      -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
      transform: translateY(1px);
      box-shadow: inset 0 1px 3px rgba(63, 86, 112, 0.1);
      background: #e4e6f0; }
    .right.search input[type="submit"]:focus {
      color: rgba(63, 86, 112, 0.4); }
    .right.search input[type="submit"]:active {
      outline: none;
      color: #3F5670 !important; }
  .right.search input:focus + input[type="submit"], .right.search input[type="submit"]:focus {
    opacity: 1;
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

body .essb_links {
  margin: 2em 0; }

iframe.twitter-follow-button {
  margin-top: 0.4em; }

.content {
  position: relative; }

.archive-description {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  border: 1px solid #ebebca;
  background: #fffff5;
  color: #3F5670;
  border-radius: 3px;
  box-shadow: inset 0 1px #fff, 0 2px 4px rgba(63, 86, 112, 0.03); }

.archive-title {
  font-size: 14px;
  line-height: 40px; }

.entry-content {
  position: relative; }
  .entry-content p a.img-link:before, .entry-content p a.img-link:after, .entry-content p a.img-link:hover, .entry-content p a.img-link:hover:after, .entry-content p a.img-link:active, .entry-content p a.img-link:active:after {
    content: none;
    background: transparent; }
  .entry-content p a {
    position: relative;
    /* &:before { */
    /*     $buf: 10px; */
    /*     content: ''; */
    /*     position: absolute; */
    /*     top: 0; */
    /*     left: 0; */
    /*     width: 100%; */
    /*     height: 100%; */
    /*     padding: $buf; */
    /*     background: transparent; */
    /*     margin-top: -1 * $buf; */
    /*     margin-left: -1 *  $buf; */
    /* } */
    /* &:after { */
    /*     content: ''; */
    /*     position: absolute; */
    /*     top: 100%; */
    /*     margin-top: -5px; */
    /*     background: rgba($swatch-blue, 0.25); */
    /*     height: 1px; */
    /*     left: 0; */
    /*     width: 100%; */
    /* } */
    /*TODO: SIMILAR to above, figure out what's going on
              here and make sure it's still happening */ }
    .entry-content p a:hover {
      color: #006699;
      text-decoration: underline;
      text-shadow: 0 1px rgba(63, 86, 112, 0.1);
      background: rgba(0, 143, 214, 0.03); }
    .entry-content p a:hover:after {
      background: rgba(0, 143, 214, 0.75);
      height: 2px; }
    .entry-content p a:active {
      -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
      transform: translateY(1px);
      text-shadow: none;
      background: rgba(0, 143, 214, 0.014); }
      .entry-content p a:active:after {
        height: 1px; }

.essb_links {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 370px !important;
  text-align: right;
  -webkit-transform: translateX(350px);
  -ms-transform: translateX(350px);
  transform: translateX(350px);
  margin: 0 370px 41px 0 !important; }
  .essb_links:before {
    content: "Share \2192 ";
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -0.15em;
    margin-right: 5px;
    line-height: 1em;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    color: #97A3B0;
    width: 70px; }

body .essb_link_buffer a {
  background: #666 !important; }

body .entry-content .essb_fixed {
  position: fixed;
  bottom: 0 !important;
  margin-bottom: 30px;
  top: auto !important;
  right: 0 !important;
  text-align: right !important;
  margin-bottom: 10px !important;
  margin-right: 20px !important;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.31, 1.125) !important;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.31, 1.125) !important; }

body .essb_counter {
  line-height: 14px !important;
  right: -5px !important;
  top: 0 !important;
  padding: 5px 8px 3px !important;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  font-size: 13px !important;
  border-color: #D5D9E8 !important;
  color: #97A3B0 !important; }

body .essb_links.essb_template_tiny-retina li a {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }

#top-bar-widget-container {
  position: absolute;
  width: 360px;
  height: 80px;
  top: 0;
  left: 230px; }
  #top-bar-widget-container .vertical-line {
    height: 50%;
    width: 1px;
    margin-top: 22px;
    background-color: rgba(213, 217, 232, 0.5);
    box-shadow: 1px 0 #fff;
    position: absolute;
    top: 0;
    margin-right: 20px; }
  #top-bar-widget-container .top-widget-title {
    display: none; }
  #top-bar-widget-container ul {
    margin-top: 20px; }
  #top-bar-widget-container li {
    list-style-type: none;
    vertical-align: middle;
    display: inline;
    margin-right: 1em; }
    #top-bar-widget-container li a {
      text-decoration: none;
      color: rgba(63, 86, 112, 0.85);
      font-weight: 300;
      font-family: "Helvetica Neue", Helvetica, sans-serif;
      font-size: 12px;
      font-weight: normal; }
    #top-bar-widget-container li a:hover {
      text-decoration: underline;
      color: #3F5670; }

blockquote, select, textarea, .sticky, .wp-caption {
  border: none !important; }

.entry-content blockquote {
  background: #f9f9f9;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-style: italic; }
  .entry-content blockquote p {
    margin: 20px; }

#main-column-widget-container {
  width: 100%;
  margin: 2% 0 6% 0;
  padding: 2%;
  border-radius: 15px;
  background-color: #008FD6;
  box-sizing: border-box; }
  #main-column-widget-container li {
    list-style-type: none;
    text-align: center; }
  #main-column-widget-container h2 {
    display: none;
    color: white; }
  #main-column-widget-container .textwidget p {
    font-size: 20px;
    color: white;
    line-height: 1.5;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300; }
    #main-column-widget-container .textwidget p span {
      display: block; }
  #main-column-widget-container .textwidget .main-column-cta-wrapper {
    margin-top: 1%; }
  #main-column-widget-container .textwidget a {
    font-weight: 600;
    background-color: rgba(0, 143, 214, 0.85);
    border: 1px solid white;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.85);
    background-image: none;
    box-shadow: none;
    margin: 2% 0;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 2% 4%; }
  #main-column-widget-container .textwidget a:hover {
    color: white;
    background-color: transparent; }

.wf-loading .textwidget, .wf-loading .entry-author {
  visibility: hidden; }

@media screen and (max-width: 500px) {
  body, p {
    font-size: 18px; }
  h1.entry-title, h1.entry-title a {
    font-size: 36px; } }

@media screen and (max-width: 880px) {
  body .sidebar-widget {
    display: none; }
  body .wrap {
    margin-right: 2.5%; }
  body .content {
    width: 100%; } }

@media screen and (max-width: 900px) {
  body .wrap {
    margin-left: 2.5%; } }

@media screen and (max-width: 1000px) {
  body .wrap {
    margin-left: 5%; } }

@media screen and (max-device-width: 1200px) {
  body .wrap {
    margin-left: 0;
    margin-right: 0; }
  #main-column-widget-container .textwidget a {
    color: white;
    background-color: transparent; }
  .footer-iframe {
    height: 676px;
    width: 1px;
    min-width: 100%; }
  body .essb_links {
    background-color: transparent !important; }
    body .essb_links:before {
      display: none; }
  body .sidebar, .sidebar-widget {
    display: none; }
  body .content {
    width: 100%;
    padding: 0 4% 0 4%;
    box-sizing: border-box; } }

@media screen and (max-device-width: 960px), screen and (max-device-width: 1200px) and (orientation: portrait) {
  body .wrap {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .site-inner {
    padding-top: 109px !important; }
  iframe.twitter-follow-button {
    margin-top: 1.5em;
    margin-bottom: 1em;
    margin-right: 0.2em; }
  /* body .sidebar, */
  /* .sidebar-widget { */
  /*     display: none; /\* for now, remove CTA *\/ */
  /*     margin: 0 auto; */
  /*     position: relative; */
  /*     float: none; */
  /*     width: 100%; */
  /*     padding: 0; */
  /*     .widget { */
  /*         width: 100%; */
  /*         box-sizing: border-box; */
  /*         margin: 0; */
  /*         text-align: center; */
  /*         bottom: 0; */
  /*         opacity: 1.0; */
  /*         border-radius: 8px 8px 0 0; */
  /*         background: rgba(235, 242, 247, 1);             */
  /*     } */
  /* } */
  body .essb_links .essb_item.essb_link_buffer .essb_icon, body .essb_links .essb_item.essb_link_facebook .essb_icon, body .essb_links .essb_item.essb_link_twitter .essb_icon, body .essb_links .essb_item.essb_link_pinterest .essb_icon, body .essb_links .essb_item.essb_link_linkedin .essb_icon {
    background-size: 20px 20px;
    width: 20px;
    height: 20px; }
  body .essb_links .essb_item.essb_link_buffer .essb_network_name, body .essb_links .essb_item.essb_link_facebook .essb_network_name, body .essb_links .essb_item.essb_link_twitter .essb_network_name, body .essb_links .essb_item.essb_link_pinterest .essb_network_name, body .essb_links .essb_item.essb_link_linkedin .essb_network_name {
    display: none; }
  .site-header {
    display: block !important;
    height: 20px; }
  .search-results .site-header {
    height: 50px; }
  .h-wrap {
    padding-bottom: 1.5em;
    margin-left: 0;
    width: 100%; }
    .h-wrap .right.search {
      position: static;
      background: #FBFCFE;
      text-align: center;
      width: 100%;
      margin-top: 19px; }
      .h-wrap .right.search .search-form {
        overflow: hidden; }
      .h-wrap .right.search input[name="s"] {
        display: block;
        box-sizing: border-box;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        background: transparent; } }

@media screen and (max-device-width: 1200px) and (orientation: landscape) {
  body .content {
    width: 70%; }
  .top-logo {
    margin-left: 2.5%; }
  .h-wrap {
    margin-left: 0;
    margin-right: 0; }
  /* .wrap { */
  /*     margin-left: 2.5% !important;; */
  /* } */
  .site-inner {
    padding-top: 109px !important; }
  .sidebar:after {
    margin-bottom: 58px;
    left: initial;
    right: 32px; }
  #top-bar-widget-container {
    left: 250px; }
  .footer-iframe {
    height: 576px; } }

@media screen and (max-device-width: 667px) and (orientation: portrait), screen and (max-device-width: 568px) {
  body, p {
    font-size: 16px; }
  #top-bar-widget-container {
    display: none; }
  .author-box .left {
    float: none;
    display: inherit;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%; }
  .author-box .right {
    width: inherit;
    float: none;
    margin: 5% 0;
    text-align: center; }
  #main-column-widget-container {
    margin: 2% 0 10% 0;
    padding: 4%; }
    #main-column-widget-container .textwidget p span {
      display: inline; }
    #main-column-widget-container .textwidget p {
      line-height: 1.25;
      padding: 0 3%; }
    #main-column-widget-container .textwidget .main-column-cta-wrapper {
      margin-top: 3%; }
  .author-box .desc {
    padding-left: 3%;
    padding-right: 3%; }
  .footer-iframe {
    height: 576px; } }
