@charset "UTF-8";
/* CSS Document */

/*
Theme Name: COPM
Theme URI: http://thecopm.ca
Author URI: http://blindpigdesign.com/
Description: Based on the Twenty Thirteen Theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: copm

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - 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
 * ----------------------------------------------------------------------------
 */


/**
 * 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
 * ----------------------------------------------------------------------------
 */


 /* For CSS debugging

* {
  outline: 5px solid rgba(236, 28, 36, 0.25);
  outline-offset: -5px;
}
*/

@font-face {
	font-family: 'copm-steps'; /* <- adding !important seems to fix rendering issue on initial page load only */
	src:url('fonts/copm-steps.eot');
	src:url('fonts/copm-steps.eot?#iefix') format('embedded-opentype'),
		url('fonts/copm-steps.woff') format('woff'),
		url('fonts/copm-steps.ttf') format('truetype'),
		url('fonts/copm-steps.svg#copm-steps') format('svg');
	font-weight: normal;
	font-style: normal;
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}


::-moz-selection {
    background: #fff000;
    text-shadow: none;
}

::selection {
    background: #fff000;
    text-shadow: none;
}


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,
button,
input,
select,
textarea {
	font-family: "source-sans-pro", sans-serif;
}

body {
    font-family: "source-sans-pro", sans-serif;
    font-size: 1em;
	color: #444;
	line-height: 1.4;
	margin: 0;
    font-weight: 400;
    letter-spacing: 0em;
    background-color: #171717;
    height: 100%;
}

a {
    color: #BD2132;
}

a:visited {
	color: #BD2132;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color:#959595;
	outline: 0;
    transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear;
}

a:hover {
	text-decoration: none;
}


img a:hover {
    opacity: 0.5;
     transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear;
}

a img:hover {
    opacity: 0.5;
     transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear;
}




h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear;
}

h1 {
    font-size: 4em;
    letter-spacing: -0.04em;
    margin: 0.25em 0;
    font-style: normal;
    font-weight: 700;
    line-height: 1.0em;
}

h1.entry-title span {
    font-weight:100;
    font-size:0.75em;
}

h2 {
    font-size: 3em;
    letter-spacing: -0.04em;
    margin: 0.25em 0;
    font-style: normal;
    font-weight: 700;
    line-height: 1.0em;
}

h3 {
    font-size: 2.25em;
    letter-spacing: -0.03em;
    font-style: normal;
    font-weight: 700;
    margin: 0.2em 0;
    line-height: 1.1em;
}

h4 {
    font-weight: 700;
    letter-spacing: -0.02em;
    font-style: normal;
    font-size: 1.875em;
    margin: 0.2em 0;
    line-height: 1.2em;
}

h5 {
    font-size: 1.5em;
    font-style: normal;
    font-weight: 700;
    margin: 0.2em 0;
    line-height: 1.2em;
}

h6 {
    font-weight: 700;
    font-style: normal;
    font-size: 1.25em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0.2em 0;
    line-height: 1.3em;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

p {
	font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 0.75em 0;
    text-align: left;
}

p.intro, .highlight {
    font-size: 1.6rem;
    line-height: 1.5em;
    margin: 0 0 0.5em 0;
    font-style: normal;
    font-weight: 400;
}


p.blurb, p.block {
        display:block;
        font-size: 1.6rem;
        font-style:italic;
        background-color:#eee;
        padding: 1em;
        margin-bottom:1em;
        position:relative;
        border-bottom: 8px solid #ddd;
        overflow:hidden;
        z-index: 2;
    }

p.blurb:before {
	content: "\201C";
    font-size: 12em;
    font-weight:bold;
    color:#fff;
    position:absolute;
    top:-0.4em;
    left:-0.11em;
    opacity:1;
    z-index: -1;
}

code,
kbd,
pre,
samp {
	font-family: sans-serif;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	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;
    overflow:hidden;
}

blockquote:before {
	content: "\201C";
    font-size: 13em;
    font-weight:bold;
    color:#fff;
    position:absolute;
    top:-0.4em;
    left:-0.0625em;
    z-index: -1;
    opacity:1;
}

blockquote, blockquote p {
    font-style: italic;
    z-index: 1;
}

blockquote {
    background-color:#eee;
    padding: 1em 1.5em 0.25em 1.5em;
    margin:0 2em 1em 1em;
    position:relative;
    border-bottom: 8px solid #ddd;
}

#contact-form-12 blockquote {
    background-color:none;
    padding: 0;
    margin:0;
    position:relative;
    border-bottom: none;
}

#contact-form-12 blockquote:before {
	content: "";
}

blockquote cite,
blockquote small {

}

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

blockquote strong,
blockquote b {

}

small {
	font-size: 0.875em;
    line-height: 1.5em;
    font-style: italic;
    font-weight: 400;
    margin: 0.5em 0 1em 0;
}

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

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

.entry-content ol,
.entry-content ul {
	margin: 1em 0;
	padding: 0 2em 0 2em;
    font-size:1.2em;
}

.entry-content li,
.entry-content li {
	margin: 0 0 0.5em 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	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: 300px;
}

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

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

caption {
	font-size: 16px;
	margin: 20px 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;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

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


/**
 * 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. */
button,
input,
textarea {
	border: 1px solid #ccc;
	font-family: inherit;
	padding: 0.5em;
	border-radius: 0;
}

input,
textarea {
	color: #888;
}

input:focus,
textarea:focus {
	border: 1px solid #bbb;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #bf1e2e;
	border: none;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
    border-bottom: 5px solid #840713;
    transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear;
}

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: #d92e3f;
    border-bottom: 5px solid #a5101f;
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	border: none;
	padding: 10px 24px 11px;
}

.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: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary 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,
.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%;
}

img.size-full {
	border-bottom:7px solid #ccc;
}

/* 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 */

img.alignleft, img.alignright {
	width: 100%;
}

@media (min-width: 32em) {

	img.alignleft, img.alignright {
	width: auto;
}

	}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

img.alignleft {
	margin: 15px 30px 10px 0;
}

img.topleft {
  float: left;
	margin: 0 20px 5px 0;
}

img.topright {
  float: right;
	margin: 10px 0 10px 20px;
}

.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: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

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




/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 40px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.logo {
    background: url('images/logo.png') 50% 50% no-repeat;
    background-size: 125px 35px;
    width: 125px;
    height: 35px;
    display: inline-block;
    margin: 30px 20px 20px 20px;
}

.tagline {
    font-family:"myriad-pro", sans-serif;
    font-weight:300;
    color:#fff;
    position:absolute;
    top:27px;
    display:block;
    padding-left:110px;
    width: 300px;
    line-height:1.25;
}

#hero {
    background-size: 1800px auto;
    position:relative;
    background-size:cover;
}

.hero {
	background-color: #eaeaea;
	background-repeat: no-repeat;
	background-position: top;
}

.hero1 {
    background: #eaeaea url('images/hero1.jpg') no-repeat top;
}

.hero2 {
    background: #eaeaea url('images/hero2.jpg') no-repeat top;
}

.hero3 {
    background: #eaeaea url('images/hero3.jpg') no-repeat top;
}

.hero4 {
    background: #eaeaea url('images/hero4.jpg') no-repeat top;
}

.hero5 {
    background: #eaeaea url('images/hero5.jpg') no-repeat top;
}


.hero-text {
    background-color: rgb(255, 255, 255); /* The Fallback */
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1.25em 1.25em 0.1em 1.25em;
    max-width: 44em;
    margin-top: 5em;
}

.hero-text h2 {
    margin-top: 0;
}


#home-steps {
    background: #4a4a4a;
}

li[class*='home-steps_'] {
    transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
}

li[class*='home-steps_'] span {
    transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
}



#home-steps h4 {
    text-align:center;
    letter-spacing: 0;
    font-size:2.0em;
    color: #fff;
    font-weight:400;
    line-height: 1.3em;
    margin: 1em 0 0.25em 0;
    padding: 0 1em;
}

#home-steps a {
    color: #fcbe02;
}

#home-steps a:hover {
    color: #959595;
}

#home-steps ul {
    counter-reset: num;
    list-style:none;
    text-align:center;
}

#home-steps li {
    position:relative;
    color:#fff;
    font-weight:400;
    font-size:1em;
    display:inline-block;
    margin: 1em 1.5em 1em -0.5em;
    background: #d92e3f;
    background: #bf1e2e;
    background: #252525;
    background: #6a6a6a;
    padding: 0.5em;
    width:200px;
    border-bottom: 5px solid #555;
}

#home-steps li:hover {
    background: #bf1e2e;
    border-bottom: 5px solid #840713;
}

#home-steps li:hover span {
    background: #bf1e2e;
}


#home-steps li.home-steps_identify {
    width:7.75em;
}

#home-steps li.home-steps_rate {
    width:7.75em;
}

#home-steps li.home-steps_score {
    width:10.5em;
}

#home-steps li.home-steps_tally {
    width:10.5em;
}

#home-steps li.home-steps_reassess {
    width:7.75em;
}

#home-steps li span {
    position:absolute;
    font-size:1.2em;
    font-weight:600;
    background: #fff;
    background: #d92e3f;
    background: #bf1e2e;
    background: #252525;
    background: #6a6a6a;
    padding: 0.1em 0.5em;
    color: #fff;
    border-radius:100%;
    top: -10px;
    left: -10px;
}

.home-steps_tally:before, .home-steps_score:before, .home-steps_reassess:before, .home-steps_rate:before, .home-steps_identify:before {
    font-size: 4em;
    opacity:0.4;
    display:block;
    color: #fff;
	font-family: 'copm-steps';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
    margin-bottom:5px;
	-webkit-font-smoothing: antialiased;
    font: normal 16px/1
	vertical-align: text-bottom;
}
.home-steps_tally:before {
	content: "\e000";
}
.home-steps_score:before {
	content: "\e001";
}
.home-steps_reassess:before {
	content: "\e002";
}
.home-steps_rate:before {
	content: "\e003";
}
.home-steps_identify:before {
	content: "\e004";
}


#steps {
    margin: 2em 3em 3em 2em;
}



#steps dl {
    width:100%;
    background: #eee;
    position:relative;
    margin: 0 0 2em 0;
    padding:1.5em;
    border-bottom:8px solid #ddd;
}

#steps dt {
    color:#444;
    font-size:1.8em;
    line-height: 1.3em;
    display:inline-block;
    margin: 0 0 0.5em 4.75em;
    padding: 0;
}

#steps dt span {
    position:absolute;
    font-weight:700;
    background: #eee;
    padding: 0.1em 0.5em;
    border-radius:100%;
    top:-10px;
    left:-10px;
}

#steps_tally:after, #steps_score:after, #steps_reassess:after, #steps_rate:after, #steps_identify:after {
    position:absolute;
    font-size: 7em;
    opacity:0.3;
    color: #bf1e2e;
    color: #444;
    display:inline;
	font-family: 'copm-steps';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
    margin: 0;
	-webkit-font-smoothing: antialiased;
    font: normal 16px/1
	vertical-align: text-bottom;
    left: 20px;
    top:20px;
}

#steps_tally:after {
	content: "\e000";
}
#steps_score:after {
	content: "\e001";
}
#steps_reassess:after {
	content: "\e002";
}
#steps_rate:after {
	content: "\e003";
}
#steps_identify:after {
	content: "\e004";
}

#steps dd {
    font-size:1.2em;
    font-weight:400;
    padding:0;
    margin-left: 7em;
    margin-bottom: 0;
}





