@charset "UTF-8";
/*
Theme Name: Second Street Lab
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout ΓÇö the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */
/*
==========================
Colors
=============================
*/
/*
==========================
Fonts
=============================
*/

/*
==========================
Mixins
=============================
*/
/*
==========================
Extends
=============================
*/
/* line 8, ../sass/includes/_extends.scss */
.container, .row, .cf, .full-width, .grid-row {
  *zoom: 1;
}
/* line 10, ../sass/includes/_extends.scss */
.container:before, .row:before, .cf:before, .full-width:before, .grid-row:before, .container:after, .row:after, .cf:after, .full-width:after, .grid-row:after {
  content: " ";
  display: table;
}
/* line 14, ../sass/includes/_extends.scss */
.container:after, .row:after, .cf:after, .full-width:after, .grid-row:after {
  clear: both;
}

/* line 42, ../sass/includes/_extends.scss */
.img-center, .full-width-image img, .topics .download-template img, .topics .case-study-section figure img, .table-section figure img {
  display: block;
  float: none;
  margin: 0 auto 10px;
}

/* line 49, ../sass/includes/_extends.scss */
.center-block, .subscribe-block .subscribe-wrapper .input-box, .newsletter-signup .signup-wrapper .input-box {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

/* line 59, ../sass/includes/_extends.scss */
.blue-underline {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 63, ../sass/includes/_extends.scss */
.blue-underline:after {
  border: 2px solid #007bba;
  bottom: -25px;
  content: "";
  display: block;
  left: 50%;
  margin-left: -45px;
  position: relative;
  width: 90px;
}

/* line 76, ../sass/includes/_extends.scss */
.align-center {
  text-align: center;
}

/* line 77, ../sass/includes/_extends.scss */
.align-left {
  text-align: left;
}

/* line 78, ../sass/includes/_extends.scss */
.align-right {
  text-align: right;
}

/* line 79, ../sass/includes/_extends.scss */
.bold {
  font-weight: bold;
}

/* line 81, ../sass/includes/_extends.scss */
.btn, .subscribe-block .subscribe-wrapper input[type="submit"], .topics-section .topics-block .topic a, .newsletter-signup .signup-wrapper input[type="submit"] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 14px 25px;
  margin-bottom: 0;
  
 
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  background: #000;
}
/* line 96, ../sass/includes/_extends.scss */
.btn:hover, .subscribe-block .subscribe-wrapper input[type="submit"]:hover, .topics-section .topics-block .topic a:hover, .newsletter-signup .signup-wrapper input[type="submit"]:hover {
  text-decoration: none;
}

/* line 101, ../sass/includes/_extends.scss */
.subscribe-block .subscribe-wrapper input[type="submit"]:hover, .testimonials .button-wrapper .btn:hover, .our-platform .content .button-wrapper .btn:hover, .newsletter-signup .signup-wrapper input[type="submit"]:hover {
  background: #48a012;
  color: #fff;
}

/* line 105, ../sass/includes/_extends.scss */
.topics-section .topics-block .topic a:hover {
  background: #32b6ef;
  color: #fff;
}

/* line 113, ../sass/includes/_extends.scss */
.btn.green-bordered, .btn.white-bordered, .btn.blue-bordered, .btn.orange-bordered, .btn.yellow-bordered {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 0 1px transparent;
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
  vertical-align: middle;
}
/* line 123, ../sass/includes/_extends.scss */
.btn.green-bordered:before, .btn.white-bordered:before, .btn.blue-bordered:before, .btn.orange-bordered:before, .btn.yellow-bordered:before {
  background: #333 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
}
/* line 139, ../sass/includes/_extends.scss */
.btn.green-bordered:hover:before, .btn.white-bordered:hover:before, .btn.blue-bordered:hover:before, .btn.orange-bordered:hover:before, .btn.yellow-bordered:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 173, ../sass/includes/_extends.scss */
.btn.green-bordered {
  border: 2px solid #81c347;
  color: #fff;
}
/* line 176, ../sass/includes/_extends.scss */
.btn.green-bordered:hover {
  color: #fff;
}
/* line 182, ../sass/includes/_extends.scss */
.btn.green-bordered:before {
  background: #81c347;
}

/* line 184, ../sass/includes/_extends.scss */
.btn.white-bordered {
  border: 1px solid #fff;
  color: #fff;
}
/* line 187, ../sass/includes/_extends.scss */
.btn.white-bordered:hover {
  color: #333;
}
/* line 192, ../sass/includes/_extends.scss */
.btn.white-bordered:before {
  background: #fff;
}

/* line 195, ../sass/includes/_extends.scss */
.btn.blue-bordered {
  border: 2px solid #054a6e;
  color: #054a6e;
}
/* line 199, ../sass/includes/_extends.scss */
.btn.blue-bordered:hover {
  color: #fff;
}
/* line 204, ../sass/includes/_extends.scss */
.btn.blue-bordered:before {
  background: #054a6e;
}

/* line 207, ../sass/includes/_extends.scss */
.btn.orange-bordered, .btn.yellow-bordered {
  border: 2px solid #e78606;
  color: #fff;
}
/* line 211, ../sass/includes/_extends.scss */
.btn.orange-bordered:hover, .btn.yellow-bordered:hover {
  color: #fff;
}
/* line 215, ../sass/includes/_extends.scss */
.btn.orange-bordered:before, .btn.yellow-bordered:before {
  background: #e78606;
}

/* line 218, ../sass/includes/_extends.scss */
.blue-bordered::before {
  background: #2098d1 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
}

/*
==========================
Grind and Layout
=============================
*/
/* line 7, ../sass/includes/_grid-and-layout.scss */
* {
  box-sizing: border-box;
}
/* line 9, ../sass/includes/_grid-and-layout.scss */
*:before, *:after {
  box-sizing: border-box;
}

/* line 14, ../sass/includes/_grid-and-layout.scss */
.full-width {
  max-width: 100%;
}

/* line 15, ../sass/includes/_grid-and-layout.scss */
.container {
  max-width: 990px;
  /*inluding grid padding*/
  box-shadow: none;
  border: none;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 31, ../sass/includes/_grid-and-layout.scss */
.col-1 {
  width: 8.33333%;
}

/* line 31, ../sass/includes/_grid-and-layout.scss */
.col-2 {
  width: 16.66667%;
}

/* line 31, ../sass/includes/_grid-and-layout.scss */
.col-3 {
  width: 25%;
}

/* line 31, ../sass/includes/_grid-and-layout.scss */
.col-4 {
  width: 33.33333%;
}

/* line 31, ../sass/includes/_grid-and-layout.scss */
.col-5 {
  width: 41.66667%;
}

/* line 31, ../sass/includes/_grid-and-layout.scss */
.col-6 {
  width: 50%;
}

/* line 31, ../sass/includes/_grid-and-layout.scss */
.col-7 {
  width: 58.33333%;
}

/* line 31, ../sass/includes/_grid-and-layout.scss */
.col-8 {
  width: 66.66667%;
}

/* line 31, ../sass/includes/_grid-and-layout.scss */
.col-9 {
  width: 75%;
}

/* line 31, ../sass/includes/_grid-and-layout.scss */
.col-10 {
  width: 83.33333%;
}

/* line 31, ../sass/includes/_grid-and-layout.scss */
.col-11 {
  width: 91.66667%;
}

/* line 31, ../sass/includes/_grid-and-layout.scss */
.col-12 {
  width: 100%;
}

/* line 36, ../sass/includes/_grid-and-layout.scss */
[class*="col-"] {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
  min-height: 1px;
/*  margin-top: 50px;*/
}

/* line 45, ../sass/includes/_grid-and-layout.scss */
.row {
  clear: both;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

/* line 47, ../sass/includes/_grid-and-layout.scss */
.grid-row {
  margin-left: -15px;
  margin-right: -15px;
}

/**
 * 1.0 - Normalize
 */
/*
==========================
Normalize CSS
=============================
*/
/* line 8, ../sass/includes/_normalize.scss */
html {
  
 
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 14, ../sass/includes/_normalize.scss */
body {
  margin: 0;
}

/* line 18, ../sass/includes/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

/* line 22, ../sass/includes/_normalize.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 27, ../sass/includes/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 32, ../sass/includes/_normalize.scss */
[hidden], template {
  display: none;
}

/* line 36, ../sass/includes/_normalize.scss */
a {
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 41, ../sass/includes/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 45, ../sass/includes/_normalize.scss */
b, strong {
  font-weight: 700;
}

b, strong{
  color:#000;}

/* line 49, ../sass/includes/_normalize.scss */
small {
  font-size: 80%;
}

/* line 53, ../sass/includes/_normalize.scss */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 60, ../sass/includes/_normalize.scss */
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

/* line 68, ../sass/includes/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 72, ../sass/includes/_normalize.scss */
img {
  border: 0;
}

/* line 76, ../sass/includes/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 80, ../sass/includes/_normalize.scss */
figure {
  margin: 0;
}

/* line 84, ../sass/includes/_normalize.scss */
hr {
  box-sizing: content-box;
}

/* line 90, ../sass/includes/_normalize.scss */
code, kbd, pre, samp {
  font-size: 1em;
}

/* line 94, ../sass/includes/_normalize.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 100, ../sass/includes/_normalize.scss */
select {
  text-transform: none;
}

/* line 104, ../sass/includes/_normalize.scss */
button {
  overflow: visible;
  max-width: 100%;
}

/* line 109, ../sass/includes/_normalize.scss */
input, select, textarea {
  max-width: 100%;
}

/* line 113, ../sass/includes/_normalize.scss */
button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 118, ../sass/includes/_normalize.scss */
input {
  border-radius: 0;
}
/* line 120, ../sass/includes/_normalize.scss */
input[type="reset"], input[type="submit"], input[type="button"] {
  -webkit-appearance: button;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
}

/* line 129, ../sass/includes/_normalize.scss */
button[disabled], html input[disabled] {
  cursor: default;
  opacity: .5;
}

/* line 134, ../sass/includes/_normalize.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 140, ../sass/includes/_normalize.scss */
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 144, ../sass/includes/_normalize.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}
/* line 152, ../sass/includes/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/* line 156, ../sass/includes/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
}
/* line 158, ../sass/includes/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 164, ../sass/includes/_normalize.scss */
fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}
/* line 169, ../sass/includes/_normalize.scss */
fieldset > :last-child {
  margin-bottom: 0;
}

/* line 174, ../sass/includes/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 179, ../sass/includes/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 184, ../sass/includes/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 189, ../sass/includes/_normalize.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 193, ../sass/includes/_normalize.scss */
blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  padding: 0 0 0 1.263157895em;
  quotes: none;
}

/* line 206, ../sass/includes/_normalize.scss */
q {
  quotes: none;
}

/* line 211, ../sass/includes/_normalize.scss */
blockquote:before, blockquote:after {
  content: "";
}

/* line 217, ../sass/includes/_normalize.scss */
q:before, q:after {
  content: "";
}

/* line 223, ../sass/includes/_normalize.scss */
blockquote p {
  margin-bottom: 1.4736842105em;
}
/* line 226, ../sass/includes/_normalize.scss */
blockquote cite, blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
/* line 233, ../sass/includes/_normalize.scss */
blockquote cite:before, blockquote small:before {
  content: "\2014\00a0";
}
/* line 236, ../sass/includes/_normalize.scss */
blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}
/* line 239, ../sass/includes/_normalize.scss */
blockquote strong, blockquote b {
  font-weight: 400;
}
/* line 242, ../sass/includes/_normalize.scss */
blockquote > :last-child {
  margin-bottom: 0;
}

/* line 247, ../sass/includes/_normalize.scss */
address {
  font-style: italic;
  margin: 0 0 1.75em;
}

/* line 252, ../sass/includes/_normalize.scss */
code, kbd, tt, var, samp {
  
 
}

/* line 256, ../sass/includes/_normalize.scss */
pre {
  
 
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 271, ../sass/includes/_normalize.scss */
code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em;
}

/* line 276, ../sass/includes/_normalize.scss */
abbr, acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

/* line 281, ../sass/includes/_normalize.scss */
mark, ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

/* line 288, ../sass/includes/_normalize.scss */
big {
  font-size: 125%;
}

/* line 292, ../sass/includes/_normalize.scss */
hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em;
}

/* line 299, ../sass/includes/_normalize.scss */
ul, ol {
  margin: 0 2em 1.75em 2.25em;
  padding: 0;
}

/* line 304, ../sass/includes/_normalize.scss */
ul {
  list-style: disc;
}
ul li{
  list-style: disc; line-height:1.5; padding:.3em 0em;
}

/* line 308, ../sass/includes/_normalize.scss */
ol {
  list-style: decimal;
  margin-left: 1.5em;
}

/* line 314, ../sass/includes/_normalize.scss */
li > ul, li > ol {
  margin-bottom: 0;
}

/* line 319, ../sass/includes/_normalize.scss */
dl {
  margin: 0 0 1.75em;
}

/* line 323, ../sass/includes/_normalize.scss */
dt {
  font-weight: 700;
}

/* line 327, ../sass/includes/_normalize.scss */
dd {
  margin: 0 0 1.75em;
}

/* line 331, ../sass/includes/_normalize.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

/* line 339, ../sass/includes/_normalize.scss */
del {
  opacity: 0.8;
}

/* line 343, ../sass/includes/_normalize.scss */
table, th, td {
  border: 1px solid #d1d1d1;
}

/* line 347, ../sass/includes/_normalize.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

/* line 357, ../sass/includes/_normalize.scss */
caption, th, td {
  font-weight: normal;
  text-align: left;
}

/* line 362, ../sass/includes/_normalize.scss */
th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

/* line 367, ../sass/includes/_normalize.scss */
td {
  border-width: 0 1px 1px 0;
}

/* line 371, ../sass/includes/_normalize.scss */
th, td {
  padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
/* line 377, ../sass/includes/_normalize.scss */
::-webkit-input-placeholder, :-moz-placeholder {
  color: #686868;
  
 
}

/* line 382, ../sass/includes/_normalize.scss */
::-moz-placeholder {
  color: #686868;
  
 
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

/* line 389, ../sass/includes/_normalize.scss */
:-ms-input-placeholder {
  color: #686868;
  
 
}

/* line 396, ../sass/includes/_normalize.scss */
input {
  line-height: normal;
}

/* line 400, ../sass/includes/_normalize.scss */
button {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  
 
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}
/* line 412, ../sass/includes/_normalize.scss */
button[disabled]:hover, button[disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  
 
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}

/* line 428, ../sass/includes/_normalize.scss */
input[type="button"] {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  
 
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}
/* line 440, ../sass/includes/_normalize.scss */
input[type="button"][disabled]:hover, input[type="button"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  
 
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}
/* line 454, ../sass/includes/_normalize.scss */
input[type="reset"] {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  
 
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}
/* line 466, ../sass/includes/_normalize.scss */
input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  
 
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}
/* line 480, ../sass/includes/_normalize.scss */
input[type="submit"] {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  
 
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}
/* line 492, ../sass/includes/_normalize.scss */
input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  
 
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}

/* line 509, ../sass/includes/_normalize.scss */
button:hover, button:focus {
  background: #007acc;
}

/* line 516, ../sass/includes/_normalize.scss */
input[type="button"]:hover, input[type="button"]:focus {
  background: #007acc;
}
/* line 521, ../sass/includes/_normalize.scss */
input[type="reset"]:hover, input[type="reset"]:focus {
  background: #007acc;
}
/* line 526, ../sass/includes/_normalize.scss */
input[type="submit"]:hover, input[type="submit"]:focus {
  background: #007acc;
}

/* line 532, ../sass/includes/_normalize.scss */
button:focus {
  outline: thin dotted;
  outline-offset: -4px;
}

/* line 538, ../sass/includes/_normalize.scss */
input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}
/* line 542, ../sass/includes/_normalize.scss */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"] {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;
}

/* line 553, ../sass/includes/_normalize.scss */
textarea {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;
}

/* line 564, ../sass/includes/_normalize.scss */
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus {
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0;
}

/* line 572, ../sass/includes/_normalize.scss */
textarea:focus {
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0;
}

/* line 581, ../sass/includes/_normalize.scss */
html {
  box-sizing: border-box;
}

/* line 587, ../sass/includes/_normalize.scss */
* {
  box-sizing: inherit;
}
/* line 592, ../sass/includes/_normalize.scss */
*:before, *:after {
  box-sizing: inherit;
}

/*main elements*/
/* line 601, ../sass/includes/_normalize.scss */
body {
  background: #1a1a1a;
}

/* line 607, ../sass/includes/_normalize.scss */
body, button, input, select, textarea {
  color: #1a1a1a;
  
 
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

/* line 615, ../sass/includes/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility;
}

/* line 622, ../sass/includes/_normalize.scss */
p {
  margin: 0 0 1.75em;
}

/* line 626, ../sass/includes/_normalize.scss */
a {
  color: #007acc;
  text-decoration: none;
}
/* line 629, ../sass/includes/_normalize.scss */
a:hover, a:focus, a:active {
  color: #686868;
}
/* line 632, ../sass/includes/_normalize.scss */
a:focus {
  outline: thin dotted;
}
/* line 635, ../sass/includes/_normalize.scss */
a:hover, a:active {
  outline: 0;
}

/**
 * 2.0 - Genericons
 */
/* line 69, ../sass/style.scss */
.menu-item-has-children a:after, .social-navigation a:before, .dropdown-toggle:after, .bypostauthor > article .fn:after, .comment-reply-title small a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  
 
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

/* line 87, ../sass/style.scss */
.pagination .prev:before, .pagination .next:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  
 
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}
/* line 104, ../sass/style.scss */
.pagination .nav-links:before, .pagination .nav-links:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  
 
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

/* line 123, ../sass/style.scss */
.search-submit:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  
 
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
  color: #fff;
}

/**
 * 3.0 - Typography
 */
/**
 * 4.0 - Elements
 */
/**
 * 5.0 - Forms
 */
/* line 153, ../sass/style.scss */
.post-password-form {
  margin-bottom: 1.75em;
}
/* line 155, ../sass/style.scss */
.post-password-form label {
  color: #686868;
  display: block;
  
 
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 1.75em;
  text-transform: uppercase;
}
/* line 166, ../sass/style.scss */
.post-password-form input[type="password"] {
  margin-top: 0.4375em;
}
/* line 169, ../sass/style.scss */
.post-password-form > :last-child {
  margin-bottom: 0;
}

/* line 174, ../sass/style.scss */
.search-form {
  position: relative;
}

