/*
	Theme Name: The Gramlist
	Theme URI: http://www.thegramlist.com
	Description: Theme for The Gramlist. 
	Author: Samir Balwani
	Author URI: https://www.demandhive.com
	Version: 1.2
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Domain Path: /languages/
*/

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Forms
 * 5.0 - Navigations
 *   5.1 - Links
 *   5.2 - Menus
 * 6.0 - Accessibility
 * 7.0 - Alignments
 * 8.0 - Clearings
 * 9.0 - Header
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Posts & Pages
 *    11.2 - Post Formats
 *    11.3 - Comments
 * 12.0 - Footer
 * 13.0 - Media
 *    13.1 - Captions
 *    13.2 - Galleries
 * 14.0 - Front Page
 * 15.0 - Custom Pages
 * 16.0 - Print
 * 17.0 - Elegant Icons
 */

/**
 * 1.0 - Reset
 *
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #ffffff;
	font-size: 1.0rem; /* 10 ÷ $rembase */
	padding-top: 71px;
}

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

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/**
 * 2.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: rgba(0, 0, 0, 0.8);
	font-family: "brandon-grotesque",sans-serif;
	letter-spacing: 0.05rem;
	word-spacing: 0.05rem;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	text-rendering: optimizelegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.5;
	font-weight: 400;
	font-family: "brandon-grotesque",sans-serif;
}

h1 {
	font-size: 2.25em;
	letter-spacing: 0.05em;
	word-spacing: 0.01em;
}

h2 {
	font-size: 2em;
	letter-spacing: 0.05em;
	word-spacing: 0.01em;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.25em;
}

h6 {
	font-size: 1em;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #303030;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #303030;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "brandon-grotesque",sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 3.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 1px solid #eee;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.left{
	text-align: left;
}

.bold{
	font-weight: bold;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	
	font-family: "brandon-grotesque",sans-serif;
}

:-moz-placeholder {
	
	font-family: "brandon-grotesque",sans-serif;
}

::-moz-placeholder {
	
	font-family: "brandon-grotesque",sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	
	font-family: "brandon-grotesque",sans-serif;
}


/**
 * 4.0 Forms
 */

.button{
  clear: both;
  background-color: #979797;
  border: none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
	font-weight: 400;
	font-family: "brandon-grotesque",sans-serif;
	margin: 0 5px 5px 0;
  padding: 1rem 3rem;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}

.button:hover, 
.button:focus,
.button:active{
	color: #fff;
	background-color: #000;
}

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #303030;
	
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "brandon-grotesque",sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: capitalize;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #303030;
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #303030;
	display: block;
	font-family: "brandon-grotesque",sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: capitalize;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.gform_wrapper{
	display: block;
  overflow: hidden;
}

.gform_wrapper .gform_footer input.button{
	font-weight: 300;
}

.gform_wrapper .top_label .gfield_label{
	font-weight: 300;
}

.gform_wrapper ul.gfield_checkbox li label{
  margin-top: 5px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
	margin: 0;
}

.ginput_container_checkbox{
	clear: both;
}

.ginput_container_checkbox li{
	float: left;
	width: 50%;
}

body #gform_wrapper_3 ul li.gfield{
	margin-top: 3rem;
}

#gform_wrapper_3 .top_label .gfield_label{
	margin-bottom: 0.5rem;
}

#gform_wrapper_3 .description_above .gfield_description{
	font-style: italic;
}

/**
 * 5.0 Navigations
 */

#header-navbar{
	background: #fff;
}

#header-navbar .navbar-toggle{
	border: 1px solid #333;
	margin-top: 3rem;
}

#header-navbar .navbar-toggle:hover,
#header-navbar .navbar-toggle:focus{
	background: #fff;
}

#header-navbar .navbar-toggle .icon-bar{
	background-color: #333;
}

#header-navbar.navbar{
	margin: 0;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #E5ECF0; 
}

#header-navbar .navbar-brand{
	height: inherit;
	padding: 0 15px;
}

#header-navbar .navbar-brand img{
	max-height: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}

#header-navbar .navbar-nav{
  margin-top: 2.5rem;
  margin-left: 1rem;
  margin-right: 0;
  clear: right;	
}

#header-navbar .navbar-collapse > ul > li.social-icon-li,
#header-navbar .navbar-collapse > ul > li.search-form-li{
	display: inline-block;
	float: left;
}

#header-navbar .search-form{
	margin: 0 1rem 0 0; 
}

#header-navbar .search-form label{
	width: auto;
}

#header-navbar .search-form input[type="search"]{
	font-size: 0.65em;
	width: 150px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;	
	border-right: 0;
}

#header-navbar .search-form input.search-submit{
	padding: 0.35em 1em;
	height: 28px;
	margin-top: 1px;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-left: 0;
	background: #f7f7f7;
}

#header-navbar .search-form input.search-submit:hover,
#header-navbar .search-form input.search-submit:focus{
	cursor: pointer;
}

#header-navbar .navbar-nav > li.social-icon-li > a{
	padding: 0;
	margin: 3px 5px;
}