/* THIS JUST TURNED THE STEPS TILE RED...NOT IDEAL

#steps dl:target {
    transition:all 0.5s ease-out 0.5s;
    -o-transition:all 0.5s ease-out 0.5s;
    -moz-transition:all 0.5s ease-out 0.5s;
    -webkit-transition:all 0.5s ease-out 0.5s;
    background: #bf1e2e;
    border-bottom: 8px solid #840713;
    color:#fff;
}

#steps dl:target span {
    transition:all 0.6s ease-out 0.5s;
    -o-transition:all 0.6s ease-out 0.5s;
    -moz-transition:all 0.6s ease-out 0.5s;
    -webkit-transition:all 0.6s ease-out 0.5s;
    background: #bf1e2e;
    color:#fff;
}

#steps dl:target:after {
    transition:all 0.5s ease-out 0.5s;
    -o-transition:all 0.5s ease-out 0.5s;
    -moz-transition:all 0.5s ease-out 0.5s;
    -webkit-transition:all 0.5s ease-out 0.5s;
    color:#fff;
    opacity:0.4;
}

#steps dl:target dt {
    transition:all 0.5s ease-out 0.5s;
    -o-transition:all 0.5s ease-out 0.5s;
    -moz-transition:all 0.5s ease-out 0.5s;
    -webkit-transition:all 0.5s ease-out 0.5s;
    color:#fff;
    font-weight:400;
}

#steps dl:target dd {
    transition:all 0.5s ease-out 0.5s;
    -o-transition:all 0.5s ease-out 0.5s;
    -moz-transition:all 0.5s ease-out 0.5s;
    -webkit-transition:all 0.5s ease-out 0.5s;
    color:#fff;
    font-weight:100;
}

*/




/* THIS FADES THE TILE TO RED THEN BACK TO GREY...PERFECT! */


