@charset "UTF-8";
/*!
	Theme Name: custom
	Author: Thom Yuill
	Version: 1.0
	Author URI:
	Theme URI:  /custom
	Tags:
	Description: This is a description for the custom theme.
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
Theme Name: PFNYC 2015

Author: Tyler Moore @ HK Strategies
Author URI: http://hkstrategies.com
Description: The theme for Partnership for NYC
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */
/**
 *
 * Fonts
 * font-family:'Adelle W01 Bold';
 * font-family:'Avenir LT W01 65 Medium';
 * font-family:'AvenirLTW01-65MediumObl';
 * font-family:'Avenir LT W01 35 Light';
 * font-family:'Agency FB W00 Regular';
 * font-family:'Agency FB W00 Bold';
 * font-family:'Avenir LT W01 95 Black';
 * font-family:'Avenir LT W01 85 Heavy';
 */
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, body {
  height: 100%;
  min-height: 100%; }

html, button, input, select, textarea {
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif; }

body {
  color: #363636;
  line-height: 1.5;
  margin: 0;
  font-size: 16px; }

a {
  color: #E83B2E;
  text-decoration: none; }

a:active, a:hover {
  color: #aa141a;
  outline: 0; }

a:hover {
  text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'Lora', Georgia, serif;
  font-weight: bold;
  line-height: 1.3;
  margin: 1em 0;
  color: #22272a; }

h1 {
  font-size: 29px; }

h2 {
  font-size: 26px; }

h3 {
  font-family:'proxima-nova', Helvetica, Arial, sans-serif; 
  font-size: 22px; }

h4 {
  font-family:'proxima-nova', Helvetica, Arial, sans-serif; 
  font-size: 20px; }

h5 {
  font-size: 16px;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

h6 {
  font-size: 14px;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif; }

address {
  font-style: italic;
  margin: 0 0 24px; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p {
  margin: 0 0 24px; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px; }

blockquote blockquote {
  margin-right: 0; }

blockquote cite, blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase; }

blockquote em, blockquote i {
  font-style: normal;
  font-weight: 300; }

blockquote strong, blockquote b {
  font-weight: 400; }

small {
  font-size: smaller; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl {
  margin: 0 20px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 20px; }

menu, ol, ul {
  margin: 16px 0;
  padding: 0 0 0 40px; }

ul {
  list-style-type: square; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

li > ul, li > ol {
  margin: 0; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: none;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 270px; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

caption {
  font-size: 16px;
  margin: 20px 0; }

th {
  font-weight: bold;
  text-transform: uppercase; }

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0; }

del {
  color: #333; }

ins {
  background: #fff9c0;
  text-decoration: none; }

hr {
  background: url(../images/dotted-line.png) repeat center top;
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px; }

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

.fixed {
  position: fixed; }

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
.genericon:before, .menu-toggle:after, .featured-post:before, .date a:before, .entry-meta .author a:before, .format-audio .entry-content:before, .comments-link a:before, .tags-links a:first-child:before, .categories-links a:first-child:before, .edit-link a:before, .attachment .entry-title:before, .attachment-meta:before, .attachment-meta a:before, .comment-awaiting-moderation:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .bypostauthor > .comment-body .fn:before, .error404 .page-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom; }

/* Clearing floats */
.clear:after, .attachment .entry-header:after, .site-footer .widget-area:after, .entry-content:after, .page-content:after, .navigation:after, .nav-links:after, .gallery:after, .comment-form-author:after, .comment-form-email:after, .comment-form-url:after, .comment-body:after {
  clear: both; }

.clear:before, .clear:after, .attachment .entry-header:before, .attachment .entry-header:after, .site-footer .widget-area:before, .site-footer .widget-area:after, .entry-content:before, .entry-content:after, .page-content:before, .page-content:after, .navigation:before, .navigation:after, .nav-links:before, .nav-links:after, .gallery:before, .gallery:after, .comment-form-author:before, .comment-form-author:after, .comment-form-email:before, .comment-form-email:after, .comment-form-url:before, .comment-form-url:after, .comment-body:before, .comment-body:after {
  content: "";
  display: table; }

/* Assistive text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* Form fields, general styles first. */
input, textarea {
  border: none;
  padding: 10px; }

input, textarea {
  color: #141412; }

input:focus, textarea:focus {
  outline: 0; }

/* Buttons */
button, input[type="submit"], input[type="button"], input[type="reset"] {
  border: none;
  display: inline-block;
  text-decoration: none;
  background: #777777;
  font-weight: bold;
  color: #ffffff; }

button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
  background: #555555;
  /* Old browsers */
  outline: none; }

.post-password-required input[type="submit"] {
  padding: 7px 24px 4px;
  vertical-align: bottom; }

.post-password-required input[type="submit"]:active {
  padding: 5px 24px 6px; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #777; }

:-moz-placeholder {
  color: #777; }

::-moz-placeholder {
  color: #777; }

:-ms-input-placeholder {
  color: #777; }

/*
 * Responsive ../images
 *
 * Fluid ../images for posts, comments, and widgets
 */
.entry-content img, .entry-summary img, .page-content img, .comment-content img, .widget img, .wp-caption {
  max-width: 100%; }

/* Make sure ../images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img, .entry-summary img, .page-content img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto; }

img.size-full, img.size-large, img.wp-post-image {
  height: auto;
  max-width: 100%; }

/* Make sure videos and embeds fit their containers. */
embed, iframe, object, video {
  max-width: 100%; }

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important; }

/* ../Images */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft {
  margin: 5px 20px 5px 0; }

.wp-caption.alignleft {
  margin: 5px 10px 5px 0; }

img.alignright {
  margin: 5px 0 5px 20px; }

.wp-caption.alignright {
  margin: 5px 0 5px 10px; }

img.aligncenter {
  margin: 5px auto; }

img.alignnone {
  margin: 5px 0; }

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
  color: #777;
  font-size: 12px;
  font-style: italic;
  margin-top: .5em; }

img.wp-smiley, .rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
  list-style-position: inside; }

.avenir-light {
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif; }

.size-22 {
  font-size: 22px; }

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
.site {
  background-color: #fff;
  margin: 0 auto;
  width: 100%; }

.wrapper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1em; }

.site-content {
  padding-top: 150px; }

.site-content > article, .site-content > div {
  height: 100%; }

.left-col {
  max-width: 560px;
  float: left;
  margin: 0; }

.right-col {
  float: right;
  margin: 0;
  width: 250px; }

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */
/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
.site-header {
  background: #21272a;
  position: relative;
  padding: 0px;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box; }

.home .site-header {
  position: fixed;
  top: 0;
  left: 0; }

.site-header .home-link {
  color: #141412;
  display: block;
  margin: 0 auto;
  padding: 0;
  margin-right: 40px;
  text-decoration: none;
  width: 194px;
  float: left;
  position: relative;
  top: -18px; }

.site-header .site-title:hover {
  text-decoration: underline; }

.site-title {
  margin: 6px 0;
  background: transparent url('../images/pfnyc-logo.png') no-repeat;
  display: block;
  width: 185px;
  height: 37px;
  text-indent: -9999px; }

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
.main-navigation {
  clear: both;
  margin: 0 auto;
  min-height: 45px;
  position: relative;
  font-size: 14px;
  padding: 45px 0 0 0px; }

.secondary-navigation {
  text-align: right;
  font-size: 14px;
  float: right;
  width: 100%;
  text-transform: uppercase;
  margin: 5px 0; }

.secondary-navigation > ul, .secondary-navigation > div {
  display: inline-block;
  vertical-align: top; }

ul#menu-main-menu {
  float: right;
  padding-right: 0; }
  ul#menu-main-menu .menu-item:last-child, ul#menu-main-menu .menu-item:last-child a {
    padding-right: 0; }

ul.nav-menu, div.nav-menu > ul, ul.secondary-menu {
  margin: 0;
  padding: 0 10px 0 0; }

ul.secondary-menu {
  margin-top: 10px; }

.secondary-menu li, .nav-menu li, .secondary-menu li {
  display: block;
  float: left;
  position: relative;
  text-transform: uppercase;
  margin: 0; }

.nav-menu li:first-child {
  margin-left: -20px; }

.nav-menu li a, .secondary-menu li a {
  color: #ffffff;
  display: block;
  line-height: 1;
  text-decoration: none; }

.nav-menu {
  position: relative;
  top: 3px; }
  .nav-menu li a {
    padding: 5px 10px 14px;
    font-size: 16px;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #363636;
    border-bottom: 2px solid #fff; }
    .nav-menu li a:hover {
      color: #E83B2E;
      border-color: #E83B2E; }
  .nav-menu li:hover > a {
    color: #00BAAE;
    border-color: #E83B2E; }

.nav-menu .sub-menu, .nav-menu .children {
  border-top: 0;
  display: none;
  background: #4a4c50;
  background: rgba(76, 78, 70, 0.8);
  padding: 0;
  position: absolute;
  left: 0px;
  z-index: 99999; }

.nav-menu .sub-menu ul, .nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0; }

.nav-menu ul a, .nav-menu ul ul a {
  color: #fff;
  margin: 0; }

.nav-menu li:hover > ul, .nav-menu ul li:hover > ul {
  display: block; }

.nav-menu .sub-menu li {
  display: block;
  margin: 0;
  padding: 0px;
  text-transform: none;
  width: 100%; }

.nav-menu .sub-menu li a {
  display: block;
  font-weight: normal;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.3;
  border-bottom: 1px solid #ffffff;
  background-color: #534f4f;
  padding: 10px; }

.nav-menu .sub-menu li:last-child a {
  border-bottom: none; }

.nav-menu .sub-menu li a:hover {
  color: #fff;
  background-color: #00BAAE; }

.nav-menu .sub-menu {
  width: 180px; }

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
  border-color: #CDCCCC; }

.menu-toggle {
  display: none;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  padding: 12px;
  width: 50px;
  height: 1.5em;
  vertical-align: middle; }

.mobile-menu {
  display: none;
  position: fixed;
  z-index: 999;
  top: -100%;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -ms-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all; }

.mobile-menu.toggled-on {
  top: 0;
  display: block;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -ms-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all; }

/* Navbar */
.navbar {
  background: #E83B2E;
  box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.5);
  width: 100%;
  margin: 0px 0 0 0; }

.secondary-navbar {
  display: block;
  position: absolute;
  top: 16px;
  right: 30px;
  width: 100%; }

.secondary-menu {
  text-align: right;
  display: inline-block; }

.secondary-menu ul {
  margin: 0; }
.secondary-menu li a {
  padding: 3px 6px;
  margin-left: 10px; }
  .secondary-menu li a:hover {
    color: #ddd; }

.site-header .search-form {
  position: absolute;
  right: 20px;
  top: 1px; }

.site-header .search-field {
  background-color: transparent;
  background-image: url(../images/search-icon.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  height: 20px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0; }

.site-header .search-field:focus {
  background-color: #fff;
  border: 2px solid #c3c0ab;
  cursor: text;
  outline: 0;
  width: 230px; }

.search-trigger {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  top: 7px; }

.search-trigger:before {
  margin-left: 6px; }

.search-trigger .searchform {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  padding: .5em .5em .5em 25px;
  color: #000;
  font-size: 12px;
  font-weight: normal; }

.search-trigger .searchsubmit {
  display: none; }

.social-icons-nav {
  margin: 0;
  padding: 0;
  display: inline-block; }

.social-icons-nav li {
  margin: 0 10px 0 0; }

.social-icons-nav li:last-child {
  margin: 0; }

.social-icons-nav li, .social-icons-nav li a {
  list-style: none;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  width: 24px;
  vertical-align: middle;
  text-decoration: none;
  text-align: center; }

.search-trigger.search-on {
  text-align: left; }

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
.content-container {
  width: 100%;
  margin: 0 auto;
  background: transparent url('../images/content-shadow.png') no-repeat center top;
  background-size: 100%; }

.content-area {
  background-image: url('../images/default-hero.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif; }

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */
.entry-header {
  position: relative;
  padding: 0 0 1em 72px; }

.entry-title {
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  margin: 0 auto;
  line-height: 1.25;
  font-weight: normal; }

.entry-title a, .entyr-title a:hover {
  color: #22272a; }

h2.entry-title {
  font-size: 1.25em;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-weight: normal; }

.entries h3, .entries h4, .entries h5, .entries h6 {
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-weight: normal; }

.entry-content, .entry-summary {
  padding: 0 0 30px 72px;
  position: relative; }

.parent-link {
  margin: 0 0 1em;
  display: block; }

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */
.entry-meta h5 {
  margin-top: 0; }

.entry-article p.resource-type {
  margin: 1em 0;
  font-size: .85em;
  font-style: italic;
  color: #414350; }

/* Entry Date */
.entry-date {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #E83B2E;
  color: #fff;
  width: 50px; }

.entry-date-day {
  font-size: 22px;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: block;
  padding: 4px 0; }

.entry-date-month {
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  background: #414350;
  display: block;
  padding: 4px 0; }

.entry-footer {
  padding-left: 72px; }

.entry-footer span {
  margin-right: 12px; }

.entry-footer .tags-links {
  display: block; }

.entry-meta .author, .entry-meta .author a, .entry-meta .author a:hover {
  color: #b7b7b7;
  font-size: 12px; }

.news-meta {
  font-style: italic;
  color: #717477; }

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */
.entries {
  border-top: 1px solid #22272a;
  background: transparent url('../images/3px-repeating-diagonal.png') repeat-x center top;
  padding: 2em 0; }

.entry-article {
  border-bottom: 1px solid #22272a;
  margin: 0 0 2em 0;
  padding: 0 0 2em 0; }

.single .entry-article {
  border: none; }

.entry-thumbnail {
  margin-bottom: 2em; }

.entry-article p {
  margin: 0 0 1em; }

/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */
.gallery {
  margin-bottom: 20px;
  margin-left: -4px; }

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative; }

.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px; }

.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item {
  text-align: center; }

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px); }

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px); }

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px); }

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px); }

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px); }

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px); }

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%; }