#header-navbar .header-social-icon{
	border: 0;
	height: 1em;
}

#header-navbar .search-form label{
	margin: 0;
}

#header-navbar .navbar-nav > li > a{
  clear: both;
  font-size: 0.65em;
  text-transform: uppercase;
  border: none;
  color: #444;
  cursor: pointer;
  display: inline-block;
	font-weight: 300;
	font-family: "brandon-grotesque",sans-serif;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;  
  border-bottom: 1px solid #fff;
  padding: 0 0 5px 0;
  margin: 5px 0 5px 20px;  
}

#header-navbar .navbar-nav > li > a:hover,
#header-navbar .navbar-nav > li > a:focus{
  background: none;
  border-bottom: 1px solid #444;
}

#header-navbar .navbar-nav > li.sign_in_button > a{
	background: black;
	margin: 0 0 0 15px;
	background-color: #59C7A4;
	border: none;
	border-radius: 4px;
	transition: all 0.23s ease-in-out 0s;
	color: #fff;
	cursor: pointer;
	padding: 0.5rem 1rem;
}

#header-navbar .navbar-nav > li.sign_in_button > a:hover{
	background-color: #4EAD8F;
}

/**
 * 6.1 Links
 */

a {
	color: #02779E;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #025E7D;
	text-decoration: none;
}

/**
 * 6.2 Menus
 */
.social-navigation {
	margin: 9.0909% 0;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -1.6em 0;
}

.social-navigation li {
	float: left;
}

.social-navigation a {
	display: block;
	height: 3.2em;
	position: relative;
	width: 3.2em;
}

.social-navigation a:before {
	content: "\f415";
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href*="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.post-navigation {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
}

.post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #303030;
	font-family: "brandon-grotesque",sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-family: "brandon-grotesque",sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.image-navigation,
.comment-navigation {
	color: #303030;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "brandon-grotesque",sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-transform: capitalize;
}

.image-navigation a,
.comment-navigation a {
	color: #303030;
	
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation {
	padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}

/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "brandon-grotesque", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "brandon-grotesque", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 0 0;
}

blockquote.alignleft{
	margin: 0.4em 1.6em 1.6em 0;
}

.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 0 1.6em;
}

blockquote.alignright{
	margin: 0.4em 0 1.6em 1.6em;
}

.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 0;
}

blockquote.aligncenter{
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.credit{
	text-transform: uppercase;
	font-size: 0.5em;
}

/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}

/**
 * 11.0 Widgets
 */

.sidebar{
	margin: 4rem 0 0 0;
	display: block;
	overflow: hidden;
	clear: both;	
}

.widget {
	color: #303030;	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 auto 9.09090%;
	width: 100%;
	word-wrap: break-word;
	margin-bottom: 6rem;
	clear: both;
}

.widget h6{
	font-size: 1em;
	font-weight: 400;
}

.widget .newsletter{
	margin: 2rem 0 0 0;
	clear: both;
}

.widget .newsletter p{
	font-size: 0.9em;
}

.widget .newsletter #mc_embed_signup form{
	padding: 0;
}

.widget .newsletter #mc_embed_signup .button{
	background: #02779E;
	font-weight: 400;
}

.widget .newsletter #mc_embed_signup .button:hover,
.widget .newsletter #mc_embed_signup .button:focus{
	background: #025E7D;
}

.widget .featured ul{
	list-style: none;
	margin: 0;
}

.widget .featured ul li{
	padding: 1em 0 0 0;
}

.widget .social{
	margin: 2rem 0 0 0;
}

.widget .social ul{
	list-style: none;
	margin: 0;
  display: block;
  overflow: hidden;
}

.widget .social ul li{
	float: left;
	margin-right: 1em;
}

.widget .social ul li img{
	width: 36px;
}

.widget .menu-sidebar-articles-container ul li{
	margin: 2rem 0 0 0;
}

.widget .search .btn{
	margin-top: 5px;
	float: right;
}

.widget .search .btn:hover,
.widget .search .btn:active{
	color: #fff;
	text-decoration: underline;
}

.widget .search label{
	width: 100%;
}

.search-container{
	margin: 0 0 10rem 0;
}

.search-form{
	margin: 2rem 0 5rem 0;
}

.search-form .search-submit:hover,
.search-form .search-submit:focus{
	background: #000;
	color: #fff;
}

.search-form label{
  display: block;
  overflow: hidden;
  width: 79%;
  float: left;
  margin-right: 0.5rem;
}

/** 
 * 11.5 Shortcode Styles
 */ 

.instagram_info{
	list-style: none;
	margin: 0;
}

.instagram_info li{
	margin-bottom: 1rem;
}

.instagram_location_icon img,
.instagram_follower_icon img{
	max-height: 20px;
  border: 0;
  margin-right: 0.5rem;
}

/**
 * 11.0 Content
 */

.question{
	clear: both;
	line-height: 1.5;
	font-weight: 400;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 1.25em;
	text-transform: capitalize;
	margin: 2em 0 1em 0;
}

.secondary {
	background-color: #fff;
	display: none;
	padding: 0 7.6923%;
}