#steps dl:target {
  -webkit-animation: highlight 1.5s ease;
  -moz-animation: highlight 1.5s ease;
}
@-webkit-keyframes highlight {
    0% { background: #eee;  border-bottom:8px solid #ddd; color:#444; }
    50% { background: #bf1e2e; border-bottom: 8px solid #840713; color:#fff; }
    100% { background: #eee;  border-bottom:8px solid #ddd; color:#444; }
}
@-moz-keyframes highlight {
    0% { background: #eee;  border-bottom:8px solid #ddd; color:#444; }
    50% { background: #bf1e2e; border-bottom: 8px solid #840713; color:#fff; }
    100% { background: #eee;  border-bottom:8px solid #ddd; color:#444; }
}

#steps dl:target span {
    -webkit-animation: highlight 1.5s ease;
    -moz-animation: highlight 1.5s ease;
}
@-webkit-keyframes span highlight {
    0% { background: #eee; color:#444; }
    50% { background: #bf1e2e; color:#fff; }
    100% { background: #eee;  color:#444; }
}
@-moz-keyframes span highlight {
    0% { background: #eee; color:#444; }
    50% { background: #bf1e2e; color:#fff; }
    100% { background: #eee;  color:#444; }

}

#steps dl:target:after {
    -webkit-animation: highlight 1.5s ease;
    -moz-animation: highlight 1.5s ease;
}

#steps dl:target dt {
    -webkit-animation: highlight 1.5s ease;
    -moz-animation: highlight 1.5s ease;
}

#steps dl:target dd {
    -webkit-animation: highlight 1.5s ease;
    -moz-animation: highlight 1.5s ease;
}





/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 91px;
	position: relative;
}

.menu-primary-menu-container ul {
    overflow:hidden;
    clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 91px;
    height:100%;
	position: absolute;
    top:0;
    right:0;
    padding:0;
}

ul.nav-menu,
div.nav-menu > ul {
    min-height:91px;
	margin: 0;
	padding: 0 20px 0 0;
}

.nav-menu li {

	display: inline-block;
	position: relative;
}

ul.nav-menu-footer  {
	margin-top: 0;
}

.nav-menu-footer li {
	display: inline-block;
	position: relative;
    padding:0 1em 0 0;
    line-height:2;
}


ul#menu-secondary-menu {
    margin: 0;
}

.nav-menu-secondary ul {
    padding: 0;
}

.nav-menu-secondary li {
	display: inline-block;
}

.nav-menu-secondary li a {
    color: #fff;
	display: block;
	padding: 20px 0.75em 16px 0.75em;
	text-decoration: none;
    margin-right: -4px;
    margin-top:-5px;
}

ul#menu-primary-menu > li:last-child a {
    color: #fcbe02;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:0.05em;
}

/* ul#menu-primary-menu > li:last-child a:before {
    font-family: 'Genericons';
    content: "\f447";
    position: relative;
    top: 2px;
    left:-4px;
} */

.nav-menu-secondary li:hover > a,
.nav-menu li a:hover {
    background-color: #363636;
	color: #fff;
    transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear;
}

.nav-menu li a {
	color: #fff;
	display: block;
	font-size: 1.3em;
	padding: 1.85em 1em 1.2em;
    height: 100%;
	text-decoration: none;
    margin-right: -3px;
    border-top: 5px solid transparent;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
    background-color: #363636;
	color: #fff;
    transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #db572f;
    transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current-page-ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #fff;
    background-color:#bf1e2e;
    border-top: 5px solid #840713;
}

.nav-menu .current_page_item > a:hover,
.nav-menu .current-page-ancestor > a:hover,
.nav-menu .current-menu-item > a:hover,
.nav-menu .current-menu-ancestor > a:hover {
    color: #fff;
    background-color:#bf1e2e;
}

.nav-menu-secondary .current_page_item > a,
.nav-menu-secondary .current-page-ancestor > a,
.nav-menu-secondary .current-menu-item > a,
.nav-menu-secondary .current-menu-ancestor > a {
	color: #bf1e2e;
    background-color:transparent;
}

.nav-menu-secondary .current_page_item > a:hover,
.nav-menu-secondary .current-page-ancestor > a:hover,
.nav-menu-secondary .current-menu-item > a:hover,
.nav-menu-secondary .current-menu-ancestor > a:hover {
	color: #bf1e2e;
    background-color:transparent;
}

.menu-toggle {
	display: none;
}

/* Navbars */

#secondary {
    clear: both;
	margin: 0 auto;
	max-width: 1080px;
	position: relative;
}

.menu-secondary-menu-container ul {
    padding: 0;
}

.navbar {
	background-color: #252525;
	margin: 0 auto;
	width: 100%;
}

.site-header {
        background-color:#171717;
}

.site-header .search-form {
	position: absolute;
	right: 10px;
	top: 5px;
}

.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: 37px;
	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: #444;
	border: 1px solid #444;
	cursor: text;
	outline: 0;
	width: calc(100vw - 1em);
}

@media (min-width: 42.5em) {

	.site-header .search-field:focus { width: 300px; }

}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 0 0 2.5em 0;
}

.hentry:first-child {
	padding-top: 1.5em;
}

.entry-header,
.entry-meta,
.entry-content,
.entry-summary {
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
    padding: 0 20px;
}

.entry-summary {
}

.entry-header .entry-meta {
    padding: 0 0 1em 0;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
    margin-bottom: 0;
}

.entry-title {
}

.entry-title a {
    color: #444;
    text-decoration:underline;
}

.entry-title a:hover {
	color: #959595;
    text-decoration:none;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 1em;
    color: #959595;
}

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

.entry-meta a:hover {
	color: #bf1e2e;
}

.entry-meta > span {
	margin-right: 5px;
	margin-left: 5px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

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


.categories-links:before {
	font-family: 'genericons';
	content: "\f301";
	vertical-align: middle;
	text-decoration: none!important;
}

.tags-links:before {
	font-family: 'genericons';
	content: "\f302";
	top: 2px;
	text-decoration: none!important;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
	vertical-align: middle;
	text-decoration: none!important;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content a,
.comment-content a {
	color: #bf1e2e;
}

.entry-content a:hover,
.comment-content a:hover,
.entry-meta a:hover {
	color: #959595;
}


a.button {
    background: #bf1e2e;
	border: none;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
    text-align:center;
    border-bottom: 5px solid #840713;
}

a.button:hover {
	color: #fff;
    background: #d92e3f;
    border-bottom: 5px solid #a5101f;
}

a.button-grey {
    background: #6a6a6a;
	border: none;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
    text-align:center;
    border-bottom: 5px solid #555;
}

a.button-grey:hover {
	background: #7a7a7a;
	border-bottom: 5px solid #666;
	color: #fff;
}

blockquote {
    font-size: 1.25em;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 1em;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px; /* original value */
    margin-left: 0;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #777;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 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
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #eee;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url('images/dotted-line.png') repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font-weight: 300;
    font-style: italic;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bf1e2e;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url('images/dotted-line.png') repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

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

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #eee;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font-weight: 300;
    font-style: italic;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 768px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta,
.single-attachment .site-main .sidebar-container {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

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

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment p.attachment {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 768px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {

}

.navigation a:hover {
	color: #777;
	text-decoration: none;
}

.paging-navigation {
	margin: 1em 0 2em 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
}

.paging-navigation .meta-nav {
	display: inline-block;
	padding: 0;
	text-align: center;
}

.paging-navigation .nav-previous .meta-nav {

}

.paging-navigation .nav-next .meta-nav {
}

.paging-navigation a:hover .meta-nav {
	text-decoration: none;
}

.post-navigation {
	color: #bf1e2e;
	font-size: 1em;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}




/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 768px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font-weight: 300;
    font-style: italic;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}

.tile-container {
    overflow: hidden;
    margin: 2em 0 0 0;
}

.tile {
    background-color: #eee;
    float: left;
    position: relative;
    width: 30%;
    height:30em;
    /* padding-bottom: 50%; */
    margin: 0 20px 20px 0;
    border-bottom: 8px solid #ddd;
}

.tile-content {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    overflow: hidden;
}

.tile-content img {
      width: 100%;
    }

a .tile-content p {
    color: #444;
}

.tile a {
}

a:hover .tile img  {
    transition: all 0.5s ease;
    opacity:0.66;
}

.tile-content:before {
    content: ' ';
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    bottom:0;
    left:0;
    background: transparent url('images/fade-eee.png') repeat-x left bottom;
}

.col {
    padding: 1em 0 2em 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-count: 2;
    -moz-column-gap: 60px;
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
          page-break-inside: avoid; /* Firefox */
               break-inside: avoid; /* IE 10+ */
}

.col p:first-child {
    padding-top:0;
    margin-top:0;
}

img.border-fff {
    border: solid 10px #fff;
}

img.border-eee {
    border: solid 10px #eee;
}

ul.corp-ul {
	background-color: #eee;
	padding: 1em;
	padding-left: 2em;
	border-bottom: 5px #ccc solid;
}


.corp-block {
	margin-bottom: 2em;
	border-bottom: 4px solid #eee;
}

.corp-content {
	margin-bottom: 2em;
	width: 100%;
}

.corp-block table {
	width: 100%;
	display: table;
	margin-bottom: 1em;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
}

.corp-block table th, .corp-block table td {
	text-align: center;
	padding: 0.5em;
	border: 1px solid #ccc;
}

.corp-block table th {
	color: #fff;
	background-color: #252525;
	font-weight: normal;
}

.corp-block tbody td:first-of-type {
	background-color: #eee;
}

.corp-block img { margin-bottom: 1.5em; }

@media (min-width: 32em) {

	.corp-block img, .corp-content { display: inline-block; vertical-align: top; }
	.corp-block img { margin-bottom: 2em; }
	.corp-content { width: calc(100% - 220px); }

}





/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header, .page-header {
	background-color: #eee;
    margin-bottom:2em;
}

.archive-title,
.archive-meta {
	font-weight: 700;
    font-style: italic;
    margin: 0 auto;
	max-width: 1040px;
	padding: 0.5em 0;
	width: 100%;
}

.archive-meta {
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	margin-top: -0.75em;
	padding: 0 0 11px;
}

.archive-meta p {
	font-style: italic;

}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #eee;
}

.page-title {
	font-weight: 300;
    font-style: italic;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 768px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
    z-index: 999;
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
    z-index: -1;
    display:block;
	color: #eee;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #eee;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 728px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font-weight: 300;
    font-style: italic;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	border-top: 1px solid #eee;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bf1e2e;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #777;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #eee;
	padding: 2em 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font-weight: 300; font-style: italic;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 1em;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 0.5em 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 768px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 768px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bf1e2e;
}

.widget a:hover {
	color: #777;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

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

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}



/* =============================================================

    Houdini v2.2
    A simple collapse and expand widget by Chris Ferdinandi.
    http://gomakethings.com

    Free to use under the MIT License.
    http://gomakethings.com/mit/

 * ============================================================= */


/* =============================================================
    RESPONSIVE RESET
    Replace with your own.
 * ============================================================= */

@-webkit-viewport { width: device-width; zoom: 1.0; }
   @-moz-viewport { width: device-width; zoom: 1.0; }
    @-ms-viewport { width: device-width; zoom: 1.0; }
     @-o-viewport { width: device-width; zoom: 1.0; }
        @viewport { width: device-width; zoom: 1.0; }

html { overflow-y: auto; }

img, audio, video, canvas { max-width: 100%; }

/*  Sets Body Width */
.container {
    max-width: 40em;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}




/* Breadcrumb */

.breadcrumb-wrapper {
	display: block;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

ul.breadcrumbs {
	position: relative;
	list-style: none;
	padding: 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb-wrapper:after {
	position: absolute;
	content: '';
	background: url('images/fade-right.png') repeat-y 100% 100%;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 5px;
	z-index: 0;
	pointer-events: none;
}

.breadcrumbs li {
	display: inline-block;
	margin-right: 0.5em;
}

.breadcrumbs li:after {
	content: '›';
	padding: 0 0 0 0.5em;
}

.breadcrumbs li:last-of-type:after {
	content: '';
}







/* =============================================================
    HOUDINI COLLAPSE & EXPAND
    The widget styling.
 * ============================================================= */

/*  Hide the collapase and expand link or button by default */
.collapse-toggle {
    display: none;
    visibility: hidden;
}

/*  If JavaScript is enabled, show the collapse and expand link or button */
.js .collapse-toggle {
    display: inline;
    visibility: visible;
    cursor: pointer;
}

/*  When expanded, hide "show" text.
 *  When collapsed, hide "hide" text. */
.active .collapse-text-show,
.collapse-text-hide {
    display: none;
    visibility: hidden;
}

/*  When expanded, show "hide" text. */
.active .collapse-text-hide {
    display: inline;
    visibility: visible;
}

/* If JavaScript is enabled, hide the collapsed element */
.js .collapse {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    /*  Add animation when content expands and collapses */
    -webkit-transition: opacity 0.5s ease;
       -moz-transition: opacity 0.5s ease;
        -ms-transition: opacity 0.5s ease;
         -o-transition: opacity 0.5s ease;
            transition: opacity 0.5s ease;
}

/*  When collapsed element has the .active class, show it
 *  Uses max-height instead of display: none to allow for
 *  CSS3 animations, which don't work on display values. */
.js .collapse.active {
    max-height: 9999em;
    opacity: 1;
}

a.collapse-toggle  {
    text-decoration:none;
}

h5.faq-question {
    padding: 0.5em 0 0.25em 0.75em;
    border-top: 5px #eee solid;
    text-indent: -0.75em;
    text-transform: none;
}



.collapse-text-show:before {
    content: '+';
    padding: 0 0.25em 0 0;
    font-weight:100;
}

.collapse-text-hide:before {
    content: '–';
    padding: 0 0.24em 0 0;
    font-weight:100;
}

.faq-answer p {
    margin: 0 0 1em 1em;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color:#171717;
	color: #777;
	font-size: 0.9em;
	text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #fff;
    text-decoration: none;
}

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

a.uparrow {
    background-color:#fff;
    color:#000;
    padding: 0.35em;
    border-radius:1em;
    display:block;
    width: 2em;
    height:2em;
    text-align:center;
    margin: 1em auto 0 auto;
}

a:hover.uparrow  {
    background-color:#e1e1e1;
    color:#000;
}

.site-footer .sidebar-container {
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	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;
	max-width: 1040px;
	padding: 20px;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}


.dummy {
    opacity: 0.25;
}


















/** AARON STYLES **/

hr {
	display: block;
	width: 100%;
	margin: 1.5em 0;
	border-bottom: 4px solid #eee;
}


.tarpit {
    display: none;
    visibility: hidden;
}


.browsehappy {
	text-align: center;
	background-color: #bf1e2e;
	color: #fff;
	margin: 0;
	padding: 1em;
}

.browsehappy a {
	color: #fff!important;
}

.moretag {
    display:inline-block;
}


#home-use {
    background-color:#fff;
    padding: 0.5em 0 0 0;
}


a.casestudycat {
    font-size: 1em;
    display:inline-block;
    outline:none;
    text-decoration:none;
    border:none;
    color:#fff;
    line-height:1.2em;
    background: #bf1e2e url('images/notch.png') no-repeat top right;
    background-size: 14px;
    padding: 0 1.25em 0.35em 0.5em;
    margin: 0 0.25em 10px 0;
    transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear;
}


a.casestudycat:hover {
    background-color: #d92e3f;
    color:#fff;
}


#casestudycat_ul {
    list-style-type:none;
    margin: 0;
    padding: 0;
}

#casestudycat_ul li {
    display:inline-block;
    margin: 0 0 0 0;
}

#casestudycat_ul li.cat-item a {
    font-size: 1em;
    display:inline-block;
    outline:none;
    text-decoration:none;
    border:none;
    color:#fff;
    line-height:1.2em;
    background: #888 url('images/notch-6a.png') no-repeat top right;
    background-size: 14px;
    padding: 0 1.25em 0.35em 0.5em;
    margin: 0.5em 0.25em 0 0;
    transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear;
}


#casestudycat_ul li.cat-item a:hover {
    background-color: #d92e3f;
    color:#fff;
}


a.casestudycat-eee {
    display:inline-block;
    outline:none;
    text-decoration:none;
    border:none;
    color:#fff;
    line-height:1.2em;
    background: #bf1e2e url('images/notch-eee.png') no-repeat top right;
    background-size: 14px;
    padding: 0 1.25em 0.35em 0.5em;
    margin: 0 0.25em 10px 0;
    transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear;
}


a.casestudycat-eee:hover {
    background-color: #d92e3f;
    color:#fff;
}





.in_use-meta {
    font-size: 1.25em;
    padding: 0;
    margin-bottom: 0.5em;
}

.casestudycat:before {
    position:relative;
    font-family: genericons;
	content: "\f301";
    font-size: 1.25em;
    top:5px;
}

.casestudycat-eee:before {
    position:relative;
    font-family: genericons;
	content: "\f301";
    font-size: 1.25em;
    top:5px;
}

#casestudycat_ul .cat-item a:before {
    position:relative;
    font-family: genericons;
	content: "\f301";
    font-size: 1.25em;
    top:5px;
}

.in_use-byline {
    font-style:italic;
    margin:0.5em 0;
}


.hor-tile {
    max-width:1040px;
    width:100%;
    margin: 0.5em 0;
    padding: 0.75em;
    background-color: #eee;
    border-bottom: 5px #ccc solid;
    float:left;
}

.hor-tile p {
    width:100%;
    display:inline-block;
    position:relative;
}

.hor-tile a {
    text-decoration:none;
}

.hor-tile-img {
    float:left;
    width:340px;
}

.hor-tile-img a:hover {
    opacity: 0.8;
}

.hor-tile-content {
    width: 60%;/* fallback for browsers without support for calc() */
    width:calc(100% - 340px);
    width: -webkit-calc(100% - 340px);
    float:right;
    padding: 0 1em;
}

.hor-tile:after {
    clear:both;
}



.list-tile {
    max-width:1040px;
    width:100%;
    margin: 0.5em 0 2em 0;
    padding: 0.75em 1em 1em 1em;
    background-color: #6a6a6a;
    border-bottom: 5px #4a4a4a solid;
    float:left;
}

.list-tile span {
    color: #fff;
    font-size:1.2em;
    font-weight:500;
    margin: 0.5em 0.5em 0.5em 0;
}

.note-tile {
    overflow:hidden;
    position:relative;
    font-style:italic;
    font-weight:300;
    font-size:1.2em;
    color: #eee;
    max-width:1040px;
    width:100%;
    margin: 0.5em 0 2em 0;
    padding: 0.75em 1em 0.75em 3em;
    background-color: #6a6a6a;
    border-bottom: 5px #4a4a4a solid;
    float:left;
}

.note-tile:before {
    font-family: genericons;
    font-size: 4.5em;
    opacity: 0.25;
    font-style:normal;
    content: '\f456';
    position:absolute;
    top:-35px;
    left:-25px;
}

.list-tile:after, .note-tile:after {
    clear:both;
}

.sep {
    border-top:5px solid #eee;
    padding-top:1em;
}




#home-use .entry-content {
    padding-bottom: 1em;
}

#home-use .hor-tile {
    margin-bottom: 1em;
}


.sharebar {
    background-color:#eee;
    text-align:center;
    width:100%;
    border-bottom: #ddd 5px solid;
    padding: 0.5em 1em 1em 1em;
    margin: 2em 0;
}

.social a {
	text-decoration: underline;
}

.facebook, .twitter {
    margin-left:5%;
}

.site-footer .facebook, .site-footer .twitter {
    margin-left:0;
    color: #fff;
    display: inline-block;
}

.site-footer li.twitter a:before, .site-footer li.facebook a:before {
	position:relative;
    display: inline-block;
    font-family: genericons;
    top:3px;
    padding-right:0.25em;
}

.site-footer li.twitter a:before {
	content: "\f202";
}

.site-footer li.facebook a:before {
	content: "\f203";
}


a.mail:before {
    position:relative;
    display:inline-block;
    font-family: genericons;
	content: "\f410";
    font-size: 1.25em;
    top:5px;
    padding-right:0.25em;
    text-decoration: none!important;
}

a.facebook:before {
    position:relative;
    display:inline-block;
    font-family: genericons;
	content: "\f203";
    font-size: 1em;
    top:3px;
    padding-right:0.25em;
    text-decoration: none!important;
}

a.twitter:before {
    position:relative;
    display:inline-block;
    font-family: genericons;
	content: "\f202";
    font-size: 1em;
    top:3px;
    padding-right:0.25em;
    text-decoration: none!important;
}

a.cart:before {
    position:relative;
    display:inline-block;
    font-family: genericons;
	content: "\f447";
    font-size: 1.125em;
    top:5px;
    padding-right:0.25em;
}