/* line 178, ../sass/style.scss */
input[type="search"].search-field {
  border-radius: 2px 0 0 2px;
  width: calc(100% - 42px);
}

/* line 184, ../sass/style.scss */
.search-submit {
  border-radius: 0 2px 2px 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}
/* line 185, ../sass/style.scss */
.search-submit:before {
  content: "\f400";
  font-size: 24px;
  left: 2px;
  line-height: 42px;
  position: relative;
  width: 40px;
}

/**
 * 6.0 - Navigation
 */
/**
 * 6.1 - Links
 */
/* line 218, ../sass/style.scss */
.entry-content a:hover, .entry-content a:focus {
  box-shadow: none;
}

/* line 224, ../sass/style.scss */
.entry-summary a:hover, .entry-summary a:focus {
  box-shadow: none;
}

/* line 230, ../sass/style.scss */
.taxonomy-description a:hover, .taxonomy-description a:focus {
  box-shadow: none;
}

/* line 236, ../sass/style.scss */
.logged-in-as a:hover, .logged-in-as a:focus {
  box-shadow: none;
}

/* line 242, ../sass/style.scss */
.comment-content a:hover, .comment-content a:focus {
  box-shadow: none;
}

/* line 248, ../sass/style.scss */
.pingback .comment-body > a:hover, .pingback .comment-body > a:focus {
  box-shadow: none;
}

/* line 254, ../sass/style.scss */
.textwidget a:hover, .textwidget a:focus {
  box-shadow: none;
}

/**
 * 6.2 - Menus
 */
/* line 263, ../sass/style.scss */
.site-header-menu {
  display: none;
  -ms-flex: 0 1 100%;
  -webkit-box-flex: 0;
  flex: 0 1 100%;
  margin: 0.875em 0;
}
/* line 269, ../sass/style.scss */
.site-header-menu.toggled-on {
  display: block;
}

/* line 274, ../sass/style.scss */
.no-js .site-header-menu {
  display: block;
}

/* line 278, ../sass/style.scss */
.main-navigation {
  
 
}

/* line 282, ../sass/style.scss */
.site-footer .main-navigation {
  margin-bottom: 1.75em;
}

/* line 287, ../sass/style.scss */
.main-navigation ul {
  list-style: none;
  margin: 0;
}
/* line 291, ../sass/style.scss */
.main-navigation li {
  border-top: 1px solid #d1d1d1;
  position: relative;
}
/* line 295, ../sass/style.scss */
.main-navigation a {
  color: #1a1a1a;
  display: block;
  line-height: 1.3125;
  outline-offset: -1px;
  padding: 0.84375em 0;
}
/* line 301, ../sass/style.scss */
.main-navigation a:hover, .main-navigation a:focus {
  color: #007acc;
}
/* line 305, ../sass/style.scss */
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
  font-weight: 700;
}
/* line 308, ../sass/style.scss */
.main-navigation ul ul {
  display: none;
  margin-left: 0.875em;
}

/* line 314, ../sass/style.scss */
.no-js .main-navigation ul ul {
  display: block;
}

/* line 319, ../sass/style.scss */
.main-navigation ul .toggled-on {
  display: block;
}
/* line 322, ../sass/style.scss */
.main-navigation .primary-menu {
  border-bottom: 1px solid #d1d1d1;
}
/* line 325, ../sass/style.scss */
.main-navigation .menu-item-has-children > a {
  margin-right: 56px;
}

/* line 330, ../sass/style.scss */
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #1a1a1a;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 48px;
}
/* line 343, ../sass/style.scss */
.dropdown-toggle:after {
  border: 0 solid #d1d1d1;
  border-left-width: 1px;
  content: "\f431";
  font-size: 24px;
  left: 1px;
  position: relative;
  width: 48px;
}
/* line 352, ../sass/style.scss */
.dropdown-toggle:hover {
  background-color: transparent;
  color: #007acc;
}
/* line 356, ../sass/style.scss */
.dropdown-toggle:focus {
  background-color: transparent;
  color: #007acc;
  outline: thin dotted;
  outline-offset: -1px;
}
/* line 361, ../sass/style.scss */
.dropdown-toggle:focus:after {
  border-color: transparent;
}
/* line 365, ../sass/style.scss */
.dropdown-toggle.toggled-on:after {
  content: "\f432";
}

/* line 370, ../sass/style.scss */
.site-header .main-navigation + .social-navigation {
  margin-top: 1.75em;
}

/* line 374, ../sass/style.scss */
.site-footer .social-navigation {
  margin-bottom: 1.75em;
}

/* line 379, ../sass/style.scss */
.social-navigation ul {
  list-style: none;
  margin: 0 0 -0.4375em;
}
/* line 383, ../sass/style.scss */
.social-navigation li {
  float: left;
  margin: 0 0.4375em 0.4375em 0;
}
/* line 387, ../sass/style.scss */
.social-navigation a {
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  color: #1a1a1a;
  display: block;
  height: 35px;
  position: relative;
  width: 35px;
}
/* line 395, ../sass/style.scss */
.social-navigation a:before {
  content: "\f415";
  height: 33px;
  line-height: 33px;
  text-align: center;
  width: 33px;
}
/* line 402, ../sass/style.scss */
.social-navigation a:hover:before, .social-navigation a:focus:before {
  color: #007acc;
}
/* line 405, ../sass/style.scss */
.social-navigation a[href*="codepen.io"]:before {
  content: "\f216";
}
/* line 408, ../sass/style.scss */
.social-navigation a[href*="digg.com"]:before {
  content: "\f221";
}
/* line 411, ../sass/style.scss */
.social-navigation a[href*="dribbble.com"]:before {
  content: "\f201";
}
/* line 414, ../sass/style.scss */
.social-navigation a[href*="dropbox.com"]:before {
  content: "\f225";
}
/* line 417, ../sass/style.scss */
.social-navigation a[href*="facebook.com"]:before {
  content: "\f203";
}
/* line 420, ../sass/style.scss */
.social-navigation a[href*="flickr.com"]:before {
  content: "\f211";
}
/* line 423, ../sass/style.scss */
.social-navigation a[href*="foursquare.com"]:before {
  content: "\f226";
}
/* line 426, ../sass/style.scss */
.social-navigation a[href*="plus.google.com"]:before {
  content: "\f206";
}
/* line 429, ../sass/style.scss */
.social-navigation a[href*="github.com"]:before {
  content: "\f200";
}
/* line 432, ../sass/style.scss */
.social-navigation a[href*="instagram.com"]:before {
  content: "\f215";
}
/* line 435, ../sass/style.scss */
.social-navigation a[href*="linkedin.com"]:before {
  content: "\f208";
}
/* line 438, ../sass/style.scss */
.social-navigation a[href*="path.com"]:before {
  content: "\f219";
}
/* line 441, ../sass/style.scss */
.social-navigation a[href*="pinterest.com"]:before {
  content: "\f210";
}
/* line 444, ../sass/style.scss */
.social-navigation a[href*="getpocket.com"]:before {
  content: "\f224";
}
/* line 447, ../sass/style.scss */
.social-navigation a[href*="polldaddy.com"]:before {
  content: "\f217";
}
/* line 450, ../sass/style.scss */
.social-navigation a[href*="reddit.com"]:before {
  content: "\f222";
}
/* line 453, ../sass/style.scss */
.social-navigation a[href*="skype.com"]:before {
  content: "\f220";
}
/* line 456, ../sass/style.scss */
.social-navigation a[href*="stumbleupon.com"]:before {
  content: "\f223";
}
/* line 459, ../sass/style.scss */
.social-navigation a[href*="tumblr.com"]:before {
  content: "\f214";
}
/* line 462, ../sass/style.scss */
.social-navigation a[href*="twitter.com"]:before {
  content: "\f202";
}
/* line 465, ../sass/style.scss */
.social-navigation a[href*="vimeo.com"]:before {
  content: "\f212";
}
/* line 468, ../sass/style.scss */
.social-navigation a[href*="wordpress.com"]:before, .social-navigation a[href*="wordpress.org"]:before {
  content: "\f205";
}
/* line 471, ../sass/style.scss */
.social-navigation a[href*="youtube.com"]:before {
  content: "\f213";
}
/* line 474, ../sass/style.scss */
.social-navigation a[href^="mailto:"]:before {
  content: "\f410";
}
/* line 477, ../sass/style.scss */
.social-navigation a[href*="spotify.com"]:before {
  content: "\f515";
}
/* line 480, ../sass/style.scss */
.social-navigation a[href*="twitch.tv"]:before {
  content: "\f516";
}
/* line 483, ../sass/style.scss */
.social-navigation a[href$="/feed/"]:before {
  content: "\f413";
}

/* line 489, ../sass/style.scss */
.post-navigation {
  border-top: 4px solid #1a1a1a;
  border-bottom: 4px solid #1a1a1a;
  clear: both;
  
 
  margin: 0 7.6923% 3.5em;
}
/* line 495, ../sass/style.scss */
.post-navigation a {
  color: #1a1a1a;
  display: block;
  padding: 1.75em 0;
}
/* line 500, ../sass/style.scss */
.post-navigation span {
  display: block;
}
/* line 503, ../sass/style.scss */
.post-navigation .meta-nav {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}
/* line 512, ../sass/style.scss */
.post-navigation .post-title {
  display: inline;
  
 
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.2173913043;
  text-rendering: optimizeLegibility;
}
/* line 522, ../sass/style.scss */
.post-navigation a:hover .post-title, .post-navigation a:focus .post-title {
  color: #007acc;
}
/* line 526, ../sass/style.scss */
.post-navigation div + div {
  border-top: 4px solid #1a1a1a;
}

/* line 531, ../sass/style.scss */
.pagination {
  border-top: 4px solid #1a1a1a;
  
 
  font-size: 19px;
  font-size: 1.1875rem;
  margin: 0 7.6923% 2.947368421em;
  min-height: 56px;
  position: relative;
}
/* line 539, ../sass/style.scss */
.pagination:before, .pagination:after {
  background-color: #1a1a1a;
  content: "";
  height: 52px;
  position: absolute;
  top: 0;
  width: 52px;
  z-index: 0;
}
/* line 548, ../sass/style.scss */
.pagination:before {
  right: 0;
}
/* line 551, ../sass/style.scss */
.pagination:after {
  right: 54px;
}
/* line 555, ../sass/style.scss */
.pagination a:hover, .pagination a:focus {
  color: #1a1a1a;
}
/* line 559, ../sass/style.scss */
.pagination .nav-links {
  padding-right: 106px;
  position: relative;
}
/* line 562, ../sass/style.scss */
.pagination .nav-links:before, .pagination .nav-links:after {
  color: #fff;
  font-size: 32px;
  line-height: 51px;
  opacity: 0.3;
  position: absolute;
  width: 52px;
  z-index: 1;
}
/* line 571, ../sass/style.scss */
.pagination .nav-links:before {
  content: "\f429";
  right: -1px;
}
/* line 575, ../sass/style.scss */
.pagination .nav-links:after {
  content: "\f430";
  right: 55px;
}
/* line 580, ../sass/style.scss */
.pagination .current .screen-reader-text {
  position: static !important;
}
/* line 583, ../sass/style.scss */
.pagination .page-numbers {
  display: none;
  letter-spacing: 0.013157895em;
  line-height: 1;
  margin: 0 0.7368421053em 0 -0.7368421053em;
  padding: 0.8157894737em 0.7368421053em 0.3947368421em;
  text-transform: uppercase;
}
/* line 591, ../sass/style.scss */
.pagination .current {
  display: inline-block;
  font-weight: 700;
}
/* line 595, ../sass/style.scss */
.pagination .prev, .pagination .next {
  background-color: #1a1a1a;
  color: #fff;
  display: inline-block;
  height: 52px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 52px;
  z-index: 2;
}
/* line 608, ../sass/style.scss */
.pagination .prev:before, .pagination .next:before {
  font-size: 32px;
  height: 53px;
  line-height: 52px;
  position: relative;
  width: 53px;
}
/* line 616, ../sass/style.scss */
.pagination .prev:hover, .pagination .prev:focus {
  background-color: #007acc;
  color: #fff;
}
/* line 622, ../sass/style.scss */
.pagination .next:hover, .pagination .next:focus {
  background-color: #007acc;
  color: #fff;
}
/* line 627, ../sass/style.scss */
.pagination .prev:focus, .pagination .next:focus {
  outline: 0;
}
/* line 630, ../sass/style.scss */
.pagination .prev {
  right: 54px;
}
/* line 632, ../sass/style.scss */
.pagination .prev:before {
  content: "\f430";
  left: -1px;
  top: -1px;
}
/* line 638, ../sass/style.scss */
.pagination .next {
  right: 0;
}
/* line 640, ../sass/style.scss */
.pagination .next:before {
  content: "\f429";
  right: -1px;
  top: -1px;
}

/* reset screen-reader-text */
/* line 650, ../sass/style.scss */
.image-navigation {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  color: #686868;
  
 
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin: 0 7.6923% 2.1538461538em;
  padding: 1.0769230769em 0;
}

/* line 662, ../sass/style.scss */
.comment-navigation {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  color: #686868;
  
 
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin: 0 7.6923% 2.1538461538em;
  padding: 1.0769230769em 0;
  margin-right: 0;
  margin-left: 0;
}

/* line 676, ../sass/style.scss */
.comments-title + .comment-navigation {
  border-bottom: 0;
  margin-bottom: 0;
}

/* line 682, ../sass/style.scss */
.image-navigation .nav-previous:not(:empty), .image-navigation .nav-next:not(:empty) {
  display: inline-block;
}

/* line 688, ../sass/style.scss */
.comment-navigation .nav-previous:not(:empty), .comment-navigation .nav-next:not(:empty) {
  display: inline-block;
}

/* line 693, ../sass/style.scss */
.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before, .comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}

/**
 * 7.0 - Accessibility
 */
/* Text meant only for screen readers */
/* line 706, ../sass/style.scss */
.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
/* line 718, ../sass/style.scss */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  
 
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

/* line 734, ../sass/style.scss */
.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  
 
}

/* line 739, ../sass/style.scss */
.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/**
 * 8.0 - Alignments
 */
/* line 752, ../sass/style.scss */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

/* line 757, ../sass/style.scss */
.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

/* line 762, ../sass/style.scss */
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

/* line 769, ../sass/style.scss */
blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
/* line 772, ../sass/style.scss */
blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
/* line 775, ../sass/style.scss */
blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}

/**
 * 9.0 - Clearings
 */
/* line 785, ../sass/style.scss */
.clear:before, .clear:after {
  content: "";
  display: table;
}

/* line 792, ../sass/style.scss */
blockquote:before, blockquote:after {
  content: "";
  display: table;
}

/* line 799, ../sass/style.scss */
.entry-content:before, .entry-content:after {
  content: "";
  display: table;
}

/* line 806, ../sass/style.scss */
.entry-summary:before, .entry-summary:after {
  content: "";
  display: table;
}

/* line 813, ../sass/style.scss */
.comment-content:before, .comment-content:after {
  content: "";
  display: table;
}

/* line 820, ../sass/style.scss */
.site-content:before, .site-content:after {
  content: "";
  display: table;
}

/* line 827, ../sass/style.scss */
.site-main > article:before, .site-main > article:after {
  content: "";
  display: table;
}

/* line 834, ../sass/style.scss */
.primary-menu:before, .primary-menu:after {
  content: "";
  display: table;
}

/* line 841, ../sass/style.scss */
.social-links-menu:before, .social-links-menu:after {
  content: "";
  display: table;
}

/* line 848, ../sass/style.scss */
.textwidget:before, .textwidget:after {
  content: "";
  display: table;
}

/* line 855, ../sass/style.scss */
.content-bottom-widgets:before, .content-bottom-widgets:after {
  content: "";
  display: table;
}

/* line 861, ../sass/style.scss */
.clear:after, blockquote:after, .entry-content:after, .entry-summary:after, .comment-content:after, .site-content:after, .site-main > article:after, .primary-menu:after, .social-links-menu:after, .textwidget:after, .content-bottom-widgets:after {
  clear: both;
}

/**
 * 10.0 - Widgets
 */
/* line 869, ../sass/style.scss */
.widget {
/*  border-top: 4px solid #1a1a1a;*/
  margin-bottom: 3.5em;
  padding-top: 1.75em;
}

/* line 875, ../sass/style.scss */
.widget-area > :last-child {
  margin-bottom: 0;
}

/* line 880, ../sass/style.scss */
.widget > :last-child {
  margin-bottom: 0;
}
/* line 883, ../sass/style.scss */
.widget .widget-title {
  
 
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.046875em;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  text-transform: uppercase;
}
/* line 891, ../sass/style.scss */
.widget .widget-title:empty {
  margin-bottom: 0;
}

/* line 897, ../sass/style.scss */
.widget-title a {
  color: #1a1a1a;
}

/* Calendar widget */
/* line 903, ../sass/style.scss */
.widget.widget_calendar table {
  margin: 0;
}

/* line 908, ../sass/style.scss */
.widget_calendar td, .widget_calendar th {
  line-height: 2.5625;
  padding: 0;
  text-align: center;
}
/* line 913, ../sass/style.scss */
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 1.75em;
}
/* line 917, ../sass/style.scss */
.widget_calendar tbody a {
  background-color: #007acc;
  color: #fff;
  display: block;
  font-weight: 700;
}
/* line 922, ../sass/style.scss */
.widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
  background-color: #686868;
  color: #fff;
}

/* Recent Posts widget */
/* line 932, ../sass/style.scss */
.widget_recent_entries .post-date {
  color: #686868;
  display: block;
  
 
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615;
  margin-bottom: 0.538461538em;
}
/* line 941, ../sass/style.scss */
.widget_recent_entries li:last-child .post-date {
  margin-bottom: 0;
}

/* RSS widget */
/* line 949, ../sass/style.scss */
.widget_rss .rsswidget img {
  margin-top: -0.375em;
}
/* line 952, ../sass/style.scss */
.widget_rss .rss-date, .widget_rss cite {
  color: #686868;
  display: block;
  
 
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 1.615384615;
  margin-bottom: 0.538461538em;
}
/* line 962, ../sass/style.scss */
.widget_rss .rssSummary:last-child {
  margin-bottom: 2.1538461538em;
}
/* line 965, ../sass/style.scss */
.widget_rss li:last-child :last-child {
  margin-bottom: 0;
}