.secondary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}

.widget-area {
	margin: 9.09090% auto 0;
}

.site-footer {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 3.84615% 7.6923%;
}


/**
 * 11.1 Posts & Pages
 */

.hentry {
	background-color: #fff;
	position: relative;
	clear: both;
}

.hentry + .hentry {
	
}

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-feature-image {
	height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.entry-title,
.archive-title {
	font-size: 2em;
	font-weight: 400;
	letter-spacing: 0.05em;
	word-spacing: 0.01em;
}

#archive-list{
	margin-bottom: 4rem;
}

.entry-title a{
	color: #000;
}

.page .entry-title{
	text-align: center;
}

.page .entry-header, 
.post .single-header,
.careers .single-header,
.case-studies .single-header,
.archive-header{
	padding: 4rem;
	margin: 0 0 4rem 0;
  background: #f7f7f7;
  color: #444;
  text-align: center;
}

.page .no-header .entry-header{
	padding: 4rem;
	margin: 0;
	background: #fff;
}

.page .entry-header a,
.post .single-header a{
	color: #444;
}

.entry-meta {
	font-size: 10px;
	font-size: 1rem;
	list-style: none;
	display: block;
	overflow: hidden;
	padding-top: 1rem;
	margin-left: 0; 
}

.entry-meta a{
	color: #333;
}

.entry-meta li{
	display: inline-block;
}

.entry-meta li:first-child{
	padding-right: 10px;
	border-right: 1px solid #c1c1c1;
}

.entry-meta li:last-child{
	padding-left: 5px;
}

.entry-thumbnail{
	padding-bottom: 2rem;
}

.entry-content,
.entry-summary {
	padding-bottom: 4rem;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	font-family: "source-sans-pro", sans-serif;
	font-size: 0.85em;
	text-align: justify;
  text-justify: inter-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5, 
.entry-content h6 {
	text-align: left;
	margin: 0 0 1em 0;
}

.entry-content h1{
	font-size: 1.75em;
}

.entry-content h2{
	font-size: 1.5em;
}

.entry-content h3{
	font-size: 1.25em;
}

.entry-content h4{
	font-size: 1em;
}

.entry-content h5{
	font-size: 1em;
}

.entry-content h6{
	font-size: 1em;
}

.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,
.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,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.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;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
	border-bottom: 1px solid #E1E1E1;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 1px solid #303030;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content h3{
	font-family: "brandon-grotesque",sans-serif;	
	font-weight: 300;
  font-size: 1.25em;
  line-height: 1.5em;
  text-transform: none;
}

.more-link{
	font-size: 0.75em;
	clear: both;
	line-height: 1.5;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "brandon-grotesque",sans-serif;	
}

.related-posts-container{
	padding: 3rem 0 0 0;
	border-top: 1px solid #f7f7f7;
}

.related-posts-container h6{
	text-align: center;
	margin: 0 0 3rem 0;
}

.page404{
	text-align: center;
	margin: 8rem;
}

.author-info {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0 7.6923%;
	padding: 7.6923% 0;
}

.author-info .avatar {
	float: left;
	height: 36px;
	margin: 0 1.6em 1.6em 0;
	width: 36px;
}

.author-heading {
	color: #303030;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: capitalize;
}

.author-title {
	clear: none;
}

.author-bio {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
}

.author-description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.author-description a {
	border-bottom: 1px solid #303030;
}

.author-description a:hover,
.author-description a:focus {
	border-bottom: 0;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-link {
	white-space: nowrap;
}

.author-link:after {
	content: "\f429";
	position: relative;
	top: 1px;
}

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

.entry-social .sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button,
.entry-social .sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button,
.entry-social .sd-social-icon .sd-content ul li[class*='share-'].share-google-plus-1 a.sd-button,
.entry-social .sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button{
	background: #e9e9e9;
	color: #777 !important;
}

.entry-social .sd-content ul li a.sd-button:before{
	font: normal 14px/1 'Genericons';
}

.entry-newsletter{
	background: #354250;
	color: #fff;
	padding-top: 3em;
	padding-bottom: 3em;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.entry-newsletter #mc_embed_signup form{
	padding: 0;
}

.entry-newsletter #mc_embed_signup .mc-field-group{
	float: left;
	width: 70%;
	margin-right: 1%;
}

.entry-newsletter #mc_embed_signup .button{
	background: #02779E;
	font-weight: 400;
	height: 38px;
}

.entry-newsletter #mc_embed_signup .button:hover,
.entry-newsletter #mc_embed_signup .button:focus{
	background: #025E7D;
}

.entry-newsletter #mc_embed_signup .button:hover,
.entry-newsletter #mc_embed_signup .button:focus{
	background: #025E7D;
}

.page .entry-newsletter{
	padding-top: 0em;
	padding-bottom: 0em;
}

.entry-newsletter h6{
	text-align: center;
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: 0.05em;
	word-spacing: 0.01em;
	margin: 0;	
}

.entry-newsletter p{
	text-align: center;
	margin-bottom: 1em;
}

.entry-newsletter #embed_signup_form{
	width: 85%;
	margin: 0 auto;
}