.contact-form textarea {
    height: 10em!important;
    width: 100%!important;
    max-width:980px;
    float: none!important;
    margin-bottom: 1em!important;
}

.contact-form label {
    margin-bottom: 0.25em!important;
    float: none!important;
    font-weight: 400!important;
    font-size: 1.2em!important;
    display: block!important;
}

.big {
    font-size:120%;
    margin:0.5em 0;
}

img.case-image {
    width:100%;
    margin-bottom:20px;
    border-bottom:8px solid #ddd;
}



.advanced-grid {
    margin: 1em 0;
}


a.advanced  {
    color:#fff;
    text-decoration:none;
    display:inline-block;
    text-align:left;
    font-weight: 400;
    font-size: 1.25em;
    margin:0 0.5em 0.5em 0;
    padding: 0.5em 1em 0.5em 0.5em;
    width: 8em;
    border-bottom: 5px solid #840713;
    background: #bf1e2e url('images/thicknotch.png') no-repeat top right;
    background-size: 16px 32px;
}

a.advanced:hover {
    color: #fff;
    border-bottom: 5px solid #a5101f;
    background: #d92e3f url('images/thicknotch.png') no-repeat top right;
    background-size: 16px 32px;
}


@media (max-width: 380px) {

    a.advanced  {
        width: 100%;
    }


}

#manual-nav {
    margin:1.5em 0;
    background: #eee;
    padding:0.5em 0.5em 0.125em 0.5em;
    border-bottom: 5px solid #ddd;
}


a.man-nav {
    color:#fff!important;
    text-decoration:none;
    display:inline-block;
    text-align:left;
    font-weight: 400;
    margin:0 0.5em 0.5em 0;
    padding: 0.5em 0.5em 0.25em 0.5em;
    border-bottom: 5px solid #008e86;
    background-color: #00a79d;
}

a.man-nav:hover {
    color: #fff;
    background-color: #59B4AD;
	border-bottom: 5px solid #00a79d;
}

a.module-button {
    color:#fff!important;
    text-decoration:none;
    display:inline-block;
    text-align:left;
    font-weight: 400;
    font-size:1.1em;
    margin:0 0.5em 0.5em 0;
    padding: 0.5em 0.5em 0.25em 0.5em;
    border-bottom: 5px solid #008e86;
    background-color: #00a79d;
    text-align: center;
}
/*SPACE WAS HERE----*Learning Module* Update Feb 2021*/

a.module-button:hover {
    color: #fff!important;
    background-color: #037c74!important;
	border-bottom: 5px solid #212121!important;
}

/*
a.module-button:hover {
    color: #fff;
    background-color: #59B4AD;
	border-bottom: 5px solid #00a79d;
}
*/

.dl:before {
	content: '\f440';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	padding-right:0.25em;
}

.module-top a {
	font-weight: 100;
	font-size: 0.5em;
	position: relative;
	top:-5px;
	text-decoration: none;
}


@media (max-width: 380px) {

    a.man-nav  {
        width: 100%;
    }


}

.caption {
    font-style:italic;
    color:#aaa;
    font-size: 95%;
    text-align: right;
    margin-bottom: 1.5em;
}


p.references {
    font-weight:600;
    word-wrap: break-word;
}

p.references span {
    font-weight:400;
    text-transform:none;
}


@media (max-width: 35em) {


    img.respimg {
        width:40%;
    }

}

/*

TABLES - Generic Styling, for Desktops/Laptops

*/


div.table-scroll {
        padding-bottom: 1em;
    }

table.in-use-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* Zebra striping */
.in-use-table tr:nth-of-type(odd) {
  background: #eee;
}

.in-use-table th {
  background: #252525;
  color: white;
  font-weight:400;
  text-align:center;
}

th.hilite  {
  background: #bf1e2e;
}

th.lighten  {
  background: #777;
}


.in-use-table td, .in-use-table th {
  padding: 0.5em;
  border: 1px solid #ccc;
}

.in-use-table td {
  text-align: center;
}

.in-use-table td:nth-of-type(1) {
    text-align:left;
}

.in-use-table tfoot tr:nth-of-type(odd) {
  background: none;
}

.in-use-table tfoot td {
    border: 1px solid #ccc;
    font-weight:bold;
}

.in-use-table tfoot td:nth-of-type(1) {
    text-align:right;
    font-weight:normal;
    border: 1px solid #fff;
    border-right: 1px solid #ccc;
}

.section-link {
    padding:0;
    margin:0;
    width: 100%;
    display:inline-block;
}

th.table-change {
  background: #fff;
  color: #444;
  font-weight:bold;
  text-align:center;
}

.section-link p {
    padding: 0;
    margin: 0.5em 0;
}

.section-link a {
}


/* Video Overlay Styles */


div.dark_square .pp_close {
	display: none;
}

a.pp_close {
	display: none;
}

.pp_bottom {
	display: none;
}









/*

TABLES - Learning Module

*/


.module-table-scroll {
	padding: 1em 0;
    width: 100%;
	overflow: auto;
 }

table.module-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* Zebra striping */
.module-table tr:nth-of-type(odd) {
  background: #eee;
}

.module-table th {
  background: #c2e5e2;
  font-weight:600;
  text-align: left;
}

.module-table td, .module-table th {
  padding: 0.5em;
  border: 1px solid #ccc;
}

.module-table td {
}

.module-table tfoot tr {
	background: none!important;
}

.module-table tfoot td {
    border: none;
    font-style: italic;
	color: #aaa;
	font-size: 95%;
	margin-bottom: 1.5em;
}



/*

RESULTS TABLE - Learning Module

*/



/*
.single-learning_module .in-use-table th {
  background: #777;
  color: #fff;
}

.single-learning_module th.hilite  {
  background: #00a79c;
  color: #fff;
  font-weight: 600;
}

.single-learning_module th.lighten  {
  background: #c2e5e2;
  color: #444;
}

.single-learning_module th.table-change {
	background: #fff;
	color: #444;
}
*/



/*SPACE WAS HERE----*Learning Module* Update Feb 2021*/


.single-learning_module .in-use-table th {
  background: #5e5e5e!important;
  color: #fff!important;
}

.single-learning_module th.hilite  {
  background: #037c74!important;
  color: #fff!important;
  font-weight: 600;
}

.single-learning_module th.lighten  {
  background: #c2e5e2!important;
  color: #212121!important;
}

.single-learning_module th.table-change {
	background: #fff!important;
	color: #212121!important;
}












/** LEARNING MODULE STYLES **/

.single-learning_module h1,
.single-learning_module h2,
.single-learning_module h3,
.single-learning_module h4 {
	font-weight:200;
}

.page-template-learning_module-page-php h1,
.page-template-learning_module-page-php h2,
.page-template-learning_module-page-php h3,
.page-template-learning_module-page-php h4 {
	font-weight:200;
}

.page-template-learning_module-page-php h3 {
	margin-bottom: 0;
}

.single-learning_module p.intro {
	font-weight:200;
}

.page-template-learning_module-page-php p.intro {
	font-weight:200;
}

.page-template-learning_module-page-php h1 {
	color: #fff;
	margin: 0;
}


.single-learning_module p.intro, .page-template-learning_module-page-php p.intro { font-size: 1.9em; font-weight:200; line-height: 1.4; }

@media (max-width: 767px) {
	.single-learning_module p.intro, .page-template-learning_module-page-php p.intro { font-size: 1.7em; font-weight:200; }
}

@media (max-width: 359px) {
	.single-learning_module p.intro, .page-template-learning_module-page-php p.intro { font-size: 1.2em; font-weight:400; }
}

.page-template-learning_module-page-php .hentry {
	padding: 0;
}

body.single-learning_module, body.page-template-learning_module-page-php  {
	background: #00a79d;
}


/*SPACE WAS HERE----*Learning Module* Update Feb 2021*/

.page-template-learning_module-page-php .site-footer {
	background: #212121!important;
	color: #e2e2e2!important;
}

.single-learning_module .site-footer {
	background-color: #212121!important;
	color: #e2e2e2!important;
}


.single-learning_module a.uparrow, .page-template-learning_module-page-php a.uparrow {
	background-color: #fff!important;
	color: #065550!important;
	padding: 0.35em;
	border-radius: 1em;
	display: block;
	width: 2em;
	height: 2em;
	text-align: center;
	margin: 1em auto 0 auto;
}

.single-learning_module a.uparrow:hover, .page-template-learning_module-page-php a.uparrow:hover {
	background-color: #065550!important;
	color: #ffffff!important;
}

.single-learning_module a, .page-template-learning_module-page-php a {
	color: #055550!important;
}

/*
.page-template-learning_module-page-php .site-footer {
	background: #00a79d;
	color: #cce4e1;
}

.single-learning_module .site-footer {
	background-color: #00a79d;
	color: #cce4e1;
}


.single-learning_module a.uparrow, .page-template-learning_module-page-php a.uparrow {
	background-color: #fff;
	color: #00a79d;
	padding: 0.35em;
	border-radius: 1em;
	display: block;
	width: 2em;
	height: 2em;
	text-align: center;
	margin: 1em auto 0 auto;
}

.single-learning_module a.uparrow:hover, .page-template-learning_module-page-php a.uparrow:hover {
	background-color: #71BDB6;
}

.single-learning_module a, .page-template-learning_module-page-php a {
	color: #00A79D;
}
*/

.single-learning_module .entry-header, .single-learning_module .entry-meta, .single-learning_module .entry-content, .single-learning_module .entry-summary {
margin: 0 auto;
max-width: 740px;
width: 100%;
padding: 0 20px;
}

.page-template-learning_module-page-php .entry-header, .page-template-learning_module-page-php .entry-meta, .page-template-learning_module-page-php .entry-content, .page-template-learning_module-page-php .entry-summary {
margin: 0 auto;
max-width: 800px;
width: 100%;
padding: 0 20px;
}

.page-template-learning_module-page-php .entry-content {
margin-bottom: 2em;
}

.page-template-learning_module-page-php ::-moz-selection {
    background: #cce4e1;
    text-shadow: none;
}

.page-template-learning_module-page-php ::selection {
    background: #cce4e1;
    text-shadow: none;
}

.single-learning_module ::-moz-selection {
    background: #cce4e1;
    text-shadow: none;
}

.single-learning_module ::selection {
    background: #cce4e1;
    text-shadow: none;
}


img.fullwidth {
	width: 100%;
}


img.module-topleft {
    float: left;
    width:15%;
	margin: 5px 20px 10px 0;
}


img.module-topright {
    float: right;
    width:30%;
	margin: 5px 0 10px 20px;
}

@media (max-width: 400px) {
	img.module-topleft { width:20%; margin-bottom: 5px; }
	img.module-topright { width:45%; margin-bottom: 5px; }
}

#hero-module {
}

.module-hero {
    background: #0b9088 url('images/hero.svg') no-repeat top;
    margin-bottom:1.5em;
    background-size: auto 100%;
    padding: 2em 0;
}

@media (min-width: 767px) {
	.module-hero { padding: 3.5em 0; }
}

.module-navigation {
	clear: both;
	margin: 0 auto;
	max-width: ;
	position: relative;
}

.module-bar {
	padding:0;
	max-height: 55px;
	overflow: hidden;
}

.module-title {
	float:right;
	position:relative;
	margin:0;
	background-color: #404041;
}

.module-title:after {
	content: '';
	position:absolute;
	top:0;
	left:-8px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 28px 0 28px 8px;
	border-color: #404041 transparent #404041 transparent;
}

