/*
	Theme Name: Blue Steel (Minimum Pro Theme)
	Theme URI: http://my.studiopress.com/themes/minimum/
	Description: A mobile responsive and HTML5 theme built for Bucks Sports Chiropractic on the Genesis Framework.
    	Bitbucket Theme URI: https://edmyersjr@bitbucket.org/edmyersjr/blue-steel-theme
	Author: Ed Myers & StudioPress
	Author URI: http://www.edmyers.net http://www.studiopress.com/
	Version: 3.0.8
	Tags: black, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
	Template: genesis
	Template Version: 2.0
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

h1 {
  font-size: 2em;
  margin: .67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

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; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

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

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

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

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

/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  box-sizing: border-box; }

/* Float Clearing
--------------------------------------------- */
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.widget-wrap:before {
  content: " ";
  display: table; }

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.widget-wrap:after {
  clear: both;
  content: " ";
  display: table; }

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
  background-color: #fff;
  color: #333;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-size: 100%;
  font-weight: 300;
  line-height: 1.625; }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

@media only screen and (max-width: 768px) {
  .md-text-center {
    text-align: center; } }

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

::-moz-selection {
  background-color: #333;
  color: #fff; }

::selection {
  background-color: #333;
  color: #fff; }

a {
  border-bottom: 1px dotted #333;
  color: #333;
  font-weight: 400;
  text-decoration: none; }

a img {
  margin-bottom: -6px; }

a:hover {
  color: #0ebfe9;
  border-bottom: 1px dotted #0ebfe9; }

p {
  margin: 0 0 24px;
  padding: 0; }

strong {
  font-weight: 400; }

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

blockquote,
blockquote::before {
  color: #999; }

blockquote {
  margin: 40px; }

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

.entry-content code {
  background-color: #333;
  color: #ddd; }

cite {
  font-style: normal; }

.list-unstyled {
  list-style: none; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: 'Raleway', serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 15px; }

h1 {
  font-size: 30px;
  font-weight: 800; }

h2 {
  font-size: 28px;
  font-weight: 800; }
  h2 small {
    font-weight: 600; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto; }

.featured-content img,
.gallery img {
  width: auto;
  /* IE8 */ }

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: none;
  color: #333;
  font-family: 'Raleway', serif;
  font-size: 16px;
  font-weight: 300;
  padding: 10px;
  width: 100%; }

input:focus,
textarea:focus {
  border: 1px solid #333;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  color: #999;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #999; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
  background-color: #333;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
  background-color: #0ebfe9; }

.entry-content .button:hover {
  color: #fff; }

.button {
  border-radius: 3px;
  display: inline-block; }

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

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%; }

tbody {
  border-bottom: 1px solid #ddd; }

th,
td {
  text-align: left; }

th {
  font-weight: bold;
  text-transform: uppercase; }

td {
  border-top: 1px solid #ddd;
  padding: 6px 0; }

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.wrap,
.widget-wrap {
  margin: 0 auto;
  max-width: 1140px; }

.site-inner {
  background-color: #fff;
  clear: both;
  padding-top: 40px; }

.minimum-landing .site-inner {
  margin: 40px auto;
  padding: 60px 60px 20px;
  width: 800px; }

/* Site Containers
--------------------------------------------- */
.home-featured .simple-social-icons ul li a {
  padding: 40px !important; }

.home-featured .simple-social-icons ul li {
  margin: 0 0 30px !important; }

.site-tagline {
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  margin-top: 60px;
  padding: 40px 0; }

.site-tagline p {
  margin: 0; }

.site-tagline-left {
  float: left;
  width: 50%; }

.site-tagline-right {
  float: right;
  text-align: right;
  width: 50%; }

.minimum .site-tagline {
  margin-top: 600px; }

a.cta-button {
  background-color: #333;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  padding: 15px 20px; }

a.cta-button:hover {
  background-color: #0ebfe9; }

/* Column Widths and Positions
--------------------------------------------- */
/* Content */
.content {
  float: left;
  width: 720px; }

.sidebar-content .content {
  float: right; }

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

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%; }

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

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

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

.one-fourth {
  width: 23.076923076923077%; }

.three-fourths {
  width: 74.35897435897436%; }

.one-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

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

/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* WordPress
--------------------------------------------- */
.avatar {
  float: left; }

.alignleft .avatar {
  margin-right: 24px; }

.alignright .avatar {
  margin-left: 24px; }

.author-box .avatar {
  height: 72px;
  margin-right: 24px;
  width: 72px; }

.entry-comments .avatar {
  height: 48px;
  width: 48px; }

.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

.search-form {
  overflow: hidden;
  padding: 3px;
  width: 100%; }

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

a.alignnone,
img.alignnone {
  margin-bottom: 12px; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

a.alignnone {
  display: inline-block; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px; }

a.alignleft,
a.alignright {
  border: none; }

.wp-caption-text {
  font-size: 14px;
  font-weight: 400;
  text-align: center; }

/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word; }

.widget li {
  list-style-type: none;
  margin-bottom: 6px;
  text-align: left; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0; }

.widget ul > li:last-child,
.widget p:last-child {
  margin-bottom: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 40px; }

.archive-description,
.author-box {
  background-color: #f5f5f5; }

.archive-description {
  margin-bottom: 40px;
  padding: 40px 40px 16px; }

.author-box {
  margin-bottom: 40px;
  padding: 40px; }

.single .author-box {
  margin-bottom: 60px; }

.author-box-title {
  color: #333;
  font-family: 'Raleway', serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px; }

.author-box p {
  margin-bottom: 0; }

.author-box .avatar {
  margin-right: 24px; }

/* Featured Post Grid
------------------------------------------------------------ */
.genesis-grid-even,
.genesis-grid-odd {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 30px;
  padding: 0;
  width: 47%; }

.genesis-grid-even {
  float: right; }

.genesis-grid-odd {
  clear: both;
  float: left; }

/* Titles
--------------------------------------------- */
.entry-title {
  font-size: 30px;
  line-height: 1; }

.genesis-grid .entry-title {
  font-size: 24px;
  margin: 0 0 10px; }

.single-portfolio .entry-title {
  margin-bottom: 20px; }

.entry-title a,
.sidebar .widget-title a {
  border: none;
  color: #333; }

.entry-title a:hover {
  color: #0ebfe9; }

.widget-title {
  font-size: 16px;
  margin-bottom: 24px;
  text-transform: uppercase; }

#home-featured .widget-title {
  margin-bottom: 10px; }

.sidebar .widget-title a {
  border: none; }

.archive-title {
  font-size: 20px;
  margin-bottom: 24px; }

/*
Widgets
---------------------------------------------------------------------------------------------------- */
/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 24px;
  padding: 0 0 24px; }

.featured-content .entry:last-child {
  margin-bottom: 0;
  padding: 0; }

.featured-content .entry-title {
  border: none;
  font-size: 18px;
  line-height: 1.2; }

.featured-content .entry-title a {
  border: none; }

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget {
  color: #999; }

.enews-widget input {
  margin-bottom: 16px; }

.enews-widget input:focus {
  border: 1px solid #ddd; }

.enews-widget input[type="submit"] {
  background-color: #0ebfe9;
  color: #fff;
  margin: 0;
  width: 100%; }

.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #333; }

.enews form + p {
  margin-top: 24px; }

.sidebar .enews-widget {
  background-color: #333;
  padding: 30px; }

.sidebar .enews-widget .widget-title {
  color: #fff; }

/* Genesis Latest Tweets
--------------------------------------------- */
.latest-tweets ul li {
  margin-bottom: 16px; }

/* Gravity Forms
--------------------------------------------- */
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
  font-size: 16px;
  padding: 16px; }

div.gform_wrapper .ginput_complex label {
  padding: 0; }

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0; }

div.gform_wrapper .gform_footer input[type="submit"] {
  font-size: 16px; }

/* Jetpack
--------------------------------------------- */
img#wpstats {
  display: none; }

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  left: 0;
  letter-spacing: 1px;
  top: 0;
  width: 100%;
  z-index: 999; }

.admin-bar .site-header {
  top: 32px; }

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 18px 0;
  width: 320px; }

.header-image .title-area {
  padding: 0; }

.site-title {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }

.site-title a,
.site-title a:hover {
  border: none;
  color: #333; }

.site-description {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0; }

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
  width: 100%; }

.header-image .site-title a {
  display: block;
  text-indent: -9999px; }

/* Custom header */
.header-image .title-area {
  padding: 0; }

.header-image .site-title a {
  height: 60px;
  display: block;
  text-indent: -9999px;
  max-width: 320px; }

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  /*width: 800px;*/ }

.site-header .search-form {
  float: right;
  margin-top: 10px; }

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  color: #fff;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  width: 100%; }

.genesis-nav-menu .menu-item {
  display: inline-block;
  margin: 0;
  text-align: left; }

.genesis-nav-menu a {
  border: none;
  color: #333;
  display: block;
  font-size: 14px;
  padding: 20px;
  position: relative; }

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #0ebfe9; }

.genesis-nav-menu > .menu-item > a {
  text-transform: uppercase; }

.genesis-nav-menu .sub-menu {
  left: -9999px;
  letter-spacing: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 160px;
  z-index: 99; }

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  padding: 16px 20px;
  position: relative;
  width: 160px; }

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -54px 0 0 159px; }

.genesis-nav-menu .menu-item:hover {
  position: static; }

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1; }

.genesis-nav-menu > .first > a {
  padding-left: 0; }

.genesis-nav-menu > .last > a {
  padding-right: 0; }

.genesis-nav-menu > .right {
  display: inline-block;
  float: right;
  list-style-type: none;
  padding: 20px 0;
  text-transform: uppercase; }

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0; }

.genesis-nav-menu > .rss > a {
  margin-left: 48px; }

.genesis-nav-menu > .search {
  padding: 6px 0 0; }

/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
  border-top: 1px solid #eee; }

.site-header .sub-menu .sub-menu {
  margin-top: -55px; }

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #333; }

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
  color: #fff; }

.nav-primary .genesis-nav-menu .sub-menu a {
  background-color: #333;
  border: 1px solid #444;
  border-top: none; }

.nav-primary .sub-menu a:hover {
  color: #0ebfe9; }

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  margin-bottom: 20px; }

.site-footer .nav-secondary a {
  color: #fff;
  margin: 0 30px;
  padding: 0; }

.site-footer .nav-secondary a:hover {
  color: #999; }

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
  background-color: #333;
  border: 1px solid #444;
  border-top: none;
  padding: 16px; }

.site-footer .nav-secondary .sub-menu a:hover {
  color: #0ebfe9; }

/* Responsive Menu
--------------------------------------------- */
#responsive-menu-icon {
  cursor: pointer;
  display: none; }

#responsive-menu-icon::before {
  color: #333;
  content: "\f333";
  font: normal 24px/1 'dashicons';
  margin: 0 auto; }

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry {
  margin-bottom: 40px; }