.entry-newsletter #fieldEmail{
	width: 70%;
	padding: 1em;
}

.entry-newsletter button{
	padding: 1.5em 2em;
}

.entry-newsletter button:hover, 
.entry-newsletter button:active{
	color: #fff;
	text-decoration: underline;
}

.entry-comments{
	border-top: 1px solid #e1e1e1;	
	padding-top: 1em;	
	text-align: left;
	font-style: italic;
	text-align: center;
}

.entry-comments p{
	margin: 0;
}

.entry-comments a{
	border-bottom: 1px solid #e1e1e1;
}

.entry-comments a:hover,
.entry-comments a:focus,
.entry-comments a:active{
	border-bottom: 1px solid #303030;
}

.entry-pagination{
	background: #f1f1f1;
	padding-top: 3em;
	padding-bottom: 3em;
}

.entry-pagination h6{
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 1em;
}

.entry-pagination a{
	border-bottom: 1px solid transparent;
}

.entry-pagination a:hover, 
.entry-pagination a:focus, 
.entry-pagination a:active{
	border-bottom: 1px solid #303030;
}

.entry-pagination .previous{
	text-align: left;
}

.entry-pagination .next{
	text-align: right;
}

.entry-footer {
	background-color: #f7f7f7;
	color: #303030;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 3.8461% 7.6923%;
}

.entry-footer a {
	color: #303030;
	border-bottom: 1px solid transparent;
}

.entry-footer a:hover {
	border-bottom: 1px solid #303030;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: capitalize;
}

.updated:not(.published) {
	display: none;
}

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.taxonomy-description {
	color: #303030;
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #303030;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
	padding: 7.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: "brandon-grotesque", sans-serif;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #303030;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #303030;
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #303030;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}


/**
 * 12.2 Post Formats
 */

.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: 2.25em;
	font-weight: 100;
	letter-spacing: 0.05em;
	word-spacing: 0.01em;
	text-transform: capitalize;
	margin-bottom: 0.5em;
	text-align: center;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.excerpt-title{
	font-size: 1.5em;
}

.excerpt-container{
	margin: 0 0 6rem 0;
}

.excerpt-container img{
	border: 0;
}

.excerpt-container .excerpt-meta-container{
	background-color: #000;
	color: #fff;
	font-size: 0.75em;
	padding: 1rem;
	text-align: center;
}

.excerpt-container .excerpt-meta-container .entry-header{
	font-size: 1em;
	margin: 1rem 0;
	padding: 0;
	background: none;
}

.excerpt-container .excerpt-meta-container .excerpt-meta{
	font-size: 0.75em;
}

.excerpt-container .excerpt-meta-container a{
	color: #fff;
}

.excerpt-container .excerpt-meta-container h6{
	font-size: 1.25em;
	margin: 0;
}

.excerpt-container .excerpt-meta-container p{
	margin: 0;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}

.post-excerpt{
	margin: 3rem 0;
}


/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 4rem 0;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #303030;
	
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #303030;
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-meta,
.pingback .edit-link {
	color: #303030;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-meta a,
.pingback .edit-link a {
	color: #303030;
	
}

.comment-meta a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #303030;
}

.comment-meta a:hover,
.comment-meta a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-meta {
	margin-bottom: 1.6em;
}

.comment-meta .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	background: #101820;
	border: 1px solid #e1e1e1;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: 500;
	font-family: "brandon-grotesque", sans-serif;
	display: inline-block;
	color: #fff;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 8px 32px;
	text-align: left;
	text-shadow: none;
	white-space: nowrap;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;	
	zoom: 1;	
	margin-bottom: 2em;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	text-decoration: underline;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #303030;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: capitalize;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #303030;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #303030;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	color: #303030;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 94px;
	font-size: 11px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 11px;
	position: relative;
	margin-right: 4px;
}


/**
 * 13.0 Footer
 */

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

.archive-pagination .pagination .current{
	border-bottom: 1px solid #303030;
}

#footer{
	background: #393939;
	color: #fff;
	padding: 4rem 0 0 0;
	font-size: 0.8em;
}

#footer .primary-footer img{
	border: 0;
	height: 40px;
}

#footer .primary-footer .footer-menu-container{
	float: right;
}

#footer .primary-footer ul.footer-menu-container{
	list-style: none;
	padding: 1.5rem 0 0 0;
}

#footer .primary-footer ul.footer-menu-container li{
	float: left;
	border-right: 1px solid #ccc;
	padding: 0 2rem;
	font-size: 0.8em;
}

#footer .primary-footer ul.footer-menu-container li:last-child{
	border: none;
	padding: 0 0 0 2rem;
}

#footer .primary-footer ul.footer-menu-container li a{
	color: #ccc;
}

#footer .primary-footer ul.footer-icon-list{
	list-style: none;
	float: left;
}

#footer .primary-footer ul.footer-icon-list li{
	float: left;
	margin: 0.5rem 1rem 0 0;
}

#footer .primary-footer .footer-icon-list img{
	height: 0.9em;
	border: none;
}