.module-title h2 {
	font-size: 0.9em;
	font-weight: 400;
	color:#777;
	letter-spacing: 0;
	padding: 1.45em 0.7em;
	margin:0;
}

.overview-logo {
    background: url('images/logo.png') 50% 50% no-repeat;
    background-size: 125px 35px;
    width: 125px;
    height: 35px;
    display: inline-block;
    margin-top: 10px;
}

.module-overview p {
	color:#777;
	padding:0;
	font-size:1.2em;
}

.module-overview a {
	color:#fff;
	text-decoration: none;
}

.module-overview a:hover {
	color: #777;
}

.module-overview-bar {
	margin: 0 auto;
	padding: 0.5em 20px;
	max-width: 780px;
}

.page-reading-time {
	color:#aaa;
	font-size:1em;
	margin:0;
}

.page-reading-time:before {
	position: relative;
	font-family: genericons;
	content: '\f444';
	font-size: 1.25em;
	top: 5px;
	padding-right: 0.125em;
}

.page-reading-time span:before {
	position:relative;
    font-family: genericons;
	content: "\f303";
    font-size: 1.25em;
    top:5px;
    padding-right: 0.125em;
    margin-left:0.125em;
}

.module-home-link {
	color: transparent;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 35px;
	padding: 0;
	text-decoration: none;
	width: 100%;
}

.module-logo {
	background: url('images/med-logo.png') 50% 50% no-repeat;
	background-size: 107px 30px;
	width: 107px;
	height: 30px;
	display: inline-block;
	margin: 13px 0;
	top: 0;
	left: 15px;
	position: absolute;
}


@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	    .module-logo {
		background: url('images/med-logo@2x.png') 50% 50% no-repeat;
		background-size: 107px 30px;
		width: 107px;
		height: 30px;
	}

}

.nav-menu-module {
	background-color: #00a79d;
	margin:0;
}








.learning-module-tile {
	background: #0b9088 url('images/module-tile.svg') no-repeat top;
	margin: 0;
    background-size: auto 100%;
    padding: 2em 2em 0.25em 2em;
    color: #fff;
}

.page-template-home-page-php .learning-module-tile, .page-template-learn-page-php .learning-module-tile {
	padding: 2em;
}

.learning-module-tile-content {
	background: url('images/plp.svg') no-repeat left top;
	background-size: 200px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 2em 0 240px;
}

.learning-module-tile h2 {
	font-weight: 200;
}

.learning-module-tile p {
	font-size: 150%;
	font-weight: 200;
}

.page-template-home-page-php .learning-module-tile .module-button, .page-template-learn-page-php .learning-module-tile .module-button {
	font-size: 130%;
}

.learning-module-tile .module-button {
	font-size: 100%;
}

.buytile-container {
	margin: 2em auto 0 auto;
	text-align: justify;
	width: 100%;
}

.buytile-container:after {
	content: '';
	display: inline-block;
	width: 100%;
}


.buytile-2 {
	width: 49%;
	padding: 1em;
	background-color: #eee;
	border-bottom: 5px #ccc solid;
	display: inline-block;
	vertical-align: top;
}

.buytile-3 {
	width: 32%;
	padding: 1em;
	background-color: #eee;
	border-bottom: 5px #ccc solid;
	display: inline-block;
	vertical-align: top;
}

.buytile-2 h3, .buytile-3 h3, .buytile-2 p, .buytile-3 p {
	text-align: left;
}











.module-pricing {
	background: #0b9088 url('images/module-tile.svg') no-repeat top;
	margin: 2em 0;
    background-size: auto 100%;
    padding: 1em;
    color: #fff;
    text-align: center;
}

.module-pricing h2 {
	background-color: #4ca29d; /* Fallback */
	background-color: rgba(255, 255, 255, 0.3);
	padding: 0.25em 0.5em;
	position: relative;
	display: inline-block;
}

.module-pricing h2:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 0;
	width: 0;
	border-top: 10px solid #007c74;
	border-left: 10px solid transparent;
}

.module-pricing h2:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 0;
	width: 0;
	border-right: 10px solid #007c74;
	border-top: 10px solid transparent;
	z-index: 2;
}


.module-pricing-tile h2 span {
	font-size: 40%;
	display: inline-block;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 400;
	text-align: left;
}

.module-pricing h4, .module-pricing p {
	font-weight: 200;
}

.module-pricing p {
	text-align: center;
}

.module-pricing-tile {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	padding: 1em;
	margin: 0 0 1em 0;
	position: relative;
}

.module-pricing-tile a.module-button {
	margin: 0.25em 0;
}

.mpt-middle {
	margin-left: 2%;
	margin-right: 2%;
}


.mpt-middle:after {
	background-color: #c2e5e2;
	opacity: 0.5;
	position: absolute;
	display: block;
	margin: 0 auto;
	top: 0;
	left: -4%;
	content: '';
	width: 4px;
	height: 100%;
	border-radius: 2px;
}

.mpt-middle:before {
	background-color: #c2e5e2;
	opacity: 0.5;
	position: absolute;
	display: block;
	margin: 0 auto;
	top: 0;
	right: -4%;
	content: '';
	width: 4px;
	height: 100%;
	border-radius: 2px;
}


.lock:before {
	background: url('images/lock.svg') no-repeat;
	background-size: 38px 50px;
	position: absolute;
	content: '';
	width:38px;
	height:50px;
	top: 15px;
	left: 10px;
	z-index:2;
}

.upnext.lock {
    padding: 0.75em 1em 1em 60px;
    text-align: left;
    margin: 2.5em 0;
}




@media (max-width: 379px) { img.plpimg { width: 80%; margin: 0 1em 1em 1em; } }

@media (max-width: 599px) {
	.learning-module-tile-content {
		background: url('images/plp.svg') no-repeat left top;
		background-size: 160px;
		padding: 180px 0 0 0;
	}

	.learning-module-tile p {
		font-size: 120%;
	}

	.module-pricing-tile {
		width: 100%;
	}

	.mpt-middle {
		margin-left: 0;
		margin-right: 0;
	}

	.mpt-middle:after {
		background-color: #c2e5e2;
		opacity: 0.5;
		position: absolute;
		display: block;
		margin: 0 auto;
		top: auto;
		bottom: -4%;
		left: 0;
		content: '';
		width: 100%;
		height: 4px;
		border-radius: 2px;
	}

	.mpt-middle:before {
		background-color: #c2e5e2;
		opacity: 0.5;
		position: absolute;
		display: block;
		margin: 0 auto;
		top: -3%;
		right: 0;
		content: '';
		width: 100%;
		height: 4px;
		border-radius: 2px;
	}

}



@media (max-width: 680px) {

	.buytile-2, .buytile-3 {
		width: 100%;
		margin-bottom: 1em;
	}

	.buytile-2 img, .buytile-3 img {
		width: 100%;
	}

}



.fade {
	position: relative;
}

.fade:after {
	position: absolute;
	content: '';
	background: url('images/fade.png') repeat-x 0 100%;
	width: 100%;
	height: 100%;
	bottom: -1em;
	left: 0;
	z-index: 0;
}


.page-template-learning_module-page footer a, .single-learning_module footer a {
	color: #fff;
}


.page-template-learning_module-page footer a:hover, .single-learning_module footer a:hover {
	color: #fff;
	opacity: 0.5;
}

.page-template-learning_module-page footer p, .single-learning_module footer p {
	font-size: 1.5em;
	text-align: center;
}


a.shifted-anchor {
	position: relative;
	top: -20px;
	margin: 0;
	padding: 0;
	float: left;
}





/* Memberful  */

.memberful-profile-box {
	padding: 0.5em 0;
	background-color: #bf1e2e;
	color: #fff;
}

.memberful-profile-box a {
	color: #fcbe02;
}

.signed-in, .signed-out {
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
	padding: 0 20px;
}

.hi-memberful {
	margin-right: 0.5em;
}

a.profile {
	margin-right: 0.5em;
}

a.sign-out {

}










/* PREV-NEXT NAVIGATION */


.module-nav-links {
	margin: 0 auto;
	max-width: 100%;
	background: none;
	position:relative;
}

.module-post-navigation a[rel="next"] {
	right:3%;
	text-align: center;
	position: fixed;
	bottom:250px;
	width:200px;
	text-decoration: none;
}

.module-post-navigation a[rel="prev"] {
	left:3%;
	text-align: center;
	position: fixed;
	bottom:250px;
	width:200px;
	text-decoration: none;
}

.module-post-navigation a[rel="next"]:before, .module-post-navigation a[rel="prev"]:before {
	font-size: 5em;
	line-height: 1;
	font-family: 'Genericons';
	display: block;
}

.module-post-navigation a[rel="next"]:before {
	content: '\f429';
}

.module-post-navigation a[rel="prev"]:before {
	content: '\f430';
}

@media (max-width:1200px) {
	 .module-prev, .module-next {
	 	display:none;
	 }

	 .module-post-navigation a[rel="next"], .module-post-navigation a[rel="prev"] {
		width:5em;
	}

}


@media (max-width:920px) {
	 .module-prev, .module-next {
	 	display:none;
	 }

	 .module-nav-links {
		padding-bottom:3em;
	}

	 .module-post-navigation a[rel="next"] {
		width:5em;
		position: relative;
		float:right;
		bottom: initial;
	}

	.module-post-navigation a[rel="prev"] {
		width:5em;
		position: relative;
		float:left;
		bottom: initial;
	}
}