/* Tag Cloud widget */
/* line 972, ../sass/style.scss */
.tagcloud a {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  
 
  line-height: 1;
  margin: 0 0.1875em 0.4375em 0;
  padding: 0.5625em 0.4375em 0.5em;
}
/* line 980, ../sass/style.scss */
.tagcloud a:hover, .tagcloud a:focus {
  border-color: #007acc;
  color: #007acc;
  outline: 0;
}

/**
 * 11.0 - Content
 */
/* line 991, ../sass/style.scss */
.site {
  background-color: #fff;
}

/* line 995, ../sass/style.scss */
.site-inner {
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
}

/* line 1001, ../sass/style.scss */
.site-content {
  word-wrap: break-word;
}

/* Do not show the outline on the skip link target. */
/* line 1007, ../sass/style.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* line 1011, ../sass/style.scss */
.site-main {
  margin-bottom: 3.5em;
}
/* line 1013, ../sass/style.scss */
.site-main > :last-child {
  margin-bottom: 0;
}

/**
 * 11.1 - Header
 */
/* line 1022, ../sass/style.scss */
.site-header {
  padding: 2.625em 7.6923%;
}

/* line 1026, ../sass/style.scss */
.site-header-main {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 1038, ../sass/style.scss */
.site-branding {
  margin: 0.875em auto 0.875em 0;
  /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

/* line 1046, ../sass/style.scss */
.custom-logo-link {
  display: block;
}

/* line 1050, ../sass/style.scss */
.custom-logo {
  max-width: 180px;
}

/* line 1054, ../sass/style.scss */
.site-title {
  
 
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.2173913043;
  margin: 0;
}

/* line 1063, ../sass/style.scss */
.site-branding .site-title a {
  color: #1a1a1a;
}
/* line 1065, ../sass/style.scss */
.site-branding .site-title a:hover, .site-branding .site-title a:focus {
  color: #007acc;
}

/* line 1070, ../sass/style.scss */
.wp-custom-logo .site-title {
  margin-top: 0.608695652em;
}

/* line 1074, ../sass/style.scss */
.site-description {
  color: #686868;
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.0769230769;
  margin: 0.538461538em 0 0;
}

/* line 1084, ../sass/style.scss */
.menu-toggle {
  background-color: transparent;
  border: 1px solid #d1d1d1;
  color: #1a1a1a;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 1.076923077em 0;
  padding: 0.769230769em;
}

/* line 1094, ../sass/style.scss */
.no-js .menu-toggle {
  display: none;
}

/* line 1099, ../sass/style.scss */
.menu-toggle:hover, .menu-toggle:focus {
  background-color: transparent;
  border-color: #007acc;
  color: #007acc;
}
/* line 1104, ../sass/style.scss */
.menu-toggle.toggled-on {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
/* line 1108, ../sass/style.scss */
.menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
/* line 1114, ../sass/style.scss */
.menu-toggle:focus {
  outline: 0;
}
/* line 1117, ../sass/style.scss */
.menu-toggle.toggled-on:focus {
  outline: thin dotted;
}

/* line 1122, ../sass/style.scss */
.header-image {
  clear: both;
  margin: 0.875em 0;
}
/* line 1125, ../sass/style.scss */
.header-image a {
  display: block;
}
/* line 1127, ../sass/style.scss */
.header-image a:hover img, .header-image a:focus img {
  opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */
/* line 1137, ../sass/style.scss */
.site-main > article {
  margin-bottom: 3.5em;
  position: relative;
}

/*
.entry-header, .entry-summary, .entry-content, .entry-footer, .page-content {
  margin-right: 7.6923%;
  margin-left: 7.6923%;
}
*/
/* line 1149, ../sass/style.scss */
.entry-title {
  
 
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1em;
}
/* line 1156, ../sass/style.scss */
.entry-title a {
  color: #1a1a1a;
}
/* line 1158, ../sass/style.scss */
.entry-title a:hover, .entry-title a:focus {
  color: #007acc;
}

/* line 1164, ../sass/style.scss */
.post-thumbnail {
  display: block;
  margin: 0 7.6923% 1.75em;
}
/* line 1167, ../sass/style.scss */
.post-thumbnail img {
  display: block;
}

/* line 1172, ../sass/style.scss */
.no-sidebar .post-thumbnail img {
  margin: 0 auto;
}

/* line 1177, ../sass/style.scss */
a.post-thumbnail:hover, a.post-thumbnail:focus {
  opacity: 0.85;
}

/* line 1182, ../sass/style.scss */
.entry-content, .entry-summary {
  border-color: #d1d1d1;
}

/* line 1186, ../sass/style.scss */
.entry-content h1, .entry-summary h1, .comment-content h1, .textwidget h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-top: 2em;
  margin-bottom: 1em;
}

/* line 1194, ../sass/style.scss */
.entry-content h2, .entry-summary h2, .comment-content h2, .textwidget h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913043;
  margin-top: 2.4347826087em;
  margin-bottom: 1.2173913043em;
}

/* line 1202, ../sass/style.scss */
.entry-content h3, .entry-summary h3, .comment-content h3, .textwidget h3 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.1052631579;
  margin-top:1em;
  margin-bottom: 1.4736842105em;
}

/* line 1211, ../sass/style.scss */
.entry-content h4, .entry-content h5, .entry-content h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin-top: 3.5em;
  margin-bottom: 1.75em;
}

/* line 1221, ../sass/style.scss */
.entry-summary h4, .entry-summary h5, .entry-summary h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin-top: 3.5em;
  margin-bottom: 1.75em;
}

/* line 1231, ../sass/style.scss */
.comment-content h4, .comment-content h5, .comment-content h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin-top: 3.5em;
  margin-bottom: 1.75em;
}

/* line 1241, ../sass/style.scss */
.textwidget h4, .textwidget h5, .textwidget h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin-top: 3.5em;
  margin-bottom: 1.75em;
}

/*.entry-content h4, .entry-summary h4, .comment-content h4, .textwidget h4 {
  letter-spacing: 0.140625em;
  text-transform: uppercase;
}*/
/* line 1255, ../sass/style.scss */
.entry-content h6, .entry-summary h6, .comment-content h6, .textwidget h6 {
  font-style: italic;
}

/* line 1260, ../sass/style.scss */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-weight: normal;
}

/* line 1266, ../sass/style.scss */
.entry-summary h1, .entry-summary h2, .entry-summary h3, .entry-summary h4, .entry-summary h5, .entry-summary h6 {
  font-weight: 900;
}

/* line 1272, ../sass/style.scss */
.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
  font-weight: 900;
}

/* line 1278, ../sass/style.scss */
.textwidget h1, .textwidget h2, .textwidget h3, .textwidget h4, .textwidget h5, .textwidget h6 {
  font-weight: 900;
}

/* line 1284, ../sass/style.scss */
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
  margin-top: 0;
}

/* line 1290, ../sass/style.scss */
.entry-summary h1:first-child, .entry-summary h2:first-child, .entry-summary h3:first-child, .entry-summary h4:first-child, .entry-summary h5:first-child, .entry-summary h6:first-child {
  margin-top: 0;
}

/* line 1296, ../sass/style.scss */
.comment-content h1:first-child, .comment-content h2:first-child, .comment-content h3:first-child, .comment-content h4:first-child, .comment-content h5:first-child, .comment-content h6:first-child {
  margin-top: 0;
}

/* line 1302, ../sass/style.scss */
.textwidget h1:first-child, .textwidget h2:first-child, .textwidget h3:first-child, .textwidget h4:first-child, .textwidget h5:first-child, .textwidget h6:first-child {
  margin-top: 0;
}

/* line 1307, ../sass/style.scss */
.post-navigation .post-title, .entry-title, .comments-title {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* line 1315, ../sass/style.scss */
body:not(.search-results) .entry-summary {
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4736842105;
  margin-bottom: 1.4736842105em;
}
/* line 1322, ../sass/style.scss */
body:not(.search-results) .entry-header + .entry-summary {
  margin-top: -0.736842105em;
}
/* line 1326, ../sass/style.scss */
body:not(.search-results) .entry-summary p, body:not(.search-results) .entry-summary address, body:not(.search-results) .entry-summary hr, body:not(.search-results) .entry-summary ul, body:not(.search-results) .entry-summary ol, body:not(.search-results) .entry-summary dl, body:not(.search-results) .entry-summary dd, body:not(.search-results) .entry-summary table {
  margin-bottom: 1.4736842105em;
}
/* line 1330, ../sass/style.scss */
body:not(.search-results) .entry-summary li > ul, body:not(.search-results) .entry-summary li > ol {
  margin-bottom: 0;
}
/* line 1334, ../sass/style.scss */
body:not(.search-results) .entry-summary th, body:not(.search-results) .entry-summary td {
  padding: 0.3684210526em;
}
/* line 1337, ../sass/style.scss */
body:not(.search-results) .entry-summary fieldset {
  margin-bottom: 1.4736842105em;
  padding: 0.3684210526em;
}
/* line 1341, ../sass/style.scss */
body:not(.search-results) .entry-summary blockquote {
  border-color: currentColor;
}
/* line 1343, ../sass/style.scss */
body:not(.search-results) .entry-summary blockquote > :last-child {
  margin-bottom: 0;
}
/* line 1347, ../sass/style.scss */
body:not(.search-results) .entry-summary .alignleft {
  margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}
/* line 1350, ../sass/style.scss */
body:not(.search-results) .entry-summary .alignright {
  margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}
/* line 1353, ../sass/style.scss */
body:not(.search-results) .entry-summary .aligncenter {
  margin-bottom: 1.4736842105em;
}

/* line 1359, ../sass/style.scss */
.entry-content > :last-child, .entry-summary > :last-child, body:not(.search-results) .entry-summary > :last-child, .page-content > :last-child, .comment-content > :last-child, .textwidget > :last-child {
  margin-bottom: 0;
}

/* line 1363, ../sass/style.scss */
.more-link {
  white-space: nowrap;
}

/* line 1367, ../sass/style.scss */
.author-info {
  border-color: inherit;
  border-style: solid;
  border-width: 1px 0 1px 0;
  clear: both;
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}

/* line 1376, ../sass/style.scss */
.author-avatar .avatar {
  float: left;
  height: 42px;
  margin: 0 1.75em 1.75em 0;
  width: 42px;
}

/* line 1383, ../sass/style.scss */
.author-description > :last-child {
  margin-bottom: 0;
}

/* line 1387, ../sass/style.scss */
.entry-content .author-title {
  clear: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.75;
  margin: 0;
}

/* line 1396, ../sass/style.scss */
.author-bio {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 1.6153846154em;
  overflow: hidden;
}

/* line 1405, ../sass/style.scss */
.author-link {
  white-space: nowrap;
}

/* line 1409, ../sass/style.scss */
.entry-footer {
  color: #686868;
  
 
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-top: 2.1538461538em;
}
/* line 1416, ../sass/style.scss */
.entry-footer:empty {
  margin: 0;
}
/* line 1419, ../sass/style.scss */
.entry-footer a {
  color: #686868;
}
/* line 1421, ../sass/style.scss */
.entry-footer a:hover, .entry-footer a:focus {
  color: #007acc;
}
/* line 1425, ../sass/style.scss */
.entry-footer > span:not(:last-child):after {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}
/* line 1431, ../sass/style.scss */
.entry-footer .avatar {
  height: 21px;
  margin: -0.1538461538em 0.5384615385em 0 0;
  width: 21px;
}

/* line 1438, ../sass/style.scss */
.sticky-post {
  color: #686868;
  display: block;
  
 
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
/* line 1455, ../sass/style.scss */
.updated:not(.published), .sticky .posted-on, .byline {
  display: none;
}

/* line 1459, ../sass/style.scss */
.single .byline, .group-blog .byline {
  display: inline;
}

/* line 1463, ../sass/style.scss */
.page-header {
  border-top: 4px solid #1a1a1a;
  margin: 0 7.6923% 3.5em;
  padding-top: 1.75em;
}

/* line 1470, ../sass/style.scss */
body.error404 .page-header, body.search-no-results .page-header {
  border-top: 0;
  padding-top: 0;
}

/* line 1476, ../sass/style.scss */
.page-title {
  
 
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913043;
}

/* line 1483, ../sass/style.scss */
.taxonomy-description {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
/* line 1488, ../sass/style.scss */
.taxonomy-description p {
  margin: 0.5384615385em 0 1.6153846154em;
}
/* line 1491, ../sass/style.scss */
.taxonomy-description > :last-child {
  margin-bottom: 0;
}

/* line 1496, ../sass/style.scss */
.page-links {
  clear: both;
  
 
  margin: 0 0 1.75em;
}
/* line 1500, ../sass/style.scss */
.page-links a {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 1.8461538462em;
  line-height: 1.6923076923em;
  margin-right: 0.3076923077em;
  text-align: center;
  width: 1.8461538462em;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
/* line 1514, ../sass/style.scss */
.page-links a:hover, .page-links a:focus {
  background-color: #007acc;
  border-color: transparent;
  color: #fff;
}
/* line 1520, ../sass/style.scss */
.page-links > span {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 1.8461538462em;
  line-height: 1.6923076923em;
  margin-right: 0.3076923077em;
  text-align: center;
  width: 1.8461538462em;
}
/* line 1532, ../sass/style.scss */
.page-links > .page-links-title {
  border: 0;
  color: #1a1a1a;
  height: auto;
  margin: 0;
  padding-right: 0.6153846154em;
  width: auto;
}

/* line 1542, ../sass/style.scss */
.entry-attachment {
  margin-bottom: 1.75em;
}

/* line 1546, ../sass/style.scss */
.entry-caption {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 1.0769230769em;
}
/* line 1553, ../sass/style.scss */
.entry-caption > :last-child {
  margin-bottom: 0;
}

/* line 1558, ../sass/style.scss */
.content-bottom-widgets {
  margin: 0 7.6923%;
}
/* line 1560, ../sass/style.scss */
.content-bottom-widgets .widget-area {
  margin-bottom: 3.5em;
}

/**
 * 11.3 - Post Formats
 */
/* line 1569, ../sass/style.scss */
.format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.473684211;
  margin-bottom: 1.473684211em;
}

/* line 1576, ../sass/style.scss */
.blog .format-status .entry-title, .archive .format-status .entry-title {
  display: none;
}

/**
 * 11.4 - Comments
 */
/* line 1584, ../sass/style.scss */
.comments-area {
  margin: 0 7.6923% 3.5em;
}

/* line 1588, ../sass/style.scss */
.comment-list + .comment-respond, .comment-navigation + .comment-respond {
  padding-top: 1.75em;
}

/* line 1592, ../sass/style.scss */
.comments-title, .comment-reply-title {
  border-top: 4px solid #1a1a1a;
  
 
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.3125;
  padding-top: 1.217391304em;
}

/* line 1602, ../sass/style.scss */
.comments-title {
  margin-bottom: 1.217391304em;
}

/* line 1606, ../sass/style.scss */
.comment-list {
  list-style: none;
  margin: 0;
}
/* line 1609, ../sass/style.scss */
.comment-list article, .comment-list .pingback, .comment-list .trackback {
  border-top: 1px solid #d1d1d1;
  padding: 1.75em 0;
}
/* line 1613, ../sass/style.scss */
.comment-list .children {
  list-style: none;
  margin: 0;
}
/* line 1616, ../sass/style.scss */
.comment-list .children > li {
  padding-left: 0.875em;
}

/* line 1622, ../sass/style.scss */
.comment-author {
  color: #1a1a1a;
  margin-bottom: 0.4375em;
}
/* line 1625, ../sass/style.scss */
.comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px;
}

/* line 1634, ../sass/style.scss */
.bypostauthor > article .fn:after {
  content: "\f304";
  left: 3px;
  position: relative;
  top: 5px;
}

/* line 1641, ../sass/style.scss */
.comment-metadata, .pingback .edit-link {
  color: #686868;
  
 
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}

/* line 1649, ../sass/style.scss */
.comment-metadata {
  margin-bottom: 2.1538461538em;
}
/* line 1651, ../sass/style.scss */
.comment-metadata a {
  color: #686868;
}

/* line 1656, ../sass/style.scss */
.pingback .comment-edit-link {
  color: #686868;
}

/* line 1661, ../sass/style.scss */
.comment-metadata a:hover, .comment-metadata a:focus {
  color: #007acc;
}

/* line 1667, ../sass/style.scss */
.pingback .comment-edit-link:hover, .pingback .comment-edit-link:focus {
  color: #007acc;
}

/* line 1672, ../sass/style.scss */
.comment-metadata .edit-link, .pingback .edit-link {
  display: inline-block;
}

/* line 1676, ../sass/style.scss */
.comment-metadata .edit-link:before, .pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}

/* line 1684, ../sass/style.scss */
.comment-content ul, .comment-content ol {
  margin: 0 0 1.5em 1.25em;
}
/* line 1688, ../sass/style.scss */
.comment-content li > ul, .comment-content li > ol {
  margin-bottom: 0;
}

/* line 1694, ../sass/style.scss */
.comment-reply-link {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #007acc;
  display: inline-block;
  
 
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-top: 2.1538461538em;
  padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
/* line 1705, ../sass/style.scss */
.comment-reply-link:hover, .comment-reply-link:focus {
  border-color: currentColor;
  color: #007acc;
  outline: 0;
}

/* line 1712, ../sass/style.scss */
.comment-form {
  padding-top: 1.75em;
}
/* line 1714, ../sass/style.scss */
.comment-form label {
  color: #686868;
  display: block;
  
 
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}

/* line 1727, ../sass/style.scss */
.comment-list .comment-form {
  padding-bottom: 1.75em;
}

/* line 1731, ../sass/style.scss */
.comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 2.1538461538em;
}

/* line 1739, ../sass/style.scss */
.no-comments {
  border-top: 1px solid #d1d1d1;
  
 
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em;
}

/* line 1747, ../sass/style.scss */
.comment-navigation + .no-comments {
  border-top: 0;
  padding-top: 0;
}

/* line 1752, ../sass/style.scss */
.form-allowed-tags code {
  
 
}

/* line 1756, ../sass/style.scss */
.form-submit {
  margin-bottom: 0;
}

/* line 1760, ../sass/style.scss */
.required {
  color: #007acc;
  
 
}

/* line 1765, ../sass/style.scss */
.comment-reply-title small {
  font-size: 100%;
}
/* line 1767, ../sass/style.scss */
.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}
/* line 1773, ../sass/style.scss */
.comment-reply-title small a:hover, .comment-reply-title small a:focus {
  color: #1a1a1a;
}
/* line 1776, ../sass/style.scss */
.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: -5px;
}