#footer .primary-footer .footer-icon-list .divider{
	border-right: 1px solid #ddd;
	width: 1px;
}

#footer .primary-footer .footer-icon-list .contact{
  line-height: 2.75em;
  font-size: .75em;
}

#footer .primary-footer .footer-icon-list .contact a{
	color: #fff;
}

#footer .primary-footer .footer-icon-list .contact a:hover{
	color: #ccc;
}

#footer .secondary-footer{
	background: #252525;
	margin: 4rem 0 0 0;
	padding: 4rem 0;
}

#footer h6{
	margin: 0 0 2rem 0;
}

#footer .copyright{
	font-size: 0.7em;
  margin-top: 1em;
  margin-bottom: 1em;
  float: left;
}

#footer address{

}

#footer .navbar-nav{
	margin-top: 4rem;
}

#footer .navbar-nav ul,
#footer .navbar-nav ul li{
  margin: 0;
  padding: 0; 
}

#footer .navbar-nav > li{
	float: none;
}

#footer .navbar-nav > li > a{
  padding: 0 0 .25rem 0;
  color: #fff;
  border-bottom: 1px solid transparent;
}

#footer .navbar-nav > li > a:hover{
  background: none;
  border-bottom: 1px solid #303030;
}

#footer .newsletter h6{
	margin: 0 0 1rem 0;
	font-size: 1.25em;
}

#footer .newsletter p{
	margin: 0 0 1rem 0;
}

#footer .newsletter #mc_embed_signup form{
	padding: 0;
}

#footer .newsletter #mc_embed_signup .mc-field-group{
	float: left;
	width: 60%;
	margin-right: 1%;
}

#footer .newsletter #mc_embed_signup .button{
	background: #02779E;
	font-weight: 400;
	height: 38px;
}

#footer .newsletter #mc_embed_signup .button:hover,
#footer .newsletter #mc_embed_signup .button:focus{
	background: #025E7D;
}