ul.nav-menu-module,
div.nav-menu-module > ul {
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.nav-menu-module li {
	display: inline-block;
	position: relative;
}

.nav-menu-module li a:hover {
    background-color: #2db0a6;
	color: #fff;
    transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear;
}

.nav-menu-module li a {
	color: #fff;
	display: block;
	font-size: 1.3em;
	padding: 0.75em 1em 0.5em 1em;
    height: 100%;
	text-decoration: none;
    margin-right: -4px;
    border-bottom: 5px solid transparent;
}

.nav-menu-module li:hover > a,
.nav-menu-module li a:hover {
    background-color: #59b4ad;
    border-bottom: 5px solid #7ec0bb;
	color: #fff;
    transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear;
}

.nav-menu-module .sub-menu,
.nav-menu-module .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu-module .sub-menu ul,
.nav-menu-module .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu-module ul a,
.nav-menu-module ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu-module ul a:hover,
.nav-menu-module ul ul a:hover {
	background-color: #db572f;
    transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear;
}

ul.nav-menu-module li:hover > ul,
.nav-menu-module ul li:hover > ul {
	display: block;
}

.nav-menu-module .current_page_item > a,
.nav-menu-module .current-page-ancestor > a,
.nav-menu-module .current-menu-item > a,
.nav-menu-module .current-menu-ancestor > a {
	color: #fff;
    background-color:#71bdb6;
    border-bottom: 5px solid #cce4e1;
    border-bottom: 5px solid #fff;
}

.nav-menu-module .current_page_item > a:hover,
.nav-menu-module .current-page-ancestor > a:hover,
.nav-menu-module .current-menu-item > a:hover,
.nav-menu-module .current-menu-ancestor > a:hover {
    color: #fff;
    background-color:#5ab4ad;
}


.module-menu-toggle {
	display: none;
}

@media (max-width: 767px) {

 /* Medium Menu */

	 .nav-menu-module li a {
	    font-size: 1.0em;
	}

}

@media (max-width: 600px) {

 /* Small Menu */

	.module-menu-toggle {
        /* font-family: 'Genericons'; */
        font-family: Arial, sans-serif;
		cursor: pointer;
		display: inline-block;
		padding: 5px 0 5px 15px;
		margin:0;
		width:100%;
		background-color: #00a79d;
	}

	.module-menu-toggle span {
        font-family: "source-sans-pro", sans-serif;
        color:#fff;
        font-size:0.7em;
        font-weight:400;
        margin-left:0.4em;
        letter-spacing: 0;
     }


    .module-menu-toggle:before {
		/* content: "\f419";  */
        content: "\2261";
        font-size: 1em;
        color:#fff;
        position: relative;
        top:4px;
	}

	.module-toggled-on .nav-menu-module,
	.module-toggled-on .nav-menu-module > ul {
		display: block;
		margin:0;
		padding: 0;
		width: 100%;
		text-align: left;
	}

	.module-toggled-on li,
	.module-toggled-on .children {
		display: block;
        background-color: #008e86;
	}

	.module-toggled-on .nav-menu-module li > ul a {
		color: #141412;
		width: 100%;
        padding: 0 0 0 0;
        margin: 0;
	}

	.module-toggled-on .nav-menu-module li:hover > a,
	.module-toggled-on .nav-menu-module .children a {
		background-color: transparent;
		color: #141412;
	}

	.module-toggled-on .nav-menu-module li a:hover,
	.module-toggled-on .nav-menu-module ul a:hover {
		background-color: #59b4ad;
		color: #fff;
		border-bottom: 5px solid #7ec0bb;
        transition:all .3s linear;
        -o-transition:all .3s linear;
        -moz-transition:all .3s linear;
        -webkit-transition:all .3s linear;
	}

    .module-toggled-on .current-menu-item > .nav-menu-module li a:hover,
    .module-toggled-on .current-menu-ancestor > .nav-menu-module li a:hover,
    .module-toggled-on .current-page-ancestor > .nav-menu-module li a:hover,
	.module-toggled-on .nav-menu ul a:hover {
		background-color: #bf1e2e!important;
	}

	ul.nav-menu-module,
	div.nav-menu-module > ul {
		display: none;
	}

    .menu-primary-menu-container ul {
        overflow:visible;
        z-index: 4;
    }

    .nav-menu-module li a {
        padding: .5em 0 .5em 2.8em;
        margin:0;
    }

    .module-toggled-on .nav-menu-module .current_page_item > a:hover {
	    color: #fff;
	    background-color:#5ab4ad;
	    transition:all .3s linear;
	    -o-transition:all .3s linear;
	    -moz-transition:all .3s linear;
	    -webkit-transition:all .3s linear;
	}
}


/* (end) Small Menu */

/* Navbars */

#secondary {
    clear: both;
	margin: 0 auto;
	max-width: 1080px;
	position: relative;
}

.menu-secondary-menu-container ul {
    padding: 0;
}

.navbar {
	background-color: #252525;
	margin: 0 auto;
	width: 100%;
}


.chapter-tile {
    max-width:1040px;
    width:100%;
    margin: 0.5em 0 1em 0;
    padding: 0;
    background-color: #eee;
    border-bottom: 5px #ccc solid;
    position: relative;
    overflow: hidden;
}

.chapter-tile span {
	font-size:1.1em;
	font-weight: 400;
	color:#aaa;
}

.chapter-tile span:before {
	position: relative;
	font-family: genericons;
	content: '\f444';
	font-size: 1.2em;
	top: 5px;
	padding-right: 0.125em;
}

.chapter-tile p {
    width:100%;
    display:inline-block;
    position:relative;
    margin:0.25em 0;
}

.chapter-tile a {
    text-decoration:none;
}

.chapter-tile-img {
    float:left;
    width:200px;
    height:100%;
    background-color: #00a79d;
    position: absolute;
    overflow: hidden;
}

.chapter-tile-img img {
	width:250px;
	max-width:250px;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.chapter-tile-img a {
	display: block;
	height:100%;
}

.chapter-tile-img a:hover {
    opacity: 0.5;
}

.chapter-tile-content {
    width: 60%;/* fallback for browsers without support for calc() */
    width:calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    float:right;
    padding:0.5em 1em;
}

.chapter-tile:after {
    clear:both;
}

@media (max-width: 543px) {


		.chapter-tile {
            max-width:1040px;
            width:100%;
            background-color: #eee;
            /* border-bottom: 1px #eee solid; */
            /* float:left;  */
        }

        .chapter-tile p {
            width:100%;
            display:inline-block;
            position:relative;
        }

        .chapter-tile-img {
        	width:100%;
            margin: 0;
            position: relative;
			height: 150px;
			overflow: hidden;
        }

        .chapter-tile img {
        	width:100%;
        	max-width: 100%;
        }

        .chapter-tile-content {
            width:100%;
        }

}

.pen {
	float: left;
	margin: 10px 15px 10px -10px;
}

.q {
	display: inline;
	background-color: #e7f2f0;
}

.highlight {
	z-index:3;
	text-align: center;
	line-height: 1.4em;
	font-style:italic;
	position: relative;
    display: block;
    background-color: #c2e5e2;
    padding: 0.75em 1em 1.25em 1em;
    border-radius:5px;
    margin:1.5em;
}

.highlight:after {
	position: absolute;
	content: ' ';
	width:99.5%;
	height:98%;
	top: -6px;
	left:-6px;
	border: 2px solid #555;
	border-radius:5px;
	pointer-events: none;
}

.highlight:before {
	position: absolute;
	content: '';
	width:30px;
	height:30px;
	top: -15px;
	left:-15px;
	z-index:2;
	background: url('images/pin.svg');
	pointer-events: none;
}

.quote {
	z-index:3;
	text-align: center;
	line-height: 1.4em;
	position: relative;
    display: block;
    background-color: #c2e5e2;
    padding: 0.75em 2.5em 1.25em 2.5em;
    border-radius:5px;
    margin:1.5em;
}

.quote:after {
	position: absolute;
	content: ' ';
	width:99.5%;
	height:98%;
	top: -6px;
	left:-6px;
	border: 2px solid #555;
	border-radius:5px;
	pointer-events: none;
}

.quote:before {
	content: "\201C";
    font-size: 5em;
    font-weight:bold;
    color:#fff;
    position:absolute;
    top:0.2em;
    left:0;
    z-index: -1;
    opacity:1;
    pointer-events: none;
}

.upnext {
	z-index:3;
	line-height: 1.4em;
	position: relative;
    display: block;
    background-color: #c2e5e2;
    padding: 0.75em 1em 1em 80px;
    border-radius:5px;
    margin:4em 0 2em 0;
}

.upnext:after {
	position: absolute;
	content: ' ';
	width:99.5%;
	height:98%;
	top: -6px;
	left:-6px;
	border: 2px solid #555;
	border-radius:5px;
	pointer-events: none;
}

.ch2:before, .ch3:before, .ch4:before, .ch5:before {
	position: absolute;
	content: '';
	width:50px;
	height:50px;
	top: 10px;
	left: 15px;
	z-index:2;
}

.ch2:before {
	background: url('images/ch-small-2.svg') no-repeat;
}

.ch3:before {
	background: url('images/ch-small-3alt.svg') no-repeat;
}

.ch4:before {
	background: url('images/ch-small-4.svg') no-repeat;
}

.ch5:before {
	background: url('images/ch-small-5.svg') no-repeat;
}


@media (max-width: 420px) {
	.upnext { padding: 70px 1em 1em 1em; text-align: center; }
	.ch2:before, .ch3:before, .ch4:before, .ch5:before { top: 10px; left: 38%; }
	.thanks { text-align: center;}
}

.thanks {
	z-index:3;
	line-height: 1.4em;
	position: relative;
    display: block;
    background-color: #c2e5e2;
    padding: 0.75em 1em 1em 1em;
    border-radius:5px;
    margin:4em 0 2em 0;
}

.thanks:after {
	position: absolute;
	content: ' ';
	width:99.5%;
	height:98%;
	top: -6px;
	left:-6px;
	border: 2px solid #555;
	border-radius:5px;
	pointer-events: none;
}


ul.module-ul {
}

.module-ul li {
	list-style: none;
	position:relative;
}

.module-ul li:before {
	position:absolute;
	font-family: 'genericons';
	content: '\f418';
	color: #00a69c;
	font-size:2em;
	line-height:0.125em;
	top:10px;
	left:-10px;
	margin: 0 0 0 -0.75em;
}

ol.module-ol {
	margin-left:0.5em;
	counter-reset: li-counter;
}

.module-ol li {
	list-style: none;
	position:relative;
	line-height:30px;
	margin: 0 0 1em 0;
}

.module-ol li:before {
	position:absolute;
	text-align: center;
    content: counter(li-counter);
	counter-increment: li-counter;
	width: 30px;
	height: 30px;
	color: #fff;
	background: #7eccc3;
	left:-40px;
	top:-2px;
	border-radius: 15px;
}

.module-section {
	position: relative;
	padding-top:0.75em;
	margin-top:1em;
	margin-bottom: 0.5em;
}

.module-section:before {
	background-color: #c2e5e2;
	position: absolute;
	display: block;
	margin: 0 auto;
	top: 0;
	left:-10px;
	content: ' ';
	width: 15%;
	height: 8px;
	border-radius: 4px;
}


/*

.module-steps_define:before, .module-steps_rate:before, .module-steps_score:before, .module-steps_tally:before, .module-steps_reassess:before {
	position: absolute;
	top: 20px;
	left:0;
	font-size: 1.5em;
	color: #777;
	padding-right: 0.125em;
	font-family: 'copm-steps';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.module-steps_define:before {
	content: "\e004";
}

.module-steps_rate:before {
	content: "\e003";
}

.module-steps_score:before {
	content: "\e001";
}

.module-steps_tally:before {
	content: "\e000";
}

.module-steps_reassess:before {
	content: "\e002";
}

*/





/* Responsive Embedding */

.embed-container {
	position: relative;
	margin:1em 0 2em 0;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0;
	overflow: hidden; max-width: 100%;
	height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/* HOUDINI COLLAPSE & EXPAND for QUIZ   */


.active .quiz-text-show,
.quiz-text-hide {
    display: none;
    visibility: hidden;
}

/*  When expanded, show "hide" text. */
.active .quiz-text-hide {
    display: inline;
    visibility: visible;
}

.quiz-text-show:before {
    content: '';
    padding: 0 0.25em 0 0;
    font-weight:100;
}

.quiz-text-hide:before {
    content: '';
    padding: 0 0.24em 0 0;
    font-weight:100;
}

.quiz-answer {
	position:relative;
	margin: 0.25em 0 0.5em 0;
	padding: 0 0 0 1em;
}



.quiz-answer:before {
	position:absolute;
	background-color: #c2e5e2;
	display: block;
	margin: 0 auto;
	overflow: visible;
	top: 0;
	left: 0;
	z-index:2;
	content: ' ';
	width: 4px;
	height: 100%;
	border-radius: 2px;

}




.video-page {
	background-color: #171717;
}

.video-steps {
	position: relative;
	display: inline-block;
	color:#777;
	font-weight: 400;
	margin:0 4em 0 0;
	padding:0.75em 0 0.25em 1.75em;
	line-height:1.25em;

}

.video-steps:before {
	position: absolute;
	top: 20px;
	left:0;
	font-size: 1.5em;
	color: #777;
	padding-right: 0.125em;
	font-family: 'copm-steps';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.video-steps_1518:before {
	content: "\e004";
}

.video-steps_1523:before {
	content: "\e003";
}

.video-steps_1525:before {
	content: "\e001";
}

.video-steps_1529:before {
	content: "\e000";
}

.video-steps_1531:before {
	content: "\e002";
}



#tooltip {
    text-align: center;
    color: #fff;
    background: #444;
    background: rgba(68, 68, 68, 0.9);
    position: absolute;
    z-index: 100;
    padding: 15px;
    border-radius: 5px;
}

#tooltip:after /* triangle decoration */ {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #444;
    border-top: 10px solid rgba(68, 68, 68, 0.9);
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #444;
    border-bottom: 10px solid rgba(68, 68, 68, 0.9);
    top: -20px;
    bottom: auto;
}

#tooltip.left:after {
    left: 10px;
    margin: 0;
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

a[rel~="tooltip"] {
	cursor: default;
}

a[rel~="tooltip"]:after {
	font-family: genericons;
	content: '\f455';
	vertical-align: middle;
}

span.tooltip-text {
	border-bottom: none;
	background: url('images/tooltip.png') repeat-x 0 90%;
	background-size: 100% 2px;
}

span.tooltip-text-dark {
	border-bottom: none;
	background: url('images/tooltip-hover.png') repeat-x 0 90%;
	background-size: 100% 2px;
}





.video:before {
	display: inline-block;
	font-family: genericons;
	content: '\f213';
	vertical-align: middle;
	padding-right: 0.25em;
}

.video:after {
	display: inline-block;
	color: #aaa;
	content: attr(data-time);
	padding-left: 0.25em;
}









ol.help {
	margin: 1.5em 0;
	padding: 0 0 0 3em;
	counter-reset: help-counter;
	border-bottom: 5px solid #eee;
}

ol.help li:before {
	content: '';
	display: block;
	position: absolute;
	top: -0.5em;
	left: -3em;
	width: 110%;
	width: calc(100% + 3em);
	height: 5px;
	background-color: #eee;
}

ol.help li {
	padding: 1em 0;
	list-style: none;
	position: relative;
}

ol.help .help-text:before {
	content: counter(help-counter);
	counter-increment: help-counter;
	position:absolute;
    top: 1em;
    left: -2.75em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: #bf1e2e;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 0.3em 0  0 0;
}

ol.help li:after {
	content:'';
    display:block;
    clear: both;
}

ol.help img {
		width: 100%;
		margin-bottom: 1em;
	}




@media (min-width: 680px) {

	ol.help li {
	padding: 1em 0 2em 0;
}

	ol.help li > .help-text {
		width: 55%;
		float: left;
		margin-left: 1.5em;
	}

	ol.help img {
		width: 40%;
		float: left;
	}


}


.help-bar {
	width: 100%;
	display: block;
	padding: 0.5em;
}

.help-bar a {
	color: #fff;
}

.help-bar a:hover {
	color: #53b3ad;
}





/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */







@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}