/**
 * 11.5 - Sidebar
 */
/* line 1789, ../sass/style.scss */
.sidebar {
  margin-bottom: 3.5em;
  padding: 0 7.6923%;
}

/**
 * 11.6 - Footer
 */
/* line 1798, ../sass/style.scss */
.site-footer {
  padding: 0 7.6923% 1.75em;
}

/* line 1802, ../sass/style.scss */
.site-info {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
/* line 1807, ../sass/style.scss */
.site-info a {
  color: #686868;
}
/* line 1809, ../sass/style.scss */
.site-info a:hover, .site-info a:focus {
  color: #007acc;
}

/* line 1815, ../sass/style.scss */
.site-footer .site-title {
  
 
  font-size: inherit;
  font-weight: 400;
}
/* line 1819, ../sass/style.scss */
.site-footer .site-title:after {
  content: "\002f";
  display: inline-block;
  
 
  opacity: 0.7;
  padding: 0 0.307692308em 0 0.538461538em;
}

/**
 * 12.0 - Media
 */
/* line 1832, ../sass/style.scss */
.site .avatar {
  border-radius: 50%;
}

/* line 1836, ../sass/style.scss */
.entry-content .wp-smiley, .entry-summary .wp-smiley, .comment-content .wp-smiley, .textwidget .wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

/* line 1843, ../sass/style.scss */
.entry-content a img, .entry-summary a img, .comment-content a img, .textwidget a img {
  display: block;
}

/* Make sure embeds and iframes fit their containers. */
/* line 1849, ../sass/style.scss */
embed, iframe, object, video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle;
}

/* line 1856, ../sass/style.scss */
p > embed, p > iframe, p > object, p > video {
  margin-bottom: 0;
}

/* line 1862, ../sass/style.scss */
.entry-content .wp-audio-shortcode a, .entry-content .wp-playlist a {
  box-shadow: none;
}

/* line 1867, ../sass/style.scss */
.wp-audio-shortcode, .wp-video {
  margin-top: 0;
  margin-bottom: 1.75em;
}

/* line 1873, ../sass/style.scss */
.wp-playlist.wp-audio-playlist {
  margin-top: 0;
  margin-bottom: 1.75em;
  padding-bottom: 0;
}
/* line 1878, ../sass/style.scss */
.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}

/* line 1884, ../sass/style.scss */
.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 0.7142857143em 0;
}
/* line 1888, ../sass/style.scss */
.wp-playlist-item .wp-playlist-item-length {
  top: 0.7142857143em;
}

/**
 * 12.1 - Captions
 */
/* line 1897, ../sass/style.scss */
.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}
/* line 1900, ../sass/style.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
/* line 1904, ../sass/style.scss */
.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

/**
 * 12.2 - Galleries
 */
/* line 1918, ../sass/style.scss */
.gallery {
  margin: 0 -1.1666667% 1.75em;
}

/* line 1922, ../sass/style.scss */
.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

/* line 1931, ../sass/style.scss */
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

/* line 1935, ../sass/style.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

/* line 1939, ../sass/style.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

/* line 1943, ../sass/style.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

/* line 1947, ../sass/style.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

/* line 1951, ../sass/style.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

/* line 1955, ../sass/style.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

/* line 1959, ../sass/style.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 1963, ../sass/style.scss */
.gallery-icon img {
  margin: 0 auto;
}

/* line 1967, ../sass/style.scss */
.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

/* line 1977, ../sass/style.scss */
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * 13.0 - Multisites
 */
/* line 1985, ../sass/style.scss */
.widecolumn {
  margin-bottom: 3.5em;
  padding: 0 7.6923%;
}
/* line 1988, ../sass/style.scss */
.widecolumn .mu_register {
  width: auto;
}
/* line 1990, ../sass/style.scss */
.widecolumn .mu_register .mu_alert {
  background: transparent;
  border-color: #d1d1d1;
  color: inherit;
  margin-bottom: 3.5em;
  padding: 1.75em;
}
/* line 1998, ../sass/style.scss */
.widecolumn form, .widecolumn .mu_register form {
  margin-top: 0;
}
/* line 2001, ../sass/style.scss */
.widecolumn h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 900;
  line-height: 1.2173913043;
  margin-bottom: 1.2173913043em;
}
/* line 2008, ../sass/style.scss */
.widecolumn p {
  margin: 1.75em 0;
}
/* line 2010, ../sass/style.scss */
.widecolumn p + h2 {
  margin-top: 2.4347826087em;
}
/* line 2014, ../sass/style.scss */
.widecolumn label {
  color: #686868;
  
 
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  text-transform: uppercase;
}
/* line 2024, ../sass/style.scss */
.widecolumn .mu_register label {
  color: #686868;
  
 
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  text-transform: uppercase;
  margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}
/* line 2034, ../sass/style.scss */
.widecolumn .mu_register label strong {
  font-weight: 400;
}
/* line 2038, ../sass/style.scss */
.widecolumn #key {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}
/* line 2044, ../sass/style.scss */
.widecolumn .mu_register #blog_title, .widecolumn .mu_register #user_email, .widecolumn .mu_register #blogname, .widecolumn .mu_register #user_name {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}
/* line 2049, ../sass/style.scss */
.widecolumn .mu_register #blogname {
  margin: 0;
}
/* line 2052, ../sass/style.scss */
.widecolumn .mu_register #blog_title, .widecolumn .mu_register #user_email, .widecolumn .mu_register #user_name {
  margin: 0 0 0.375em;
}
/* line 2056, ../sass/style.scss */
.widecolumn #submit {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  width: auto;
}
/* line 2063, ../sass/style.scss */
.widecolumn .mu_register input[type="submit"] {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  width: auto;
}
/* line 2069, ../sass/style.scss */
.widecolumn .mu_register .prefix_address, .widecolumn .mu_register .suffix_address {
  font-size: inherit;
}
/* line 2072, ../sass/style.scss */
.widecolumn .mu_register > :last-child {
  margin-bottom: 0;
}
/* line 2076, ../sass/style.scss */
.widecolumn form > :last-child {
  margin-bottom: 0;
}

/**
 * 14.0 - Media Queries
 */
/*
==========================
Responsive Design Narendharr
=============================
*/
/**
 * 14.0 - Media Queries
 */
/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/**
 * 14.1 - >= 710px
 */
@media screen and (min-width: 44.375em) {
  /*body:not(.custom-background-image) {
    &:before, &:after {
      background: inherit;
      content: "";
      display: block;
      height: 21px;
      left: 0;
      position: fixed;
      width: 100%;
      z-index: 99;
    }
    &:before {
      top: 0;
    }
   
    &:after {
      bottom: 0;
    }
  }*/
  /*.site {
  	margin: 21px;
  }*/
  /* line 55, ../sass/includes/_wp-responsive.scss */
  .site-main {
    margin-bottom: 5.25em;
  }

  /* line 58, ../sass/includes/_wp-responsive.scss */
  .site-header {
    padding: 3.9375em 7.6923%;
  }

  /* line 61, ../sass/includes/_wp-responsive.scss */
  .site-branding {
    margin-top: 1.3125em;
    margin-bottom: 1.3125em;
  }

  /* line 65, ../sass/includes/_wp-responsive.scss */
  .custom-logo {
    max-width: 210px;
  }

  /* line 68, ../sass/includes/_wp-responsive.scss */
  .site-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
  }

  /* line 73, ../sass/includes/_wp-responsive.scss */
  .wp-custom-logo .site-title {
    margin-top: 0.5em;
  }

  /* line 76, ../sass/includes/_wp-responsive.scss */
  .site-description {
    display: block;
  }

  /* line 79, ../sass/includes/_wp-responsive.scss */
  .menu-toggle {
    font-size: 16px;
    font-size: 1.0rem;
    margin: 1.3125em 0;
    padding: 0.8125em 0.875em 0.6875em;
  }

  /* line 85, ../sass/includes/_wp-responsive.scss */
  .site-header-menu {
    margin: 1.3125em 0;
  }

  /* line 88, ../sass/includes/_wp-responsive.scss */
  .site-header .main-navigation + .social-navigation {
    margin-top: 2.625em;
  }

  /* line 91, ../sass/includes/_wp-responsive.scss */
  .header-image {
    margin: 1.3125em 0;
  }

  /* line 94, ../sass/includes/_wp-responsive.scss */
  .pagination {
    margin: 0 23.0769% 4.42105em 7.6923%;
  }

  /* line 97, ../sass/includes/_wp-responsive.scss */
  .post-navigation {
    margin-bottom: 5.25em;
  }
  /* line 99, ../sass/includes/_wp-responsive.scss */
  .post-navigation .post-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
  }

  /* restore screen-reader-text */
  /* line 107, ../sass/includes/_wp-responsive.scss */
  .pagination .current .screen-reader-text {
    position: absolute !important;
  }
  /* line 110, ../sass/includes/_wp-responsive.scss */
  .pagination .page-numbers {
    display: inline-block;
  }

  /* line 114, ../sass/includes/_wp-responsive.scss */
  .site-main > article {
    margin-bottom: 5.25em;
  }

  /*.entry-header, .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .page-header, .page-content, .content-bottom-widgets {
    margin-right: 23.0769%;
  }*/
  /* line 120, ../sass/includes/_wp-responsive.scss */
  .entry-title {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    margin-bottom: 0.8484848485em;
  }

  /* line 127, ../sass/includes/_wp-responsive.scss */
  .entry-content blockquote.alignleft, .entry-content blockquote.alignright {
    border-width: 4px 0 0 0;
    padding: 0.9473684211em 0 0;
    width: calc(50% - 0.736842105em);
  }
  /* line 133, ../sass/includes/_wp-responsive.scss */
  .entry-content blockquote:not(.alignleft):not(.alignright) {
    margin-left: -1.473684211em;
  }

  /* line 137, ../sass/includes/_wp-responsive.scss */
  .entry-summary blockquote, .comment-content blockquote {
    margin-left: -1.473684211em;
  }

  /* line 140, ../sass/includes/_wp-responsive.scss */
  .entry-content blockquote blockquote:not(.alignleft):not(.alignright), .entry-summary blockquote blockquote, .comment-content blockquote blockquote, .entry-content ul, .entry-summary ul, .comment-content ul, .entry-content ol, .entry-summary ol, .comment-content ol {
    margin-left: 0;
  }

  /* line 143, ../sass/includes/_wp-responsive.scss */
  .entry-content li > ul, .entry-summary li > ul, .comment-content li > ul, .entry-content blockquote > ul, .entry-summary blockquote > ul, .comment-content blockquote > ul {
    margin-left: 1.25em;
  }

  /* line 146, ../sass/includes/_wp-responsive.scss */
  .entry-content li > ol, .entry-summary li > ol, .comment-content li > ol, .entry-content blockquote > ol, .entry-summary blockquote > ol, .comment-content blockquote > ol {
    margin-left: 1.5em;
  }

  /* line 149, ../sass/includes/_wp-responsive.scss */
  .comment-author {
    margin-bottom: 0;
  }
  /* line 151, ../sass/includes/_wp-responsive.scss */
  .comment-author .avatar {
    height: 42px;
    position: relative;
    top: 0.25em;
    width: 42px;
  }

  /* line 159, ../sass/includes/_wp-responsive.scss */
  .comment-list .children > li {
    padding-left: 1.75em;
  }
  /* line 162, ../sass/includes/_wp-responsive.scss */
  .comment-list + .comment-respond {
    padding-top: 3.5em;
  }

  /* line 166, ../sass/includes/_wp-responsive.scss */
  .comment-navigation + .comment-respond {
    padding-top: 3.5em;
  }

  /* line 169, ../sass/includes/_wp-responsive.scss */
  .comments-area, .widget, .content-bottom-widgets .widget-area {
    margin-bottom: 5.25em;
  }

  /* line 172, ../sass/includes/_wp-responsive.scss */
  .sidebar, .widecolumn {
    margin-bottom: 5.25em;
    padding-right: 23.0769%;
  }

  /* line 177, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary li > ul, body:not(.search-results) .entry-summary blockquote > ul {
    margin-left: 1.157894737em;
  }
  /* line 180, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary li > ol, body:not(.search-results) .entry-summary blockquote > ol {
    margin-left: 1.473684211em;
  }
}
/**
 * 14.2 - >= 783px
 */
/**
 * 14.3 - >= 910px
 */
@media screen and (min-width: 56.875em) {
  /* line 195, ../sass/includes/_wp-responsive.scss */
  .site-header {
    padding-right: 4.5455%;
    padding-left: 4.5455%;
  }

  /* line 199, ../sass/includes/_wp-responsive.scss */
  .site-header-main {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }

  /* line 204, ../sass/includes/_wp-responsive.scss */
  .wp-custom-logo .site-header-main {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }

  /* line 209, ../sass/includes/_wp-responsive.scss */
  .site-header-menu {
    display: block;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
  }

  /* line 215, ../sass/includes/_wp-responsive.scss */
  .main-navigation {
    margin: 0 -0.875em;
  }
  /* line 217, ../sass/includes/_wp-responsive.scss */
  .main-navigation .primary-menu {
    border: 0;
  }
  /* line 219, ../sass/includes/_wp-responsive.scss */
  .main-navigation .primary-menu > li {
    border: 0;
    float: left;
  }
  /* line 224, ../sass/includes/_wp-responsive.scss */
  .main-navigation a {
    outline-offset: -8px;
    padding: 0.65625em 0.875em;
    white-space: nowrap;
  }
  /* line 230, ../sass/includes/_wp-responsive.scss */
  .main-navigation li:hover > a, .main-navigation li.focus > a {
    color: #007acc;
  }
  /* line 234, ../sass/includes/_wp-responsive.scss */
  .main-navigation ul ul {
    border-bottom: 1px solid #d1d1d1;
    display: block;
    left: -999em;
    margin: 0;
    position: absolute;
    z-index: 99999;
  }
  /* line 241, ../sass/includes/_wp-responsive.scss */
  .main-navigation ul ul ul {
    top: -1px;
  }
  /* line 243, ../sass/includes/_wp-responsive.scss */
  .main-navigation ul ul ul:before, .main-navigation ul ul ul:after {
    border: 0;
  }
  /* line 247, ../sass/includes/_wp-responsive.scss */
  .main-navigation ul ul li {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-bottom-width: 0;
  }
  /* line 252, ../sass/includes/_wp-responsive.scss */
  .main-navigation ul ul a {
    white-space: normal;
    width: 12.6875em;
  }
  /* line 256, ../sass/includes/_wp-responsive.scss */
  .main-navigation ul ul:before, .main-navigation ul ul:after {
    border-style: solid;
    content: "";
    position: absolute;
  }
  /* line 261, ../sass/includes/_wp-responsive.scss */
  .main-navigation ul ul:before {
    border-color: #d1d1d1 transparent;
    border-width: 0 10px 10px;
    right: 9px;
    top: -9px;
  }
  /* line 267, ../sass/includes/_wp-responsive.scss */
  .main-navigation ul ul:after {
    border-color: #fff transparent;
    border-width: 0 8px 8px;
    right: 11px;
    top: -7px;
  }
  /* line 275, ../sass/includes/_wp-responsive.scss */
  .main-navigation li:hover > ul, .main-navigation li.focus > ul {
    left: auto;
    right: 0;
  }
  /* line 281, ../sass/includes/_wp-responsive.scss */
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: auto;
    right: 100%;
  }
  /* line 286, ../sass/includes/_wp-responsive.scss */
  .main-navigation .menu-item-has-children > a {
    margin: 0;
    padding-right: 2.25em;
  }
  /* line 289, ../sass/includes/_wp-responsive.scss */
  .main-navigation .menu-item-has-children > a:after {
    content: "\f431";
    position: absolute;
    right: 0.625em;
    top: 0.8125em;
  }
  /* line 296, ../sass/includes/_wp-responsive.scss */
  .main-navigation ul ul .menu-item-has-children > a {
    padding-right: 2.0625em;
  }
  /* line 298, ../sass/includes/_wp-responsive.scss */
  .main-navigation ul ul .menu-item-has-children > a:after {
    right: 0.5625em;
    top: 0.875em;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  /* line 308, ../sass/includes/_wp-responsive.scss */
  .dropdown-toggle, .main-navigation ul .dropdown-toggle.toggled-on, .menu-toggle, .site-header .social-navigation, .site-footer .main-navigation {
    display: none;
  }

  /* line 311, ../sass/includes/_wp-responsive.scss */
  .site-content {
    padding: 0 4.5455%;
  }

  /* line 314, ../sass/includes/_wp-responsive.scss */
  .content-area {
    float: left;
    margin-right: -100%;
    width: 70%;
  }

  /*.entry-header, .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .pagination, .page-header, .page-content, .content-bottom-widgets {
    margin-right: 0;
    margin-left: 0;
  }*/
  /* line 323, ../sass/includes/_wp-responsive.scss */
  .sidebar {
    float: left;
    margin-left: 75%;
    padding: 0;
    width: 25%;
  }

  /* line 329, ../sass/includes/_wp-responsive.scss */
  .widget {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 3.230769231em;
    padding-top: 1.615384615em;
  }
  /* line 335, ../sass/includes/_wp-responsive.scss */
  .widget .widget-title {
    margin-bottom: 1.3125em;
  }
  /* line 338, ../sass/includes/_wp-responsive.scss */
  .widget p, .widget address, .widget hr, .widget ul, .widget ol, .widget dl, .widget dd, .widget table {
    margin-bottom: 1.6153846154em;
  }
  /* line 342, ../sass/includes/_wp-responsive.scss */
  .widget li > ul, .widget li > ol {
    margin-bottom: 0;
  }
  /* line 346, ../sass/includes/_wp-responsive.scss */
  .widget blockquote {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-bottom: 1.3125em;
    padding-left: 1.0625em;
  }
  /* line 352, ../sass/includes/_wp-responsive.scss */
  .widget blockquote cite, .widget blockquote small {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
  }
  /* line 358, ../sass/includes/_wp-responsive.scss */
  .widget th, .widget td {
    padding: 0.5384615385em;
  }
  /* line 361, ../sass/includes/_wp-responsive.scss */
  .widget pre {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 1.6153846154em;
    padding: 0.5384615385em;
  }
  /* line 368, ../sass/includes/_wp-responsive.scss */
  .widget fieldset {
    margin-bottom: 1.6153846154em;
    padding: 0.5384615385em;
  }
  /* line 372, ../sass/includes/_wp-responsive.scss */
  .widget button, .widget input, .widget select, .widget textarea {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
  }
  /* line 377, ../sass/includes/_wp-responsive.scss */
  .widget button {
    line-height: 1;
    padding: 0.846153846em;
  }
  /* line 382, ../sass/includes/_wp-responsive.scss */
  .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"] {
    line-height: 1;
    padding: 0.846153846em;
  }
  /* line 386, ../sass/includes/_wp-responsive.scss */
  .widget input[type="text"], .widget input[type="email"], .widget input[type="url"], .widget input[type="password"], .widget input[type="search"], .widget input[type="tel"], .widget input[type="number"] {
    padding: 0.4615384615em 0.5384615385em;
  }
  /* line 390, ../sass/includes/_wp-responsive.scss */
  .widget textarea {
    padding: 0.4615384615em 0.5384615385em;
  }
  /* line 393, ../sass/includes/_wp-responsive.scss */
  .widget h1 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-bottom: 0.9130434783em;
  }
  /* line 399, ../sass/includes/_wp-responsive.scss */
  .widget h2 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-bottom: 1.1052631579em;
  }
  /* line 405, ../sass/includes/_wp-responsive.scss */
  .widget h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-bottom: 1.3125em;
  }
  /* line 411, ../sass/includes/_wp-responsive.scss */
  .widget h4, .widget h5, .widget h6 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 0.9130434783em;
  }
  /* line 417, ../sass/includes/_wp-responsive.scss */
  .widget .alignleft {
    margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
  }
  /* line 420, ../sass/includes/_wp-responsive.scss */
  .widget .alignright {
    margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
  }
  /* line 423, ../sass/includes/_wp-responsive.scss */
  .widget .aligncenter {
    margin-bottom: 1.6153846154em;
  }

  /* line 428, ../sass/includes/_wp-responsive.scss */
  .widget_calendar td, .widget_calendar th {
    line-height: 2.6923076923;
    padding: 0;
  }

  /* line 433, ../sass/includes/_wp-responsive.scss */
  .widget_rss .rssSummary:last-child {
    margin-bottom: 1.615384615em;
  }

  /* line 437, ../sass/includes/_wp-responsive.scss */
  .widget input[type="search"].search-field {
    width: calc(100% - 35px);
  }
  /* line 441, ../sass/includes/_wp-responsive.scss */
  .widget .search-submit:before {
    font-size: 16px;
    left: 1px;
    line-height: 35px;
    width: 34px;
  }
  /* line 447, ../sass/includes/_wp-responsive.scss */
  .widget button.search-submit {
    padding: 0;
    width: 35px;
  }

  /* line 452, ../sass/includes/_wp-responsive.scss */
  .tagcloud a {
    margin: 0 0.2307692308em 0.5384615385em 0;
    padding: 0.5384615385em 0.4615384615em 0.4615384615em;
  }

  /* line 457, ../sass/includes/_wp-responsive.scss */
  .textwidget h1 {
    margin-top: 1.8260869565em;
  }
  /* line 460, ../sass/includes/_wp-responsive.scss */
  .textwidget h2 {
    margin-top: 2.2105263158em;
  }
  /* line 463, ../sass/includes/_wp-responsive.scss */
  .textwidget h3 {
    margin-top: 2.625em;
  }
  /* line 466, ../sass/includes/_wp-responsive.scss */
  .textwidget h4 {
    letter-spacing: 0.153846154em;
    margin-top: 3.2307692308em;
  }
  /* line 470, ../sass/includes/_wp-responsive.scss */
  .textwidget h5, .textwidget h6 {
    margin-top: 3.2307692308em;
  }

  /* line 475, ../sass/includes/_wp-responsive.scss */
  .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2) {
    float: left;
    margin-right: 7.1428571%;
    width: 46.42857145%;
  }
  /* line 480, ../sass/includes/_wp-responsive.scss */
  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
    float: left;
    margin-right: 7.1428571%;
    width: 46.42857145%;
  }
  /* line 484, ../sass/includes/_wp-responsive.scss */
  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
    margin-right: 0;
  }

  /*.site-footer {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4.5455% 3.5em;
    .social-navigation {
      margin: 0;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
    }
  }*/
  /* line 507, ../sass/includes/_wp-responsive.scss */
  .site-info {
    margin: 0.538461538em auto 0.538461538em 0;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  /* line 513, ../sass/includes/_wp-responsive.scss */
  .no-sidebar {
    /*.entry-header, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .pagination, .page-header, .page-content, .content-bottom-widgets {
      margin-right: 15%;
      margin-left: 15%;
    }*/
  }
  /* line 514, ../sass/includes/_wp-responsive.scss */
  .no-sidebar .content-area {
    float: none;
    margin: 0;
    width: 100%;
  }

  /* line 524, ../sass/includes/_wp-responsive.scss */
  .widecolumn {
    padding-right: 15%;
    padding-left: 15%;
  }
}
/**
 * 14.4 - >= 985px
 */