.site-info {
	color: #303030;
	
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.site-info a {
	border-bottom: 1px solid transparent;
	color: #303030;
	
}

.site-info a:hover {
	border-bottom: 1px solid #303030;
}

.site-info a:hover,
.site-info a:focus {
	color: #333;
}


/**
 * 14.0 Media
 */

.site .avatar {
	border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.instagram-media{
	margin-bottom: 1.6em !important;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #303030;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #303030;
	display: block;
	font-family: "brandon-grotesque",sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 14.0 Front Page
 */

.content-panel{
	padding: 18rem 0;
}

.content-panel p{
	font-size: 1em;
}

.content-panel h1{
	font-size: 2em;
}

.content-panel h2{
	font-size: 1.5em;
	margin-bottom: 1.5rem;
}

.content-panel h6{
	font-size: 1.25em;
	margin-bottom: 4rem;
}

.content-panel img{
	border: 0;
}

.content-panel-arrow{
	text-align: center;
}

.question-panel{
  background-image: url(images/home/hero_banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
	color: #fff;
	padding: 0;
	margin: 0;
}

.question-panel-inner{
	padding: 20vh 0 20vh 0;
	text-align: center;
}

.question-panel-inner h1{
	font-size: 2.5em;
	text-transform: uppercase;
}

.question-panel-inner p{
	font-size: 1.5em;
}

.question-panel-inner img{
  margin-bottom: 2rem;
}

.question-panel-inner .cta-button{
	margin: 0;
}

.question-panel p a{
	color: #fff;
}

.influencer-block{
	font-size: 0.75em;
	background-color:rgba(50, 50, 50, 0.5);
}

.influencer-block p{
	margin: .5em 0;
}

.about-panel{
	padding: 2rem 0;
	font-size: .75em;
	background: #000;
	color: #fff;
}

.about-panel p{
	margin: 0;
}

.about-panel .button{
	margin-top: 2rem;
}

.gramlist-effect-panel{
	background: #fff;
  padding: 4rem 0 0 0;
}

.gramlist-effect-panel h2{
	text-align: center;
  margin-bottom: 6rem;
  text-transform: uppercase;
}

.gramlist-effect-panel .effect-box{
	margin-bottom: 2rem;
}

.gramlist-effect-panel .effect-icon-container{
	background: #fff;
	border-radius: 25px;	
	max-width: 75px;
}

.gramlist-effect-panel .effect-icon{
	padding: 15px;
}

.gramlist-effect-panel .effect-title{
	clear: both;
	line-height: 1.5;
	font-weight: 400;
	font-family: "brandon-grotesque",sans-serif;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-size: 1em;
}

.gramlist-effect-panel .effect-description{
	font-size: 0.8em;
	margin-bottom: 4rem;
}

.feature-panel{
	padding: 6rem 0 0 0;
	margin: 0;
	background: #000;
	color: #fff;
}

.feature-panel h2{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 4rem;
}

.feature-panel h3{
	font-size: 1.25em;
	margin: 2rem 0 1rem 0;
	text-transform: uppercase;
}

.feature-panel .feature-block{
  margin: 0;
  padding: 0 4rem;
}

.feature-panel .feature-block p{
	font-size: 0.8em;
}

.contact-panel{
	padding: 4rem 0;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.contact-panel .button{
	font-size: 0.65em;
	margin-left: 1rem;
}

.contact-panel .button:hover{
	background: #ccc;
}


.clients-panel{
	background: #fff;
	padding: 6rem 0;
}

.clients-panel h2{
	text-align: center;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.clients-panel .client-list .client-item{
	text-align: center;
}

.clients-panel .client-list img{
	max-width: 150px;
	max-height: 150px;
	padding: 1rem;
}

#category-list{
	border-top: 1px solid #ccc;
  padding-top: 2rem;
}

h4.category-list-title{
	margin: 3rem 0;
	font-size: 0.75em;
}

.category-links{
	overflow: hidden;
	display: block;
	margin: 0;
}

.category-links li{
	float: left;
	width: 20%;
	list-style: none;
	margin: 1rem 0;
	font-size: 0.75em;
}


/**
 * 15.0 Custom Pages
 */

.about-page h2,
.contact-page h2{
	margin: 6rem 0 4rem 0;
}

/* About Page */

.about-page .ceo-name{
	margin: 0;
}

.about-page .ceo-title{
	margin: 0;
}

.about-page .press-panel{
	background: #02779E;
	padding: 8rem 0 8rem 0;
}

.about-page .press-panel h6{
	text-align: center;
	color: #fff;
	margin: 0 0 4rem 0;
  font-size: 2em;
  letter-spacing: 0.05em;
  word-spacing: 0.01em;
  text-transform: capitalize;	
}

.about-page .press-panel .press-logo{
	text-align: center;	
}

.about-page .press-panel .press-logo img{
	height: 75%;
  width: 75%;
  padding: 5%;
  background: white;
}

.about-page .press-panel .press-cta{
	text-align: center;
	margin: 6rem 0 2rem 0;
	font-size: .75em;
}

/* Careers & Case Studies Page */

.post-excerpt-container{
	padding: 0 0 1rem 0;
  margin: 0 0 4rem 0;
  border-bottom: 1px solid #ccc;	
}

.post-excerpt-meta-container h6.entry-title{
	font-size: 1.5em;
	margin-bottom: 1rem;
}

.post-excerpt-more{	   
  padding: 1em 2.5em;
  color: #ffffff;
  background-color: #979797;
  border: none;
  -webkit-transition: color 0.35s ease, opacity 0.35s ease, background-color 0.35s ease;
  -moz-transition: color 0.35s ease, opacity 0.35s ease, background-color 0.35s ease;
  transition: color 0.35s ease, opacity 0.35s ease, background-color 0.35s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "source-sans-pro", sans-serif;
  font-size: 0.75em;
}

.post-excerpt-more:hover,
.post-excerpt-more:focus{
	background-color: #646464;
	color: #fff;
}


/* Contact Page */

.contact-form-panel h2{
	text-align: center;	
	margin: 6rem 0 2rem 0;
}

.contact-form-panel p{
	text-align: center;
	margin: 0 0 2rem 0;
}

.contact-form-panel .form-instructions{
	font-style: italic;
	font-size: .9em;
}

/* Consultation Page */

.consultation-page .hero-panel{
	background: #025E7D;
	color: #fff;
	padding: 6rem 0;
}

.consultation-page .hero-panel .consultation-hero-text{
	margin: 6rem 0 0 0;
}

.consultation-page .hero-panel .consultation-hero-text h1{
	font-size: 3rem;
	margin: 2rem 0;
}

.consultation-page .hero-panel .consultation-form{
	background: #fff;
	border-radius: 10px;
	color: #393939;
	overflow: hidden;
	display: block;
	clear: both;
}

.consultation-page .hero-panel .consultation-form h2{
	padding: 2rem 2rem 0 2rem;
  font-size: 1em;
  margin: 0;
}

.consultation-page .hero-panel .consultation-form .gform_wrapper{
	padding: 0;
	margin: 0;
}

.consultation-page .hero-panel .consultation-form form{
	padding: 0 2rem 2rem 2rem;
  overflow: hidden;
  display: block;
}

.consultation-page .hero-panel .consultation-form form label{
	clear: both;
	font-size: 0.75em;
	line-height: 1.5;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "brandon-grotesque",sans-serif;	
}

.consultation-page .hero-panel .consultation-form form .gform_button{
  clear: both;
  float: right;
  background-color: #CF4600;
  border: none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
	font-weight: 400;
	font-family: "brandon-grotesque",sans-serif;
	margin: 0 5px 5px 0;
  padding: 1rem 3rem;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}


.hero-tr-panel,
.hero-newsletter-panel{
	background: #f7f7f7;
  padding: 14rem 0;
}

.hero-tr-panel .headline,
.hero-newsletter-panel .headline{
	text-align: center;
}

.hero-tr-panel .tr-benefits{
	margin: 1em 0;
  font-size: 0.75em;
  text-align: center;
}

.hero-newsletter-panel .newsletter-quote{
	text-align: center;
  margin-top: 10px;
}

.hero-newsletter-panel .newsletter-quote p{
	margin: 0;
}

.hero-tr-panel #mc_embed_signup .mc-field-group,
.hero-newsletter-panel #mc_embed_signup .mc-field-group{
  float: left;
  width: 62%;
}

.hero-tr-panel #mc_embed_signup .mc-field-group input,
.hero-newsletter-panel #mc_embed_signup .mc-field-group input{
  display: block;
  width: 100%;
  padding: 12px 0;
  text-indent: 2%;
  font-size: 1em;
  background: #fff;
}

.hero-tr-panel #mc_embed_signup .button,
.hero-newsletter-panel #mc_embed_signup .button{
	font-size: 0.9em;
  height: 3em;
  padding: 0 10px;
  border: 1px solid #fff;
  background: #979797;	
  font-weight: 400;
}

.hero-tr-panel #mc_embed_signup .button:hover,
.hero-newsletter-panel #mc_embed_signup .button:hover{
	background: #000;
}

.description-tr-panel{
  padding: 6rem 0;
  text-align: center;
}

.description-tr-panel h2{
	font-size: 1.5em;
	margin: 0 0 2rem 0;
}

.description-tr-panel p{
	margin: 0;
	font-size: .9em;
}

.preview-tr-panel{
  padding: 6rem 0;
}

.preview-tr-panel h2{
	font-size: 1.5em;
	text-align: center;
}

.preview-tr-panel img{
	margin: 2rem;
}

.focus-tr-panel{
  padding: 6rem 0;
	text-align: center;
}

.focus-tr-panel h2{
	font-size: 1.5em;
}

.focus-tr-panel img{
	max-width: 650px;
	border: 0;
	margin: 2rem;
}

.cta-tr-panel{
	padding: 8rem 0;
	text-align: center;
}
  
.cta-tr-panel h2{
	font-size: 1.5em;
	margin-bottom: 2rem;
}

/**
 * 16.0 Print
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		font-size: 11.25pt;
	}

	.secondary-toggle,
	.navigation,
	.page-links,
	.edit-link,
	#reply-title,
	.comment-form,
	.comment-edit-link,
	.comment-list .reply a,
	button,
	input,
	textarea,
	select,
	.widecolumn form,
	.widecolumn .mu_register form {
		display: none;
	}

	.site-header,
	.site-footer,
	.hentry,
	.entry-footer,
	.page-header,
	.page-content,
	.comments-area,
	.widecolumn {
		background: none !important; /* Make sure color schemes dont't affect to print */
	}

	body,
	blockquote,
	blockquote cite,
	blockquote small,
	label,
	a,
	.site-title a,
	.site-description,
	.post-title,
	.author-heading,
	.entry-footer,
	.entry-footer a,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.no-comments,
	.site-info,
	.site-info a,
	.wp-caption-text,
	.gallery-caption {
		color: #000 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr[title],
	table,
	th,
	td,
	.site-header,
	.site-footer,
	.hentry + .hentry,
	.author-info,
	.page-header,
	.comments-area,
	.comment-list + .comment-respond,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 0 7.6923%;
	}

	.sidebar {
		position: relative !important; /* Make sure sticky sidebar doesn't affect to print */
	}

	.site-branding {
		padding: 0;
	}

	.site-header {
		padding: 7.6923% 0;
	}

	.site-description {
		display: block;
	}

	.hentry + .hentry {
		margin-top: 7.6923%;
	}

	.hentry.has-post-thumbnail {
		padding-top: 7.6923%;
	}

	.sticky-post {
		background: #000 !important;
		color: #fff !important;
	}

	.entry-header,
	.entry-footer {
		padding: 0;
	}

	.entry-content,
	.entry-summary {
		padding: 0 0 7.6923%;
	}

	.post-thumbnail img {
		margin: 0;
	}

	.author-info {
		margin: 0;
	}

	.page-content {
		padding: 7.6923% 0 0;
	}

	.page-header {
		padding: 3.84615% 0;
	}

	.comments-area {
		border: 0;
		padding: 0;
	}

	.site-footer {
		margin-top: 7.6923%;
		padding: 3.84615% 0;
	}

	.widecolumn {
		margin: 7.6923% 0 0;
		padding: 0;
	}
}