.post-type-archive-portfolio .entry {
  float: left;
  margin-bottom: 60px;
  width: 50%; }

.post-type-archive-portfolio .entry:nth-of-type(2n) {
  float: right;
  padding-left: 30px; }

.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
  clear: left;
  padding-right: 30px; }

.single-portfolio .entry {
  text-align: center; }

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
  margin-bottom: 26px; }

.entry-content ol,
.entry-content ul {
  margin-left: 40px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content .search-form {
  width: 50%; }

.entry-meta {
  font-family: 'Lato', sans-serif;
  font-size: 14px; }

.entry-meta a {
  border: none;
  font-weight: 300; }

.entry-header .entry-meta {
  margin-bottom: 24px; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

.entry-categories,
.entry-tags {
  display: block; }

/* After Entry
--------------------------------------------- */
.after-entry {
  background-color: #f5f5f5;
  margin-bottom: 60px;
  padding: 40px;
  text-align: center; }

.after-entry .widget {
  margin-bottom: 40px; }

.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
  padding: 0;
  margin: 0; }

.after-entry li {
  list-style-type: none; }

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0; }

.pagination li {
  display: inline; }

.pagination li a {
  background-color: #333;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 8px 12px; }

.pagination li a:hover,
.pagination li.active a {
  background-color: #0ebfe9; }

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 60px; }

.comment-content {
  clear: both; }

.entry-comments .comment-author {
  margin-bottom: 0; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.comment-list li,
.ping-list li {
  list-style-type: none; }

.comment-list li {
  margin-top: 24px;
  padding: 32px; }

.comment-list li li {
  margin-right: -32px; }

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none; }

.comment .avatar {
  margin: 0 16px 24px 0; }

.entry-pings .reply {
  display: none; }

/*
Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
  float: right;
  margin-top: 10px;
  width: 340px; }

.sidebar-content .sidebar {
  float: left; }

.sidebar img {
  margin-bottom: 15px; }

.sidebar .featured-content img {
  margin-bottom: 0; }

.sidebar .widget {
  margin-bottom: 40px; }

.sidebar .tagcloud a {
  background-color: #333;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  margin: 0 5px 5px 0;
  padding: 5px 10px; }

.sidebar .tagcloud a:hover {
  background-color: #0ebfe9;
  color: #fff; }

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #333;
  color: #999;
  clear: both; }

.footer-widgets .wrap {
  border-bottom: 1px solid #444;
  padding: 40px 0 16px; }

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 340px; }

.footer-widgets-1 {
  margin-right: 60px; }

.footer-widgets-1,
.footer-widgets-2 {
  float: left; }

.footer-widgets-3 {
  float: right; }

.footer-widgets a {
  border-bottom: 1px dotted #fff;
  color: #fff; }

.footer-widgets a:hover {
  color: #999; }

.footer-widgets .widget {
  margin-bottom: 40px; }

.footer-widgets .widget-title {
  color: #fff; }

.footer-widgets li {
  list-style-type: none;
  margin-bottom: 6px;
  word-wrap: break-word; }

.footer-widgets .search-form input:focus {
  border: 1px solid #ddd; }

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #333;
  letter-spacing: 1px;
  padding: 60px 0;
  text-align: center; }

.site-footer a,
.site-footer p {
  color: #999; }

.site-footer a:hover {
  color: #fff; }

.site-footer a {
  border: none;
  font-weight: 300; }

.site-footer p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0; }

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1179px) {
  .wrap,
  .widget-wrap {
    max-width: 960px; }
  .site-header .widget-area {
    /*width: 620px;*/ }
  .content {
    width: 580px; }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar {
    width: 280px; } }