@media screen and (min-width: 61.5625em) {
  /* line 535, ../sass/includes/_wp-responsive.scss */
  .site-main {
    margin-bottom: 7.0em;
  }

  /* line 538, ../sass/includes/_wp-responsive.scss */
  .site-header {
    padding: 5.25em 4.5455%;
  }

  /* line 541, ../sass/includes/_wp-responsive.scss */
  .site-branding, .site-header-menu, .header-image {
    margin-top: 1.75em;
    margin-bottom: 1.75em;
  }

  /* line 545, ../sass/includes/_wp-responsive.scss */
  .custom-logo {
    max-width: 240px;
  }

  /* line 548, ../sass/includes/_wp-responsive.scss */
  .image-navigation {
    margin-bottom: 3.230769231em;
  }

  /* line 551, ../sass/includes/_wp-responsive.scss */
  .post-navigation {
    margin-bottom: 7.0em;
  }

  /* line 554, ../sass/includes/_wp-responsive.scss */
  .pagination {
    margin-bottom: 5.894736842em;
  }

  /* line 557, ../sass/includes/_wp-responsive.scss */
  .widget {
    margin-bottom: 4.307692308em;
  }

  /* line 560, ../sass/includes/_wp-responsive.scss */
  .site-main > article {
    margin-bottom: 7.0em;
  }

  /* line 563, ../sass/includes/_wp-responsive.scss */
  .entry-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.225;
    margin-bottom: 1.05em;
  }

  /* line 569, ../sass/includes/_wp-responsive.scss */
  .format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
    font-size: 23px;
    font-size: 1.4375em;
    line-height: 1.304347826;
    margin-bottom: 1.826086957em;
  }

  /* line 575, ../sass/includes/_wp-responsive.scss */
  .post-thumbnail {
    margin-bottom: 2.625em;
  }

  /* line 578, ../sass/includes/_wp-responsive.scss */
  .entry-content h1, .entry-summary h1, .comment-content h1 {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    margin-bottom: 0.8484848485em;
  }

  /* line 585, ../sass/includes/_wp-responsive.scss */
  .entry-content h2, .entry-summary h2, .comment-content h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
    margin-bottom: 1em;
  }

  /* line 592, ../sass/includes/_wp-responsive.scss */
  .entry-content h3, .entry-summary h3, .comment-content h3 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-bottom: 15px;
  }

  /*.entry-content h4, .entry-summary h4, .entry-intro h4, .comment-content h4 {
    letter-spacing: 0.131578947em;
  }*/
  /* line 603, ../sass/includes/_wp-responsive.scss */
  .entry-content h4, .entry-content h5, .entry-content h6 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-bottom: 1.473684211em;
  }

  /* line 612, ../sass/includes/_wp-responsive.scss */
  .entry-summary h4, .entry-summary h5, .entry-summary h6 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-bottom: 1.473684211em;
  }

  /* line 621, ../sass/includes/_wp-responsive.scss */
  .comment-content h4, .comment-content h5, .comment-content h6 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-top: 2.9473684211em;
    margin-bottom: 1.473684211em;
  }

  /* line 629, ../sass/includes/_wp-responsive.scss */
  .author-info {
    border-bottom-width: 0;
    padding-bottom: 0;
  }

  /* line 633, ../sass/includes/_wp-responsive.scss */
  .comment-list + .comment-respond, .comment-navigation + .comment-respond {
    padding-top: 5.25em;
  }

  /* line 636, ../sass/includes/_wp-responsive.scss */
  .comments-area, .sidebar, .content-bottom-widgets .widget-area, .widecolumn {
    margin-bottom: 7.0em;
  }

  /* line 640, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary {
    margin-bottom: 2.210526316em;
  }
  /* line 643, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -1.105263158em;
  }
  /* line 647, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) article:not(.type-page) .entry-content {
    /* float: right;
     width: 71.42857144%;*/
  }
  /* line 650, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
    margin-left: -40%;
    width: calc(60% - 1.4736842105em);
  }
  /* line 656, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) article:not(.type-page) img.below-entry-meta {
    clear: both;
    display: block;
    float: none;
    margin-right: 0;
    margin-left: -40%;
    max-width: 140%;
  }
  /* line 664, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
    clear: both;
    display: block;
    float: none;
    margin-right: 0;
    margin-left: -40%;
    max-width: 140%;
  }
  /* line 671, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta {
    margin: 0;
    max-width: 100%;
  }
  /* line 677, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) article:not(.type-page) table figure.below-entry-meta, body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
    margin: 0;
    max-width: 100%;
  }
  /* line 682, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) article:not(.type-page) .entry-footer {
    float: left;
    margin-top: 0.1538461538em;
    width: 21.42857143%;
  }
  /* line 686, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
    display: none;
  }

  /* line 692, ../sass/includes/_wp-responsive.scss */
  .single .byline, .full-size-link {
    display: block;
    margin-bottom: 0.5384615385em;
  }

  /* line 696, ../sass/includes/_wp-responsive.scss */
  body {
    /*&.no-sidebar:not(.search-results) article:not(.type-page) {
      .entry-content {
        float: left;
        margin-right: -100%;
        margin-left: 34.99999999%;
        width: 50.00000001%;
      }
      .entry-footer {
        margin-right: -100%;
        margin-left: 15%;
        width: 15%;
      }
    }*/
  }
  /* line 698, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results).group-blog .byline, body:not(.search-results) .entry-format, body:not(.search-results) .cat-links, body:not(.search-results) .tags-links {
    display: block;
    margin-bottom: 0.5384615385em;
  }
  /* line 703, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) article:not(.sticky) .posted-on {
    display: block;
    margin-bottom: 0.5384615385em;
  }
  /* line 708, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) article:not(.type-page) .comments-link {
    display: block;
    margin-bottom: 0.5384615385em;
  }
  /* line 713, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
    display: block;
    margin-bottom: 0.5384615385em;
  }
  /* line 717, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
    margin-bottom: 0;
  }
  /* line 720, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
    display: block;
    height: auto;
    margin: 0 0 0.5384615385em;
    width: 49px;
  }
}
/**
 * 14.5 - >= 1200px
 */
@media screen and (min-width: 75em) {
  /* line 752, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    margin-bottom: 1.826086957em;
  }
  /* line 758, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -0.913043478em;
  }
  /* line 762, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary p, body:not(.search-results) .entry-summary address, body:not(.search-results) .entry-summary hr, body:not(.search-results) .entry-summary ul, body:not(.search-results) .entry-summary ol, body:not(.search-results) .entry-summary dl, body:not(.search-results) .entry-summary dd, body:not(.search-results) .entry-summary table {
    margin-bottom: 1.5217391304em;
  }
  /* line 765, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary li > ul, body:not(.search-results) .entry-summary blockquote > ul {
    margin-left: 0.956521739em;
  }
  /* line 768, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary li > ol {
    margin-left: 1.52173913em;
  }
  /* line 771, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary blockquote {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    margin: 0 0 1.5217391304em;
    padding-left: 1.347826087em;
  }
  /* line 772, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary blockquote > ol {
    margin-left: 1.52173913em;
  }
  /* line 780, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
    margin-left: -1.52173913em;
  }
  /* line 783, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
    margin-left: 0;
  }
  /* line 786, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary blockquote cite, body:not(.search-results) .entry-summary blockquote small {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.8421052632;
  }
  /* line 792, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary th, body:not(.search-results) .entry-summary td {
    padding: 0.3043478261em;
  }
  /* line 795, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary pre {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.75em;
    padding: 1.75em;
  }
  /* line 802, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary fieldset {
    margin-bottom: 1.5217391304em;
    padding: 0.3043478261em;
  }
  /* line 806, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary h1 {
    margin-top: 2.121212121em;
    margin-bottom: 1.060606061em;
  }
  /* line 810, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary h2 {
    margin-top: 2.5em;
    margin-bottom: 1.25em;
  }
  /* line 814, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary h3 {
    margin-top: 3.043478261em;
    margin-bottom: 1.52173913em;
  }
  /* line 818, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary h4, body:not(.search-results) .entry-summary h5, body:not(.search-results) .entry-summary h6 {
    margin-top: 3.684210526em;
    margin-bottom: 1.842105263em;
  }
  /* line 822, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary h1:first-child, body:not(.search-results) .entry-summary h2:first-child, body:not(.search-results) .entry-summary h3:first-child, body:not(.search-results) .entry-summary h4:first-child, body:not(.search-results) .entry-summary h5:first-child, body:not(.search-results) .entry-summary h6:first-child {
    margin-top: 0;
  }
  /* line 825, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary .alignleft {
    margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
  }
  /* line 828, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary .alignright {
    margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
  }
  /* line 831, ../sass/includes/_wp-responsive.scss */
  body:not(.search-results) .entry-summary .aligncenter {
    margin-bottom: 1.5217391304em;
  }
}
/**
 * 15.0 - Print
 */
@media print {
  /* line 2094, ../sass/style.scss */
  form, button, input, select, textarea, .navigation, .main-navigation, .social-navigation, .sidebar, .content-bottom-widgets, .header-image, .page-links, .edit-link, .comment-respond, .comment-edit-link, .comment-reply-link, .comment-metadata .edit-link, .pingback .edit-link {
    display: none;
  }

  /* line 2097, ../sass/style.scss */
  body {
    font-size: 12pt;
  }

  /* line 2101, ../sass/style.scss */
  blockquote cite, blockquote small {
    font-size: 12pt;
  }

  /* line 2105, ../sass/style.scss */
  pre {
    font-size: 12pt;
  }

  /* line 2109, ../sass/style.scss */
  .entry-content h4, .entry-content h5, .entry-content h6 {
    font-size: 12pt;
  }

  /* line 2114, ../sass/style.scss */
  .entry-summary h4, .entry-summary h5, .entry-summary h6 {
    font-size: 12pt;
  }

  /* line 2119, ../sass/style.scss */
  .comment-content h4, .comment-content h5, .comment-content h6 {
    font-size: 12pt;
  }

  /* line 2123, ../sass/style.scss */
  .entry-content .author-title {
    font-size: 12pt;
  }

  /* line 2126, ../sass/style.scss */
  blockquote {
    font-size: 14.25pt;
  }

  /* line 2129, ../sass/style.scss */
  .site-title, .page-title, .comments-title, .entry-content h2, .entry-summary h2, .comment-content h2, .widecolumn h2 {
    font-size: 17.25pt;
  }

  /* line 2132, ../sass/style.scss */
  .site-description {
    display: block;
  }

  /* line 2135, ../sass/style.scss */
  .entry-title {
    font-size: 24.75pt;
    line-height: 1.2727272727;
    margin-bottom: 1.696969697em;
  }

  /* line 2140, ../sass/style.scss */
  .format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
    font-size: 17.25pt;
    line-height: 1.304347826;
    margin-bottom: 1.826086957em;
  }

  /* line 2145, ../sass/style.scss */
  .entry-content h1, .entry-summary h1, .comment-content h1 {
    font-size: 21pt;
  }

  /* line 2148, ../sass/style.scss */
  .entry-content h3, .entry-summary h3, .comment-content h3, body:not(.search-results) .entry-summary {
    font-size: 14.25pt;
  }

  /* line 2151, ../sass/style.scss */
  .site-description, .author-bio, .entry-footer, .sticky-post, .taxonomy-description, .entry-caption, .comment-metadata, .comment-notes, .comment-awaiting-moderation, .site-info, .wp-caption .wp-caption-text, .gallery-caption {
    font-size: 9.75pt;
  }

  /* line 2154, ../sass/style.scss */
  body, .site {
    background: none !important;
    /* Brute force since user agents all print differently. */
  }

  /* line 2158, ../sass/style.scss */
  body {
    color: #1a1a1a !important;
    /* Make sure color schemes don't affect to print */
  }

  /* line 2163, ../sass/style.scss */
  blockquote cite, blockquote small {
    color: #1a1a1a !important;
    /* Make sure color schemes don't affect to print */
  }

  /* line 2168, ../sass/style.scss */
  .site-branding .site-title a, .entry-title a, .comment-author {
    color: #1a1a1a !important;
    /* Make sure color schemes don't affect to print */
  }

  /* line 2172, ../sass/style.scss */
  blockquote, .page-header, .comments-title {
    border-color: #1a1a1a !important;
    /* Make sure color schemes don't affect to print */
  }

  /* line 2176, ../sass/style.scss */
  blockquote, .site-description {
    color: #686868 !important;
    /* Make sure color schemes don't affect to print */
  }

  /* line 2180, ../sass/style.scss */
  body:not(.search-results) .entry-summary {
    color: #686868 !important;
    /* Make sure color schemes don't affect to print */
  }
  /* line 2183, ../sass/style.scss */
  body:not(.search-results) .entry-summary blockquote {
    color: #686868 !important;
    /* Make sure color schemes don't affect to print */
  }

  /* line 2188, ../sass/style.scss */
  .author-bio {
    color: #686868 !important;
    /* Make sure color schemes don't affect to print */
  }

  /* line 2192, ../sass/style.scss */
  .entry-footer {
    color: #686868 !important;
    /* Make sure color schemes don't affect to print */
  }
  /* line 2195, ../sass/style.scss */
  .entry-footer a {
    color: #686868 !important;
    /* Make sure color schemes don't affect to print */
  }

  /* line 2200, ../sass/style.scss */
  .sticky-post, .taxonomy-description, .entry-caption, .comment-author, .comment-metadata a, .comment-notes, .comment-awaiting-moderation {
    color: #686868 !important;
    /* Make sure color schemes don't affect to print */
  }

  /* line 2204, ../sass/style.scss */
  .site-info {
    color: #686868 !important;
    /* Make sure color schemes don't affect to print */
  }
  /* line 2207, ../sass/style.scss */
  .site-info a {
    color: #686868 !important;
    /* Make sure color schemes don't affect to print */
  }

  /* line 2212, ../sass/style.scss */
  .wp-caption .wp-caption-text, .gallery-caption {
    color: #686868 !important;
    /* Make sure color schemes don't affect to print */
  }

  /* line 2216, ../sass/style.scss */
  code, hr {
    background-color: #d1d1d1 !important;
    /* Make sure color schemes don't affect to print */
  }

  /* line 2220, ../sass/style.scss */
  pre, abbr, acronym, table, th, td, .author-info {
    border-color: #d1d1d1 !important;
    /* Make sure color schemes don't affect to print */
  }

  /* line 2225, ../sass/style.scss */
  .comment-list article, .comment-list .pingback, .comment-list .trackback {
    border-color: #d1d1d1 !important;
    /* Make sure color schemes don't affect to print */
  }

  /* line 2230, ../sass/style.scss */
  .no-comments {
    border-color: #d1d1d1 !important;
    /* Make sure color schemes don't affect to print */
  }

  /* line 2234, ../sass/style.scss */
  a {
    color: #007acc !important;
    /* Make sure color schemes don't affect to print */
  }

  /* line 2238, ../sass/style.scss */
  .entry-content a, .entry-summary a, .taxonomy-description a, .comment-content a, .pingback .comment-body > a {
    box-shadow: none;
    border-bottom: 1px solid #007acc !important;
    /* Make sure color schemes don't affect to print */
  }

  /* line 2243, ../sass/style.scss */
  .site {
    margin: 5%;
  }

  /* line 2246, ../sass/style.scss */
  .site-inner {
    max-width: none;
  }

  /* line 2249, ../sass/style.scss */
  .site-header {
    padding: 0 0 1.75em;
  }

  /* line 2252, ../sass/style.scss */
  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em;
  }

  /* line 2256, ../sass/style.scss */
  .site-main {
    margin-bottom: 3.5em;
  }

  /*  .entry-header, .entry-footer, .page-header, .page-content, .entry-content, .entry-summary, .post-thumbnail, .comments-area {
      margin-right: 0;
      margin-left: 0;
    }*/
  /* line 2263, ../sass/style.scss */
  .post-thumbnail, .site-main > article {
    margin-bottom: 3.5em;
  }

  /* line 2267, ../sass/style.scss */
  .entry-content blockquote.alignleft, .entry-content blockquote.alignright {
    border-width: 4px 0 0 0;
    padding: 0.9473684211em 0 0;
    width: calc(50% - 0.736842105em);
  }

  /* line 2274, ../sass/style.scss */
  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -1.473684211em;
  }

  /* line 2277, ../sass/style.scss */
  .site-footer, .widecolumn {
    padding: 0;
  }
}
/**
 * 16.0 - Custom Styles
 */