@media (max-width: 1069px) {

	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 768px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}


li.languages {
    text-align:left;
    float: left;
    list-style: square;
    margin-right: 2em;
    width:8em;
}







@media (max-width: 999px) {


.col {
    padding:0.5em 0 2em 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}


/* Medium Menu */

.nav-menu li a {
	color: #fff;
	display: block;
	font-size: 1em;
	padding: 2.6em 1em 1.7em;
	text-decoration: none;
    margin-right: -3px;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #363636;
	color: #fff;
    transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #db572f;
    transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #fff;
    background-color:#bf1e2e;
}

/* (end) Medium Menu  */


	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 768px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 768px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 768px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}


    #home-steps h4 {
    font-size: 1.7em;
    }

}


@media (min-width: 680px) and (max-width: 850px) {

    /* Small Logo */

.tagline {
        display:none;
    }

/* END Small Logo */

}


/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 768px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}





    h1 { font-size: 3em; letter-spacing: -0.03em; }

    .entry-content h2 { font-size: 2.4em; letter-spacing:-0.02em; }

    .entry-content h3 { font-size: 2em; letter-spacing: -0.02em; }

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

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

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

    p.intro, .highlight { font-size: 1.3em; }

    p.blurb, p.block { font-size: 1.3em; }

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

    a.casestudycat { font-size: 0.9em; }

    .big {font-size:110%; margin:0.5em 0; }

    .hero-text {
            width: 100%;
            margin-top: 0;
        }




#steps dt {
    font-size:1.6em;
    margin: 0 0 0.5em 3.5em;
}

#steps_tally:after, #steps_score:after, #steps_reassess:after, #steps_rate:after, #steps_identify:after {
    font-size: 4.8em;
    left: 20px;
    top:20px;
}

#steps dd {
    font-size:1.1em;
    margin-left: 5em;
}


    #content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}






}







@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}



	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 8em; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

@media (max-width: 680px) {

 /* Small Menu */

	.menu-toggle {
        /* font-family: 'Genericons'; */
        font-family: Arial, sans-serif;
		cursor: pointer;
		display: inline-block;
		margin: 30px 20px 0 0;
		padding: 0;
        float:right;
	}


    .menu-toggle:before {
		/* content: "\f419";  */
        content: "\2261";
        font-size: 1em;
        color:#fff;
	}




	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		padding: 0;
		width: 100%;
        position: relative;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
        background-color: #171717;
	}

	.toggled-on .nav-menu li > ul {
		background-color: blue;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: 100%;
        padding: 0 0 0 0;
        margin: 0;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #363636;
		color: #fff;
        transition:all .3s linear;
        -o-transition:all .3s linear;
        -moz-transition:all .3s linear;
        -webkit-transition:all .3s linear;
	}

    .toggled-on .current-menu-item > .nav-menu li a:hover,
    .toggled-on .current-menu-ancestor > .nav-menu li a:hover,
    .toggled-on .current-page-ancestor > .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #bf1e2e!important;
	}



	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}


    .menu-primary-menu-container ul {
        overflow:visible;
        z-index: 4;
    }

    .nav-menu li a {
        padding: .75em;
        margin:0;
    }

    .toggled-on .nav-menu .current_page_item > a:hover {
    color: #fff;
    background-color:#bf1e2e;
    transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear;
}


/* (end) Small Menu */





        .hero-text h2 {
            font-size: 1.9em;
        }

        #home-steps h4 {
            font-size: 1.4em;
        }




        .hor-tile {
            max-width:1040px;
            width:100%;
            margin: 0.5em 0;
            padding: 0.5em;
            background-color: #eee;
            /* border-bottom: 1px #eee solid; */
            /* float:left;  */
        }

        .hor-tile p {
            width:100%;
            display:inline-block;
            position:relative;
        }

        .hor-tile-img {
            width: calc(100% - 1em);
            width: -webkit-calc(100% - 1em);
            margin: 0.5em;
        }

        .hor-tile-content {
            width:100%;
            padding:0 1em 1em 1em;
        }





}



@media (max-width:480px) {

    #steps dt {
        font-size:1.6em;
        margin: 0 0 0.5em 3.5em;
    }

    #steps_tally:after, #steps_score:after, #steps_reassess:after, #steps_rate:after, #steps_identify:after {
        font-size: 4.8em;
        left: 20px;
        top:20px;
    }

    #steps dd {
        font-size:1.1em;
        margin-left: 0;
    }


}








@media (min-width: 360px) and (max-width: 680px) {


#home-steps li.home-steps_identify, #home-steps li.home-steps_rate, #home-steps li.home-steps_score, #home-steps li.home-steps_tally, #home-steps li.home-steps_reassess {
        margin-right: 0;
        width: 100%;
    }

    #home-steps .home-steps_identify:before, #home-steps .home-steps_rate:before, #home-steps .home-steps_score:before, #home-steps .home-steps_tally:before, #home-steps .home-steps_reassess:before {
        display:inline-block;
        padding: 0 20px 0 0;
        float:right;
        font-size: 2em;
        vertical-align:baseline;
    }

#home-steps li {
    text-align:left;
    font-size: 1.1em;
    padding: 0.5em 0 0.5em 1.5em;
    margin-bottom:0.25em;
}

#home-steps li span {
    font-size: 1em;
}

}



@media (max-width:400px) {

    #steps dl {
        margin: 2em -1em;
        width:120%;
    }

    #steps dt {
        font-size:1.6em;
        margin: 3em 0 0.5em 0;
        text-align: center;
    }

    #steps_tally:after, #steps_score:after, #steps_reassess:after, #steps_rate:after, #steps_identify:after {
        font-size: 4.8em;
        left: 35%;
        top:20px;
    }

    #steps dd {
        font-size:1.1em;
        margin-left: 0;
    }

    /* Small Logo */

    .tagline {
            display:none;
        }

    /* END Small Logo */


    .list-tile span {
        display:block;
    }



}




/* Mobile devices */
@media (max-width: 359px) {


    #home-steps li.home-steps_identify, #home-steps li.home-steps_rate, #home-steps li.home-steps_score, #home-steps li.home-steps_tally, #home-steps li.home-steps_reassess {
    width:100%;
    }

	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.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: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}




    h1 { font-size: 2.5em; letter-spacing:0; }

    .entry-content h2 { font-size: 2em; letter-spacing:0; }

    .entry-content h3 { font-size: 1.7em; letter-spacing:0; }

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

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

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

    p.intro, .highlight { font-size: 1.2em; }

    p.blurb, p.block { font-size: 1.2em; }

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

    a.casestudycat { font-size: 0.8em; }







}

@media only screen and (max-width : 390px) {
   /* Smartphone view: 1 tile */
   .tile {
      width: 100%;
      /* padding-bottom: 160%; */
   }
    .sharelabel{display:none;}
}
@media only screen and (max-width : 679px) and (min-width : 391px) {
   /* Tablet view: 2 tiles */
   .tile {
      width: 44%;
      /* padding-bottom: 68%; */
   }

}

@media only screen and (max-width : 400px) {
    img.bio-img {
        width: 100%;
    }

}



/* TABLES - SMALLER SCREENS

Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.

*/
@media
only screen and (max-width: 600px),
(min-device-width: 768px) and (max-device-width: 1024px)  {


    div.table-scroll {
        width: 100%;
        overflow:auto;
    }


}



/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

    .logo, .overview-logo {
        background: url('images/logo@2x.png') 50% 50% no-repeat;
        background-size: 125px 35px;
        width: 125px;
        height: 35px;
    }


    a.casestudycat {
        background: #bf1e2e url('images/notch@2x.png') no-repeat top right;
        background-size: 14px;
    }


    a.casestudycat-eee {
        background: #bf1e2e url('images/notch-eee@2x.png') no-repeat top right;
        background-size: 14px;
    }

	.site-header .search-field {
		background-image: url('images/search-icon@2x.png');
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		border-top: 1px solid #eee;
	}


    #casestudycat_ul li.cat-item a {
        background-image: url('images/notch-6a@2x.png');
        background-size: 14px;
    }


    a.advanced {
        background: #bf1e2e url('images/thicknotch@2x.png') no-repeat top right;
        background-size: 16px 32px;
    }

    a.advanced:hover {
        background: #d92e3f url('images/thicknotch@2x.png') no-repeat top right;
        background-size: 16px 32px;
    }



}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}










/* Promo Tiles */

.owl-carousel-item-text {
	text-align: left!important;
}



.owl-tile-content {
	margin: 0 auto;
	max-width: 65em;
}