/**
 * 16.0 Elegant Icons
 */
@font-face {
	font-family: 'et-line';
	src:url('fonts/et-line.eot');
	src:url('fonts/et-line.eot?#iefix') format('embedded-opentype'),
		url('fonts/et-line.woff') format('woff'),
		url('fonts/et-line.ttf') format('truetype'),
		url('fonts/et-line.svg#et-line') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'et-line';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
	font-family: 'et-line';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}
.icon-mobile:before {
	content: "\e000";
}
.icon-laptop:before {
	content: "\e001";
}
.icon-desktop:before {
	content: "\e002";
}
.icon-tablet:before {
	content: "\e003";
}
.icon-phone:before {
	content: "\e004";
}
.icon-document:before {
	content: "\e005";
}
.icon-documents:before {
	content: "\e006";
}
.icon-search:before {
	content: "\e007";
}
.icon-clipboard:before {
	content: "\e008";
}
.icon-newspaper:before {
	content: "\e009";
}
.icon-notebook:before {
	content: "\e00a";
}
.icon-book-open:before {
	content: "\e00b";
}
.icon-browser:before {
	content: "\e00c";
}
.icon-calendar:before {
	content: "\e00d";
}
.icon-presentation:before {
	content: "\e00e";
}
.icon-picture:before {
	content: "\e00f";
}
.icon-pictures:before {
	content: "\e010";
}
.icon-video:before {
	content: "\e011";
}
.icon-camera:before {
	content: "\e012";
}
.icon-printer:before {
	content: "\e013";
}
.icon-toolbox:before {
	content: "\e014";
}
.icon-briefcase:before {
	content: "\e015";
}
.icon-wallet:before {
	content: "\e016";
}
.icon-gift:before {
	content: "\e017";
}
.icon-bargraph:before {
	content: "\e018";
}
.icon-grid:before {
	content: "\e019";
}
.icon-expand:before {
	content: "\e01a";
}
.icon-focus:before {
	content: "\e01b";
}
.icon-edit:before {
	content: "\e01c";
}
.icon-adjustments:before {
	content: "\e01d";
}
.icon-ribbon:before {
	content: "\e01e";
}
.icon-hourglass:before {
	content: "\e01f";
}
.icon-lock:before {
	content: "\e020";
}
.icon-megaphone:before {
	content: "\e021";
}
.icon-shield:before {
	content: "\e022";
}
.icon-trophy:before {
	content: "\e023";
}
.icon-flag:before {
	content: "\e024";
}
.icon-map:before {
	content: "\e025";
}
.icon-puzzle:before {
	content: "\e026";
}
.icon-basket:before {
	content: "\e027";
}
.icon-envelope:before {
	content: "\e028";
}
.icon-streetsign:before {
	content: "\e029";
}
.icon-telescope:before {
	content: "\e02a";
}
.icon-gears:before {
	content: "\e02b";
}
.icon-key:before {
	content: "\e02c";
}
.icon-paperclip:before {
	content: "\e02d";
}
.icon-attachment:before {
	content: "\e02e";
}
.icon-pricetags:before {
	content: "\e02f";
}
.icon-lightbulb:before {
	content: "\e030";
}
.icon-layers:before {
	content: "\e031";
}
.icon-pencil:before {
	content: "\e032";
}
.icon-tools:before {
	content: "\e033";
}
.icon-tools-2:before {
	content: "\e034";
}
.icon-scissors:before {
	content: "\e035";
}
.icon-paintbrush:before {
	content: "\e036";
}
.icon-magnifying-glass:before {
	content: "\e037";
}
.icon-circle-compass:before {
	content: "\e038";
}
.icon-linegraph:before {
	content: "\e039";
}
.icon-mic:before {
	content: "\e03a";
}
.icon-strategy:before {
	content: "\e03b";
}
.icon-beaker:before {
	content: "\e03c";
}
.icon-caution:before {
	content: "\e03d";
}
.icon-recycle:before {
	content: "\e03e";
}
.icon-anchor:before {
	content: "\e03f";
}
.icon-profile-male:before {
	content: "\e040";
}
.icon-profile-female:before {
	content: "\e041";
}
.icon-bike:before {
	content: "\e042";
}
.icon-wine:before {
	content: "\e043";
}
.icon-hotairballoon:before {
	content: "\e044";
}
.icon-globe:before {
	content: "\e045";
}
.icon-genius:before {
	content: "\e046";
}
.icon-map-pin:before {
	content: "\e047";
}
.icon-dial:before {
	content: "\e048";
}
.icon-chat:before {
	content: "\e049";
}
.icon-heart:before {
	content: "\e04a";
}
.icon-cloud:before {
	content: "\e04b";
}
.icon-upload:before {
	content: "\e04c";
}
.icon-download:before {
	content: "\e04d";
}
.icon-target:before {
	content: "\e04e";
}
.icon-hazardous:before {
	content: "\e04f";
}
.icon-piechart:before {
	content: "\e050";
}
.icon-speedometer:before {
	content: "\e051";
}
.icon-global:before {
	content: "\e052";
}
.icon-compass:before {
	content: "\e053";
}
.icon-lifesaver:before {
	content: "\e054";
}
.icon-clock:before {
	content: "\e055";
}
.icon-aperture:before {
	content: "\e056";
}
.icon-quote:before {
	content: "\e057";
}
.icon-scope:before {
	content: "\e058";
}
.icon-alarmclock:before {
	content: "\e059";
}
.icon-refresh:before {
	content: "\e05a";
}
.icon-happy:before {
	content: "\e05b";
}
.icon-sad:before {
	content: "\e05c";
}
.icon-facebook:before {
	content: "\e05d";
}
.icon-twitter:before {
	content: "\e05e";
}
.icon-googleplus:before {
	content: "\e05f";
}
.icon-rss:before {
	content: "\e060";
}
.icon-tumblr:before {
	content: "\e061";
}
.icon-linkedin:before {
	content: "\e062";
}
.icon-dribbble:before {
	content: "\e063";
}