@media only screen and (max-width: 1023px) {
  .wrap {
    max-width: 960px; }
  .content,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .minimum-landing .site-inner,
  .sidebar,
  .site-tagline-left,
  .site-tagline-right,
  .title-area {
    width: 100%; }
  .site-header {
    position: static; }
  .site-inner {
    padding: 40px 20px; }
  .post-type-archive-portfolio .entry,
  .site-header .title-area,
  .site-header .search-form,
  .site-tagline-left,
  .site-tagline-right {
    text-align: center; }
  .header-image .site-title a {
    margin: 0 auto 10px; }
  .site-header .search-form {
    float: none;
    margin: 0 auto;
    width: 50%; }
  .site-header .widget-area {
    padding: 0 5%; }
  .site-description {
    font-size: 30px; }
  .site-tagline {
    margin-top: 0;
    padding: 20px 0; }
  .minimum .site-tagline {
    margin-top: 400px; }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-tagline-left,
  .site-tagline-right {
    float: none; }
  .site-tagline-left p {
    margin-bottom: 20px; }
  .minimum-landing .site-inner {
    margin: 0;
    padding: 40px 40px 0; }
  .minimum-landing .site-container {
    padding: 5%; }
  .footer-widgets .widget,
  .nav-primary .wrap,
  .site-footer .wrap,
  .widget-wrap,
  .site-tagline {
    padding-left: 5%;
    padding-right: 5%; }
  .site-footer {
    padding: 40px 0; } }

