@import url(../volt/style.css);
/*!
 * Theme Name: Technic News
 * Description: Custom Volt child theme for the news digest Santa Cruz Tech Beat.
 * Author: Launch Brigade
 * Author URI: http://www.launchbrigade.com/
 * Template: volt
 * Version: 2.9
 *
 * Requires AutoPrefixer.
 */
html {
  font-size: 87.5%; }

body {
  color: #333;
  line-height: 1.6; }

a {
  color: #029899; }
  a:hover {
    color: #333; }

h1, h2, h3, h4, h5 {
  margin-top: 5px; }
  h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #029899; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
      color: #016767; }

li {
  margin-bottom: 5px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

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

.nowrap {
  white-space: nowrap; }

ul.chevron {
  margin-left: 0;
  list-style-type: none; }
  ul.chevron li {
    padding-left: 15px;
    position: relative; }
    ul.chevron li:before {
      color: #029899;
      position: absolute;
      left: 0;
      top: 4px;
      content: "\f054";
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

ul.seperated {
  margin-left: 0;
  list-style: none; }
  ul.seperated li {
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5; }
    ul.seperated li:last-child {
      border-bottom: none; }

ol.seperated {
  margin-left: 36px; }
  ol.seperated li {
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5; }
    ol.seperated li:last-child {
      border-bottom: none; }

.btn, .btn:visited, .more-link, .more-link:visited {
  color: #fff;
  font-size: 14px;
  background: #029899;
  border-color: #029899; }
  .btn:hover, .btn:visited:hover, .more-link:hover, .more-link:visited:hover {
    background-color: #03cbcb;
    border-color: #03cbcb; }

.top_btn a:hover {
  background: #029899; }

input[type="text"], input[type="url"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], textarea {
  border: 1px solid #a9a9a9; }
  input[type="text"]:focus, input[type="url"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: #888; }

.content a.btn, input[type="submit"] {
  padding: 7px 18px;
  margin: 0;
  color: #fff;
  background: #029899;
  border-color: #029899; }
  .content a.btn:hover, input[type="submit"]:hover {
    background-color: #02bcbc;
    border-color: #02bcbc; }

.btn {
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase; }

.brand img {
  max-width: 836px;
  width: 90%; }

.gform_wrapper span.ginput_total {
  color: #029899; }

#utility-top, .container {
  max-width: 1200px !important; }

.brand {
  max-width: none;
  float: none; }
  .brand img {
    margin: 0 auto; }

.header_widget_area {
  display: none; }

#main-nav {
  font-size: 12px; }

.primary-nav {
  max-width: none;
  background-color: #666;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#777), to(#555));
  background-image: -webkit-linear-gradient(#777, #555);
  background-image: linear-gradient(#777, #555); }
  .primary-nav li a {
    font-weight: bold; }

body:not(.home) .content {
  width: 64.58322%; }
body:not(.home) .sidebar2 {
  display: none; }

body.home #nav-below {
  display: none; }
body.home .post_content h2 {
  margin-top: -6px; }

h4.sba_title {
  margin-top: 0; }

#menu-button {
  font-weight: bold;
  text-transform: uppercase; }

.menu-drop a {
  padding: 1.13em 1em; }

.thumb_medium {
  width: 20%; }

.post_content {
  margin: 0 0 0 25%; }
  .post_content.pc_full {
    margin: 0; }

.content {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }
  .content .page_titles {
    margin-left: -10px;
    margin-right: -10px; }

#cta {
  background-color: #029899;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 10px 10px;
  line-height: 15px;
  letter-spacing: 2px;
  border: 2px solid #029899;
  color: #F8F8F8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0.01)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.01));
  background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.01));
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4) inset, -1px -1px 0 rgba(255, 255, 255, 0.4) inset, 1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4) inset, -1px -1px 0 rgba(255, 255, 255, 0.4) inset, 1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  border-radius: 3px;
  -webkit-hyphens: none; }
  #cta:hover {
    background-color: #02bcbc;
    border-color: #02bcbc; }

.widget {
  margin-bottom: 1.071em; }

.sidebar1 {
  color: #555; }
  .sidebar1 a {
    color: #029899; }
    .sidebar1 a:hover {
      color: #333; }
  .sidebar1 .widget {
    margin-bottom: 1.071em;
    padding-left: 8px;
    padding-right: 8px; }
  .sidebar1 .sba_title {
    margin-left: -8px;
    margin-right: -8px; }
  .sidebar1 #cff.cff-fixed-height {
    padding: 0 8px 0 0; }

h4.sbb_title {
  font-size: 11px; }

.widget_sponsors_widget h4.sbb_title {
  font-size: 18px;
  font-weight: bold; }
.widget_sponsors_widget ul:before, .widget_sponsors_widget ul:after {
  content: " ";
  display: table; }
.widget_sponsors_widget ul:after {
  clear: both; }
.widget_sponsors_widget ul li {
  border: none; }
  .widget_sponsors_widget ul li img {
    width: 100%; }
  @media only screen and (max-width: 768px) {
    .widget_sponsors_widget ul li {
      width: 30%;
      padding-left: 5%;
      float: left; } }
  @media only screen and (max-width: 768px) {
    .widget_sponsors_widget ul li:nth-child(3n+1) {
      clear: both;
      padding-left: 0; } }

.kebo_twitter_feed_widget .sba_title {
  position: relative; }
  .kebo_twitter_feed_widget .sba_title:after {
    content: "\e804";
    display: block;
    position: absolute;
    top: 0;
    right: 8px;
    color: #33ccff;
    font-family: "fontello";
    font-size: 1.33em;
    line-height: 30px; }
.kebo_twitter_feed_widget .twitter-follow {
  text-align: right;
  margin-bottom: 8px; }

#text-4 .sba_title, #text-5 .sba_title {
  position: relative; }
  #text-4 .sba_title:after, #text-5 .sba_title:after {
    content: "\e805";
    display: block;
    width: 15px;
    height: 20px;
    padding-left: 5px;
    position: absolute;
    top: 4px;
    right: 8px;
    color: #fff;
    background-color: #3c5a98;
    font-family: "fontello";
    font-size: 14px;
    line-height: 20px; }

.sponsors-tier-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px; }
  .sponsors-tier-container:first-child {
    margin-top: 0; }
  .sponsors-tier-container:last-child {
    border-bottom: none; }
  .sponsors-tier-container h2 span {
    text-transform: uppercase;
    font-weight: bold; }
    .sponsors-tier-container h2 span.gold {
      color: #d8b028; }
    .sponsors-tier-container h2 span.silver {
      color: #cccccc; }
    .sponsors-tier-container h2 span.bronze {
      color: #cc7e2e; }
  .sponsors-tier-container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: 0; }
    .sponsors-tier-container ul > li {
      width: 33.33333%;
      list-style: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 28px;
      margin: 0;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box; }
      .sponsors-tier-container ul > li a {
        display: block;
        width: 100%; }
      .sponsors-tier-container ul > li img {
        display: block;
        max-height: 110px;
        max-width: 100%;
        margin: 0; }
      @media only screen and (max-width: 768px) {
        .sponsors-tier-container ul > li {
          width: 100%; } }
    @media only screen and (max-width: 768px) {
      .sponsors-tier-container ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }

.secondary {
  font-size: 13px; }

.secondary ul > li:last-child {
  border-bottom: none; }

.ssba {
  margin-bottom: 10px; }

.learn-more {
  margin-bottom: 20px; }
  .learn-more a {
    font-weight: bold; }

.half-container {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px; }
  .half-container img {
    max-width: 150px; }

.constant-contact-signup form {
  border: 1px solid #e0e0e0; }
  .constant-contact-signup form:before, .constant-contact-signup form:after {
    content: " ";
    display: table; }
  .constant-contact-signup form:after {
    clear: both; }
  .constant-contact-signup form label {
    display: none; }
.constant-contact-signup input[type="text"] {
  float: left;
  color: #888;
  background: transparent;
  font-family: inherit;
  font-size: 12px;
  padding: 0.375em 0.75em;
  border: none;
  outline: none;
  width: 80%; }
.constant-contact-signup input[type="submit"] {
  float: right;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: url("images/subscribe_ico.png") 7px 8px no-repeat;
  border: none;
  outline: none;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  .constant-contact-signup input[type="submit"]:hover {
    background-position: 7px -23px; }

#constant-contact-signup-errors {
  padding-left: 0; }
  #constant-contact-signup-errors li {
    margin: 0;
    padding: 0;
    border: none; }
  #constant-contact-signup-errors label {
    color: #972525; }

#gform_widget-2 .gform_wrapper, #gform_widget-3 .gform_wrapper {
  max-width: none;
  margin: 0;
  padding: 0; }
#gform_widget-2 .gfield_label, #gform_widget-3 .gfield_label {
  display: none; }
#gform_widget-2 form, #gform_widget-3 form {
  border: 1px solid #a9a9a9; }
  #gform_widget-2 form:before, #gform_widget-2 form:after, #gform_widget-3 form:before, #gform_widget-3 form:after {
    content: " ";
    display: table; }
  #gform_widget-2 form:after, #gform_widget-3 form:after {
    clear: both; }
#gform_widget-2 li, #gform_widget-3 li {
  padding: 0;
  margin: 0;
  border: none; }
#gform_widget-2 input[name="input_1"], #gform_widget-3 input[name="input_1"] {
  width: 80%;
  float: left;
  color: #888;
  font-size: 12px;
  padding: 0.375em 0.75em;
  border: none;
  outline: none; }
#gform_widget-2 .gform_footer, #gform_widget-3 .gform_footer {
  padding: 0;
  margin: 0;
  clear: none; }