/* line 1, ../sass/includes/_custom-styles.scss */
input:not([type=checkbox]):not([type=radio]),
textarea {
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*for HTML5 required field if invalid*/
/* line 10, ../sass/includes/_custom-styles.scss */
input:required:invalid {
  border: 1px solid #f00;
}

/* line 76, ../sass/includes/_mixins.scss */
input:-webkit-input-placeholder {
  
 
  font-size: 14px;
  color: #999;
}
/* line 77, ../sass/includes/_mixins.scss */
input:-moz-placeholder {
  
 
  font-size: 14px;
  color: #999;
}
/* line 78, ../sass/includes/_mixins.scss */
input::-moz-placeholder {
  
 
  font-size: 14px;
  color: #999;
}
/* line 79, ../sass/includes/_mixins.scss */
input:-ms-input-placeholder {
  
 
  font-size: 14px;
  color: #999;
}

/* line 26, ../sass/includes/_custom-styles.scss */
a:focus {
  outline: none;
}

/* line 29, ../sass/includes/_custom-styles.scss */
.white-text {
  color: #fff;
}

/* line 30, ../sass/includes/_custom-styles.scss */
.black-text {
  color: #000;
}

/* line 31, ../sass/includes/_custom-styles.scss */
.blue-text {
  color: #0096d6;
}

/* line 32, ../sass/includes/_custom-styles.scss */
.green-text {
  color: #81c347;
}

/* line 35, ../sass/includes/_custom-styles.scss */
.white-bg {
  background: #fff;
}

/* line 36, ../sass/includes/_custom-styles.scss */
.blue-bg {
  background: #0096d6;
}

/* line 37, ../sass/includes/_custom-styles.scss */
.black-bg {
  background: #000;
}

/* line 38, ../sass/includes/_custom-styles.scss */
.green-bg {
  background: #81c347;
}

/* line 39, ../sass/includes/_custom-styles.scss */
.gray-bg, .grey-bg {
  background: #999;
}

/* line 41, ../sass/includes/_custom-styles.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* line 43, ../sass/includes/_custom-styles.scss */
.grey-bg-title {
  background: #999;
  
 
  font-size: 14px;
  color: #fff;
  padding: 15px;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

/*Site header*/
/* line 54, ../sass/includes/_custom-styles.scss */
.site-inner {
  max-width: 100%;
}

/* line 55, ../sass/includes/_custom-styles.scss */
.site-header {
  padding: 0;
  margin-bottom: 40px;
}
/* line 58, ../sass/includes/_custom-styles.scss */
.site-header .top-search {
  float: right;
  width: 62%;
}
/* line 60, ../sass/includes/_custom-styles.scss */
.site-header .search-form .screen-reader-text {
    /*@include placeholder {
    
 
    font-size: 14px;
    color: $c999;
}*/
  
 
  font-size: 14px;
  color: #999;
}
/* line 68, ../sass/includes/_custom-styles.scss */
.site-header .search-form .search-field {
  border: none;
  border-radius: 0;
  
 
  font-size: 14px;
  color: #333;
  background: #e5e5e5;
  height: 42px;
  line-height: 1;
  padding-left: 14px;
}
/* line 76, ../sass/includes/_mixins.scss */
.site-header .search-form .search-field:-webkit-input-placeholder {
  
 
  font-size: 14px;
  color: #999;
}
/* line 77, ../sass/includes/_mixins.scss */
.site-header .search-form .search-field:-moz-placeholder {
  
 
  font-size: 14px;
  color: #999;
}
/* line 78, ../sass/includes/_mixins.scss */
.site-header .search-form .search-field::-moz-placeholder {
  
 
  font-size: 14px;
  color: #999;
}
/* line 79, ../sass/includes/_mixins.scss */
.site-header .search-form .search-field:-ms-input-placeholder {
  
 
  font-size: 14px;
  color: #999;
}
/* line 82, ../sass/includes/_custom-styles.scss */
.site-header .search-form .search-submit {
  background: #e5e5e5;
  color: #999;
}
/* line 85, ../sass/includes/_custom-styles.scss */
.site-header .search-form .search-submit:before {
  left: auto;
  right: 5px;
  color: #999;
  font-weight: bold;
}
/* line 95, ../sass/includes/_custom-styles.scss */
.site-header .grid-row {
  position: relative;
}
/* line 97, ../sass/includes/_custom-styles.scss */
.site-header .logo {
  width: 37%;
  margin-top: 2px;
}
/* line 101, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu {
  width: 62%;
  margin-top: 0px;
  position: static;
  float: right;
}
/* line 109, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul > li:first-child > a:after {
  content: "\f0d7";
  color: #999;
  
 
  display: inline-block !important;
  position: absolute;
  right: 3px;
}
/* line 118, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul > li:first-child > a:hover:after {
  color: #fff;
}
/* line 125, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul {
  float: right;
  margin: 0;
  list-style: none;
  padding-right: 0px;
}
/* line 130, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul li {
  display: inline-block;
  margin: 0px;
  float: left;
  line-height: 1;
  position: static !important;
}
/* line 138, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul li .wr-megamenu-container ul.wr-mega-menu > li {
  position: static;
}
/* line 139, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul li .wr-megamenu-container ul.wr-mega-menu ul.sub-menu, .site-header .top-right-menu ul li .wr-megamenu-inner {
  background: #999;
  border: none;
  box-shadow: none;
  width: 990px !important;
  left: 0px;
}
/* line 145, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul li .wr-megamenu-container ul.wr-mega-menu ul.sub-menu li, .site-header .top-right-menu ul li .wr-megamenu-inner li {
  float: none;
  display: block;
}
/* line 146, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul li .wr-megamenu-container ul.wr-mega-menu ul.sub-menu a, .site-header .top-right-menu ul li .wr-megamenu-inner a {
  
 
  font-size: 14px;
  color: #fff !important;
  padding: 0;
  margin: 7px 0;
  text-transform: capitalize;
}
/* line 151, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul li .wr-megamenu-container ul.wr-mega-menu ul.sub-menu a:hover, .site-header .top-right-menu ul li .wr-megamenu-inner a:hover {
  color: #000;
}
/* line 153, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul li .wr-megamenu-container ul.wr-mega-menu ul.sub-menu a[href="##"], .site-header .top-right-menu ul li .wr-megamenu-inner a[href="##"] {
  
 
  font-style: italic;
  text-transform: none !important;
}
/* line 160, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul li .wr-megamenu-inner {
  padding: 30px 30px 0;
}
/* line 162, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul li .wr-megamenu-inner .jsn-bootstrap3 + .jsn-bootstrap3 {
  border-top: 1px dashed #cccccc;
}
/* line 165, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul li .wr-megamenu-inner .row {
  padding: 0;
}
/* line 167, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul li .wr-megamenu-inner .col-md-12 p {
  margin: 0;
}
/* line 171, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul li .preview-text p {
  
 
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
/* line 174, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul li .preview-text p .btn {
  padding: 12px 25px;
  margin-top: 5px;
  background: #81c347;
  display: block;
  max-width: 300px;
  margin: 15px auto 0;
  float: none;
  border-radius: 0;
  line-height: 1;
  
 
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
/* line 187, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul li .preview-text p .btn:hover {
  background: #48a012 !important;
  color: #fff !important;
}
/* line 195, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul li:last-child {
  margin-right: 0;
}
/* line 196, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul li .top_133 .wr-mega-menu > li:hover > a, .site-header .top-right-menu ul li .top_133 .wr-mega-menu > li.focus > a {
  background: #999 !important;
}
/* line 197, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul li a {
  
 
  font-size: 13px;
  color: #000;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 25px 12px;
  position: relative;
}
/* line 207, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul li a:hover {
  text-decoration: none;
  background: #999 !important;
  color: #fff;
}
/* line 213, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul li.current-menu-item a {
  color: #0096d6;
}
/* line 214, ../sass/includes/_custom-styles.scss */
.site-header .top-right-menu ul li:last-child a {
  color: #0096d6;
}

/* line 221, ../sass/includes/_custom-styles.scss */
.navicon {
  display: none;
}

/* line 224, ../sass/includes/_custom-styles.scss */
.main-nav {
  background: #0096d6;
  height: 42px;
  margin-top:0px;
}

/* line 229, ../sass/includes/_custom-styles.scss */
.main-navigation li {
  float: left;
  border: none;
}
/* line 233, ../sass/includes/_custom-styles.scss */
.main-navigation li + li:after {
  
 
  display: inline-block;
  position: relative;
  right: 0;
}
/* line 241, ../sass/includes/_custom-styles.scss */
.main-navigation li a {
  
 
  font-size: 14px;
  color: #fff;
  padding: 12px 15px;
}
/* line 245, ../sass/includes/_custom-styles.scss */
.main-navigation li a:hover {
  color: #81c347;
}
/* line 250, ../sass/includes/_custom-styles.scss */
.main-navigation li:first-child a {
  text-transform: uppercase;
  color: #000;
  padding: 8px 15px 10px 0;
}
.main-navigation li:first-child a:hover {
	color: #000 !important;
}

/* line 254, ../sass/includes/_custom-styles.scss */
.main-navigation li:first-child a:after {
  content: "\f104";
  
 
  position: relative;
  left: 5px;
  top: 3px;
  display: inline-block;
  font-size: 16px;
}
/* line 263, ../sass/includes/_custom-styles.scss */
.main-navigation li:first-child a:hover {
  color: #81c347;
}

/* line 269, ../sass/includes/_custom-styles.scss */
.site-content {
  padding: 0;
}

/* line 275, ../sass/includes/_custom-styles.scss */
.home-slider .flexslider li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: transparent;
  height: 350px;
  position: relative;
}
/* line 283, ../sass/includes/_custom-styles.scss */
.home-slider .flexslider li .slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
}
/* line 291, ../sass/includes/_custom-styles.scss */
.home-slider .flexslider li .slider-content h2 {
  
 
  font-size: 34px;
  color: #fff;
  line-height: 1.1;
  margin: 0;
}
/* line 296, ../sass/includes/_custom-styles.scss */
.home-slider .flexslider li .slider-content p {
  margin: 0;
  
 
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
}
/* line 301, ../sass/includes/_custom-styles.scss */
.home-slider .flexslider li .slider-content .content-left {
  padding-left: 0;
}
/* line 302, ../sass/includes/_custom-styles.scss */
.home-slider .flexslider li .slider-content .button-wrapper {
  padding-right: 0;
  text-align: right;
}
/* line 303, ../sass/includes/_custom-styles.scss */
.home-slider .flexslider li .slider-content .btn {
  padding: 12px 25px;
  margin-top: 5px;
  background: #81c347;
}
/* line 307, ../sass/includes/_custom-styles.scss */
.home-slider .flexslider li .slider-content .btn:hover {
  background: #48a012;
  color: #fff;
}
/* line 317, ../sass/includes/_custom-styles.scss */
.home-slider .flex-direction-nav {
  display: none;
}

/* line 323, ../sass/includes/_custom-styles.scss */
.explore-the-lab .category {
  margin-bottom: 6px;
  min-height: 45px;
  padding-left: 55px;
  padding-top: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  /*       &:before {
             content: "$";
             display: inline-block;
             width: 45px;
             height: 45px;
             @include font($worksans_bold, 24px, $blue);
             @include border-radius(50%);
             border: 3px solid $blue;
             height: 45px;
             left: 0;
             line-height: 40px;
             position: absolute;
             text-align: center;
             top: 0;
         }*/
}
/* line 348, ../sass/includes/_custom-styles.scss */
.explore-the-lab .category .explore-link {
    border-radius: 50%;
    display: block;
    height: 43px;
    left: 0;
    position: absolute;
    top: 0;
    width: 43px;
}

.explore-the-lab .category h4 {
  
 
  font-size: 14px;
  color: #0096d6;
  line-height: 1.1;
  margin-bottom: 5px;
}
/* line 352, ../sass/includes/_custom-styles.scss */
.explore-the-lab .category h4 a {
  color: #0096d6;
  text-decoration: none;
}
/* line 355, ../sass/includes/_custom-styles.scss */
.explore-the-lab .category h4 a:hover {
  color: #000;
}
/* line 358, ../sass/includes/_custom-styles.scss */
.explore-the-lab .category p {
  
 
  font-size: 12px;
  color: #000;
  margin: 0;
  line-height: 1.2;
}

/*subscribe block*/
/* line 366, ../sass/includes/_custom-styles.scss */
.subscribe-block {
  padding: 35px 0 45px;
}
/* line 368, ../sass/includes/_custom-styles.scss */
.subscribe-block .center-block {
  padding: 0;
}
/* line 369, ../sass/includes/_custom-styles.scss */
.subscribe-block .subscribe-wrapper {
  background: #0096d6;
  text-align: center;
  padding: 25px 15px 30px;
  border-radius: 8px;
}
/* line 375, ../sass/includes/_custom-styles.scss */
.subscribe-block .subscribe-wrapper h3 {
  
 
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 15px;
  padding: 0 50px;
}
/* line 381, ../sass/includes/_custom-styles.scss */
.subscribe-block .subscribe-wrapper .input-box {
  max-width: 410px;
  border: 1px solid #bcbec0;
  position: relative;
}
/* line 387, ../sass/includes/_custom-styles.scss */
.subscribe-block .subscribe-wrapper input[type="text"] {
  border: none;
  background: #fff;
  color: #333;
  padding: 0 10px;
  height: 36px;
  line-height: 1;
}
/* line 76, ../sass/includes/_mixins.scss */
.subscribe-block .subscribe-wrapper input[type="text"]:-webkit-input-placeholder {
  color: #7b858e;
}
/* line 77, ../sass/includes/_mixins.scss */
.subscribe-block .subscribe-wrapper input[type="text"]:-moz-placeholder {
  color: #7b858e;
}
/* line 78, ../sass/includes/_mixins.scss */
.subscribe-block .subscribe-wrapper input[type="text"]::-moz-placeholder {
  color: #7b858e;
}
/* line 79, ../sass/includes/_mixins.scss */
.subscribe-block .subscribe-wrapper input[type="text"]:-ms-input-placeholder {
  color: #7b858e;
}
/* line 398, ../sass/includes/_custom-styles.scss */
.subscribe-block .subscribe-wrapper input[type="submit"] {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  background: #81c347;
  padding: 5px 10px;
  font-size: 16px;
}