@media only screen and (max-width: 768px) {
  .site-header {
    padding-bottom: 10px; }
  .site-header .widget-area {
    width: 100%;
    text-align: center; }
  .title-area {
    padding-bottom: 6px; }
  .minimum .site-tagline {
    margin-top: 200px; }
  .genesis-nav-menu a {
    padding: 20px 10px; }
  .site-footer .nav-secondary a {
    margin: 0 10px; }
  .responsive-menu {
    display: none; }
  #responsive-menu-icon {
    display: block; }
  .home-featured .simple-social-icons ul li a {
    font-size: 36px !important;
    padding: 20px !important; }
  .genesis-grid-even,
  .genesis-grid-odd,
  .post-type-archive-portfolio .entry {
    width: 100%; }
  .post-type-archive-portfolio .entry:nth-of-type(2n),
  .post-type-archive-portfolio .entry:nth-of-type(2n+1) {
    float: none;
    padding: 0; }
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%; } }

@media only screen and (max-width: 320px) {
  .header-image .site-header .title-area .site-title a {
    background-size: contain !important; } }

.icon-button .icon {
  display: block;
  font-size: 1.5em; }

.icon-button .label {
  display: block;
  font-size: .6em; }

.btn {
  display: inline-block;
  padding: .5em 1em;
  text-align: center;
  border-bottom: none !important;
  min-width: 300px;
  max-width: 100%;
  margin-bottom: .5em; }