.owl-carousel {
	position: relative;
	margin-bottom: 2em;
}

.owl-theme .owl-controls {
	position: relative;
}


.owl-pagination {

}


.owl-buttons {
	display: none;
}


.owl-tile-content p {
	font-size: 120%;
}

.owl-carousel .item img {
	display: block;
	width: 200px!important;
	margin-bottom: 1.5em;
}



@media (min-width: 40em) {

	.owl-carousel .item img {
		display: inline-block;
		margin-right: 2.5em;
		vertical-align: top;
	}


	.owl-tile-text {
		display: inline-block;
		width: calc(100% - 200px - 4em);
	}

	.owl-tile-content p {
		font-size: 150%;
	}

}


.owl-tile {
	padding: 2em 1.5em;
	margin: 0;
	background-color: #D9DCDE;
}


.owl-tile a.button {
	background: #bf1e2e;
	text-decoration: none;
	border: none;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
    text-align:center;
}

.owl-tile a.button:hover {
	color: #fff;
	text-decoration: none;
    background: #d92e3f;
}



.tile-1 {
	background: #0b9088 url('images/module-tile.svg') no-repeat top;
	background-size: auto 100%;
	color: #fff;
}

.tile-1 h2 {
	font-weight: 200;
}

.owl-tile.tile-1 a.button {
	color: #fff;
	background-color: #00a79d;
}

.owl-tile.tile-1 a.button:hover {
	background-color: #59B4AD;
}


.tile-3 {
	background: #BF1E2E url('images/world.svg') no-repeat top;
	background-size: auto 100%;
	color: #fff;
}

.owl-tile.tile-3 a.button {
	background-color: #840713;
}

.owl-tile.tile-3 a.button:hover {
	background-color: #d92e3f;
}

.tile-4 {
	background: #F9B332 url('images/web-app-bg.svg') no-repeat top;
	background-size: auto 100%;
	background-position: 0 0;
	color: #fff;
}

.tile-4 .owl-tile-content img {
	width: 250px;
}


@media (min-width: 40em) {

	.tile-4 .owl-tile-text {
		width: calc(100% - 250px - 4em);
	}

}












/* Home News Block */


.home .news-block {
	position: relative;
	padding: 1.5em;

}

.home .news-block h3 {
	margin-bottom: 0.5em;
}

.home .news-tile {
    margin: 0 0 1em 0;
    padding: 0.75em;
    display: block;
    background-color: #eee;
    border-bottom: 5px #ccc solid;
    text-decoration: none;
}

.home .news-tile img {
	width: 100%;
	transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear;
}

.home .news-tile:hover img {
	opacity: 0.5;
}

.home .news-tile:hover p {
	color: #959595;
}

.home .news-tile-content {
	padding: 0 0.5em;
}

.home .news-tile-content p {
	color: #444;
}

.home p.news-date {
	color: #959595;
	margin-bottom: 0.25em;
}

.home .news-view-all a {
	text-decoration: none;
	font-weight: 600;
}


@media (min-width: 36em) {

	.home .news-view-all {
		position: absolute;
		top: 2.25em;
		right: 2.5em;
	}

	.home .news-tile {
		display: inline-block;
		vertical-align: top;
	    width: calc(50% - 1.5em);
	    margin-right: 1.5em;
	    min-height: 15em;
	}

	.home .news-tile:nth-of-type(even) {
		margin-right: 0;
	}

}

@media (min-width: 56em) {

	.home .news-view-all {
		right: 1.75em;
	}

	.home .news-block {
		max-width: 68em;
		margin: 0 auto;
	}

	.home .news-tile {
		display: inline-block;
		vertical-align: top;
	    width: calc(25% - 1em);
	    margin-right: 1em;
	    min-height: 20em;
	}

	.home .news-tile:nth-of-type(even) {
		margin-right: 1em;
	}

	.home .news-tile:nth-of-type(4) {
		margin-right: 0;
	}

}









/* News Page */

.blog .entry-content {
	padding-bottom: 2em;
}


.blog .news-block {
	position: relative;
	padding: 1.5em;

}

.blog .news-block h3 {
	margin-bottom: 0.5em;
}

.blog .news-tile {
    margin: 0 0 1em 0;
    padding: 0.75em;
    display: block;
    background-color: #eee;
    border-bottom: 5px #ccc solid;
    text-decoration: none;
}

.blog .news-tile img {
	width: 100%;
	transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear;
}

.blog .news-tile:hover img {
	opacity: 0.5;
}

.blog .news-tile:hover p {
	color: #959595;
}

.blog .news-tile-content {
	padding: 0 0.5em;
}

.blog .news-tile-content p {
	color: #444;
}

.blog p.news-date {
	color: #959595;
	margin-bottom: 0.25em;
}


@media (min-width: 36em) {

	.blog .news-tile {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	    margin-right: 0;
	}

	.blog .news-tile img {

		max-width: 240px;
		display: inline-block;
	}

	.blog .news-tile-content {
		display: inline-block;
		vertical-align: top;
		padding: 0 0 0 1em;
	}

	.blog .news-tile-content:not(:first-child) {
		width: calc(100% - 240px - 1em);
	}


}






















/* Email Sign Up Form */


.email-signup {
	background-color: #252525;
	padding: 0.75em 1.5em;
	text-align: center;
	overflow: hidden;
}

.form-container {

}

.email-signup form {
	font-size: 125%;
}

.email-signup input[type="email"] {
	padding: 11px 10px 10px;
	border: none;
	width: calc(100% - 8em);
	max-width: 50%;
	border-radius: 0;
}

.email-signup input[type="submit"] {
	border: none;
	margin-left: -4px;
	padding: 11px 15px 10px;
	font-weight: bold;
	border-radius: 0;
}

.email-signup-content {
	max-width: 90em;
	margin: 0 auto;
}

.email-signup h4 {
	font-weight: 400;
	color: #fff;
}

.email-signup p {
	text-align: center;
	font-style: italic;
	line-height: 1.2;
}

.email-signup p span {
	font-size: 90%;
}

.form-container {
	margin: 1em 0;
}



@media (min-width: 70em) {

	.email-signup {
		padding: 1.5em;
	}

	.email-signup input[type="email"] {
		max-width: 100%;
	}

	.email-signup h4, .email-signup p, .form-container {
		display: inline-block;
		vertical-align: middle;
		width: 30%;
		text-align: left;
		margin: 0 0.5em;
	}

	.email-signup h4 {
		text-align: right;
	}

	.email-signup form {
		width: 110%;
	}

	#mc_embed_signup {
		display: inline;
	}

}







/* Select Box Tab View */




.clarify {
	padding: 0.5em 0.5em 1em;
	background-color: rgba(0, 99, 89, 0.5);
	margin: 1em;
}

.help-clarify {
	padding: 0.5em 1em 1em;
	background-color: #eee;
	margin: 1em 0;
}








/* Translation Tile when JS is disabled */


.no-customize-support .trans-select {
	display: none;
}

.no-customize-support div[class*="-trans"] {
	border-bottom: #ddd 4px solid;
	margin: 1em 0;
}

.no-customize-support div[class*="-trans"]:last-of-type {
	border-bottom: none;
}







/* Translation Update Box */


.trans-update {
	background-color: #bf1e2e;
	background-image: url('images/translate-icon.svg');
	background-repeat: no-repeat;
	background-position: 50% 1em;
	background-size: 160px 160px;
	padding: 180px 1em 1.2em;
	margin: 1em 0;
	position: relative;
}

.trans-update:before {
	content: "";
	width: 16px;
	height: 32px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('images/thicknotch.png');
	background-repeat: no-repeat;
	display: block;
}

.trans-update p, .trans-update h3 {
	color: #fff;
	margin: 0;
	text-align: center;
}

.trans-update h3 {
	margin-bottom: 0.2em;
}


.trans-update a, .trans-update a:hover {
	font-weight: bold;
	color: #fcbe02;
}


@media (min-width: 28em) {

	.trans-update {
		background-position: 1em 1em;
		background-size: 100px 100px;
		padding: 1em 1em 1.2em 130px;
	}

	.trans-update p, .trans-update h3 {
		text-align: left;
	}

}

.external select.trans-select {
	display: none;
}

select.trans-select {
	margin-top: 1em;
}

.translation-tile img {
	padding:0.5em;
	margin: 0.5em 0;
}

.package .external-details {
	display: none;
}


a.flag-button {
	font-size: 28px;
	width: 100%;
	margin-bottom: 1em;
	padding: 15px 12px 14px;
}

a.flag-button img {
	display: inline-block;
	margin-right: 10px;
	height: 28px;
}

@media all and (min-width: 45em) {

	a.flag-button {
		width: calc(50% - 0.5em);
	}

	a.flag-button:nth-of-type(odd) { margin-right: 1em; }

}


.subhead {
	font-weight: 300;
	margin-top: 0;
}

h1 > img, h2 > img, h3 > img, h4 > img, h5 > img, h6 > img {
	display: inline-block;
	height: 0.7em!important;
	vertical-align: baseline;
	margin-right: 0.25em;
}







/* NEW Buy Tiles */

.new-buy-tile-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.new-buy-tile {
	text-align: center;
	width: 100%;
	padding: 1em;
	background-color: #eee;
	border-bottom: 5px #ccc solid;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0.8em 0;
}

.new-buy-tile h2 {
	background-color: #fff;
	padding: 0.25em 1em;
	position: relative;
	display: inline-block;
}

.new-buy-tile h2:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 0;
	width: 0;
	border-top: 10px solid #eee;
	border-left: 10px solid transparent;
	z-index: 2;
}

.new-buy-tile h2:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 0;
	width: 0;
	border-right: 10px solid #eee;
	border-top: 10px solid transparent;
	z-index: 2;
}

.new-buy-tile p {
	text-align: center;
}


@media all and (min-width: 45em) { .new-buy-tile { width: calc(33% - 1em); } }

















.translation-tile-container {
	display: flex;
	flex-wrap: wrap;
}

.translation-tile {
	text-align: center;
	width: 100%;
	padding: 1em;
	background-color: #eee;
	border-bottom: 5px #ccc solid;
	margin: 0.5em;
}

.translation-tile h2 {
	background-color: #fff;
	padding: 0.25em 1em;
	position: relative;
	display: inline-block;
}

.translation-tile h2:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 0;
	width: 0;
	border-top: 10px solid #eee;
	border-left: 10px solid transparent;
	z-index: 2;
}

.translation-tile h2:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 0;
	width: 0;
	border-right: 10px solid #eee;
	border-top: 10px solid transparent;
	z-index: 2;
}

.purchased h2, .purchased h4 {
	opacity: 0.35;
}

.translation-tile p {
	text-align: center;
}

.translation-tile h4.trans-lang {
	/* font-family: arial, sans-serif; */
}



.french-tile img {
	margin: 0 0 0.5em 0;
	padding: 0;
	border: 8px solid #fff;
}

img.tile-logo {
	border: none;
	margin: 0.5em;
	width: 60%;
}





@media all and (min-width: 32em) {

	.translation-tile { width: calc(50% - 1em); }

}

@media all and (min-width: 52em) {

	.translation-tile { width: calc(25% - 1em); }

	.translation-tile.french-tile { width: calc(50% - 1em); }

	.french-tile-col {
		display: inline-block;
		width: calc(50% - 1em);
		vertical-align: top;
	}

	.french-tile-col:first-of-type {
		margin-right: 1em;
	}

}