.gallery-caption:before {
  box-shadow: 0 -10px 15px #000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none; }

/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */
/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */
/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */
.nav-links {
  margin: 1em 0; }

.nav-links .page-numbers {
  padding-right: 12px; }

.nav-links a.page-numbers {
  color: #414350; }

.nav-links .current {
  color: #E83B2E; }

.nav-links .paging-arrows {
  background: #414350;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 18px;
  font-size: 10px;
  line-height: 1;
  padding-top: 4px;
  height: 18px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px; }

.prev-link {
  float: left; }

.next-link {
  float: right; }

/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */
/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */
/**
 * 5.10 Page Styles
 * ----------------------------------------------------------------------------
 */
.page-header {
  background-color: #E83B2E;
  padding: 12px 35px;
  margin-left: 1%;
  display: inline-block;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); }

.page-header a {
  color: #fff; }

.page-title {
  font-size: 22px;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 auto;
  color: #fff;
  line-height: 1em;
  letter-spacing: .5px;
  text-transform: uppercase; }

.page-content {
  margin: 30px auto;
  padding: 35px;
  width: 98%;
  border-top: 11px solid #000;
  background-color: #ffffff;
  background-image: url("../images/mini-repeating-diagonal.png");
  background-repeat: repeat-x;
  background-position: left top;
  height: 100%; }

.default-template h3 {
  margin-top: 1em;
  padding-bottom: 10px;
  padding-top: 20px;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-weight: bold;
  background-image: url('../images/mini-diagonal-repeater-top-line.png');
  background-repeat: repeat-x;
  font-size: 24px;
  line-height: 1.375em;
  background-position: left bottom;
  color: #E83B2E; }

/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */
.error404 input[type="text"] {
  border: 1px solid #d3d3d3; }

.error404 .entry-header, .error404 .entry-content {
  padding-left: 0; }

/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */
.comments-area textarea {
  border: 1px solid #22272a; }

/**
 * 5.13 Columns
 * ----------------------------------------------------------------------------
 */
.one-column {
  clear: both;
  width: 100%;
  margin: 0 0 2em;
  list-style: none;
  text-align: left;
  border-bottom: 1px solid #000;
  padding-bottom: 1em; }

.two-column {
  width: 50%;
  padding: 0 5% 0 0;
  margin: 0 0 2em;
  float: left;
  list-style: none;
  text-align: center; }

.three-column {
  width: 33.33%;
  padding: 0 2% 0 0;
  float: left;
  margin: 0 0 2em;
  list-style: none;
  text-align: left; }

.one-column:last-child, .two-column:last-child, .three-column:last-child {
  padding: 0;
  border: none; }

.two-column:nth-child(2n+1), .three-column:nth-child(3n+1) {
  clear: both; }

.one-column .namelist-thumb img, .two-column .namelist-thumb img, .three-column .namelist-thumb img {
  float: left;
  margin: 1em 16px 1em 0; }

/**
 * 5.14 Case Studies
 * ____________________________________________________________________________
 */
.case-studies {
  margin: 0;
  padding: 0;
  text-indent: 0; }

.case-study {
  width: 100%;
  display: block;
  color: #ffffff;
  position: relative;
  height: 600px;
  background-size: cover; }

.case-study-content {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  height: 100%;
  font-size: 16px;
  -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  -o-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); }

.case-study-content-info-container {
  position: absolute;
  top: 25%;
  left: 20px;
  width: 90%;
  max-width: 960px;
  background: rgba(34, 39, 42, 0.75); }

.case-study .case-study-title-excerpt {
  width: 70%;
  float: left;
  padding: 1em;
  font-size: 1.15em;
  border-right: 1px solid #ffffff; }

.case-study .case-study-title {
  font-weight: normal;
  color: #ffffff;
  font-size: 2em;
  margin: 0 0 .5em; }

.case-study a {
  text-decoration: underline;
  color: #fff; }

.case-study .case-study-title a {
  color: #fff;
  text-decoration: none; }

.case-study .case-study-info {
  width: 30%;
  box-sizing: border-box;
  float: left;
  border-left: 1px solid #ffffff;
  margin-left: -1px; }

.case-study-scroll {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 30px;
  background: url('../images/sprite-nyc2.png') no-repeat -93px -40px;
  color: #fff;
  padding-bottom: 10px;
  width: 50px;
  height: 35px;
  font-size: 18px; }

.scroller-menu {
  position: fixed;
  right: 20px;
  top: 145px;
  padding: 0;
  margin: 0;
  overflow: visible; }

.scroller-menu li, .scroller-menu a, .scroller-menu span {
  color: #fff; }

.scroller-menu li {
  list-style: none;
  display: block;
  text-align: right;
  height: 50px;
  overflow: visible;
  margin-left: -25px;
  position: relative; }

.scroller-menu-link {
  outline: none;
  background-position: right top;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  display: block;
  float: right;
  margin-left: -6px; }

.scroller-menu-text {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: inline;
  vertical-align: middle;
  -webkit-text-shadow: 0px 0px 5px black;
  -moz-text-shadow: 0px 0px 5px black;
  -ms-text-shadow: 0px 0px 5px black;
  text-shadow: 0px 0px 5px black;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#0000FF,direction=0);
  /* IE 5.5-9 */
  background: #4a4c50;
  padding: 6px 16px 6px 16px;
  margin: 8px 0 0;
  float: right; }

.scroller-menu li:hover .scroller-menu-text {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.scroller-menu-icon {
  display: inline-block;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  vertical-align: middle;
  background-position: center top; }

.scroller-menu li:hover .scroller-menu-link, .scroller-menu li.scroller-active .scroller-menu-link {
  background-position: center bottom; }

.scroller-menu li > a {
  /*width: 50px;
  display: block;*/ }

.cs-info-section {
  width: 100%;
  min-height: 100px; }

.cs-info-section:last-child {
  border-top: 1px solid #fff; }

.cs-info-text {
  width: 60%;
  float: left;
  padding: 1em 0 1em 1em; }

.cs-info-img {
  width: 40%;
  float: left;
  height: 100px;
  margin-left: -10px;
  background-repeat: no-repeat;
  background-position: center center; }

.cs-info-num {
  font-size: 24px;
  font-weight: normal;
  font-family: 'Agency FB W00 Regular', sans-serif;
  color: #22272a;
  display: block;
  text-transform: uppercase;
  text-align: center;
  line-height: .85;
  padding-top: 38px; }

.cs-info-num-text {
  color: #22272a;
  font-size: .75em;
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  line-height: 1; }

.case-study-mobile-more {
  display: none; }

.case-study-mobile-more a {
  color: #fff; }

.mobile-more-icon {
  display: inline-block;
  height: 45px;
  width: 45px;
  background-repeat: no-repeat;
  background-position: left bottom;
  vertical-align: middle; }

#primary.case-study-page {
  background-position: center -25%; }

.case-background-image-container {
  position: relative;
  width: 100%;
  height: 425px;
  overflow-y: hidden;
  z-index: 0;
  background-position: center bottom; }

.case-background-image {
  position: absolute;
  width: 100%; }

.dot-pattern {
  background: transparent url('../images/repeat-dotpattern.png') repeat-x;
  height: 26px;
  width: 100%;
  position: absolute;
  bottom: 0; }

.case-study-page {
  position: relative; }

.case-study-page .site-content {
  padding-top: 0;
  margin-top: -300px;
  position: relative;
  z-index: 100; }

.case-study-page .page-header {
  background: #E83B2E;
  padding-top: 6px;
  padding-bottom: 0; }

.case-study-page .page-title {
  text-transform: uppercase;
  margin-left: 6px;
  vertical-align: middle; }

.case-study-page .page-title-icon {
  display: inline-block;
  height: 42px;
  width: 0px;
  background-position: center bottom;
  vertical-align: middle; }

.case-study-page h2 {
  font-size: 42px;
  line-height: 44px;
  color: #22272a;
  font-weight: 700;
  margin: .25em 0 1em; }

.case-study-page h3, .case-study-page h4, .case-study-page h5 {
  margin-top: 4em;
  font-family: 'Lora', Georgia, serif;
  font-weight: bold;
  background-image: url('../images/mini-diagonal-repeater-top-line.png');
  background-repeat: repeat-x;
  font-size: 24px;
  line-height: 2em;
  background-position: left bottom; }

.case-study-page h3 {
  color: #E83B2E;
  font-family:'proxima-nova', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing:.5px; }

.case-study-page h4 {
  color: #f77c20; }

.case-study-page h5 {
  color: #6f1400;
  text-transform: none; }

.case-study-page h6 {
  font-size: 18px;
  color: #22272a;
  margin-top: 0; }

.case-study-divider {
  background-image: url('../images/mini-diagonal-repeater-top-line.png');
  width: 100%;
  height: 4px;
  margin: 60px 0 1em; }

.case-study-page ul {
  margin: 0;
  padding: 0;
  text-indent: 0; }

.case-study-page ul:after {
  content: " ";
  display: table;
  clear: both; }

.case-study-page .two-column img, .case-study-page .three-column img {
  display: block;
  margin: 14px auto 14px auto;
  text-align: center; }

.case-study-page .graybar {
  background: #747174 url('../images/graybar-quote.png') no-repeat right bottom;
  height: 280px;
  overflow: visible;
  color: #fff;
  width: 100%;
  padding: 24px 24px 24px 100px;
  margin: 4em 0;
  position: relative; }

.case-study-page .graybar-image {
  margin-top: -36px;
  padding-bottom: 3em; }

.case-study-page .graybar p {
  color: #fff;
  font-size: 19px; }

.case-study-page .graybar .attribution {
  font-size: 16px; }

.case-study-page .graybar .attribution .attribution-company {
  color: #c7c7c7; }

.case-study-page .graybar .dark-left {
  height: 280px;
  width: 75px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url('../images/case-study-graybar-diagonal.png') repeat; }

.case-study-page .graybar .dark-left .dark-left-title {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  text-align: left;
  font-size: 24px;
  margin-top: 125px;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.15em; }

.case-study-page .forward-looking {
  color: #626668;
  font-style: italic;
  font-size: 18px; }

.case-study-page .case-study-highlight-link {
  background: #404447;
  padding: 6px 12px;
  text-transform: uppercase;
  color: #fff; }

.case-study-page .two-column .text-align-left, .case-study-page .three-column .text-align-left {
  text-align: left; }

/** Specific Case Study Styles **/
.leadership-network-masthead {
  font-style: italic;
  font-size: 19px; }

.leadership-network-secondary {
  font-size: 16px; }

/**
 * 5.15 Leadership/Fellows Template: No-sidebar
 * ----------------------------------------------------------------------------
 */
.namelist-template ul, .namelist {
  margin: 0;
  padding: 0;
  text-indent: 0;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif; }

.namelist-template ul:after {
  content: " ";
  display: table;
  clear: both; }

.one-column .has-thumb .namelist-thumb, .two-column .has-thumb .namelist-thumb, .three-column .has-thumb .namelist-thumb {
  display: inline-block;
  margin: 0 1em 1em 0;
  float: left;
  width: 117px; }

.namelist-template h3 {
  color: #E83B2E;
  margin-top: 1em;
  font-family: 'Lora', Georgia, serif;
  font-weight: bold;
  background-image: url('../images/mini-diagonal-repeater-top-line.png');
  background-repeat: repeat-x;
  font-size: 24px;
  line-height: 2em;
  background-position: left bottom; }

.namelist-template h4 {
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-size: 18px;
  border-bottom: 1px solid #22272a;
  margin-top: 3em; }

.namelist h6, .namelist-template h6 {
  font-size: 14px;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 24px;
  margin: 0; }

.small-gray-italic {
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #999999;
  font-style: italic; }

.namelist-template .two-column .text-align-left, .namelist-template .three-column .text-align-left {
  text-align: left; }

.namelist-container.has-thumb {
  text-align: left; }

.namelist-img-name.has-thumb {
  position: relative;
  height: 138px;
  text-align: left; }

.namelist-img-name.has-thumb .namelist-thumb {
  height: 138px;
  width: 117px;
  float: left; }

.namelist-thumb img {
  margin: 0 auto !important; }

.namelist-img-name.has-thumb .name-pos-content {
  float: left;
  margin-left: 130px;
  position: absolute;
  bottom: 0; }

.namelist-img-name.has-thumb .name-pos-content.top-align {
  top: 0; }

.namelist-item p {
  clear: both;
  text-align: left !important; }

.name-pos-content p {
  margin-bottom: 0; }

.namelist-full-content {
  display: none; }

.less-link {
  display: none; }

/**
 *  Fund Section Specific Styles
 * ----------------------------------------------------------------------------
 */
.fund-template.site-content {
  padding-top: 82px; }

.fund-template .page-header {
  /* background: #E83B2E url('../images/Fund-logo-white-transparent.png') no-repeat 35px 16px;
  padding: 68px 35px 14px 35px;
  min-width: 270px;*/ }

.fund-template h3 {
  color: #E83B2E;
  margin-top: 1em;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-weight: bold;
  background-image: url('../images/mini-diagonal-repeater-top-line.png');
  background-repeat: repeat-x;
  font-size: 24px;
  line-height: 2em;
  background-position: left bottom; }

/* Current Portfolio */
.current-portfolio h6 {
  border-top: 1px solid #000;
  margin: 2em 0 1em 162px;
  padding: 1em 0 0; }

.current-portfolio h6:first-child {
  border: none; }

.current-portfolio img {
  max-width: 150px !important;
  margin-left: -162px;
  margin-right: 0 !important; }

.current-portfolio p {
  margin-left: 162px; }

/**
 * 6.0 Sidebar/Right Column in 2 column layouts
 * ----------------------------------------------------------------------------
 */
/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */
.right-col .widget {
  background: #f1f0f0;
  width: 100%;
  margin-bottom: 2em; }

.right-col .widget-title {
  background: #2f2e2e;
  color: #fff;
  padding: 18px;
  line-height: 1em;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  margin: 0; }

.right-col .widget .widget-body {
  background: transparent url("../images/mini-repeating-diagonal.png") repeat-x left top;
  padding: 2em 16px; }

.right-col .widget ul {
  margin: 0;
  padding: 0; }

.right-col .widget li {
  list-style: none;
  text-indent: 0;
  line-height: 1.5em;
  margin: 0 0 1em 0; }

.widget_search input[type="text"] {
  width: 140px; }

.right-col .widget .sub-menu {
  margin: .5em 0 .5em 12px; }

/* Text Widget */
.right-col .widget_text {
  background: #f1f0f0; }

.right-col .widget_text .widget-title {
  background: #aa141a; }

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.site-footer {
  color: #ffffff;
  font-size: 14px;
  text-align: center; }

.site-footer .widget-area, .sidebar .site-footer {
  text-align: left; }

.site-footer a {
  color: #ffffff;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none; }

.site-footer .sidebar-container {
  padding: 20px 0; }

.site-footer .widget-area {
  margin: 0 auto;
  width: 100%; }

.site-footer .widget {
  color: #fff;
  float: left;
  margin-right: 20px;
  width: 245px; }

.sidebar .site-footer .widget {
  width: 228px; }

.sidebar .site-footer .widget:nth-of-type(4), .sidebar .site-footer .widget:nth-of-type(3) {
  margin-right: 0; }

.site-footer .widget a {
  color: #e6402a; }

.site-footer .widget-title, .site-footer .widget-title a, .site-footer .wp-caption-text {
  color: #fff; }

.site-info {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%; }

#wpstats {
  display: block;
  margin: -10px auto 0; }

.footer-news-title {
  font-weight: normal;
  font-size: 26px;
  margin: 0;
  color: #fff;
  padding: .5em 0;
  text-align: center;
  background: #484848 url('../images/repeating-diagonal.png') repeat; }

.footer-newsroll {
  padding: 2em 3.5em;
  position: relative; }

.footer-newsroll .news-item {
  margin: 0 1.66665%;
  text-align: left; }

.footer-newsroll .news-item-topbar {
  background: #f3f2f2 url('../images/mini-repeating-diagonal.png') repeat-x;
  display: block;
  margin-bottom: 2px;
  height: 6px; }

.footer-newsroll .news-item-content {
  background: #f3f2f2;
  padding: 1em;
  color: #120d0d;
  height: 200px; }

.footer-newsroll .news-item-title {
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 1em 0;
  font-size: 14px;
  text-transform: none; }

.footer-newsroll .news-item-title a {
  color: #120d0d; }

.footer-newsroll .news-item-content .news-date {
  font-weight: bold;
  margin: 0; }

.newsroll-control {
  font-size: 26px;
  font-weight: bold;
  color: #9ca1a1;
  background: #f3f2f2;
  display: block;
  width: 38px;
  height: 38px;
  padding: 0;
  line-height: 1.4;
  text-align: center;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  position: absolute;
  cursor: pointer;
  top: 110px; }

.owl-controlls {
  display: none; }

.newsroll-control:hover {
  background: #d1d0d0; }

.newsroll-next {
  right: 5px; }

.newsroll-prev {
  left: 5px; }

.footer-subsection {
  background: #c5c2c2;
  color: #fff;
  clear: both;
  padding: 1em 0; }

.footer-menu {
  background: #c5c2c2;
  color: #fff;
  width: 66%;
  float: left;
  margin-top: 1px; }

.footer-menu ul {
  margin: 0;
  text-align: left;
  padding: 0;
  text-indent: 0;
  line-height: 1em; }

.footer-menu li {
  list-style: none;
  margin: 0 .5em .5em;
  display: inline-block;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1em; }

.copyright {
  background: #363636;
  padding: 1.25em 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  clear: both; }

/* Sign Up Widget on the Footer */
.signup-widget {
  float: left;
  width: 33%; }

.signup-widget fieldset {
  padding: 0;
  margin: .5em 0; }

.signup-widget h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0; }

.signup-widget input {
  display: block;
  float: left; }

.signup-widget .footer-email-signup {
  padding: .5em;
  background: #fff;
  border: none;
  font-size: 12px;
  margin: 0;
  color: #555; }

.signup-widget .footer-email-submit {
  font-size: 12px;
  color: #676767;
  font-weight: bold;
  background: #e7e5e5;
  margin: 0;
  padding: .5em; }

.signup-widget .footer-email-submit:hover {
  background: #d6d4d4; }

/**
 * Twitter Widget Styles
 */
.twitter {
  color: #464a4e;
  font-size: 14px;
  line-height: 16px; }

.tweet {
  color: #464a4e;
  line-height: 16px;
  margin: 2em 0; }

.twitter-avatar {
  float: left;
  margin-right: 8px;
  width: 29px;
  height: 29px; }

.tweet a {
  color: #E83B2E; }

.tweet-userName {
  color: #464a4e;
  float: left;
  margin-top: 8px;
  line-height: 16px; }

.tweet-time {
  float: right;
  font-size: 10px;
  line-height: 16px;
  margin-top: 8px; }

.tweet-message {
  color: #464a4e;
  line-height: 16px;
  margin: .5em 0 .5em 37px;
  float: left; }

/**
 * Plugin Overrides
 * -----------------------------------------------------------------------------
 */
#logo-slider-wraper, #logo-slider {
  width: 716px;
  margin: 1em auto; }

.slide img {
  margin: 25px; }

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@media (max-width: 1024px) {
  html, body {
    font-size: 1.05em;
    height: 100%; }
  .wrapper {
    max-width: 100%; }
  .site-header {
    position: fixed;
    top: 0;
    padding: 10px 0; }
  ul.nav-menu {
    padding: 0; }
  .menu-toggle {
    display: block; }
  .menu-toggle {
    cursor: pointer; }
  .mobile-menu {
    clear: both;
    padding-top: 80px;
    width: 100%;
    padding-bottom: 20px;
    background: #21272A;
    position: fixed; }
  .nav-menu .sub-menu, .nav-menu .children {
    display: none !important; }
  .navbar, .secondary-menu, .secondary-navbar {
    display: none; }
  .nav-menu li, .secondary-menu li {
    margin: 0;
    display: block;
    width: 100%;
    float: none; }
  .nav-menu li {
    display: block;
    border-bottom: 1px dotted #fff; }
  .nav-menu li:first-child {
    border-top: 1px dotted #fff;
    margin-left: 0; }
  .social-linkage-icons {
    margin-top: 0px; }
  .social-linkage {
    line-height: 1em;
    padding-right: 22px; }
  .social-linkage a {
    color: #fff;
    font-size: 1.25em !important;
    line-height: 1em; }
  .mobile-search {
    margin-top: 12px;
    position: relative; }
  .mobile-search .mobile-search-icon {
    position: absolute;
    top: 6px;
    left: 6px; }
  .mobile-search .searchform {
    width: 50%;
    float: left;
    padding-left: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .mobile-search .searchsubmit {
    display: none; }
  #primary.case-study-page {
    background-position: center -5%; }
  .case-study {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 100% auto; }
  .case-study .case-study-title-excerpt {
    left: 0;
    font-size: .9em;
    line-heigth: 1.65em; }
  .case-study .case-study-info {
    left: 63%;
    font-size: .9em;
    line-height: 1.65em; } }

@media (max-width: 960px) {
  .page-content {
    padding: 35px 2%; }
  .left-col {
    margin-right: 2%;
    width: 65%; }
  .right-col {
    width: 33%; }
  #primary.case-study-page {
    background-position: center -5%; }
  .case-study {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: auto 100%; } }

@media (max-width: 800px) {
  .scroller-menu {
    display: none !important; } }

@media (max-width: 700px) {
  html, body {
    font-size: .95em;
    line-height: 1.25em; }
  .site-content {
    padding-top: 90px; }
  .left-col {
    width: 100%;
    max-width: 100%;
    margin-right: 0; }
  .page-content {
    padding: 15px 0; }
  .entry-header, .entry-content, .entry-footer {
    padding-left: 0; }
  .entry-date {
    position: static;
    margin-bottom: 1em; }
  .right-col {
    width: 100%;
    position: static; }
  .signup-widget {
    width: 100%;
    margin-bottom: 2em; }
  .footer-menu li {
    display: block; }
  .mobile-search .searchform {
    width: 100%;
    float: none; }
  .case-study-page .page-header {
    padding-top: 12px;
    padding-bottom: 12px; }
  .case-study-page .page-title-icon {
    float: left; }
  #primary.case-study-page {
    background-position: center -5%; } }

/* Mobile devices */
@media (max-width: 600px) {
  .site-content {
    padding: 64px 0 0; }
  #primary, .content-area {
    background: none !important; }
  .page-header {
    margin: 0;
    padding: 22px 15px;
    width: 100%; }
  .page-content {
    margin: 0 auto 30px;
    border-top: none;
    padding: 30px 15px;
    background: none; }
  .case-study {
    background-size: auto 100%; }
  .case-study .case-study-content {
    width: 100%; }
  .case-study .case-study-content-info-container {
    width: 100%;
    height: 100%;
    padding-top: 66px;
    margin: 0 auto;
    position: static; }
  .case-study .case-study-info {
    display: none; }
  .case-background-image-container {
    display: none; }
  .case-study .case-study-title-excerpt {
    width: 100%;
    margin: 0 auto;
    top: 64px;
    border: none; }
  .case-study .case-study-title-excerpt .case-study-title {
    font-size: 1.5em;
    line-height: 1.5em; }
  .case-study .case-study-title-excerpt p {
    margin-bottom: 12px;
    line-height: 1.65em; }
  .case-study-scroll {
    display: none !important; }
  .scroller-menu {
    display: none !important; }
  .content-container {
    background: none; }
  .case-study-page .site-content {
    margin-top: 80px; }
  .case-study-page h2 {
    font-size: 24px;
    line-height: 1.25em; }
  .case-study-page h3, .case-study-page h4, .case-study-page h5 {
    line-height: 1.25em; }
  .case-study-page .page-header {
    padding: 22px 15px;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .case-study-page .page-title-icon {
    display: block;
    float: left; }
  .case-study-page .page-title {
    display: block;
    float: left;
    color: #22272A;
    font-size: 28px; }
  .two-column, .three-column {
    float: none;
    width: 100%;
    margin: 2em auto; }
  .case-study-page .graybar {
    height: auto; }
  .case-study-page .graybar .dark-left {
    height: 100%; }
  .case-study-page .graybar img {
    float: none !important; }
  .case-study-mobile-more {
    display: block; }
  .footer-news {
    clear: both; } }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 42px;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td, .table th {
      background-color: #fff !important; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.575;
  color: #363636;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #E83B2E;
  text-decoration: none; }
  a:hover, a:focus {
    color: #b40104;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 100%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: false;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #E83B2E;
  border-color: #E83B2E; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cd0205;
    border-color: #aa0104; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #E83B2E;
    border-color: #E83B2E; }
  .btn-primary .badge {
    color: #E83B2E;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #E83B2E;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #b40104;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #F5F5F5;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

img {
  max-width: 100%;
  height: auto; }

#map_canvas img, .google-maps img, .no-max img {
  max-width: none; }

/* X Small */
/* Column clear fix */
.col-xs-1:nth-child(12n+1), .col-xs-2:nth-child(6n+1), .col-xs-3:nth-child(4n+1), .col-xs-4:nth-child(3n+1), .col-xs-6:nth-child(2n+1) {
  clear: left; }

/*  Tablet  */
@media screen and (min-width: 768px) {
  /* Column clear fix */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-6 {
    clear: none !important; }
  .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
    clear: left; } }

/*  Medium Desktop  */
@media screen and (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-6 {
    clear: none !important; }
  .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1) {
    clear: left; } }

/*  Large Desktop  */
@media screen and (min-width: 1200px) {
  /* Column clear fix */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-6 {
    clear: none !important; }
  .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1) {
    clear: left; } }

.ticker {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #00BAAE;
  color: #ffffff; }
  .ticker:hover, .ticker:active, .ticker:visited {
    text-decoration: none; }
    .ticker:hover p, .ticker:active p, .ticker:visited p {
      color: #ffffff; }
  .ticker .up {
    transform: rotate(-90deg); }
  .ticker .down {
    transform: rotate(90deg); }
  .ticker p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .ticker p {
        font-size: 18px;
        white-space: nowrap; } }
    .ticker p span {
      display: inline-block; }
      .ticker p span:first-of-type {
        margin-right: 40px; }
        @media screen and (max-width: 767px) {
          .ticker p span:first-of-type {
            margin-right: 0;
            display: block;
            margin-bottom: 10px; } }
    .ticker p i {
      margin-left: 5px; }

.hero-slider .container-fluid, .hero-slider .col-sm-12 {
  padding-left: 0;
  padding-right: 0; }
.hero-slider .col-sm-12 {
  position: relative; }
.hero-slider .bg-img {
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px; }
.hero-slider .slick-slider {
  margin-bottom: 0; }
.hero-slider .slick-prev, .hero-slider .slick-next {
  display: none !important; }
.hero-slider .slick-dots {
  z-index: 10;
  text-align: center;
  bottom: 60px;
  left: 0px;
  max-width: 260px; }
  @media screen and (min-width: 768px) {
    .hero-slider .slick-dots {
      text-align: left;
      bottom: 40px;
      left: 60px; } }
  .hero-slider .slick-dots li {
    margin: 0 2px; }
    .hero-slider .slick-dots li button:before {
      font-family: FontAwesome;
      content: "\f1db";
      font-size: 20px;
      opacity: 1; }
  .hero-slider .slick-dots li.slick-active button:before {
    font-family: FontAwesome;
    content: "\f111"; }
.hero-slider .slide-content {
  position: relative; }
  .hero-slider .slide-content h2, .hero-slider .slide-content h3 {
    color: #ffffff; }
  .hero-slider .slide-content h2 {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-size: 34px;
    font-weight: 700;
    margin-top: 0;
	letter-spacing: .5px; }
  .hero-slider .slide-content h3 {
    font-size: 21px;
    font-weight: 300; }

header.site-header a {
  text-transform: uppercase; }
header.site-header > .container {
  min-height: 40px; }
  @media screen and (min-width: 992px) {
    header.site-header > .container {
      min-height: initial; } }
  header.site-header > .container a {
    font-size: 14px;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif; }
  header.site-header > .container .secondary-navbar {
    position: static;
    float: right; }
.home header.site-header {
  position: static; }
header.site-header .menu-toggle {
  z-index: 1000;
  top: 0px; }
  @media screen and (min-width: 992px) {
    header.site-header .menu-toggle {
      display: none; } }

@media screen and (min-width: 992px) {
  .mobile-logo {
    display: none; } }

header.site-header {
  background-color: #E83B2E; }
  header.site-header .navbar {
    background-color: #ffffff;
    box-shadow: none; }

.mobile-navigation .menu-mobile-menu-container #menu-mobile-menu .menu-item, .mobile-navigation .menu-mobile-menu-container #menu-mobile-menu a {
  color: #ffffff;
  border-color: #F5F5F5; }
  .mobile-navigation .menu-mobile-menu-container #menu-mobile-menu .menu-item:last-child, .mobile-navigation .menu-mobile-menu-container #menu-mobile-menu a:last-child {
    border-bottom: none; }
  .mobile-navigation .menu-mobile-menu-container #menu-mobile-menu .menu-item:hover, .mobile-navigation .menu-mobile-menu-container #menu-mobile-menu a:hover {
    background-color: #00BAAE; }

.spaced {
  margin-bottom: 40px; }

.section {
  padding: 40px 20px; }

.subsection {
  padding: 20px 20px; }

.btn-clear {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  padding: 10px 20px; }
  .btn-clear:hover {
    color: #E83B2E;
    border-color: #E83B2E;
    background-color: transparent; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/**

	Genericons Helper CSS

*/
/**
 * The font was graciously generated by Font Squirrel (http://www.fontsquirrel.com). We love those guys.
 */
@font-face {
  font-family: 'Genericons';
  src: url('genericons-regular-webfont.eot'); }

@font-face {
  font-family: 'Genericons';
  src: url(data:application/x-font-woff;charset=utf-8;base64,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) format('woff'), url('genericons-regular-webfont.ttf') format('truetype'), url('genericons-regular-webfont.svg#genericonsregular') format('svg');
  font-weight: normal;
  font-style: normal; }

/**
 * All Genericons.
 */
[class*="genericon"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1;
  font-family: 'Genericons';
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: top; }

/* IE7 */
[class*="genericon"] {
  *overflow: auto;
  *zoom: 1;
  *display: inline; }

/**
 * Individual icons.
 */
/* Post formats */
.genericon-standard:before {
  content: '\f100'; }

.genericon-aside:before {
  content: '\f101'; }

.genericon-image:before {
  content: '\f102'; }

.genericon-gallery:before {
  content: '\f103'; }

.genericon-video:before {
  content: '\f104'; }

.genericon-status:before {
  content: '\f105'; }

.genericon-quote:before {
  content: '\f106'; }

.genericon-link:before {
  content: '\f107'; }

.genericon-chat:before {
  content: '\f108'; }

.genericon-audio:before {
  content: '\f109'; }

/* Social icons */
.genericon-github:before {
  content: '\f200'; }

.genericon-dribbble:before {
  content: '\f201'; }

.genericon-twitter:before {
  content: '\f202'; }

.genericon-facebook:before {
  content: '\f203'; }

.genericon-facebook-alt:before {
  content: '\f204'; }

.genericon-wordpress:before {
  content: '\f205'; }

.genericon-googleplus:before {
  content: '\f206'; }

.genericon-linkedin:before {
  content: '\f207'; }

.genericon-linkedin-alt:before {
  content: '\f208'; }

.genericon-pinterest:before {
  content: '\f209'; }

.genericon-pinterest-alt:before {
  content: '\f210'; }

.genericon-flickr:before {
  content: '\f211'; }

.genericon-vimeo:before {
  content: '\f212'; }

.genericon-youtube:before {
  content: '\f213'; }

.genericon-tumblr:before {
  content: '\f214'; }

.genericon-instagram:before {
  content: '\f215'; }

.genericon-codepen:before {
  content: '\f216'; }

/* Meta icons */
.genericon-comment:before {
  content: '\f300'; }

.genericon-category:before {
  content: '\f301'; }

.genericon-tag:before {
  content: '\f302'; }

.genericon-time:before {
  content: '\f303'; }

.genericon-user:before {
  content: '\f304'; }

.genericon-day:before {
  content: '\f305'; }

.genericon-week:before {
  content: '\f306'; }

.genericon-month:before {
  content: '\f307'; }

.genericon-pinned:before {
  content: '\f308'; }

/* Other icons */
.genericon-search:before {
  content: '\f400'; }

.genericon-unzoom:before {
  content: '\f401'; }

.genericon-zoom:before {
  content: '\f402'; }

.genericon-show:before {
  content: '\f403'; }

.genericon-hide:before {
  content: '\f404'; }

.genericon-close:before {
  content: '\f405'; }

.genericon-close-alt:before {
  content: '\f406'; }

.genericon-trash:before {
  content: '\f407'; }

.genericon-star:before {
  content: '\f408'; }

.genericon-home:before {
  content: '\f409'; }

.genericon-mail:before {
  content: '\f410'; }

.genericon-edit:before {
  content: '\f411'; }

.genericon-reply:before {
  content: '\f412'; }

.genericon-feed:before {
  content: '\f413'; }

.genericon-warning:before {
  content: '\f414'; }

.genericon-share:before {
  content: '\f415'; }

.genericon-attachment:before {
  content: '\f416'; }

.genericon-location:before {
  content: '\f417'; }

.genericon-checkmark:before {
  content: '\f418'; }

.genericon-menu:before {
  content: '\f419'; }

.genericon-top:before {
  content: '\f420'; }

.genericon-minimize:before {
  content: '\f421'; }

.genericon-maximize:before {
  content: '\f422'; }

.genericon-404:before {
  content: '\f423'; }

.genericon-spam:before {
  content: '\f424'; }

.genericon-summary:before {
  content: '\f425'; }

.genericon-cloud:before {
  content: '\f426'; }

.genericon-key:before {
  content: '\f427'; }

.genericon-dot:before {
  content: '\f428'; }

.genericon-next:before {
  content: '\f429'; }

.genericon-previous:before {
  content: '\f430'; }

.genericon-expand:before {
  content: '\f431'; }

.genericon-collapse:before {
  content: '\f432'; }

.genericon-dropdown:before {
  content: '\f433'; }

.genericon-dropdown-left:before {
  content: '\f434'; }

.genericon-top:before {
  content: '\f435'; }

.genericon-draggable:before {
  content: '\f436'; }

.genericon-phone:before {
  content: '\f437'; }

.genericon-send-to-phone:before {
  content: '\f438'; }

.genericon-plugin:before {
  content: '\f439'; }

.genericon-cloud-download:before {
  content: '\f440'; }

.genericon-cloud-upload:before {
  content: '\f441'; }

.genericon-external:before {
  content: '\f442'; }

.genericon-document:before {
  content: '\f443'; }

.genericon-book:before {
  content: '\f444'; }

.genericon-cog:before {
  content: '\f445'; }

.genericon-unapprove:before {
  content: '\f446'; }

.genericon-cart:before {
  content: '\f447'; }

.genericon-pause:before {
  content: '\f448'; }

.genericon-stop:before {
  content: '\f449'; }

.genericon-skip-back:before {
  content: '\f450'; }

.genericon-skip-ahead:before {
  content: '\f451'; }

.genericon-play:before {
  content: '\f452'; }

.genericon-tablet:before {
  content: '\f453'; }

.genericon-send-to-tablet:before {
  content: '\f454'; }

/* Generic shapes */
.genericon-uparrow:before {
  content: '\f500'; }

.genericon-rightarrow:before {
  content: '\f501'; }

.genericon-downarrow:before {
  content: '\f502'; }

.genericon-leftarrow:before {
  content: '\f503'; }

@font-face {
  font-family: 'entypo';
  src: url('entypo.eot');
  src: url('entypo.eot?#iefix') format('embedded-opentype'), url('entypo.woff') format('woff'), url('entypo.ttf') format('truetype'), url('entypo.svg#entypo') format('svg'); }

[class^="icon-"], [class*=" icon-"] {
  font-family: entypo;
  font-style: normal;
  display: inline-block;
  width: 1.1em;
  margin-right: .1em;
  text-align: center; }

.the-icons li {
  font-size: 14px;
  line-height: 24px;
  height: 24px; }

.icon-note:before {
  content: "\266a"; }

/* '\266a' */
.icon-note-beamed:before {
  content: "\266b"; }

/* '\266b' */
.icon-music:before {
  content: "🎵"; }

/* '\1f3b5' */
.icon-search:before {
  content: "🔍"; }

/* '\1f50d' */
.icon-flashlight:before {
  content: "🔦"; }

/* '\1f526' */
.icon-mail:before {
  content: "\2709"; }

/* '\2709' */
.icon-heart:before {
  content: "\2665"; }

/* '\2665' */
.icon-heart-empty:before {
  content: "\2661"; }

/* '\2661' */
.icon-star:before {
  content: "\2605"; }

/* '\2605' */
.icon-star-empty:before {
  content: "\2606"; }

/* '\2606' */
.icon-user:before {
  content: "👤"; }

/* '\1f464' */
.icon-users:before {
  content: "👥"; }

/* '\1f465' */
.icon-user-add:before {
  content: "\e700"; }

/* '\e700' */
.icon-video:before {
  content: "🎬"; }

/* '\1f3ac' */
.icon-picture:before {
  content: "🌄"; }

/* '\1f304' */
.icon-camera:before {
  content: "📷"; }

/* '\1f4f7' */
.icon-layout:before {
  content: "\268f"; }

/* '\268f' */
.icon-menu:before {
  content: "\2630"; }

/* '\2630' */
.icon-check:before {
  content: "\2713"; }

/* '\2713' */
.icon-cancel:before {
  content: "\2715"; }

/* '\2715' */
.icon-cancel-circled:before {
  content: "\2716"; }

/* '\2716' */
.icon-cancel-squared:before {
  content: "\274e"; }

/* '\274e' */
.icon-plus:before {
  content: "\2b"; }

/* '\2b' */
.icon-plus-circled:before {
  content: "\2795"; }

/* '\2795' */
.icon-plus-squared:before {
  content: "\229e"; }

/* '\229e' */
.icon-minus:before {
  content: "\2d"; }

/* '\2d' */
.icon-minus-circled:before {
  content: "\2796"; }

/* '\2796' */
.icon-minus-squared:before {
  content: "\229f"; }

/* '\229f' */
.icon-help:before {
  content: "\2753"; }

/* '\2753' */
.icon-help-circled:before {
  content: "\e704"; }

/* '\e704' */
.icon-info:before {
  content: "\2139"; }

/* '\2139' */
.icon-info-circled:before {
  content: "\e705"; }

/* '\e705' */
.icon-back:before {
  content: "🔙"; }

/* '\1f519' */
.icon-home:before {
  content: "\2302"; }

/* '\2302' */
.icon-link:before {
  content: "🔗"; }

/* '\1f517' */
.icon-attach:before {
  content: "📎"; }

/* '\1f4ce' */
.icon-lock:before {
  content: "🔒"; }

/* '\1f512' */
.icon-lock-open:before {
  content: "🔓"; }

/* '\1f513' */
.icon-eye:before {
  content: "\e70a"; }

/* '\e70a' */
.icon-tag:before {
  content: "\e70c"; }

/* '\e70c' */
.icon-bookmark:before {
  content: "🔖"; }

/* '\1f516' */
.icon-bookmarks:before {
  content: "📑"; }

/* '\1f4d1' */
.icon-flag:before {
  content: "\2691"; }

/* '\2691' */
.icon-thumbs-up:before {
  content: "👍"; }

/* '\1f44d' */
.icon-thumbs-down:before {
  content: "👎"; }

/* '\1f44e' */
.icon-download:before {
  content: "📥"; }

/* '\1f4e5' */
.icon-upload:before {
  content: "📤"; }

/* '\1f4e4' */
.icon-upload-cloud:before {
  content: "\e711"; }

/* '\e711' */
.icon-reply:before {
  content: "\e712"; }

/* '\e712' */
.icon-reply-all:before {
  content: "\e713"; }

/* '\e713' */
.icon-forward:before {
  content: "\27a6"; }

/* '\27a6' */
.icon-quote:before {
  content: "\275e"; }

/* '\275e' */
.icon-code:before {
  content: "\e714"; }

/* '\e714' */
.icon-export:before {
  content: "\e715"; }

/* '\e715' */
.icon-pencil:before {
  content: "\270e"; }

/* '\270e' */
.icon-feather:before {
  content: "\2712"; }

/* '\2712' */
.icon-print:before {
  content: "\e716"; }

/* '\e716' */
.icon-retweet:before {
  content: "\e717"; }

/* '\e717' */
.icon-keyboard:before {
  content: "\2328"; }

/* '\2328' */
.icon-comment:before {
  content: "\e718"; }

/* '\e718' */
.icon-chat:before {
  content: "\e720"; }

/* '\e720' */
.icon-bell:before {
  content: "🔔"; }

/* '\1f514' */
.icon-attention:before {
  content: "\26a0"; }

/* '\26a0' */
.icon-alert:before {
  content: "💥"; }

/* '\1f4a5' */
.icon-vcard:before {
  content: "\e722"; }

/* '\e722' */
.icon-address:before {
  content: "\e723"; }

/* '\e723' */
.icon-location:before {
  content: "\e724"; }

/* '\e724' */
.icon-map:before {
  content: "\e727"; }

/* '\e727' */
.icon-direction:before {
  content: "\27a2"; }

/* '\27a2' */
.icon-compass:before {
  content: "\e728"; }

/* '\e728' */
.icon-cup:before {
  content: "\2615"; }

/* '\2615' */
.icon-trash:before {
  content: "\e729"; }

/* '\e729' */
.icon-doc:before {
  content: "\e730"; }

/* '\e730' */
.icon-docs:before {
  content: "\e736"; }

/* '\e736' */
.icon-doc-landscape:before {
  content: "\e737"; }

/* '\e737' */
.icon-doc-text:before {
  content: "📄"; }

/* '\1f4c4' */
.icon-doc-text-inv:before {
  content: "\e731"; }

/* '\e731' */
.icon-newspaper:before {
  content: "📰"; }

/* '\1f4f0' */
.icon-book-open:before {
  content: "📖"; }

/* '\1f4d6' */
.icon-book:before {
  content: "📕"; }

/* '\1f4d5' */
.icon-folder:before {
  content: "📁"; }

/* '\1f4c1' */
.icon-archive:before {
  content: "\e738"; }

/* '\e738' */
.icon-box:before {
  content: "📦"; }

/* '\1f4e6' */
.icon-rss:before {
  content: "\e73a"; }

/* '\e73a' */
.icon-phone:before {
  content: "📞"; }

/* '\1f4de' */
.icon-cog:before {
  content: "\2699"; }

/* '\2699' */
.icon-tools:before {
  content: "\2692"; }

/* '\2692' */
.icon-share:before {
  content: "\e73c"; }

/* '\e73c' */
.icon-shareable:before {
  content: "\e73e"; }

/* '\e73e' */
.icon-basket:before {
  content: "\e73d"; }

/* '\e73d' */
.icon-bag:before {
  content: "👜"; }

/* '\1f45c' */
.icon-calendar:before {
  content: "📅"; }

/* '\1f4c5' */
.icon-login:before {
  content: "\e740"; }

/* '\e740' */
.icon-logout:before {
  content: "\e741"; }

/* '\e741' */
.icon-mic:before {
  content: "🎤"; }

/* '\1f3a4' */
.icon-mute:before {
  content: "🔇"; }

/* '\1f507' */
.icon-sound:before {
  content: "🔊"; }

/* '\1f50a' */
.icon-volume:before {
  content: "\e742"; }

/* '\e742' */
.icon-clock:before {
  content: "🕔"; }

/* '\1f554' */
.icon-hourglass:before {
  content: "\23f3"; }

/* '\23f3' */
.icon-lamp:before {
  content: "💡"; }

/* '\1f4a1' */
.icon-light-down:before {
  content: "🔅"; }

/* '\1f505' */
.icon-light-up:before {
  content: "🔆"; }

/* '\1f506' */
.icon-adjust:before {
  content: "\25d1"; }

/* '\25d1' */
.icon-block:before {
  content: "🚫"; }

/* '\1f6ab' */
.icon-resize-full:before {
  content: "\e744"; }

/* '\e744' */
.icon-resize-small:before {
  content: "\e746"; }

/* '\e746' */
.icon-popup:before {
  content: "\e74c"; }

/* '\e74c' */
.icon-publish:before {
  content: "\e74d"; }

/* '\e74d' */
.icon-window:before {
  content: "\e74e"; }

/* '\e74e' */
.icon-arrow-combo:before {
  content: "\e74f"; }

/* '\e74f' */
.icon-down-circled:before {
  content: "\e758"; }

/* '\e758' */
.icon-left-circled:before {
  content: "\e759"; }

/* '\e759' */
.icon-right-circled:before {
  content: "\e75a"; }

/* '\e75a' */
.icon-up-circled:before {
  content: "\e75b"; }

/* '\e75b' */
.icon-down-open:before {
  content: "\e75c"; }

/* '\e75c' */
.icon-left-open:before {
  content: "\e75d"; }

/* '\e75d' */
.icon-right-open:before {
  content: "\e75e"; }

/* '\e75e' */
.icon-up-open:before {
  content: "\e75f"; }

/* '\e75f' */
.icon-down-open-mini:before {
  content: "\e760"; }

/* '\e760' */
.icon-left-open-mini:before {
  content: "\e761"; }

/* '\e761' */
.icon-right-open-mini:before {
  content: "\e762"; }

/* '\e762' */
.icon-up-open-mini:before {
  content: "\e763"; }

/* '\e763' */
.icon-down-open-big:before {
  content: "\e764"; }

/* '\e764' */
.icon-left-open-big:before {
  content: "\e765"; }

/* '\e765' */
.icon-right-open-big:before {
  content: "\e766"; }

/* '\e766' */
.icon-up-open-big:before {
  content: "\e767"; }

/* '\e767' */
.icon-down:before {
  content: "\2b07"; }

/* '\2b07' */
.icon-left:before {
  content: "\2b05"; }

/* '\2b05' */
.icon-right:before {
  content: "\27a1"; }

/* '\27a1' */
.icon-up:before {
  content: "\2b06"; }

/* '\2b06' */
.icon-down-dir:before {
  content: "\25be"; }

/* '\25be' */
.icon-left-dir:before {
  content: "\25c2"; }

/* '\25c2' */
.icon-right-dir:before {
  content: "\25b8"; }

/* '\25b8' */
.icon-up-dir:before {
  content: "\25b4"; }

/* '\25b4' */
.icon-down-bold:before {
  content: "\e4b0"; }

/* '\e4b0' */
.icon-left-bold:before {
  content: "\e4ad"; }

/* '\e4ad' */
.icon-right-bold:before {
  content: "\e4ae"; }

/* '\e4ae' */
.icon-up-bold:before {
  content: "\e4af"; }

/* '\e4af' */
.icon-down-thin:before {
  content: "\2193"; }

/* '\2193' */
.icon-left-thin:before {
  content: "\2190"; }

/* '\2190' */
.icon-right-thin:before {
  content: "\2192"; }

/* '\2192' */
.icon-up-thin:before {
  content: "\2191"; }

/* '\2191' */
.icon-ccw:before {
  content: "\27f2"; }

/* '\27f2' */
.icon-cw:before {
  content: "\27f3"; }

/* '\27f3' */
.icon-arrows-ccw:before {
  content: "🔄"; }

/* '\1f504' */
.icon-level-down:before {
  content: "\21b3"; }

/* '\21b3' */
.icon-level-up:before {
  content: "\21b0"; }

/* '\21b0' */
.icon-shuffle:before {
  content: "🔀"; }

/* '\1f500' */
.icon-loop:before {
  content: "🔁"; }

/* '\1f501' */
.icon-switch:before {
  content: "\21c6"; }

/* '\21c6' */
.icon-play:before {
  content: "\25b6"; }

/* '\25b6' */
.icon-stop:before {
  content: "\25a0"; }

/* '\25a0' */
.icon-pause:before {
  content: "\2389"; }

/* '\2389' */
.icon-record:before {
  content: "\26ab"; }

/* '\26ab' */
.icon-to-end:before {
  content: "\23ed"; }

/* '\23ed' */
.icon-to-start:before {
  content: "\23ee"; }

/* '\23ee' */
.icon-fast-forward:before {
  content: "\23e9"; }

/* '\23e9' */
.icon-fast-backward:before {
  content: "\23ea"; }

/* '\23ea' */
.icon-progress-0:before {
  content: "\e768"; }

/* '\e768' */
.icon-progress-1:before {
  content: "\e769"; }

/* '\e769' */
.icon-progress-2:before {
  content: "\e76a"; }

/* '\e76a' */
.icon-progress-3:before {
  content: "\e76b"; }

/* '\e76b' */
.icon-target:before {
  content: "🎯"; }

/* '\1f3af' */
.icon-palette:before {
  content: "🎨"; }

/* '\1f3a8' */
.icon-list:before {
  content: "\e005"; }

/* '\e005' */
.icon-list-add:before {
  content: "\e003"; }

/* '\e003' */
.icon-signal:before {
  content: "📶"; }

/* '\1f4f6' */
.icon-trophy:before {
  content: "🏆"; }

/* '\1f3c6' */
.icon-battery:before {
  content: "🔋"; }

/* '\1f50b' */
.icon-back-in-time:before {
  content: "\e771"; }

/* '\e771' */
.icon-monitor:before {
  content: "💻"; }

/* '\1f4bb' */
.icon-mobile:before {
  content: "📱"; }

/* '\1f4f1' */
.icon-network:before {
  content: "\e776"; }

/* '\e776' */
.icon-cd:before {
  content: "💿"; }

/* '\1f4bf' */
.icon-inbox:before {
  content: "\e777"; }

/* '\e777' */
.icon-install:before {
  content: "\e778"; }

/* '\e778' */
.icon-globe:before {
  content: "🌎"; }

/* '\1f30e' */
.icon-cloud:before {
  content: "\2601"; }

/* '\2601' */
.icon-cloud-thunder:before {
  content: "\26c8"; }

/* '\26c8' */
.icon-flash:before {
  content: "\26a1"; }

/* '\26a1' */
.icon-moon:before {
  content: "\263d"; }

/* '\263d' */
.icon-flight:before {
  content: "\2708"; }

/* '\2708' */
.icon-paper-plane:before {
  content: "\e79b"; }

/* '\e79b' */
.icon-leaf:before {
  content: "🍂"; }

/* '\1f342' */
.icon-lifebuoy:before {
  content: "\e788"; }

/* '\e788' */
.icon-mouse:before {
  content: "\e789"; }

/* '\e789' */
.icon-briefcase:before {
  content: "💼"; }

/* '\1f4bc' */
.icon-suitcase:before {
  content: "\e78e"; }

/* '\e78e' */
.icon-dot:before {
  content: "\e78b"; }

/* '\e78b' */
.icon-dot-2:before {
  content: "\e78c"; }

/* '\e78c' */
.icon-dot-3:before {
  content: "\e78d"; }

/* '\e78d' */
.icon-brush:before {
  content: "\e79a"; }

/* '\e79a' */
.icon-magnet:before {
  content: "\e7a1"; }

/* '\e7a1' */
.icon-infinity:before {
  content: "\221e"; }

/* '\221e' */
.icon-erase:before {
  content: "\232b"; }

/* '\232b' */
.icon-chart-pie:before {
  content: "\e751"; }

/* '\e751' */
.icon-chart-line:before {
  content: "📈"; }

/* '\1f4c8' */
.icon-chart-bar:before {
  content: "📊"; }

/* '\1f4ca' */
.icon-chart-area:before {
  content: "🔾"; }

/* '\1f53e' */
.icon-tape:before {
  content: "\2707"; }

/* '\2707' */
.icon-graduation-cap:before {
  content: "🎓"; }

/* '\1f393' */
.icon-language:before {
  content: "\e752"; }

/* '\e752' */
.icon-ticket:before {
  content: "🎫"; }

/* '\1f3ab' */
.icon-water:before {
  content: "💦"; }

/* '\1f4a6' */
.icon-droplet:before {
  content: "💧"; }

/* '\1f4a7' */
.icon-air:before {
  content: "\e753"; }

/* '\e753' */
.icon-credit-card:before {
  content: "💳"; }

/* '\1f4b3' */
.icon-floppy:before {
  content: "💾"; }

/* '\1f4be' */
.icon-clipboard:before {
  content: "📋"; }

/* '\1f4cb' */
.icon-megaphone:before {
  content: "📣"; }

/* '\1f4e3' */
.icon-database:before {
  content: "\e754"; }

/* '\e754' */
.icon-drive:before {
  content: "\e755"; }

/* '\e755' */
.icon-bucket:before {
  content: "\e756"; }

/* '\e756' */
.icon-thermometer:before {
  content: "\e757"; }

/* '\e757' */
.icon-key:before {
  content: "🔑"; }

/* '\1f511' */
.icon-flow-cascade:before {
  content: "\e790"; }

/* '\e790' */
.icon-flow-branch:before {
  content: "\e791"; }

/* '\e791' */
.icon-flow-tree:before {
  content: "\e792"; }

/* '\e792' */
.icon-flow-line:before {
  content: "\e793"; }

/* '\e793' */
.icon-flow-parallel:before {
  content: "\e794"; }

/* '\e794' */
.icon-rocket:before {
  content: "🚀"; }

/* '\1f680' */
.icon-gauge:before {
  content: "\e7a2"; }

/* '\e7a2' */
.icon-traffic-cone:before {
  content: "\e7a3"; }

/* '\e7a3' */
.icon-cc:before {
  content: "\e7a5"; }

/* '\e7a5' */
.icon-cc-by:before {
  content: "\e7a6"; }

/* '\e7a6' */
.icon-cc-nc:before {
  content: "\e7a7"; }

/* '\e7a7' */
.icon-cc-nc-eu:before {
  content: "\e7a8"; }

/* '\e7a8' */
.icon-cc-nc-jp:before {
  content: "\e7a9"; }

/* '\e7a9' */
.icon-cc-sa:before {
  content: "\e7aa"; }

/* '\e7aa' */
.icon-cc-nd:before {
  content: "\e7ab"; }

/* '\e7ab' */
.icon-cc-pd:before {
  content: "\e7ac"; }

/* '\e7ac' */
.icon-cc-zero:before {
  content: "\e7ad"; }

/* '\e7ad' */
.icon-cc-share:before {
  content: "\e7ae"; }

/* '\e7ae' */
.icon-cc-remix:before {
  content: "\e7af"; }

/* '\e7af' */
.icon-github:before {
  content: "\f300"; }

/* '\f300' */
.icon-github-circled:before {
  content: "\f301"; }

/* '\f301' */
.icon-flickr:before {
  content: "\f303"; }

/* '\f303' */
.icon-flickr-circled:before {
  content: "\f304"; }

/* '\f304' */
.icon-vimeo:before {
  content: "\f306"; }

/* '\f306' */
.icon-vimeo-circled:before {
  content: "\f307"; }

/* '\f307' */
.icon-twitter:before {
  content: "\f309"; }

/* '\f309' */
.icon-twitter-circled:before {
  content: "\f30a"; }

/* '\f30a' */
.icon-facebook:before {
  content: "\f30c"; }

/* '\f30c' */
.icon-facebook-circled:before {
  content: "\f30d"; }

/* '\f30d' */
.icon-facebook-squared:before {
  content: "\f30e"; }

/* '\f30e' */
.icon-gplus:before {
  content: "\f30f"; }

/* '\f30f' */
.icon-gplus-circled:before {
  content: "\f310"; }

/* '\f310' */
.icon-pinterest:before {
  content: "\f312"; }

/* '\f312' */
.icon-pinterest-circled:before {
  content: "\f313"; }

/* '\f313' */
.icon-tumblr:before {
  content: "\f315"; }

/* '\f315' */
.icon-tumblr-circled:before {
  content: "\f316"; }

/* '\f316' */
.icon-linkedin:before {
  content: "\f318"; }

/* '\f318' */
.icon-linkedin-circled:before {
  content: "\f319"; }

/* '\f319' */
.icon-dribbble:before {
  content: "\f31b"; }

/* '\f31b' */
.icon-dribbble-circled:before {
  content: "\f31c"; }

/* '\f31c' */
.icon-stumbleupon:before {
  content: "\f31e"; }

/* '\f31e' */
.icon-stumbleupon-circled:before {
  content: "\f31f"; }

/* '\f31f' */
.icon-lastfm:before {
  content: "\f321"; }

/* '\f321' */
.icon-lastfm-circled:before {
  content: "\f322"; }

/* '\f322' */
.icon-rdio:before {
  content: "\f324"; }

/* '\f324' */
.icon-rdio-circled:before {
  content: "\f325"; }

/* '\f325' */
.icon-spotify:before {
  content: "\f327"; }

/* '\f327' */
.icon-spotify-circled:before {
  content: "\f328"; }

/* '\f328' */
.icon-qq:before {
  content: "\f32a"; }

/* '\f32a' */
.icon-instagrem:before {
  content: "\f32d"; }

/* '\f32d' */
.icon-dropbox:before {
  content: "\f330"; }

/* '\f330' */
.icon-evernote:before {
  content: "\f333"; }

/* '\f333' */
.icon-flattr:before {
  content: "\f336"; }

/* '\f336' */
.icon-skype:before {
  content: "\f339"; }

/* '\f339' */
.icon-skype-circled:before {
  content: "\f33a"; }

/* '\f33a' */
.icon-renren:before {
  content: "\f33c"; }

/* '\f33c' */
.icon-sina-weibo:before {
  content: "\f33f"; }

/* '\f33f' */
.icon-paypal:before {
  content: "\f342"; }

/* '\f342' */
.icon-picasa:before {
  content: "\f345"; }

/* '\f345' */
.icon-soundcloud:before {
  content: "\f348"; }

/* '\f348' */
.icon-mixi:before {
  content: "\f34b"; }

/* '\f34b' */
.icon-behance:before {
  content: "\f34e"; }

/* '\f34e' */
.icon-google-circles:before {
  content: "\f351"; }

/* '\f351' */
.icon-vkontakte:before {
  content: "\f354"; }

/* '\f354' */
.icon-smashing:before {
  content: "\f357"; }

/* '\f357' */
.icon-sweden:before {
  content: "\f601"; }

/* '\f601' */
.icon-db-shape:before {
  content: "\f600"; }

/* '\f600' */
.icon-logo-db:before {
  content: "\f603"; }

/* '\f603' */
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.nav-menu .menu-item > a {
  border: 0; }

.home .shadowed {
  box-shadow: inset 0px 0px 0 2000px rgba(0, 0, 0, 0.3); }
.home .section-head {
  font-weight: bold;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 20px; }
  .home .section-head span {
    padding-bottom: 5px; }
.home h1.section-head {
  font-size: 32px; }
.home h2.section-head {
  font-size: 16px; }

.home-content {
  margin-top: 30px; }
  .home-content h2 {
    margin-top: 0;
    font-weight: 600;
	font-size: 34px; }
  @media screen and (max-width: 767px) {
    .home-content .featured {
      margin-bottom: 20px; } }
  .home-content .featured .inner {
    position: relative; }
  .home-content .inner, .home-content .subsection {
    border: 1px solid #CDCCCC; }
  .home-content .intro {
    padding: 20px; }
    @media screen and (min-width: 768px) {
      .home-content .intro {
        padding: 20px; } }
  .home-content .posts {
    margin-bottom: 15px; }
  .home-content .post {
    border-bottom: 1px solid #CDCCCC;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .home-content .post:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .home-content .post .text {
        padding-left: 20px; } }
    .home-content .post .text p {
      margin-bottom: 10px; }
  .home-content .tweets {
    min-height: 320px; }
  .home-content form {
    background: url('../images/ny-skyline.jpg');
    background-size: cover;
    min-height: 128px;
    padding: 50px 40px;
    position: absolute;
    bottom: 0;
    width: 100%; }
    .home-content form:before {
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      right: 100px;
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #fff; }
    .home-content form .form-group {
      width: 60%;
      float: left; }
    .home-content form .btn-container {
      width: 40%;
      float: left; }
    .home-content form .form-control {
      border: 0;
      border-radius: 0;
      box-shadow: none;
      display: inline-block;
      height: 44px; }
    .home-content form input {
      border-radius: 0;
      border: none;
      margin: 0;
      width: 100%; }
    .home-content form .btn {
      font-weight: bold;
      border-radius: 0;
      margin: 0;
      height: 44px;
      display: block;
      width: 100%; }
    @media screen and (max-width: 500px) {
      .home-content form {
        margin: 0 auto;
        padding: 20px; }
        .home-content form .form-group {
          float: none;
          width: 100%; }
        .home-content form .btn-container {
          float: none;
          width: 100%;
          margin: 10px auto 0 auto; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .home-content form .form-group {
        float: none;
        width: 100%; }
      .home-content form .btn-container {
        float: none;
        width: 100%;
        margin: 10px auto 0 auto; } }

.priorities {
  background-color: #F5F5F5;
  padding-top: 20px;
  padding-bottom: 40px; }
  .priorities .outer {
    display: block;
    position: relative;
    border: 1px solid #f2f2f2;
    background: #fff;
    color: #363636;
    padding: 5px 15px;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .priorities .outer {
        margin-bottom: 0;
        padding: 15px; } }
    .priorities .outer .image {
      display: table;
      width: 100%;
      height: 80px; }
      .priorities .outer .image span {
        display: table-cell;
        vertical-align: bottom; }
    .priorities .outer .overlay {
      display: none; }
    .priorities .outer:hover {
      text-transform: none;
      background: #E83B2E; }
      .priorities .outer:hover .initial {
        display: none; }
      .priorities .outer:hover .overlay {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        color: #fff;
        font-size: 12px;
        padding: 10px; }
        .priorities .outer:hover .overlay a {
          color: #fff; }
    .priorities .outer .read-more:hover {
      text-decoration: underline; }
  .priorities .item-label {
    font-size: 16px;
	line-height: 1.3;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .priorities .item-label {
        font-size: 12px; } }

/* 
 *  Core Owl Carousel CSS File
 *  v1.18
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-perspective: 1000; }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-item {
  float: left; }

.owl-controlls .owl-page, .owl-controlls .owl-buttons div {
  cursor: pointer; }

.owl-controlls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

/*
*   Owl Carousel Owl Demo Theme 
*   v1.18
*/
.owl-theme .owl-controlls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controlls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controlls.clickable .owl-buttons div:hover {
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controlls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controlls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controlls .owl-page.active span, .owl-theme .owl-controlls.clickable .owl-page:hover span {
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controlls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/wp-content/themes/custom/fonts/slick.eot');
  src: url('/wp-content/themes/custom/fonts/slick.eot?#iefix') format("embedded-opentype"), url('/wp-content/themes/custom/fonts/slick.woff') format("woff"), url('/wp-content/themes/custom/fonts/slick.ttf') format("truetype"), url('/wp-content/themes/custom/fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #ffffff;
      opacity: 0.75; }