/*The latest Home page block*/
/* line 418, ../sass/includes/_custom-styles.scss */
.the-latest {
    padding-top: 50px;
  padding-bottom: 55px;
}
/* line 420, ../sass/includes/_custom-styles.scss */
.the-latest h2.title {
  margin-bottom: 50px;
  
 
  font-size: 34px;
  color: #000;
  line-height: 1;
}
/* line 425, ../sass/includes/_custom-styles.scss */
.the-latest .col-6:nth-child(2n+1) {
  clear: left;
}
/* line 426, ../sass/includes/_custom-styles.scss */
.the-latest .post {
  margin-bottom: 30px;
}
/* line 431, ../sass/includes/_custom-styles.scss */
.the-latest .post figure {
  background: #e5e5e5;
}
/* line 432, ../sass/includes/_custom-styles.scss */
.the-latest .post figcaption {
  padding: 12px 15px 30px;
}
/* line 434, ../sass/includes/_custom-styles.scss */
.the-latest .post figcaption h3 {
  
 
  font-size: 24px;
  color: #000;
  line-height: 1.1;
  margin-bottom: 8px;
  min-height: 55px;
}
/* line 439, ../sass/includes/_custom-styles.scss */
.the-latest .post figcaption h3 a {
  color: #000; 
 
 font-weight: bold;
}
/* line 441, ../sass/includes/_custom-styles.scss */
.the-latest .post figcaption h3 a:hover {
  color: #0096d6;
}
/* line 444, ../sass/includes/_custom-styles.scss */
.the-latest .post figcaption .author {
  display: block;
  
 
  font-size: 12px;
  color: #000;
  margin: 0 0 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  line-height: 1;
}
/* line 451, ../sass/includes/_custom-styles.scss */
.the-latest .post figcaption .author span {
  display: inline-block;
}
/* line 453, ../sass/includes/_custom-styles.scss */
.the-latest .post figcaption .author span.name {
  
 
  color: #0096d6;
  margin-right: 7px;
}
/* line 458, ../sass/includes/_custom-styles.scss */
.the-latest .post figcaption .author span.company { 
  
 
  
  font-size:11px;
  position: relative;
}
/* line 463, ../sass/includes/_custom-styles.scss */
.the-latest .post figcaption .author span.company:before {
  color: #7b858e;
  content: "|";
  display: inline-block;
  font-size: 10px;
  left: -7px;
  line-height: 1;
  position: absolute;
  top: -1px;
}
/* line 476, ../sass/includes/_custom-styles.scss */
.the-latest .post figcaption .links {
  display: block;
  clear: both;
  line-height: 1;
  margin: 0;
  text-align: center;
}
/* line 483, ../sass/includes/_custom-styles.scss */
.the-latest .post figcaption .links a {
  
 
  font-size:11px;
  color: #0096d6;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 4px;
  text-decoration: none;
  line-height: 1;
  position: relative;
}
.the-latest .post figcaption .links a:first-child{margin-left:0px !important;}
/* line 491, ../sass/includes/_custom-styles.scss */
.the-latest .post figcaption .links a:hover {
  text-decoration: underline;
}
/* line 494, ../sass/includes/_custom-styles.scss */
.the-latest .post figcaption .links a + a:before {
  color: #7b858e;
  content: "|";
  display: inline-block;
  font-size: 10px;
  left: -8px;
  line-height: 1;
  position: absolute;
  top: -1px;
}

/*Top stories*/
/* line 514, ../sass/includes/_custom-styles.scss */
.top-stories h3 {
  margin-bottom: 5px;
}
/* line 515, ../sass/includes/_custom-styles.scss */
.top-stories .story {
  padding: 18px 10px 20px 39px;
  position: relative;
  margin: 0;
}
/* line 520, ../sass/includes/_custom-styles.scss */
.top-stories .story + .story {
  border-top: 1px dashed #7b858e;
}
/* line 524, ../sass/includes/_custom-styles.scss */
.top-stories .story:before {
  content: attr(data-num);
  display: inline-block;
  width: 30px;
  height: 30px;
  
 
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  border: none;
  background: #f44336;
  left: 0;
  line-height: 28px;
  position: absolute;
  text-align: center;
  top: 19px;
}
/* line 540, ../sass/includes/_custom-styles.scss */
.top-stories h5 {
  
 
  font-size: 14px;
  color: #000;
  margin-bottom: 7px;
  line-height: 1.1;
}
/* line 544, ../sass/includes/_custom-styles.scss */
.top-stories h5 a {
  color: #000;
}
/* line 546, ../sass/includes/_custom-styles.scss */
.top-stories h5 a:hover {
  color: #0096d6;
}
/* line 549, ../sass/includes/_custom-styles.scss */
.top-stories .author {
  display: block;
  
 
  font-size: 12px;
  color: #000;
  margin: 0 0 7px;
  padding-bottom: 7px;
  line-height: 1;
}
/* line 555, ../sass/includes/_custom-styles.scss */
.top-stories .author span {
  display: inline-block;
}
/* line 557, ../sass/includes/_custom-styles.scss */
.top-stories .author span.name {
  
 
  color: #0096d6;
  margin-right: 7px;
}
/* line 562, ../sass/includes/_custom-styles.scss */
.top-stories .author span.company {
  
 
  
  font-size: 9px;
  position: relative;
}

/*topics-section*/
/* line 574, ../sass/includes/_custom-styles.scss */
.topics-section {
  padding: 0px 0 70px;
}
/* line 576, ../sass/includes/_custom-styles.scss */
/*.topics-section .container {
  border-top: 3px solid #000;
}*/
/* line 577, ../sass/includes/_custom-styles.scss */
.topics-section h2 {
  
 
  font-size: 34px;
  color: #000;
  line-height: 1.1;
  margin: 35px 0;
  text-align: center;
}
/* line 583, ../sass/includes/_custom-styles.scss */
.topics-section .topics-block {
  padding-bottom: 20px;
}
/* line 585, ../sass/includes/_custom-styles.scss */
.topics-section .topics-block .topic {
  margin-bottom: 15px;
}
/* line 587, ../sass/includes/_custom-styles.scss */
.topics-section .topics-block .topic a {
  background: #0096d6;
  display: block;
  padding: 12px 20px;
  font-size: 16px;
}
/* line 599, ../sass/includes/_custom-styles.scss */
.topics-section .button-wrapper {
  text-align: center;
}
/* line 601, ../sass/includes/_custom-styles.scss */
.topics-section .button-wrapper .link {
  display: inline-block;
  
 
  font-size: 34px;
  color: #0096d6;
}
/* line 604, ../sass/includes/_custom-styles.scss */
.topics-section .button-wrapper .link:hover {
  color: #000;
}

/*Testimonials*/
/* line 613, ../sass/includes/_custom-styles.scss */
.home-parallax {
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  background-attachment: fixed;
  padding: 70px 0 0;
  background-size: 100% auto;
}

/* line 624, ../sass/includes/_custom-styles.scss */
.testimonials h2 {
  
 
  font-size: 34px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0px;
  padding:2px 2.4em; display: inline-block;
  text-align: center; background:rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
}
/* line 631, ../sass/includes/_custom-styles.scss */
.testimonials .slider {
  margin: 80px 45px;
  background: #0096d6;
  padding: 7px;
  overflow: hidden;
}
/* line 637, ../sass/includes/_custom-styles.scss */
.testimonials .bx-wrapper {
  border: 1px solid #fff;
  padding: 15px 30px;
  margin: 0;
}
/* line 642, ../sass/includes/_custom-styles.scss */
.testimonials .bx-controls {
  display: none;
}
/* line 645, ../sass/includes/_custom-styles.scss */
.testimonials .tslider .cbp-qtcontent .col-3 {
  padding: 0;
}
/* line 646, ../sass/includes/_custom-styles.scss */
.testimonials .tslider .cbp-qtcontent img {
  display: block;
  float: none;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  max-width: 100%;
  margin: 0;
}
/* line 656, ../sass/includes/_custom-styles.scss */
.testimonials .tslider .cbp-qtcontent .blockquote {
  border: none;
  padding: 35px 0 0;
  
 
  font-size: 30px;
  color: #fff;
  line-height: 1.6;
  font-style: normal; min-height:320px;
  text-align: center;
}
.single-articles .testimonials .tslider .cbp-qtcontent .blockquote{min-height:220px;}
/* line 663, ../sass/includes/_custom-styles.scss */
.testimonials .tslider .cbp-qtcontent .blockquote p {
  margin: 0 0 20px;
}
/* line 666, ../sass/includes/_custom-styles.scss */
.testimonials .tslider .cbp-qtcontent .blockquote footer {
  background: url(images/slider-dots.png) no-repeat top center;
  padding: 20px 0;
  
 
  font-size: 14px;
  color: #fff;
  line-height: 1;
  text-align: center;
}
/* line 672, ../sass/includes/_custom-styles.scss */
.testimonials .tslider .cbp-qtcontent .blockquote footer span {
  
 
  font-size: 9px;
  color: #fff;
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
}
/* line 683, ../sass/includes/_custom-styles.scss */
.testimonials .button-wrapper {
  text-align: center;
}
/* line 686, ../sass/includes/_custom-styles.scss */
.testimonials .button-wrapper .btn {
  background: #81c347;
  display: block;
  max-width: 520px;
  margin: auto;
  font-size: 16px;
}

/* line 699, ../sass/includes/_custom-styles.scss */
.our-platform {
  margin-top: 100px;
}
/* line 702, ../sass/includes/_custom-styles.scss */
.our-platform .content {
  margin: 0 45px;
}
/* line 707, ../sass/includes/_custom-styles.scss */
.our-platform .content figure img {
  width: 100%;
  display: block;
  margin: auto;
}
/* line 708, ../sass/includes/_custom-styles.scss */
.our-platform .content figure br {
  display: none;
}
/* line 710, ../sass/includes/_custom-styles.scss */
.our-platform .content figcaption {
  display: block;
  background: #fff;
  padding: 40px 20px 70px;
  font-size: 15px;
  text-align: center;
}
/* line 718, ../sass/includes/_custom-styles.scss */
.our-platform .content .button-wrapper .btn {
  display: block;
  max-width: 325px;
  font-size: 16px;
  background: #81c347;
  margin: auto;
}

/*Newsletter sign up*/
/* line 734, ../sass/includes/_custom-styles.scss */
.newsletter-signup {
  background: #0096d6;
  padding: 110px 0 115px; 
    clear:both;
    overflow: hidden;
}
/* line 737, ../sass/includes/_custom-styles.scss */
.newsletter-signup .center-block {
  padding: 0;
    position: relative;
    z-index: 11;
}
/* line 763, ../sass/includes/_custom-styles.scss */
.newsletter-signup .center-block:before {
  content: url(images/send-iconn-left.png);
  display: block;
  position: absolute;
  left: -230px;
  bottom: -125px;
    z-index: -1;
}
/* line 770, ../sass/includes/_custom-styles.scss */
.newsletter-signup .center-block:after {
  content: url(images/send-iconn-right.png);
  display: block;
  position: absolute;
  right: -270px;
  bottom:  -125px;
    z-index: -1;
}

/* line 738, ../sass/includes/_custom-styles.scss */
.newsletter-signup .signup-wrapper {
  background: transparent;
  text-align: center;
  padding: 0px;
}

/* line 744, ../sass/includes/_custom-styles.scss */
.newsletter-signup .signup-wrapper h2 {
  
 
  font-size: 60px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 0 0px;
  font-weight:normal;
}
/* line 750, ../sass/includes/_custom-styles.scss */
.newsletter-signup .signup-wrapper p {
  
 
  font-size: 34px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 30px;
}
/* line 755, ../sass/includes/_custom-styles.scss */
/*.newsletter-signup .signup-wrapper .hs-input {
  max-width: 430px;
  border: 1px solid #bcbec0;
  position: relative;
  margin-top: 55px;
  position: relative;
}*/