.btn-primary {
  background-color: #68B8D7;
  color: #fff;
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #40a5cc;
    color: #fff; }

.btn-secondary {
  background-color: #33748E;
  color: #fff;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #265568;
    color: #fff; }

.btn-small {
  font-size: 85%; }

.btn-default {
  background-color: #efefef;
  color: #666; }
  .btn-default:hover, .btn-default:focus {
    background-color: #d6d6d6;
    color: inherit; }

@media only screen and (min-width: 768px) {
  .btn-primary, .btn-secondary {
    display: inline-block;
    width: auto; } }

.admin-bar .site-header {
  top: 0; }

.mobile-header-widget-area {
  background-color: #373944;
  color: #f7f7f7;
  border-bottom: 4px solid #FFDD66; }
  .mobile-header-widget-area .lsi-social-icons.icon-set-lsi_widget-2 {
    text-align: center !important; }

.site-header {
  background-color: #00041A;
  color: #d6d6d6;
  border-bottom: 0;
  padding-bottom: 0;
  position: relative; }
  .site-header .widget-area {
    margin-top: 1em;
    margin-bottom: .25em;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    text-align: right; }
  .site-header .bp-contact-card {
    margin-top: 0;
    margin-bottom: .25em; }
    .site-header .bp-contact-card a {
      color: inherit !important; }
  .site-header .bp-name {
    height: 1px;
    text-indent: -999999em;
    overflow: hidden;
    position: absolute; }
  .site-header .bp-address {
    font-size: .875rem; }
  .site-header .header-widget-area {
    display: none; }
  .site-header .title-area {
    float: left;
    width: 50%;
    max-width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 10px; }
    .site-header .title-area .site-title {
      color: inherit; }
      .site-header .title-area .site-title a {
        color: inherit; }
  .site-header .site-title {
    width: 100%; }
    .site-header .site-title .mobile-logo {
      display: block;
      width: 100%;
      height: 100%; }
    .site-header .site-title .desktop-logo {
      display: none;
      width: 100%;
      height: 100%; }
  @media only screen and (min-width: 768px) {
    .site-header .header-widget-area {
      display: block; }
    .site-header .title-area {
      max-width: 323px;
      padding-top: 20px;
      padding-bottom: 20px;
      display: inline-block; }
    .site-header .site-title .mobile-logo {
      display: none; }
    .site-header .site-title .desktop-logo {
      display: block; } }

.nav-primary {
  font-size: 1rem;
  background-color: #F7F7F7;
  border-bottom: 4px solid #FFDD66;
  display: none; }
  .nav-primary .menu-primary {
    text-align: center;
    font-size: inherit;
    font-weight: bold; }
    .nav-primary .menu-primary > .menu-item {
      display: block;
      text-align: center; }
      .nav-primary .menu-primary > .menu-item > a {
        padding: .875rem 2rem;
        font-size: inherit;
        font-weight: inherit;
        text-transform: none;
        color: #333333; }
        .nav-primary .menu-primary > .menu-item > a:hover {
          background-color: #68B8D7;
          color: #fff; }

.site-header .nav-primary {
  display: block;
  float: right;
  background-color: transparent;
  border-bottom: 0;
  overflow: visible; }
  .site-header .nav-primary .wrap {
    margin: 0;
    padding: 0; }
  .site-header .nav-primary #menu-main-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 500;
    background-color: #f7f7f7;
    border-bottom: 4px solid #ffDD66; }
  .site-header .nav-primary #responsive-menu-icon {
    background-color: transparent;
    padding: 12px;
    float: right;
    line-height: 1;
    text-align: center; }
    .site-header .nav-primary #responsive-menu-icon:before {
      color: #f7f7f7; }
    .site-header .nav-primary #responsive-menu-icon:after {
      content: "Menu";
      display: block;
      text-transform: uppercase;
      font-size: .25rem; }

@media only screen and (min-width: 768px) {
  .site-header .nav-primary {
    display: none; }
  .nav-primary {
    display: block; }
    .nav-primary .menu-primary {
      text-align: center;
      font-size: inherit;
      font-weight: bold; }
      .nav-primary .menu-primary > .menu-item {
        display: inline-block; } }

.angled-top, .site-footer {
  position: relative; }
  .angled-top:before, .site-footer:before {
    content: "";
    display: block;
    height: 16px;
    width: 100%;
    top: 0;
    left: 0;
    background: inherit;
    position: absolute;
    -webkit-transform: skewY(0.5deg);
            transform: skewY(0.5deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    z-index: 9; }

.angled-top-reverse, .home .home-after-featured .widget:nth-child(even) {
  position: relative; }
  .angled-top-reverse:before, .home .home-after-featured .widget:nth-child(even):before {
    content: "";
    display: block;
    height: 16px;
    width: 100%;
    top: 0;
    left: 0;
    background: inherit;
    position: absolute;
    -webkit-transform: skewY(-0.5deg);
            transform: skewY(-0.5deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    z-index: 9; }

.angled-bottom {
  position: relative; }
  .angled-bottom:after {
    content: "";
    display: block;
    height: 16px;
    width: 100%;
    bottom: 0px;
    left: 0;
    background: inherit;
    position: absolute;
    -webkit-transform: skewY(-0.5deg);
            transform: skewY(-0.5deg);
    z-index: 9;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right; }

.angled-bottom-reverse, .home .home-after-featured .widget:nth-child(even), .home .mobile-header-widget-area {
  position: relative; }
  .angled-bottom-reverse:after, .home .home-after-featured .widget:nth-child(even):after, .home .mobile-header-widget-area:after {
    content: "";
    display: block;
    height: 16px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: inherit;
    position: absolute;
    -webkit-transform: skewY(0.5deg);
            transform: skewY(0.5deg);
    z-index: 9;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left; }

.widget {
  font-family: 'Lato', sans-serif; }
  .widget .widget-title {
    font-weight: 900; }
    .widget .widget-title:empty {
      display: none; }

.site-footer {
  background-color: #00041A;
  margin-top: 10px; }
  .site-footer .creds p {
    font-size: .75rem !important; }

#tribe-bar-views a {
  border-bottom: 0 !important; }

.bp-phone {
  color: #FFDD66; }
  .bp-phone:before {
    content: "Call Us Today:" !important;
    display: inline !important;
    width: auto !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: 800 !important;
    line-height: inherit !important; }

.bp-contact-card {
  margin-bottom: 1em;
  margin-top: 1em; }
  .bp-contact-card div[class^="bp-"] {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

.lsi-social-icons a {
  border-bottom: 0 !important; }

.home .site-inner {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }

.home .home-featured,
.home .home-above-featured {
  overflow: hidden;
  clear: both;
  padding: 40px 0;
  background-color: #373944;
  color: #F7F7F7; }

.home .home-featured h2 {
  text-transform: uppercase;
  font-size: 1.625rem;
  color: #FFDD66; }
  .home .home-featured h2 small {
    font-size: 1rem; }

.home .site-header:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  margin-top: -2px;
  background-image: url(images/svg/header-bottom.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 60px;
  width: 100%; }

.home .home-featured li {
  list-style-type: none; }

.home .home-featured .widget {
  padding: 0 20px; }

.home .home-featured p:last-child {
  padding: 0 0 24px; }

@media only screen and (min-width: 768px) {
  .home .home-above-featured > div {
    display: table;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px; }
    .home .home-above-featured > div .wrap {
      display: table-row; }
    .home .home-above-featured > div .widget-area {
      display: table-cell;
      vertical-align: middle; } }

.home .home-above-featured-left {
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px) {
    .home .home-above-featured-left {
      width: 50%; } }
  .home .home-above-featured-left .widget-wrap {
    padding-left: 20px;
    padding-right: 20px; }

.home .home-above-featured-right {
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px) {
    .home .home-above-featured-right {
      width: 50%; } }
  .home .home-above-featured-right .widget-wrap {
    padding-left: 20px;
    padding-right: 20px; }

.home .home-featured-1,
.home .home-featured-2,
.home .home-featured-3,
.home .home-featured-4 {
  float: left;
  text-align: center;
  width: 33.33333%; }
  @media only screen and (max-width: 768px) {
    .home .home-featured-1,
    .home .home-featured-2,
    .home .home-featured-3,
    .home .home-featured-4 {
      width: 100%; } }

.home .widget-title {
  font-size: 1.625rem;
  text-align: center; }

@media only screen and (max-width: 768px) {
  .home .home-featured .widget-area:nth-of-type(2n+1) {
    clear: left; } }

.home .home-after-featured .widget {
  padding-bottom: 60px;
  padding-top: 60px;
  overflow: hidden;
  position: relative; }
  .home .home-after-featured .widget:nth-child(even) {
    overflow: visible;
    background-color: #373944;
    color: #f7f7f7; }
    .home .home-after-featured .widget:nth-child(even) h1,
    .home .home-after-featured .widget:nth-child(even) h2,
    .home .home-after-featured .widget:nth-child(even) h3,
    .home .home-after-featured .widget:nth-child(even) h4,
    .home .home-after-featured .widget:nth-child(even) h5 {
      color: #FFDD66; }
  .home .home-after-featured .widget:last-child {
    margin-bottom: 0; }

.home .mobile-header-widget-area {
  text-align: center;
  background-color: #00041A;
  color: #f7f7f7;
  padding-top: 1em;
  padding-bottom: 2em;
  border-bottom: 0; }

.home .site-inner {
  padding-bottom: 0; }

.home .site-footer {
  margin-top: 0; }

@media only screen and (min-width: 768px) {
  .mobile-header-widget-area {
    display: none; } }

.page-template-page_blog .post,
.archive .post,
.blog .post {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  margin-bottom: 0; }
  .page-template-page_blog .post:last-child,
  .archive .post:last-child,
  .blog .post:last-child {
    margin-bottom: 3em; }
  .page-template-page_blog .post .entry-title,
  .archive .post .entry-title,
  .blog .post .entry-title {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: .25rem;
    padding: 0 10px 10px; }
  .page-template-page_blog .post .entry-content,
  .page-template-page_blog .post .entry-footer,
  .archive .post .entry-content,
  .archive .post .entry-footer,
  .blog .post .entry-content,
  .blog .post .entry-footer {
    padding: 0 10px;
    line-height: 1.2; }
  .page-template-page_blog .post .entry-footer,
  .archive .post .entry-footer,
  .blog .post .entry-footer {
    text-align: center; }
  .page-template-page_blog .post .post-image img,
  .archive .post .post-image img,
  .blog .post .post-image img {
    width: 100%;
    height: auto; }
  .page-template-page_blog .post .post-image a,
  .archive .post .post-image a,
  .blog .post .post-image a {
    border-bottom: 0; }
  .page-template-page_blog .post .post-image,
  .archive .post .post-image,
  .blog .post .post-image {
    margin-bottom: 1rem; }
  .page-template-page_blog .post .entry-meta,
  .archive .post .entry-meta,
  .blog .post .entry-meta {
    margin-bottom: .25rem;
    text-transform: uppercase !important;
    font-size: .75rem;
    padding: 0 10px;
    font-weight: bold !important; }

@media only screen and (min-width: 768px) {
  .page-template-page_blog .post,
  .archive .post,
  .blog .post {
    text-align: left;
    zoom: 1;
    overflow: hidden; }
    .page-template-page_blog .post .post-image,
    .archive .post .post-image,
    .blog .post .post-image {
      display: table-cell;
      width: 40%;
      vertical-align: top;
      padding-right: 30px; }
    .page-template-page_blog .post .post-content,
    .archive .post .post-content,
    .blog .post .post-content {
      display: table-cell;
      vertica-align: top; }
    .page-template-page_blog .post .entry-footer,
    .archive .post .entry-footer,
    .blog .post .entry-footer {
      text-align: left; }
    .page-template-page_blog .post .entry-footer .btn,
    .archive .post .entry-footer .btn,
    .blog .post .entry-footer .btn {
      min-width: 0; } }

.no-background-blend-mode .gch-header-image .gch-header-image-inner:after {
  opacity: .5; }

.gch-header .gch-header-inner {
  position: relative;
  width: 100% !important;
  max-width: 100% !important; }

.gch-header .gch-meta-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.gch-header .gch-header-image {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -3;
  height: 100%; }
  .gch-header .gch-header-image .gch-header-image-inner {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
    .gch-header .gch-header-image .gch-header-image-inner img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      min-width: 100%;
      min-height: 100%; }
    .gch-header .gch-header-image .gch-header-image-inner:before {
      content: "";
      display: block;
      width: 100%;
      right: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 40px;
      z-index: 1;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
      -webkit-transform: skewY(2deg);
              transform: skewY(2deg);
      mix-blend-mode: hard-light; }
    .gch-header .gch-header-image .gch-header-image-inner:after {
      content: "";
      display: block;
      right: 0px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 40px;
      border-top: 10px solid white;
      background-color: white;
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
      -webkit-transform: skewY(2deg);
              transform: skewY(2deg);
      mix-blend-mode: soft-light;
      opacity: .5; }

.gch-header .gch-header-content {
  background-color: #00041A;
  color: #D7D7D7;
  text-align: center;
  padding-bottom: .5em; }
  .gch-header .gch-header-content h1 {
    background-color: #FFDD66;
    text-transform: uppercase;
    font-size: 1.25rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-bottom: 0; }
  .gch-header .gch-header-content h2 {
    font-weight: 600;
    color: #F6F6F6;
    text-transform: uppercase;
    padding-top: .5em; }
    .gch-header .gch-header-content h2 strong {
      font-weight: 800; }
    .gch-header .gch-header-content h2 br {
      display: none; }

.gch-header .desktop-only {
  display: none; }

@media only screen and (min-width: 768px) {
  .gch-header .mobile-only {
    display: none; }
  .gch-header .desktop-only {
    display: block; }
  .gch-header .gch-header-image .gch-header-image-inner {
    position: absolute;
    max-height: none !important;
    z-index: -3; }
    .gch-header .gch-header-image .gch-header-image-inner:after {
      content: "";
      display: block;
      width: 55%;
      right: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: auto;
      height: auto;
      border-top: 0;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-transform-origin: bottom right;
              transform-origin: bottom right;
      -webkit-transform: skew(-20deg);
              transform: skew(-20deg);
      mix-blend-mode: hard-light; }
    .gch-header .gch-header-image .gch-header-image-inner:before {
      content: "";
      display: block;
      width: 55%;
      right: 0px;
      position: absolute;
      top: 0;
      left: auto;
      bottom: 0;
      height: auto;
      border-left: 20px solid white;
      background-color: white;
      -webkit-transform-origin: bottom right;
              transform-origin: bottom right;
      -webkit-transform: skew(-20deg);
              transform: skew(-20deg);
      mix-blend-mode: soft-light; }
  .gch-header .gch-header-content {
    background-color: transparent;
    box-sizing: border-box;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 25px;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 50%;
    text-align: right; }
    .gch-header .gch-header-content h1, .gch-header .gch-header-content h2 {
      color: #4E4E4E; }
      .gch-header .gch-header-content h1 strong, .gch-header .gch-header-content h2 strong {
        color: #000;
        font-size: 3em;
        line-height: .8; }
      .gch-header .gch-header-content h1 br, .gch-header .gch-header-content h2 br {
        display: block; } }

@media only screen and (min-width: 1180px) {
  .gch-header .gch-header-content {
    max-width: 1140px; } }

.em-certifications__list {
  box-sizing: border-box;
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.em-certifications__list a {
  border-bottom: none; }

.em-certifications__list > li {
  box-sizing: border-box;
  margin-bottom: 1rem !important; }

.em-certifications__list--grid {
  text-align: center; }

.em-certifications__list--grid > li {
  display: block;
  width: 100%;
  text-align: center; }

.em-certifications__list--grid .btn {
  min-width: 0; }

.em-certifications__certification__title {
  display: block;
  width: 100%; }

.em-certifications__list--grid .certification-footer {
  margin-top: .5em; }

@media only screen and (min-width: 640px) {
  .em-certifications__list--grid > li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 0 20px; } }

@media only screen and (min-width: 800px) {
  .em-certifications__list--grid > li {
    width: 33.333333%; } }

@media only screen and (min-width: 1024px) {
  .em-certifications__list--grid > li {
    width: 25%; } }

.em-testimonials__list li {
  margin-bottom: 2em; }

.em-testimonials__list blockquote {
  color: inherit;
  margin: 0; }
  .em-testimonials__list blockquote:before {
    content: ""; }

.em-testimonials__testimonial__excerpt {
  font-style: italic;
  padding: 20px;
  background-color: #5C5E6B;
  color: #D5D5D5;
  position: relative;
  margin-bottom: 1.5rem; }
  .em-testimonials__testimonial__excerpt:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    border-top: 10px solid #5C5E6B;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 4.5rem; }

.em-testimonials__testimonial__client-name {
  text-transform: uppercase;
  font-size: 1.3333333rem;
  display: inline-block;
  font-weight: 400;
  color: #FFDD66;
  vertical-align: middle;
  line-height: 1; }

.em-testimonials__testimonial__client-title {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  text-transform: uppercase; }

.em-testimonials__testimonial__client-link {
  margin-left: .5rem;
  font-size: .5rem;
  text-transform: uppercase;
  border-radius: 5px;
  padding: .125rem 10px;
  background-color: #D8D8D8;
  color: #4F4F4F;
  vertical-align: middle;
  border: 0 !important; }

.em-testimonials__testimonial__client-thumbnail {
  box-sizing: border-box;
  float: left;
  height: 64px;
  width: 64px;
  height: 4rem;
  width: 4rem;
  margin-right: 10px;
  border-radius: 50%;
  border: 4px solid #d6d6d6;
  margin-top: -.5rem; }
/*# sourceMappingURL=style.css.map */