#gform_widget-2 input[type="submit"], #gform_widget-3 input[type="submit"] {
  float: right;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: url("images/subscribe_ico.png") 7px 8px no-repeat;
  border: none;
  outline: none;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  #gform_widget-2 input[type="submit"]:hover, #gform_widget-3 input[type="submit"]:hover {
    background-position: 7px -23px; }

.searchbox {
  border: 1px solid #a9a9a9; }

.accordion {
  padding: 0;
  margin: 2em 0;
  width: 100%;
  position: relative; }
  .accordion .accordion-title {
    padding: 0 1em;
    background: #ececec;
    border: 2px solid #e0e0e0;
    border-bottom: none;
    color: #222;
    float: left;
    line-height: 3;
    height: 3em;
    cursor: pointer;
    margin-right: 0.25em;
    display: block;
    font-size: 17px;
    -webkit-box-shadow: inset 0px -4px 5px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px -4px 5px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px; }
    .accordion .accordion-title:hover, .accordion .accordion-title.active {
      background: #029899;
      color: white;
      border-color: #029899;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .accordion .accordion-content {
    float: right;
    width: 100%;
    margin: 52px 0 0 -100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    background: white; }

@media only screen and (max-width: 768px) {
  .accordion {
    border: 1px solid grey; }
    .accordion .accordion-title, .accordion .accordion-content {
      float: none;
      margin: 0; }
    .accordion .accordion-title {
      -webkit-box-shadow: inset 0px -4px rgba(0, 0, 0, 0.1);
              box-shadow: inset 0px -4px rgba(0, 0, 0, 0.1);
      border-radius: 0px;
      border: none; }
      .accordion .accordion-title:first-child {
        border: none; }
      .accordion .accordion-title.active {
        border-top-color: #eee; }
        .accordion .accordion-title.active:before {
          content: "-"; }
      .accordion .accordion-title.active, .accordion .accordion-title:hover {
        background: #029899; }
      .accordion .accordion-title:before {
        content: "+";
        text-align: center;
        width: 2em;
        display: inline-block; }
  .accordion-content {
    position: relative;
    overflow: hidden;
    padding: 0; }
  .no-js .accordion-content {
    padding: 1em;
    overflow: auto;
    display: block; } }

.tiers-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .tiers-container strong {
    font-size: 15px;
    color: #000;
    margin-right: 2px; }
  .tiers-container > div {
    width: 33%; }
    .tiers-container > div h4 {
      font-weight: bold; }
    .tiers-container > div.tier-header {
      text-align: center;
      color: #555;
      font-weight: bold;
      font-size: 16px;
      background-color: #eee;
      border-bottom: 2px solid #dedede; }
      .tiers-container > div.tier-header small {
        font-size: 13px;
        color: #5e5e5e;
        margin-left: 4px; }
      .tiers-container > div.tier-header h3 {
        text-align: center;
        color: white;
        padding: 10px;
        font-weight: bold;
        text-shadow: 0 1px rgba(0, 0, 0, 0.3);
        letter-spacing: 1px;
        margin-top: 0;
        text-transform: uppercase; }
    .tiers-container > div ul {
      margin-left: 0;
      list-style-type: none; }
      .tiers-container > div ul li {
        position: relative;
        padding-left: 15px;
        margin-bottom: 10px;
        line-height: 16px; }
        .tiers-container > div ul li:before {
          top: 4px;
          left: -2px;
          color: #4acc01;
          content: "\f00c";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          font-size: 10px;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute; }
    .tiers-container > div.weekly-digest-placement, .tiers-container > div.website-placement, .tiers-container > div.there-is-more {
      padding: 10px; }
    .tiers-container > div.website-placement {
      background-color: #fafafa;
      border-top: 1px solid #dedede;
      border-bottom: 1px solid #dedede; }
    .tiers-container > div.bronze, .tiers-container > div.silver, .tiers-container > div.gold {
      border-right: 1px solid #e5e5e5;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box; }
    .tiers-container > div.there-is-more {
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 20px; }
    .tiers-container > div.bronze {
      border-left: 1px solid #e5e5e5; }
      .tiers-container > div.bronze h3 {
        background-color: #cc7e2e; }
    .tiers-container > div.silver h3 {
      background-color: #cccccc; }
    .tiers-container > div.gold h3 {
      background-color: #d8b028; }
    @media only screen and (max-width: 768px) {
      .tiers-container > div {
        width: 100%; }
        .tiers-container > div.bronze.tier-header {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; }
        .tiers-container > div.bronze.weekly-digest-placement {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; }
        .tiers-container > div.bronze.website-placement {
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3; }
        .tiers-container > div.bronze.there-is-more {
          -webkit-box-ordinal-group: 5;
          -webkit-order: 4;
              -ms-flex-order: 4;
                  order: 4; }
        .tiers-container > div.silver.tier-header {
          -webkit-box-ordinal-group: 6;
          -webkit-order: 5;
              -ms-flex-order: 5;
                  order: 5; }
        .tiers-container > div.silver.weekly-digest-placement {
          -webkit-box-ordinal-group: 7;
          -webkit-order: 6;
              -ms-flex-order: 6;
                  order: 6; }
        .tiers-container > div.silver.website-placement {
          -webkit-box-ordinal-group: 8;
          -webkit-order: 7;
              -ms-flex-order: 7;
                  order: 7; }
        .tiers-container > div.silver.there-is-more {
          -webkit-box-ordinal-group: 9;
          -webkit-order: 8;
              -ms-flex-order: 8;
                  order: 8; }
        .tiers-container > div.gold.tier-header {
          -webkit-box-ordinal-group: 10;
          -webkit-order: 9;
              -ms-flex-order: 9;
                  order: 9; }
        .tiers-container > div.gold.weekly-digest-placement {
          -webkit-box-ordinal-group: 11;
          -webkit-order: 10;
              -ms-flex-order: 10;
                  order: 10; }
        .tiers-container > div.gold.website-placement {
          -webkit-box-ordinal-group: 12;
          -webkit-order: 11;
              -ms-flex-order: 11;
                  order: 11; }
        .tiers-container > div.gold.there-is-more {
          -webkit-box-ordinal-group: 13;
          -webkit-order: 12;
              -ms-flex-order: 12;
                  order: 12; }
        .tiers-container > div.silver, .tiers-container > div.gold {
          border-left: 1px solid #dedede; } }

.gf_coupon_code {
  width: 47% !important;
  padding-right: 2px !important; }

.gform_wrapper div.charleft {
  color: #666 !important; }

#searchform input {
  line-height: 21px; }

#gform_widget-2 input[name="input_1"], #gform_widget-3 input[name="input_1"] {
  line-height: 20px; }