.newsletter-signup .signup-wrapper form {
    clear: both;
    display: inline-block;
    max-width: 720px;
    width: 100%;
}
.newsletter-signup .signup-wrapper form > div {float: left;width: 70%;position: relative;}
.newsletter-signup .signup-wrapper form > div.hs_submit {width: 30%;}
.newsletter-signup .signup-wrapper form  label {text-align: left;color: #fff;display: none;}
/* line 778, ../sass/includes/_custom-styles.scss */
.newsletter-signup .signup-wrapper input[type="email"] {
background: #fff ;
    border: none;
    border-radius: 12px;
    color: #7b858e;
    display: inline-block;
    height: 60px;
    line-height: 1;
    padding: 0 15px;
    
 
  font-size: 27px;
    max-width: 490px;
    width: 100%;
    position: relative;
}
/*.newsletter-signup .signup-wrapper div.input:before {
    content: "Email Address";
    display: block;
    position: absolute;
     
 
  font-size: 27px;
    color: #7b858e;
    padding: 0 15px;
    line-height: 60px;
    z-index: 11;
}
.newsletter-signup .signup-wrapper div.input:focus:before {
 content: "";
}*/

/* line 76, ../sass/includes/_mixins.scss */
.newsletter-signup .signup-wrapper input[type="email"]:-webkit-input-placeholder {
  color: #b3b4b4;
    
 
  font-size: 27px;
}
/* line 77, ../sass/includes/_mixins.scss */
.newsletter-signup .signup-wrapper input[type="email"]:-moz-placeholder {
  color: #b3b4b4;
    
 
  font-size: 27px;
}
/* line 78, ../sass/includes/_mixins.scss */
.newsletter-signup .signup-wrapper input[type="email"]::-moz-placeholder {
  color: #b3b4b4;
    
 
  font-size: 27px;
}
/* line 79, ../sass/includes/_mixins.scss */
.newsletter-signup .signup-wrapper input[type="email"]:-ms-input-placeholder {
  color: #b3b4b4;
    
 
  font-size: 27px;
}
/* line 789, ../sass/includes/_custom-styles.scss */
.newsletter-signup .signup-wrapper input[type="submit"] {
  border: none;
  height: 60px;
  background: #81c347;
  padding: 0px 40px;
  font-size: 16px;
    
 
  font-size: 27px;
    border-radius: 12px;
    line-height: 60px;
    position: relative;
    display: inline-block;
    margin-left: 30px;
    float: left;
}

/* line 806, ../sass/includes/_custom-styles.scss */
.home .site-main {
  margin: 0;
}

/*Footer*/
/* line 809, ../sass/includes/_custom-styles.scss */
.site-footer {
  background: #000;
  padding: 45px 0 85px;
}
/* line 813, ../sass/includes/_custom-styles.scss */
.site-footer .widget {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: normal;
}
/* line 820, ../sass/includes/_custom-styles.scss */
.site-footer .links > div {
  float: left;
}
/* line 823, ../sass/includes/_custom-styles.scss */
.site-footer .links .footer-2 {
  margin: 12px 25px 0 0;
}
/* line 825, ../sass/includes/_custom-styles.scss */
.site-footer .links .menu {
  margin: 0;
  list-style: none;
}
/* line 828, ../sass/includes/_custom-styles.scss */
.site-footer .links .menu li {
  display: inline-block;
}
/* line 830, ../sass/includes/_custom-styles.scss */
.site-footer .links .menu li + li {
  margin-left: 30px;
}
/* line 833, ../sass/includes/_custom-styles.scss */
.site-footer .links .menu li a {
  
 
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
}
/* line 839, ../sass/includes/_custom-styles.scss */
.site-footer .links .menu li a:hover {
  color: #0096d6;
}
/* line 847, ../sass/includes/_custom-styles.scss */
.site-footer .links .social-links a {
  display: inline-block;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  border: none;
  background: #0096d6;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
}
/* line 859, ../sass/includes/_custom-styles.scss */
.site-footer .links .social-links a + a {
  margin-left: 15px;
}
/* line 860, ../sass/includes/_custom-styles.scss */
.site-footer .links .social-links a:before {
  content: "";
}
/* line 862, ../sass/includes/_custom-styles.scss */
.site-footer .links .social-links a:hover {
  background: #fff;
  color: #0096d6;
}
/* line 874, ../sass/includes/_custom-styles.scss */
.site-footer .copyright {
  margin: 0;
}
/* line 876, ../sass/includes/_custom-styles.scss */
.site-footer .copyright .address {
  
 
  font-size: 15px;
  color: #fff;
  line-height: 1;
  padding-bottom: 18px;
  margin-bottom: 15px;
  border-bottom: 2px dashed #666;
}
/* line 882, ../sass/includes/_custom-styles.scss */
.site-footer .copyright .address span {
  display: inline-block;
}
/* line 884, ../sass/includes/_custom-styles.scss */
.site-footer .copyright .address span + span {
  margin-left: 20px;
}
/* line 886, ../sass/includes/_custom-styles.scss */
.site-footer .copyright .address strong {
  
 
}
/* line 888, ../sass/includes/_custom-styles.scss */
.site-footer .copyright .site-info {
  
 
  font-size: 12px;
  color: #999;
  line-height: 1.2;
}
/* line 891, ../sass/includes/_custom-styles.scss */
.site-footer .copyright .site-info span {
  display: inline-block;
  margin-left: 10px;
}
/* line 892, ../sass/includes/_custom-styles.scss */
.site-footer .copyright .site-info a {
  color: #999;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
}
/* line 897, ../sass/includes/_custom-styles.scss */
.site-footer .copyright .site-info a:hover {
  color: #fff;
  text-decoration: underline;
}

/*Links*/
/* line 904, ../sass/includes/_custom-styles.scss */
.links {
  display: block;
  clear: both;
  line-height: 1;
}
/* line 909, ../sass/includes/_custom-styles.scss */
.links a {
  
 
  font-size: 11px;
  color: #0096d6;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 4px;
  text-decoration: none;
  line-height: 1;
  position: relative;
}
/* line 917, ../sass/includes/_custom-styles.scss */
.links a:hover {
  text-decoration: underline;
}
/* line 920, ../sass/includes/_custom-styles.scss */
.links a + a:before {
  color: #7b858e;
  content: "|";
  display: inline-block;
  font-size: 10px;
  left: -8px;
  line-height: 1;
  position: absolute;
  top: -1px;
}

/*Inner page styles*/
/* line 935, ../sass/includes/_custom-styles.scss */
.site-main {
  margin-bottom: 80px;
}

/* line 938, ../sass/includes/_custom-styles.scss */
.entry-content ul, .entry-content ol {
  margin-left:30px;
}
.entry-content ul li, .entry-content ol li{
 }
.entry-content ul li a, .entry-content ol li a{
  }

/* line 942, ../sass/includes/_custom-styles.scss */
ul.green-bullets, .table-section .tablepress .row-hover tr .column-2 ul {
  list-style: none;
  display: block;
  margin-left: 0px !important;
}
/* line 946, ../sass/includes/_custom-styles.scss */
ul.green-bullets li, .table-section .tablepress .row-hover tr .column-2 ul li {
  position: relative;
  
 
  font-size: 22px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
  display: block;
  padding-left: 15px;
}

ol.green-bullets li, .table-section .tablepress .row-hover tr .column-2 ol li {
  position: relative;
  
 
  font-size: 22px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
  
  padding-left: 15px;
}
ul li{
  
 
  list-style:none; position:relative; 
  font-size: 18px;
  line-height: 1.5; 
 
  
  
}
ol li{
   position:relative; 
  font-size: 18px;
  line-height: 1.5; }
ul,ol{margin-left:30px;}

.green-bullets.para-content li {
    margin-bottom: 20px; font-size:18px;
}

/* line 953, ../sass/includes/_custom-styles.scss */
ul.green-bullets li:before, .table-section .tablepress .row-hover tr .column-2 ul li:before {
  content: ".";
  display: inline-block;
  position: absolute;
  left: 0;
  top:-8px;
  
 
  font-size: 38px;
  color: #81c347; 
  line-height: 1;
}
ul li::before{content:".";
  display: inline-block;
  position: absolute;
  
  
 
  font-size: 34px; top:-7px; left:-20px;
  color: #81c347;
  line-height: 1;}
  .flexslider ul li::before{content:" " !important;}
  .site-footer ul li:before{content: " " !important; display: inline-block;
  position: absolute;
  left: 0;
  top: -13px;
  
 
  font-size: 34px;
  color: #81c347;
  line-height: 1;}
  #masthead ul li:before{content: " " !important;}
  
  .testimonials-slider li::before{content:" " !important;
  display: inline-block;}

/* line 967, ../sass/includes/_custom-styles.scss */
.topics .entry-title {
  
 
  font-size: 45px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 15px;
}

/* line 974, ../sass/includes/_custom-styles.scss */
.author-line figure {
  float: left;
  margin-right: 10px;
}
/* line 977, ../sass/includes/_custom-styles.scss */
.author-line figure img {
  border-radius: 50%;
  height: 62px;
  width: 62px;
  display: block;
  margin: auto;
  border: 3px solid #0096d6;
}
/* line 987, ../sass/includes/_custom-styles.scss */
.author-line .author {
  display: block;
  
 
  font-size: 12px;
  color: #000;
  margin: 0 0 7px;
  float: left;
  padding-top: 25px;
  padding-bottom: 7px;
  line-height: 1;
}
/* line 995, ../sass/includes/_custom-styles.scss */
.author-line .author span {
  display: inline-block;
}
/* line 997, ../sass/includes/_custom-styles.scss */
.author-line .author span.name {
  
 
  color: #0096d6;
  margin-right: 7px;
}
/* line 1002, ../sass/includes/_custom-styles.scss */
.author-line .author span.company {
  
 
  
  font-size: 9px;
  position: relative;
}
/* line 1007, ../sass/includes/_custom-styles.scss */
.author-line .author span.company:before {
  color: #7b858e;
  content: "|";
  display: inline-block;
  font-size: 10px;
  left: -7px;
  line-height: 1;
  position: absolute;
  top: -1px;
}

/* line 1023, ../sass/includes/_custom-styles.scss */
.full-width-image {
  padding: 35px 0 55px;
}

/*Topics page styles*/
/* line 1035, ../sass/includes/_custom-styles.scss */
.topics .entry-header .links {
  margin:-10px 0 18px;
}
/* line 1038, ../sass/includes/_custom-styles.scss */
.topics p, .topics .p {
  
 
  font-size: 18px;
  color: #404040;
  line-height: 1.65;
}
/* line 1041, ../sass/includes/_custom-styles.scss */
.topics p a, .topics .p a {
  
 
  color: #0096d6;
  text-decoration: none;
}
/* line 1045, ../sass/includes/_custom-styles.scss */
.topics p a:hover, .topics .p a:hover {
  text-decoration: underline;
  color: #000;
}
/* line 1048, ../sass/includes/_custom-styles.scss */
.topics .banner-bottom {
  position: relative;
  
 
  font-size: 18px;
  color: #404040;
  line-height: 1.65;
}
/* line 1050, ../sass/includes/_custom-styles.scss */
.topics .banner-bottom .social-links {
  width: 40px;
  position: absolute;
  left: -90px;
  top: 0;
}
/* line 1055, ../sass/includes/_custom-styles.scss */
.topics .banner-bottom .social-links a {
  display: block;
  clear: both;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  border: none;
  background: #0096d6;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
}
/* line 1068, ../sass/includes/_custom-styles.scss */
.topics .banner-bottom .social-links a + a {
  margin-top: 15px;
}
/* line 1069, ../sass/includes/_custom-styles.scss */
.topics .banner-bottom .social-links a:before {
  content: "";
}
/* line 1071, ../sass/includes/_custom-styles.scss */
.topics .banner-bottom .social-links a:hover {
  background: #007bba;
  color: #fff;
}
/* line 1082, ../sass/includes/_custom-styles.scss */
.topics .banner-bottom a {
  /*
 
}
/* line 1085, ../sass/includes/_custom-styles.scss */
.topics .banner-bottom a:hover {
  text-decoration: underline;
  color: #000;
}
/* line 1087, ../sass/includes/_custom-styles.scss */
.topics .banner-bottom h2 {
  
 
  font-size: 34px;
  color: #555;
  margin-bottom: 35px;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0;
}
/* line 1096, ../sass/includes/_custom-styles.scss */
.topics .download-template {
  padding: 20px 0;
}
/* line 1098, ../sass/includes/_custom-styles.scss */
.topics .download-template h4 {
  
 
  font-size: 32px;
  color: #0096d6;
  margin-bottom: 40px;
  line-height: 1.3;
}
/* line 1102, ../sass/includes/_custom-styles.scss */
.topics .download-template h4 a {
  color: #0096d6;
}
/* line 1104, ../sass/includes/_custom-styles.scss */
.topics .download-template h4 a:hover {
  color: #000;
}
/* line 1111, ../sass/includes/_custom-styles.scss */
.topics .case-study-section {
  padding-bottom: 30px;
}
/* line 1113, ../sass/includes/_custom-styles.scss */
.topics .case-study-section h2 {
  
 
  font-size: 34px;
  color: #000;
  margin-bottom: 25px;
  line-height: 1.2;
  position: relative;
}
/* line 1118, ../sass/includes/_custom-styles.scss */
.topics .case-study-section h2:before {
  
  display: block;
  position: absolute;
  left: -55px;
  top: 0;
}
/* line 1127, ../sass/includes/_custom-styles.scss */
.topics .case-study-section figure {
  margin: 0;
  padding-top: 20px;
}
/* line 1136, ../sass/includes/_custom-styles.scss */
h3{
  
 
  font-size: 28px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.1;
  position: relative;
}
h3[data-num]{
	
 
  font-size: 28px;
  color: #000;
  margin-bottom: 0px;
  line-height: 1.2;
  padding-bottom: 17px;
  padding-left: 50px;
  position: relative;
}


/* line 1143, ../sass/includes/_custom-styles.scss */
h3[data-num]:before {
  content: attr(data-num);
  display: inline-block;
  width: 40px;
  height: 40px;
  
 
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  border: none;
  background: #0096d6;
  left: 0;
  line-height: 38px;
  position: absolute;
  text-align: center;
  top: -6px;
}
/* line 1163, ../sass/includes/_custom-styles.scss */
.cbp-qtcontent .pullquote {
    border: 1px solid #fff;
    padding: 20px;
    float: none;
    width: auto;
    font-style: normal;
    text-align: center;
    background: #0096d6;
}
/* line 1170, ../sass/includes/_custom-styles.scss */
.cbp-qtcontent .pullquote p {
  
 
  font-size: 30px;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 20px;
}
/* line 1175, ../sass/includes/_custom-styles.scss */
.cbp-qtcontent .pullquote footer {
  background: url(images/slider-dots.png) no-repeat top center;
  padding: 20px 0;
  
 
  font-size: 14px;
  color: #fff;
  line-height: 1;
  text-align: center;
}
/* line 1181, ../sass/includes/_custom-styles.scss */
.cbp-qtcontent .pullquote footer span {
  
 
  font-size: 9px;
  color: #fff;
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
}
/* line 1193, ../sass/includes/_custom-styles.scss */
.topics .testimonials.no-image {
  margin-bottom: 45px;
}
/* line 1195, ../sass/includes/_custom-styles.scss */
.topics .testimonials.no-image h2 {
  display: none;
}
/* line 1196, ../sass/includes/_custom-styles.scss */
.topics .testimonials.no-image .slider {
  margin: 0px;
  background: #0096d6;
  padding: 7px;
  overflow: hidden;
}
/* line 1202, ../sass/includes/_custom-styles.scss */
.topics .testimonials.no-image .bx-wrapper {
  border: 1px solid #fff;
  padding: 30px 50px 15px;
  margin: 0;
}
/* line 1207, ../sass/includes/_custom-styles.scss */
.topics .testimonials.no-image .bx-controls {
  display: none;
}
/* line 1210, ../sass/includes/_custom-styles.scss */
.topics .testimonials.no-image .tslider .cbp-qtcontent .col-3 {
  display: none;
}
/* line 1211, ../sass/includes/_custom-styles.scss */
.topics .testimonials.no-image .tslider .cbp-qtcontent .blockquote {
  border: none;
  padding: 0;
  float: none;
  width: auto;
  font-style: normal;
  text-align: center;
}
/* line 1219, ../sass/includes/_custom-styles.scss */
.topics .testimonials.no-image .tslider .cbp-qtcontent .blockquote p {
  
 
  font-size: 30px;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 20px;
}
/* line 1224, ../sass/includes/_custom-styles.scss */
.topics .testimonials.no-image .tslider .cbp-qtcontent .blockquote footer {
  background: url(images/slider-dots.png) no-repeat top center;
  padding: 20px 0;
  
 
  font-size: 14px;
  color: #fff;
  line-height: 1;
  text-align: center;
}
/* line 1230, ../sass/includes/_custom-styles.scss */
.topics .testimonials.no-image .tslider .cbp-qtcontent .blockquote footer span {
  
 
  font-size: 9px;
  color: #fff;
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
}
/* line 1241, ../sass/includes/_custom-styles.scss */
.topics .testimonials.no-image .button-wrapper {
  display: none;
}
/* line 1243, ../sass/includes/_custom-styles.scss */
.topics .related-articles {
  padding-bottom: 0;
  margin-bottom: 45px;
 /*  border-bottom: 1px solid #bdbfc1;*/
  padding-bottom: 12px;
}
/* line 1248, ../sass/includes/_custom-styles.scss */
.topics .related-articles h2 {
  
 
  font-size: 34px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 35px;
}

/* line 1262, ../sass/includes/_custom-styles.scss */
.table-section h2 {
  
 
  font-size:28px;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.2;
  position: relative;
  padding-left: 55px;
}
/* line 1268, ../sass/includes/_custom-styles.scss */
.table-section h2:before {
  content: url(images/table-heading-icon.png);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 1278, ../sass/includes/_custom-styles.scss */
.table-section .tablepress tfoot th, .table-section .tablepress thead th {
  background: #0096d6;
  
 
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 1285, ../sass/includes/_custom-styles.scss */
.table-section .tablepress thead th {
  border: none;
  padding: 15px 9px;
}
/* line 1287, ../sass/includes/_custom-styles.scss */
.table-section .tablepress thead th.column-2 {
  padding-left:8px;;
}
/* line 1289, ../sass/includes/_custom-styles.scss */
.table-section .tablepress .row-hover tr td {
  background: #fff;
  border: none;
}
/* line 1292, ../sass/includes/_custom-styles.scss */
.table-section .tablepress .row-hover tr td.column-1 {
  padding: 30px 55px 10px;
}
/* line 1293, ../sass/includes/_custom-styles.scss */
.table-section .tablepress .row-hover tr td.column-2 {
  padding: 25px 55px 5px 0;
}
/* line 1295, ../sass/includes/_custom-styles.scss */
.table-section .tablepress .row-hover tr:hover td {
  background:none !important;
}
.table-section .tablepress .row-hover tr:hover{background-color:none !important;}
/* line 1298, ../sass/includes/_custom-styles.scss */
.table-section .tablepress .row-hover tr {
  border-bottom: 1px dashed #bdc2c7;
  border-top: 0; 
}
/* line 1301, ../sass/includes/_custom-styles.scss */
.table-section .tablepress .row-hover tr .column-1 {
  
 
  font-size: 18px;
  color: #000;
  line-height: 1.2;
}
/* line 1305, ../sass/includes/_custom-styles.scss */
.table-section .tablepress .row-hover tr .column-2 {
  
 
  font-size: 18px;
  color: #404040;
  line-height: 1.2;
}
/* line 1309, ../sass/includes/_custom-styles.scss */
.table-section .tablepress .row-hover tr .column-2 ul {
  margin: 0;
}
/* line 1313, ../sass/includes/_custom-styles.scss */
table tr td{
 }
.table-section .tablepress .row-hover tr .column-2 ul li {
  
 
  font-size: 18px;
  color: #404040;
  line-height: 1.5;
}
/* line 1316, ../sass/includes/_custom-styles.scss */
.table-section .tablepress .row-hover tr .column-2 ul li:before {
  top: -15px;
}
/* line 1318, ../sass/includes/_custom-styles.scss */
.table-section .tablepress .row-hover tr .column-2 ul br {
  display: none;
}
/* line 1322, ../sass/includes/_custom-styles.scss */
.table-section figure {
  margin: 0;
  padding-top: 20px;
}

/* line 1333, ../sass/includes/_custom-styles.scss */
.author-section figure {
  float: left;
  width: 16%;
  padding-right: 0;
}
/* line 1337, ../sass/includes/_custom-styles.scss */
.author-section figure img {
  border-radius: 50%;
  height: 111px;
  width: 111px;
  display: block;
  margin: auto;
  border: 3px solid #0096d6;
}
/* line 1346, ../sass/includes/_custom-styles.scss */
.author-section .content {
  width: 84%;
}
/* line 1347, ../sass/includes/_custom-styles.scss */
.author-section .author {
  display: block;
  
 
  font-size: 15px;
  color: #000;
  margin: 0px;
  float: left;
  padding-top: 15px;
  padding-bottom: 7px;
  line-height: 1;
}
/* line 1356, ../sass/includes/_custom-styles.scss */
.author-section .author span {
  display: inline-block;
}
/* line 1358, ../sass/includes/_custom-styles.scss */
.author-section .author span.name {
  
 
  color: #0096d6;
  margin-right: 10px;
  font-size: 18px;
}
/* line 1364, ../sass/includes/_custom-styles.scss */
.author-section .author span.company {
  
 
 
  font-size: 15px;
  position: relative;
  padding-left: 7px;
}
/* line 1370, ../sass/includes/_custom-styles.scss */
.author-section .author span.company:before {
  color: #000;
  content: "|";
  display: inline-block;
  
 
  font-size: 15px;
  left: -5px;
  line-height: 1;
  position: absolute;
  top: -6px;
}
/* line 1384, ../sass/includes/_custom-styles.scss */
.author-section .description {
  margin: 0;
}
/* line 1386, ../sass/includes/_custom-styles.scss */
.author-section .description p {
  font-size: 15px;
  color: #333333;
  line-height: 1.35;
  margin-bottom: 10px;
}

.tslider.testimonials-slider > li {
    list-style: outside none none !important;
}
/*------------------5-24-16----------------*/
.playbooks-page .entry-header{max-width:960px; margin:auto; text-align:center;}
.playbooks-page #main{max-width:960px; margin:auto; }
.playbooks-page #main .top-content{text-align:center; padding-top:10px;  
  line-height:20px; font-size:15px;}
.playbooks-page .top-section, .playbooks-section {
    clear: both; margin-top:30px; 
}
.playbooks-page .top-section{overflow:hidden; background:#e5e5e5;}
.playbooks-page .col-6{padding:0;}
.playbooks-page .col-6 .inner-data{padding-left:30px; padding-right:25px;}
.playbooks-page .top-section .right{ min-height:265px;}
.playbooks-page .col-3:nth-child(4n+1){clear:both;}
.playbooks-page .top-section .right .inner-data h2{font-size:28px; 
  line-height:35px; padding-top:45px;}
.playbooks-page .top-section .right .inner-data h3{font-size:14px; 
  padding-top:10px; margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #cccccc; }
.playbooks-page .top-section .right .inner-data p a{background:#81c347; padding:.7em 2em; color:#fff; 
  font-size:14px;}
.playbooks-page .top-section .right .inner-data p a:hover{background:#4fa405; }
.playbooks-page .col-3 h3{font-size:14px; padding-top:16px; color:#000; 
  line-height:20px;}
.playbooks-page .col-3 {padding:2em 0em;}
.playbooks-page .entry-title{margin-bottom:0; padding-bottom:5px; 
  font-size:55px; text-transform:lowercase;}
.playbooks-section .col-3 img:hover{opacity:.7;}

.addthis_toolbox.addthis_32x32_style span {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px;
}
.at-icon-wrapper {
    display: inline-block;
    overflow: hidden;
    line-height: 32px;
    height: 32px;
    width: 32px;
    background-color: rgb(0, 119, 181);
    margin: 0 auto;
    padding: 4px;
}

a.btn.green:hover {
    background: #48a012;
    color: #fff;
}
a.btn.green {
    background: #81c347;
}
.col-11 .button-wrapper {
    padding-top: 16px;
}

.qt-wrapper {
    background: #0096d6;
    padding: 10px;
}
.testimonials.full-width .container{text-align:center; }

h1{
 }
h2{
 }
.featured-section span.company{
     color:#000; 
  padding-left:7px; 
}
.featured-section span.company::before{color: rgb(123, 133, 142);
    content: "|";
    display: inline-block;
    font-size: 10px;
    left: -7px;
    line-height: 1;
    position:relative; top:-2px; left:-6px;
    }
.featured-section .author{color:#000;}


.bx-clone {
  display: none;
}
.authors-single-page .the-latest .grid-row .post.col-4:nth-child(3n+1) {
    clear: both;
}


/*Ready to talk*/
.ready-to-talk {
    padding: 50px 0;
    text-align: center;
}
.hbspt-form {
    display: inline-block;
    max-width: 700px;
    text-align: center;
    width: 100%;
}
.ready-to-talk h2 {
    color: #007bba;
    
 
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
    
}
.ready-to-talk .hs-form label {
    color: #666;
    display: block;
    
 
    text-align: left;
    margin-bottom: 5px;
}
.ready-to-talk .hs-input {
    background: #f5f5f5 none repeat scroll 0 0 !important;
    border-radius: 0px !important;
    border: none;
    border-bottom: 1px solid #acacac;
    padding: 20px 15px !important;
    
 
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1.2;
}
.ready-to-talk .hs-form> div {
}

.ready-to-talk .hs-form> div.hs_submit {
    padding-top: 20px;
}

.ready-to-talk .hs-button.primary.large {
    background: #81c347 none repeat scroll 0 0;
    border-radius: 12px;
    display: inline-block;
    font-size: 28px;
    max-width: 400px;
    padding: 20px;
    width: 100%;
}
.ready-to-talk .hs-button.primary.large:hover,
.ready-to-talk .hs-button.primary.large:focus {
    background: #48A012;
    outline: none;
    color: #fff;
}
.hs-error-msgs.inputs-list {
    list-style: outside none none;
    margin: 0;
}
.hs-error-msgs.inputs-list li:before{display: none;}
.hs-error-msgs.inputs-list li label {
    color: #d42020;
        font-size: 16px;
    margin-top: 5px;
}


/*queries*/

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

}
