/*
Theme Name: DeGarmo Group
Theme URI: http://www.degarmogroup.com/
Author: DeGarmo Group
Author URI: http://www.degarmogroup.com/
Description: Responsive WordPress Theme developed for DeGarmo Group.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: degarmo-group-theme
Tags:

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.

DeGarmo Group Theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Global Classes
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.site-header {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.site-footer {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.red-banner, .wrapper,
.row {
  *zoom: 1;
}
.red-banner:before, .wrapper:before,
.row:before, .red-banner:after, .wrapper:after,
/* .row:after {
  content: " ";
  display: table;
} */
.red-banner:after, .wrapper:after,
.row:after {
  clear: both;
}

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

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #333333;
  font-family: "Droid Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

.mega-title {
  color: white;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 45.25em) {
  .mega-title {
    font-size: 60px;
    font-size: 3.75rem;
    margin-top: 75px;
    margin-bottom: 0;
  }
}

.grid-title {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #183d48;
}
.grid-title a {
  color: #183d48;
}
.grid-title a:hover, .grid-title a:visited {
  color: #183d48;
}

.red-banner h3 {
  font-size: 36px;
  font-size: 2.25rem;
}
.red-banner h3.learn-more {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
@media (min-width: 25em) {
  .red-banner h3.learn-more {
    text-align: left;
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.title,
.title-alt,
.statistic-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
}

.statistic-title {
  font-weight: 700;
  color: #666;
}

.statistic-copy {
  color: #666;
}

.title-band,
.entry-title,
.page-title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.5;
  color: #183d48;
}
.title-band:after, .title-band:before,
.entry-title:after,
.entry-title:before,
.page-title:after,
.page-title:before {
  content: '';
  width: 20px;
  background-color: #cc3433;
  height: 2px;
  vertical-align: middle;
  display: none;
}
@media (min-width: 45.25em) {
  .title-band:after, .title-band:before,
  .entry-title:after,
  .entry-title:before,
  .page-title:after,
  .page-title:before {
    display: inline-block;
  }
}
.title-band:before,
.entry-title:before,
.page-title:before {
  margin-right: 10px;
}
.title-band:after,
.entry-title:after,
.page-title:after {
  margin-left: 10px;
}

.right-dash:before {
  content: '';
  display: none;
}

.no-dashes:after, .no-dashes:before {
  content: '';
  display: none;
}

.pub-date {
  font-size: 16px;
  font-size: 1rem;
  color: #323232;
  font-weight: 400;
}

.hero-copy,
.hero-copy-centered {
  font-size: 32px;
  color: white;
  text-align: left;
}
@media (min-width: 45.25em) {
  .hero-copy,
  .hero-copy-centered {
    width: 50%;
  }
}

.hero-copy-centered {
  text-align: center;
  width: 100%;
}

p {
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eeeeee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

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

big {
  font-size: 125%;
}

.mega-copy {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 45.25em) {
  .mega-copy {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-top: 32px;
    margin-bottom: 0;
  }
}

.mega-statistic {
  font-size: 140px;
  font-size: 8.75rem;
  font-weight: 700;
  margin-bottom: 0;
  	/*@include bp($small) {
  		@include font-size(5)
  	}
  
  	@include bp($small-medium) {
  		@include font-size(5.625);
  	}
  
  	@include bp($large) {
  		@include font-size(9.6875);
  	}*/
}

.mega-statistic-small {
  font-size: 36px;
  font-size: 2.25rem;
  margin-top: -20px;
  text-align: center !important;
  font-weight: 700;
}

.quote-source {
  margin-bottom: 55px;
}
@media (min-width: 45.25em) {
  .quote-source {
    margin-left: 3em;
  }
}

@media (min-width: 33.75em) {
  .fifty-eight {
    margin-top: -16px;
  }
}

@media (min-width: 33.75em) {
  .fifty-eight-title {
    margin-top: 16px;
  }
}

.light-text {
  color: #666;
}

.uppercase {
  text-transform: uppercase;
}

/**

	Genericons

*/
/* IE8 and below use EOT and allow cross-site embedding.
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: 'Genericons';
  src: url("Genericons.eot");
}
@font-face {
  font-family: 'Genericons';
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url("Genericons.ttf") format("truetype"), url("Genericons.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Genericons";
    src: url("./Genericons.svg#Genericons") format("svg");
  }
}
/**
 * All Genericons
 */
.genericon {
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  -moz-transition: color .1s ease-in 0;
  -webkit-transition: color .1s ease-in 0;
  display: inline-block;
  font-family: "Genericons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

/**
 * Individual icons
 */
.genericon-404:before {
  content: "\f423";
}

.genericon-activity:before {
  content: "\f508";
}

.genericon-anchor:before {
  content: "\f509";
}

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

.genericon-attachment:before {
  content: "\f416";
}

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

.genericon-bold:before {
  content: "\f471";
}

.genericon-book:before {
  content: "\f444";
}

.genericon-bug:before {
  content: "\f50a";
}

.genericon-cart:before {
  content: "\f447";
}

.genericon-category:before {
  content: "\f301";
}

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

.genericon-checkmark:before {
  content: "\f418";
}

.genericon-close:before {
  content: "\f405";
}

.genericon-close-alt:before {
  content: "\f406";
}

.genericon-cloud:before {
  content: "\f426";
}

.genericon-cloud-download:before {
  content: "\f440";
}

.genericon-cloud-upload:before {
  content: "\f441";
}

.genericon-code:before {
  content: "\f462";
}

.genericon-codepen:before {
  content: "\f216";
}

.genericon-cog:before {
  content: "\f445";
}

.genericon-collapse:before {
  content: "\f432";
}

.genericon-comment:before {
  content: "\f300";
}

.genericon-day:before {
  content: "\f305";
}

.genericon-digg:before {
  content: "\f221";
}

.genericon-document:before {
  content: "\f443";
}

.genericon-dot:before {
  content: "\f428";
}

.genericon-downarrow:before {
  content: "\f502";
}

.genericon-download:before {
  content: "\f50b";
}

.genericon-draggable:before {
  content: "\f436";
}

.genericon-dribbble:before {
  content: "\f201";
}

.genericon-dropbox:before {
  content: "\f225";
}

.genericon-dropdown:before {
  content: "\f433";
}

.genericon-dropdown-left:before {
  content: "\f434";
}

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

.genericon-ellipsis:before {
  content: "\f476";
}

.genericon-expand:before {
  content: "\f431";
}

.genericon-external:before {
  content: "\f442";
}

.genericon-facebook:before {
  content: "\f203";
}

.genericon-facebook-alt:before {
  content: "\f204";
}

.genericon-fastforward:before {
  content: "\f458";
}

.genericon-feed:before {
  content: "\f413";
}

.genericon-flag:before {
  content: "\f468";
}

.genericon-flickr:before {
  content: "\f211";
}

.genericon-foursquare:before {
  content: "\f226";
}

.genericon-fullscreen:before {
  content: "\f474";
}

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

.genericon-github:before {
  content: "\f200";
}

.genericon-googleplus:before {
  content: "\f206";
}

.genericon-googleplus-alt:before {
  content: "\f218";
}

.genericon-handset:before {
  content: "\f50c";
}

.genericon-heart:before {
  content: "\f461";
}

.genericon-help:before {
  content: "\f457";
}

.genericon-hide:before {
  content: "\f404";
}

.genericon-hierarchy:before {
  content: "\f505";
}

.genericon-home:before {
  content: "\f409";
}

.genericon-image:before {
  content: "\f102";
}

.genericon-info:before {
  content: "\f455";
}

.genericon-instagram:before {
  content: "\f215";
}

.genericon-italic:before {
  content: "\f472";
}

.genericon-key:before {
  content: "\f427";
}

.genericon-leftarrow:before {
  content: "\f503";
}

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

.genericon-linkedin:before {
  content: "\f207";
}

.genericon-linkedin-alt:before {
  content: "\f208";
}

.genericon-location:before {
  content: "\f417";
}

.genericon-lock:before {
  content: "\f470";
}

.genericon-mail:before {
  content: "\f410";
}

.genericon-maximize:before {
  content: "\f422";
}

.genericon-menu:before {
  content: "\f419";
}

.genericon-microphone:before {
  content: "\f50d";
}

.genericon-minimize:before {
  content: "\f421";
}

.genericon-minus:before {
  content: "\f50e";
}

.genericon-month:before {
  content: "\f307";
}

.genericon-move:before {
  content: "\f50f";
}

.genericon-next:before {
  content: "\f429";
}

.genericon-notice:before {
  content: "\f456";
}

.genericon-paintbrush:before {
  content: "\f506";
}

.genericon-path:before {
  content: "\f219";
}

.genericon-pause:before {
  content: "\f448";
}

.genericon-phone:before {
  content: "\f437";
}

.genericon-picture:before {
  content: "\f473";
}

.genericon-pinned:before {
  content: "\f308";
}

.genericon-pinterest:before {
  content: "\f209";
}

.genericon-pinterest-alt:before {
  content: "\f210";
}

.genericon-play:before {
  content: "\f452";
}

.genericon-plugin:before {
  content: "\f439";
}

.genericon-plus:before {
  content: "\f510";
}

.genericon-pocket:before {
  content: "\f224";
}

.genericon-polldaddy:before {
  content: "\f217";
}

.genericon-portfolio:before {
  content: "\f460";
}

.genericon-previous:before {
  content: "\f430";
}

.genericon-print:before {
  content: "\f469";
}

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

.genericon-rating-empty:before {
  content: "\f511";
}

.genericon-rating-full:before {
  content: "\f512";
}

.genericon-rating-half:before {
  content: "\f513";
}

.genericon-reddit:before {
  content: "\f222";
}

.genericon-refresh:before {
  content: "\f420";
}

.genericon-reply:before {
  content: "\f412";
}

.genericon-reply-alt:before {
  content: "\f466";
}

.genericon-reply-single:before {
  content: "\f467";
}

.genericon-rewind:before {
  content: "\f459";
}

.genericon-rightarrow:before {
  content: "\f501";
}

.genericon-search:before {
  content: "\f400";
}

.genericon-send-to-phone:before {
  content: "\f438";
}

.genericon-send-to-tablet:before {
  content: "\f454";
}

.genericon-share:before {
  content: "\f415";
}

.genericon-show:before {
  content: "\f403";
}

.genericon-shuffle:before {
  content: "\f514";
}

.genericon-sitemap:before {
  content: "\f507";
}

.genericon-skip-ahead:before {
  content: "\f451";
}

.genericon-skip-back:before {
  content: "\f450";
}

.genericon-skype:before {
  content: "\f220";
}

.genericon-spam:before {
  content: "\f424";
}

.genericon-spotify:before {
  content: "\f515";
}

.genericon-standard:before {
  content: "\f100";
}

.genericon-star:before {
  content: "\f408";
}

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

.genericon-stop:before {
  content: "\f449";
}

.genericon-stumbleupon:before {
  content: "\f223";
}

.genericon-subscribe:before {
  content: "\f463";
}

.genericon-subscribed:before {
  content: "\f465";
}

.genericon-summary:before {
  content: "\f425";
}

.genericon-tablet:before {
  content: "\f453";
}

.genericon-tag:before {
  content: "\f302";
}

.genericon-time:before {
  content: "\f303";
}

.genericon-top:before {
  content: "\f435";
}

.genericon-trash:before {
  content: "\f407";
}

.genericon-tumblr:before {
  content: "\f214";
}

.genericon-twitch:before {
  content: "\f516";
}

.genericon-twitter:before {
  content: "\f202";
}

.genericon-unapprove:before {
  content: "\f446";
}

.genericon-unsubscribe:before {
  content: "\f464";
}

.genericon-unzoom:before {
  content: "\f401";
}

.genericon-uparrow:before {
  content: "\f500";
}

.genericon-user:before {
  content: "\f304";
}

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

.genericon-videocamera:before {
  content: "\f517";
}

.genericon-vimeo:before {
  content: "\f212";
}

.genericon-warning:before {
  content: "\f414";
}

.genericon-website:before {
  content: "\f475";
}

.genericon-week:before {
  content: "\f306";
}

.genericon-wordpress:before {
  content: "\f205";
}

.genericon-xpost:before {
  content: "\f504";
}

.genericon-youtube:before {
  content: "\f213";
}

.genericon-zoom:before {
  content: "\f402";
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.inline-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.inline-items li {
  display: inline-block;
  padding-left: 13px;
}
.inline-items li a {
  display: inline-block;
}
.inline-items li:first-child {
  padding-left: 0;
}

.page-numbers {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-numbers li {
  display: inline-block;
}
.page-numbers li a {
  display: inline-block;
}
.page-numbers li:before {
  content: "|";
  margin-right: 5px;
}
.page-numbers li .current {
  font-weight: 700;
}
.page-numbers li:first-child {
  padding-left: 0;
}
.page-numbers li:first-child:before {
  display: none;
}

.red-list {
  margin: 1em;
  margin-left: 4px;
  list-style: none;
}
.red-list li {
  margin: 0 0 .5em;
  margin-top: -1px;
  background: url(images/bullet.gif) no-repeat 0px 8px;
  padding-left: 16px;
}

@media (min-width: 33.75em) {
  .flex-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-list li {
    width: 32%;
  }
}

.tabbed {
  list-style: none;
  margin: 0 0 -2px 0;
}
.tabbed li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1em;
  padding: .5em 0;
  font-weight: 600;
  border-bottom: 3px solid #ccc;
  margin-bottom: -1px;
}
@media (min-width: 25em) {
  .tabbed li {
    padding: .5em .5em;
  }
}
@media (min-width: 33.75em) {
  .tabbed li {
    padding: .5em 2em;
  }
}
@media (min-width: 45.25em) {
  .tabbed li {
    font-size: 1.4em;
  }
}
@media (min-width: 50em) {
  .tabbed li {
    font-size: 1.5em;
  }
}
.tabbed li:hover {
  border-bottom: 3px solid #cc3433;
  cursor: pointer;
}
.tabbed li a {
  color: #323232;
  display: block;
}
.tabbed li.active {
  border-bottom: 3px solid #cc3433;
}

/*FAQ List*/
.faq {
  background-color: #e9e9e9;
  padding: 1em;
  margin-bottom: .5em;
  position: relative;
}
.faq dt {
  font-size: 18px;
  color: #c63433;
  margin-left: 1em;
  cursor: pointer;
}
.faq dt:before {
  content: '';
  background: url("images/arrow.png");
  height: 10px;
  width: 10px;
  position: absolute;
  left: 1em;
  top: 24px;
}
.faq dt.open:before {
  background: url("images/arrowDown.png");
}
.faq dd {
  margin-left: 0;
  margin-top: 1.5em;
  display: none;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  width: auto;
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.assessment-catalog-table,
.assessment-catalog-table-alt {
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #183d48;
}
@media (min-width: 45.25em) {
  .assessment-catalog-table,
  .assessment-catalog-table-alt {
    margin: 0;
  }
}
.assessment-catalog-table td,
.assessment-catalog-table-alt td {
  background-color: white;
  vertical-align: top;
  display: block;
  padding: 6px;
  padding-left: 1em;
}
.assessment-catalog-table td:nth-child(2):before, .assessment-catalog-table td:nth-child(3):before, .assessment-catalog-table td:nth-child(4):before, .assessment-catalog-table td:nth-child(5):before, .assessment-catalog-table td:nth-child(6):before,
.assessment-catalog-table-alt td:nth-child(2):before,
.assessment-catalog-table-alt td:nth-child(3):before,
.assessment-catalog-table-alt td:nth-child(4):before,
.assessment-catalog-table-alt td:nth-child(5):before,
.assessment-catalog-table-alt td:nth-child(6):before {
  color: #cc3433;
  font-weight: 700;
  display: block;
  margin-left: -.5em;
}
.assessment-catalog-table td:nth-child(2):before,
.assessment-catalog-table-alt td:nth-child(2):before {
  content: 'Assessment';
}
.assessment-catalog-table td:nth-child(3):before,
.assessment-catalog-table-alt td:nth-child(3):before {
  content: 'Description';
}
.assessment-catalog-table td:nth-child(4):before,
.assessment-catalog-table-alt td:nth-child(4):before {
  content: 'Type';
}
.assessment-catalog-table td:nth-child(5):before,
.assessment-catalog-table-alt td:nth-child(5):before {
  content: 'Level';
}
.assessment-catalog-table td:nth-child(6):before,
.assessment-catalog-table-alt td:nth-child(6):before {
  content: 'Family';
}
@media (min-width: 45.25em) {
  .assessment-catalog-table td,
  .assessment-catalog-table-alt td {
    display: table-cell;
    padding-left: 6px;
  }
  .assessment-catalog-table td:nth-child(2):before, .assessment-catalog-table td:nth-child(3):before, .assessment-catalog-table td:nth-child(4):before, .assessment-catalog-table td:nth-child(5):before, .assessment-catalog-table td:nth-child(6):before,
  .assessment-catalog-table-alt td:nth-child(2):before,
  .assessment-catalog-table-alt td:nth-child(3):before,
  .assessment-catalog-table-alt td:nth-child(4):before,
  .assessment-catalog-table-alt td:nth-child(5):before,
  .assessment-catalog-table-alt td:nth-child(6):before {
    display: none;
  }
  .assessment-catalog-table td:nth-child(1),
  .assessment-catalog-table-alt td:nth-child(1) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .assessment-catalog-table td:nth-child(2),
  .assessment-catalog-table-alt td:nth-child(2) {
    width: 20%;
  }
  .assessment-catalog-table td:nth-child(3),
  .assessment-catalog-table-alt td:nth-child(3) {
    width: 30%;
  }
}
.assessment-catalog-table thead td,
.assessment-catalog-table-alt thead td {
  font-weight: 700;
  color: #cc3433;
  display: none;
}
@media (min-width: 45.25em) {
  .assessment-catalog-table thead td,
  .assessment-catalog-table-alt thead td {
    display: table-cell;
  }
}
.assessment-catalog-table label,
.assessment-catalog-table-alt label {
  text-transform: uppercase;
  display: inline;
  font-weight: 700;
  margin-left: .5em;
  color: #989898;
}
@media (min-width: 45.25em) {
  .assessment-catalog-table label,
  .assessment-catalog-table-alt label {
    display: none;
  }
}

.assessment-catalog-table-alt {
  background-color: white;
}
.assessment-catalog-table-alt td {
  background-color: #e9e9e9;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  border-color: #ccc #bbb #aaa;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus {
  border-color: #aaa #bbb #bbb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

.big-button,
.search-submit {
  background-color: #cc3433;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  height: 63px;
  padding: 0;
  text-shadow: none;
  text-transform: uppercase;
  width: 100%;
}
.big-button:hover,
.search-submit:hover {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #F0595A;
}
@media (min-width: 25em) {
  .big-button,
  .search-submit {
    width: 380px;
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.search-submit {
  margin-bottom: 1em;
}

@media (min-width: 45.25em) {
  .wide-button {
    width: 500px;
  }
}

.search-button {
  width: 100%;
}
@media (min-width: 45.25em) {
  .search-button {
    width: 190px;
  }
}

.more-info {
  padding: 0 12px;
  width: 100%;
}
@media (min-width: 25em) {
  .more-info {
    font-size: 30px;
  }
}
@media (min-width: 33.75em) {
  .more-info {
    font-size: 30px;
  }
}
@media (min-width: 45.25em) {
  .more-info {
    font-size: 20px;
  }
}
@media (min-width: 50em) {
  .more-info {
    font-size: 26px;
  }
}
@media (min-width: 66.375em) {
  .more-info {
    font-size: 30px;
  }
}

.btn {
  background-color: #cc3433;
  border: 1px solid #cc3433;
  color: white;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 700;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  	/*&:hover {
  		border: 1px solid $color_button-hover;
  		box-shadow: none;
  		background-color: white;
  		color: $color_button-hover;
  
  		&a:hover {
  		color: $color_button-hover;
  	}
  	}
  
  	a:hover {
  		color: $color_button-hover;
  	}*/
}
.btn:hover {
  border: 1px solid #F0595A;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #F0595A;
}

.outline-btn,
.outline-btn-small {
  background-color: white;
  border: 1px solid #cc3433;
  color: #cc3433;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 700;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
}
.outline-btn:hover,
.outline-btn-small:hover {
  border: 1px solid #F0595A;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: white;
  color: #F0595A;
}
.outline-btn:hovera:hover,
.outline-btn-small:hovera:hover {
  color: #F0595A;
}
.outline-btn a:hover,
.outline-btn-small a:hover {
  color: #F0595A;
}

.outline-btn-small {
  font-size: 18px;
}

fieldset {
  border: none;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
select,
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 40px;
  width: 100%;
  margin-bottom: 1em;
  vertical-align: top;
  font-size: 18px;
  font-size: 1.125rem;
  color: #989898;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  color: #111;
}

textarea {
  height: auto;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="password"],
select {
  padding-left: 5px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

input[type="checkbox"] {
  padding: 10px;
}

.checkbox-text {
  /* Checkbox text */
  font-size: 110%;
  display: inline;
  margin-left: 1em;
  line-height: 2;
}

@media (min-width: 45.25em) {
  .search-field {
    float: left;
    width: 50% !important;
    margin-right: 1em;
  }
}

@media (min-width: 45.25em) {
  select[name="archive-dropdown"] {
    width: 26%;
  }
}

/*.news-search {
	@include bp($medium-large) {
		float: right;
	}
}*/
@media (min-width: 25em) {
  .news-category-select,
  .news-search {
    text-align: center;
  }
}
@media (min-width: 45.25em) {
  .news-category-select,
  .news-search {
    text-align: left;
  }
}

@media (min-width: 52.5em) {
  .news-search {
    float: right;
  }
}

@media (min-width: 52.5em) {
  .news-search input[type="text"] {
    width: 302px;
  }
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="url"],
.contact-form input[type="password"],
.contact-form input[type="search"],
.contact-form input[type="tel"],
.contact-form select,
.request-demo-form input[type="text"],
.request-demo-form input[type="email"],
.request-demo-form input[type="url"],
.request-demo-form input[type="password"],
.request-demo-form input[type="search"],
.request-demo-form input[type="tel"],
.request-demo-form select {
  margin-bottom: 2em;
}

.request-demo-form {
  background-color: #183d48;
  color: white;
  text-align: left;
  padding: 4em 1.5em;
  max-width: 530px;
  margin: 0 auto;
}
.request-demo-form p {
  margin-bottom: 0;
}
@media (min-width: 45.25em) {
  .request-demo-form {
    margin-top: -150px;
  }
}

.assessment-catalog input[type="checkbox"] {
  margin-left: -.5em;
}
@media (min-width: 45.25em) {
  .assessment-catalog input[type="checkbox"] {
    margin-left: 0;
  }
}

.search-form-mobile {
  margin-top: 1em;
  margin-left: 15px;
}
.search-form-mobile input[type="search"] {
  height: 30px;
  border-color: #666666;
  border-radius: 0;
  width: 163px;
}
.search-form-mobile label {
  position: relative;
}
.search-form-mobile input[type="submit"] {
  visibility: hidden;
}
.search-form-mobile .search-toggle__mobile {
  position: absolute;
  top: 3px;
}
.search-form-mobile .search-toggle__mobile.active {
  background-color: transparent;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #cc3433;
  text-decoration: none;
}
a:visited {
  color: #cc3433;
}
a:hover, a:focus, a:active {
  color: #cc3433;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

.inline-block-link {
  display: inline-block;
  margin-top: 1em;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*.dropdown-menu {
	display: none;
}*/
.open > .dropdown-menu {
  display: block;
}

.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  position: relative;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  /*li:hover > ul,
  li.focus > ul {
  	left: auto;
  }*/
}
.main-navigation ul ul {
  position: absolute;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.65);
  top: 38px;
  left: -16px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  font-size: 12px;
  z-index: 99999;
  display: none;
}
@media (min-width: 50em) {
  .main-navigation ul ul {
    top: 44px;
  }
}
.main-navigation ul ul li {
  margin: 6px 0;
  border-left: 2px solid white;
  font-size: 12px;
}
.main-navigation ul ul li:hover {
  border-left: 2px solid #cc3433;
  background-color: #eeeeee;
  cursor: pointer;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
  padding: 5px 10px 5px 16px;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-post-ancestor > a,
.main-navigation .current-menu-parent > a,
.main-navigation .current-post-parent > a {
  		/*border-bottom: 2px solid;
    	font-weight: 700;*/
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.primary,
.secondary {
  clear: none;
  width: inherit;
}

.primary {
  display: none;
  width: 100%;
}
@media (min-width: 45.25em) {
  .primary {
    display: block;
    margin: 14px 0 15px;
  }
}
@media (min-width: 50em) {
  .primary {
    margin-bottom: 20px;
  }
}

.primary-navigation li {
  margin: 0 .5em;
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 50em) {
  .primary-navigation li {
    font-size: 1rem;
  }
}

.secondary {
  width: 100%;
  float: none;
  z-index: 2;
}

.secondary-navigation-container {
  height: 50px;
  background-color: #183d48;
}

.main-navigation .secondary-navigation {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media (min-width: 33.75em) {
  .main-navigation .secondary-navigation .current_page_item,
  .main-navigation .secondary-navigation .current-menu-item,
  .main-navigation .secondary-navigation .current_page_ancestor {
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.main-navigation .secondary-navigation .current_page_item a,
.main-navigation .secondary-navigation .current-menu-item a,
.main-navigation .secondary-navigation .current_page_ancestor a {
  border: none;
  color: white;
  font-weight: 700;
  text-shadow: 1px 2px 1px #cc3433;
}
@media (min-width: 33.75em) {
  .main-navigation .secondary-navigation .current_page_item a,
  .main-navigation .secondary-navigation .current-menu-item a,
  .main-navigation .secondary-navigation .current_page_ancestor a {
    color: #cc3433;
    text-shadow: none;
  }
}

.secondary-navigation {
  float: none;
  text-align: center;
}
.secondary-navigation li {
  display: inline-block;
  float: none;
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 0.9375em;
  position: relative;
  text-transform: uppercase;
  z-index: 150;
}
@media (min-width: 25em) {
  .secondary-navigation li {
    margin-left: 1.625em;
  }
}
@media (min-width: 45.25em) {
  .secondary-navigation li {
    margin-left: 2.125em;
  }
}
@media (min-width: 50em) {
  .secondary-navigation li {
    margin-left: 3.125em;
  }
}
.secondary-navigation li:first-child {
  margin-left: 0;
}
.secondary-navigation li a {
  color: white;
  padding: 0 8px 8px;
}

/* Paging Navigation */
.paging-navigation {
  display: inline-block;
}

.mobile-nav {
  width: 25px;
  min-width: 25px;
  display: block;
  float: left;
  margin: 0 8px 0 0;
  cursor: pointer;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (min-width: 20em) {
  .mobile-nav {
    margin: 0 19px 0 0;
  }
}
.mobile-nav a {
  display: inline-block;
}
@media (min-width: 45.25em) {
  .mobile-nav {
    display: none;
  }
}

.mobile-navigation {
  /* critical sizing and position styles */
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  margin: 0;
  padding: 0;
  /* non-critical appearance styles */
  list-style: none;
  background: white;
}
.mobile-navigation .current_page_item > a,
.mobile-navigation .current-menu-item > a,
.mobile-navigation .current_page_ancestor > a {
  font-weight: 700;
}
.mobile-navigation > li:nth-child(6),
.mobile-navigation > li:nth-child(7) {
  height: 39px;
}

/* Navigation Menu - List items */
.nav-item {
  /* non-critical appearance styles */
  width: 200px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #000;
}

.nav-item a {
  /* non-critical appearance styles */
  display: block;
  padding: 1em;
  background: -webkit-linear-gradient(315deg, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  color: white;
  text-decoration: none;
  -webkit-transition: color 0.2s, background 0.5s;
  transition: color 0.2s, background 0.5s;
}

.nav-item a:hover {
  color: #c74438;
  color: white;
  background: -webkit-linear-gradient(315deg, transparent 0%, rgba(24, 61, 72, 0.65) 100%);
  background: linear-gradient(135deg, transparent 0%, rgba(24, 61, 72, 0.65) 100%);
}

/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: white;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy a {
  display: block;
  color: #cc3433;
  margin: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  -webkit-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.pushy-submenu ul {
  padding-left: 15px;
  margin-left: 0;
  list-style: none;
  -webkit-transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu ul a {
  font-size: 14px;
  font-weight: 300;
}
.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}
.pushy-submenu button:hover {
  color: #FFF;
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
}

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open ul {
  max-height: 1000px;
  visibility: visible;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open > a {
  border-bottom: 1px solid #cc3433;
  color: #333333;
}
.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

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

/*--------------------------------------------------------------
# Global Classes
--------------------------------------------------------------*/
html, body {
  overflow-x: hidden;
}

.block {
  display: block;
}

.inline {
  display: inline-block;
}

.copyright {
  line-height: 38px;
}

.sep {
  display: none;
}
@media (min-width: 20em) {
  .sep {
    display: inline-block;
  }
}

.privacy-policy {
  display: block;
  line-height: normal;
  margin-bottom: 1em;
}
@media (min-width: 20em) {
  .privacy-policy {
    display: inline-block;
    margin-bottom: 0;
    line-height: inherit;
  }
}

.no-padding {
  margin-bottom: 0 !important;
}

.remove-padding {
  padding: 0 !important;
}

.remove-bottom-padding {
  padding-bottom: 0 !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none !important;
}

.no-margin {
  margin: 0 !important;
}

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

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

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

.bold {
  font-weight: 700;
}

.two-em-right-margin {
  margin-right: 2em !important;
}

.top-margin {
  margin-top: 20px !important;
}

.extra-margin {
  margin-top: 4em;
}

.no-top-margin {
  margin-top: 0 !important;
}

.red-bar,
.red {
  color: #cc3433;
}

.post-navigation {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Structural Layout
--------------------------------------------------------------*/
.site-header {
  margin: 0 auto;
  min-height: 72px;
  position: relative;
}

.container,
.container-alt,
.container-copy {
  max-width: 65.3125em;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 66.375em) {
  .container,
  .container-alt,
  .container-copy {
    padding: 0;
  }
}

.container-alt {
  padding: 0 2px;
}

.container-copy {
  margin-bottom: 56px;
}
.container-copy h1 {
  margin: 50px 0 15px 0;
  color: #333333;
  font-size: 36px;
}
.container-copy h2 {
  margin-top: 38px;
  margin-bottom: 30px;
}
.container-copy h3 {
  font-size: 24px;
  margin-top: 55px;
}

.header {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 45.25em) {
  .header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.content {
  margin-top: 50px;
}

.content .page-feature {
  padding: 70px 0;
}
.content .page-feature .container-alt {
  padding: 0 20px;
  max-width: 100%;
}
@media (min-width: 66.375em) {
  .content .page-feature .container-alt {
    padding: 0;
    max-width: 65.3125em;
  }
}

.services-hero.services-hero {
  min-height: 440px;
  background-color: lightgray;
  padding: 50px 0;
}
.services-hero.services-hero .hero-title {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  text-align: left;
}
.services-hero.services-hero .hero-title span {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-top: -6px;
}
.services-hero.services-hero .hero-cta {
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 45.25em) {
  .services-hero.services-hero .hero-cta {
    width: 50%;
  }
}
.services-hero.services-hero .hero-copy {
  font-size: 16px;
  color: #333333;
}
@media (min-width: 45.25em) {
  .services-hero.services-hero .hero-copy {
    width: 50%;
  }
}

/*---- Flex Container */
@media (min-width: 33.75em) {
  .flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 1em 1.5em 1em;
  }
}
.flex-container.align-content-top {
  -webkit-box-align: initial;
  -webkit-align-items: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

.flex-container div {
  margin: 1em 0;
}
.flex-container div:first-child {
  margin: 0;
}
@media (min-width: 33.75em) {
  .flex-container div {
    padding-left: 1em;
    margin: 0;
  }
  .flex-container div:first-child {
    padding-left: 0;
  }
}
.flex-container div.logo-footer {
  padding: 1em;
}
@media (min-width: 33.75em) {
  .flex-container div.logo-footer {
    padding: 0 0 0 1em;
  }
}
@media (min-width: 50em) {
  .flex-container div.logo-footer {
    padding-left: 4em;
    margin: 0;
  }
  .flex-container div.logo-footer:first-child {
    padding-left: 0;
  }
}

@media (min-width: 52.5em) {
  .flex-logo {
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 20em) {
  .logo-footer > img {
    width: 50%;
  }
}
@media (min-width: 33.75em) {
  .logo-footer > img {
    width: 100%;
  }
}

.logo-border {
  border-top: 1px solid #cc3433;
  width: 50%;
  margin: 0 auto;
  padding-top: 1.5em;
}

@media (min-width: 33.75em) {
  .key-features,
  .benefits {
    width: 50%;
  }
}

.benefits-wide {
  width: 100%;
}

@media (min-width: 33.75em) {
  .case-study-wrapper,
  .category-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.category-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1em;
}
@media (min-width: 33.75em) {
  .category-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.case-study-preview {
  max-width: 250px;
  border: 1px solid #ccc;
  padding: 0 15px 15px;
  height: 300px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.case-study-preview > div:first-child {
  margin: 15px;
  padding-top: 10px;
}
@media (min-width: 33.75em) {
  .case-study-preview {
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 0;
  }
}

@media (min-width: 33.75em) {
  .case-study-preview:nth-child(odd) {
    margin-left: 0;
  }
}
@media (min-width: 45.25em) {
  .case-study-preview:nth-child(2n) {
    margin-right: 15px;
  }
}
@media (min-width: 50.3125em) {
  .case-study-preview:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 50.3125em) {
  .case-study-preview:nth-child(3n) {
    margin-left: 15px;
  }
}
@media (min-width: 50.3125em) {
  .case-study-preview:nth-child(4n) {
    margin-left: 0;
  }
}
@media (min-width: 66.375em) {
  .case-study-preview:nth-child(4n) {
    margin-left: 15px;
  }
}
@media (min-width: 50.3125em) {
  .case-study-preview:nth-child(5n), .case-study-preview:nth-child(8n) {
    margin-left: 15px;
  }
}
@media (min-width: 66.375em) {
  .case-study-preview:nth-child(5n) {
    margin-left: 0;
  }
}
@media (min-width: 66.375em) {
  .case-study-preview:nth-child(7n) {
    margin-left: 15px;
  }
}
@media (min-width: 66.375em) {
  .case-study-preview:nth-child(9n) {
    margin-left: 0;
  }
}
@media (min-width: 50.3125em) {
  .case-study-preview:nth-child(10n) {
    margin-left: 0;
  }
}
@media (min-width: 66.375em) {
  .case-study-preview:nth-child(10n) {
    margin-left: 15px;
  }
}
@media (min-width: 50.3125em) {
  .case-study-preview:nth-child(11n), .case-study-preview:nth-child(12n) {
    margin-left: 15px;
  }
}

.box-container {
  width: 165px;
  margin: 4px 4px 20px;
}
.box-container a {
  font-weight: bold;
}
.box-container .title-container {
  text-align: center;
}

.news-box,
.whitepaper-box,
.events-box {
  background-color: #333333;
  text-align: center;
  padding: 24px 10px;
  margin-bottom: 15px;
}

.whitepaper-box {
  background-color: #666666;
}

.events-box {
  background-color: #cc3433;
  margin-bottom: 24px;
}

.event-webcast {
  padding-bottom: 5px;
}

.webcast-title {
  margin-top: -5px;
  color: white;
  display: block;
  font-weight: bold;
}

/*---- Logo Styles */
@media (min-width: 45.25em) {
  .logo-wrapper {
    text-align: center;
    width: 100%;
  }
}

.logo-wrapper a {
  display: inline-block;
}

/*---- Footer Styles */
.site-footer {
  background-color: #183d48;
  color: white;
  padding-top: 1.125em;
  min-height: 4.75em;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 33.75em) {
  .site-footer {
    text-align: left;
  }
}

.social-links {
  display: block;
}
@media (min-width: 33.75em) {
  .social-links {
    display: inline;
    float: left;
    margin-right: 1.625em;
  }
}

.band {
  padding: 85px 0;
}

.small-band {
  padding: 50px 0;
}

@media (min-width: 20em) {
  .skinny-band {
    padding: 20px 0;
  }
}

.gray-banner,
.dark-banner {
  background-color: #cecece;
  padding-top: 38px;
  padding-bottom: 50px;
}

.dark-banner {
  background-color: #183d48;
}
.dark-banner h2,
.dark-banner li {
  color: white;
}

.dark-blue-banner {
  background-color: #183d48;
  color: white;
}
.dark-blue-banner .grid-title {
  color: white;
}

.thick-banner {
  min-height: 800px;
}

/*---- Red Banner Styles */
.red-banner {
  background-color: #cc3433;
  color: white;
  padding: 1em 0;
}
.red-banner .img-wrapper {
  float: none;
  text-align: center;
}
@media (min-width: 25em) {
  .red-banner .img-wrapper {
    float: left;
    text-align: left;
    margin-right: 1em;
  }
}
@media (min-width: 33.75em) {
  .red-banner .img-wrapper {
    margin-right: 2em;
  }
}
.red-banner .container {
  max-width: 52em;
}
.red-banner .container a {
  color: white;
}
.red-banner .copy,
.red-banner .heading {
  float: none;
  width: 100%;
}
@media (min-width: 25em) {
  .red-banner .heading {
    width: 70%;
    float: left;
  }
}
.red-banner .copy p {
  margin-bottom: 0;
}
@media (min-width: 25em) {
  .red-banner .copy {
    clear: left;
    padding-top: .5em;
  }
}
@media (min-width: 33.75em) {
  .red-banner .copy {
    clear: none;
    float: left;
    padding-top: 0;
    width: 70%;
  }
}
@media (min-width: 50em) {
  .red-banner .copy {
    width: 88%;
  }
}

.partner-list {
  font-size: 12px;
  font-size: 0.75rem;
}
.partner-list li {
  padding-left: 0.5em;
}
.partner-list li:before {
  content: '\2022';
  margin-right: 0.5em;
}
.partner-list li:first-child:before {
  margin-right: 0;
  content: '';
  display: none;
}

.circle {
  background-color: #cc3433;
  color: white;
  width: 130px;
  height: 130px;
  border-radius: 65px;
  margin: 0 auto;
  font-size: 55px;
  font-size: 3.4375rem;
  text-align: center;
  padding-top: 25px;
}

.testimonials {
  position: relative;
}
@media (min-width: 91.25em) {
  .testimonials:after, .testimonials:before {
    content: '';
    display: block;
    width: 153px;
    height: 120px;
    position: absolute;
  }
}
@media (min-width: 91.25em) {
  .testimonials:after {
    background: url("images/bottomQuote.gif") no-repeat;
    right: -180px;
    bottom: 150px;
  }
}
@media (min-width: 91.25em) {
  .testimonials:before {
    background: url("images/topQuote.gif") no-repeat;
    left: -180px;
    top: 40px;
  }
}

.portrait-container {
  width: 100%;
  margin-bottom: 45px;
}

/*---- Assessment Catalog Pagination */
.prev-container,
.next-container {
  width: 20%;
}

.pages-container {
  width: 60%;
}

.supporting-image.supporting-image {
  text-align: center;
}
@media (min-width: 45.25em) {
  .supporting-image.supporting-image img {
    margin-top: 2em;
  }
}

.software-page p {
  margin: 1.5em 0;
}

@media (min-width: 45.25em) {
  .software-page .supporting-image img {
    margin-top: 4em;
  }
}

.phone-image {
  max-height: 320px;
}
@media (min-width: 45.25em) {
  .phone-image {
    margin-left: -7em;
  }
}

@media (min-width: 20em) {
  .tabbed-border {
    border-bottom: 3px solid #ccc;
  }
}

.onboarding-content,
.development-content {
  display: none;
}

.page-copy {
  display: block;
}
.page-copy div:nth-child(2) {
  text-align: center;
}
.page-copy p {
  color: #666;
}
.page-copy.darker-text p {
  color: #333333;
}
@media (min-width: 33.75em) {
  .page-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page-copy > div {
    width: 50%;
  }
  .page-copy div:nth-child(2) {
    -webkit-align-self: top;
    -ms-flex-item-align: top;
    align-self: top;
    text-align: center;
  }
}
.page-copy .centered {
  text-align: center;
}
.page-copy .icon-container > img {
  max-width: 250px;
}

.services-key-features,
.career-benefits {
  display: block;
  text-align: center;
  margin-bottom: 70px;
}
.services-key-features > div img,
.career-benefits > div img {
  max-width: 100px;
  margin-bottom: 30px;
}
@media (min-width: 33.75em) {
  .services-key-features,
  .career-benefits {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .services-key-features > div,
  .career-benefits > div {
    width: 32%;
  }
  .services-key-features div:nth-child(1),
  .services-key-features div:nth-child(2),
  .services-key-features div:nth-child(3),
  .career-benefits div:nth-child(1),
  .career-benefits div:nth-child(2),
  .career-benefits div:nth-child(3) {
    margin-bottom: 95px;
  }
}

.career-benefits > div img {
  max-width: inherit;
  margin-bottom: 0;
}
@media (min-width: 33.75em) {
  .career-benefits div {
    margin-bottom: 95px;
  }
  .career-benefits div:nth-child(7),
  .career-benefits div:nth-child(8),
  .career-benefits div:nth-child(9) {
    margin-bottom: 0;
  }
}

.pricing-container {
  display: block;
  text-align: center;
}
@media (min-width: 33.75em) {
  .pricing-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 66.375em) {
  .pricing-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.pricing-container .package {
  margin-top: 6px;
  margin-left: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pricing-container .package:first-child {
  margin-left: 0;
}
@media (min-width: 33.75em) {
  .pricing-container .package {
    width: 47%;
  }
}
@media (min-width: 50em) {
  .pricing-container .package {
    width: 32%;
  }
}
@media (min-width: 66.375em) {
  .pricing-container .package {
    width: 18%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.pricing-container .package a {
  color: white;
  text-decoration: underline;
}
.pricing-container .package div {
  background-color: #183c48;
  background-color: #1f3863;
  color: white;
}
.pricing-container .package .price-structure {
  background-color: #03202a;
  background-color: #2e5496;
  color: white;
}
.pricing-container .package .job-profile-info {
  background-color: #4471c4;
}
.pricing-container .package .package-list {
  padding: 0;
}
.pricing-container .package .package-list p {
  padding: 6px 10px 6px;
  margin-bottom: 0;
  					/*&:nth-child(1),
  					&:nth-child(4),
  					&:nth-child(6),
  					&:nth-child(7) {
  						background-color: #cfd4ea;
      				color: black;
  					}
  
  					&:nth-child(2),
  					&:nth-child(3),
  					&:nth-child(5),
  					&:nth-child(8) {
  						background-color: #e9ebf5;
      				color: black;
  					}*/
}
.pricing-container .package .package-list p:nth-child(odd) {
  background-color: #cfd4ea;
  color: black;
}
.pricing-container .package .package-list p:nth-child(even) {
  background-color: #e9ebf5;
  color: black;
}
.pricing-container .package > div {
  padding: 10px;
  margin-top: 1px;
}
.pricing-container .package p {
  margin-bottom: 6px;
}
.pricing-container .package-type h2 {
  margin: 0;
  text-transform: uppercase;
}
.pricing-container .price-structure {
  background-color: #d1d8da;
  color: #183c48;
  font-size: 24px;
  font-weight: bold;
}
.pricing-container .job-profile-number {
  font-size: 24px;
}
.pricing-container .unlimited-participants {
  font-size: 12px;
}

.pricing-disclaimer {
  font-size: 12px;
  color: #666;
  margin-top: 2em;
}

.integrations-container {
  display: block;
}
@media (min-width: 25em) {
  .integrations-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.integrations-container > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-top: 1em;
  padding: 3em 1em;
}
.integrations-container > div a {
  display: block;
}
@media (min-width: 25em) {
  .integrations-container > div {
    width: 48%;
  }
}
@media (min-width: 45.25em) {
  .integrations-container > div {
    width: 32%;
  }
}
@media (min-width: 52.5em) {
  .integrations-container > div {
    width: 23%;
  }
}

.supported-integrations h1,
.supported-integrations p {
  text-align: left;
}
.supported-integrations h1 {
  margin-bottom: 0;
}
@media (min-width: 45.25em) {
  .supported-integrations p {
    width: 50%;
  }
}

.talent-assessment {
  display: block;
}
@media (min-width: 33.75em) {
  .talent-assessment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 52.5em) {
  .talent-assessment {
    margin-top: 69px;
  }
}
.talent-assessment > div {
  background-color: white;
  text-align: center;
  border-top: 8px solid #183d48;
  margin: 1em auto;
  max-width: 300px;
  padding: .5em;
}
.talent-assessment > div:first-child {
  margin-top: 0;
}
@media (min-width: 33.75em) {
  .talent-assessment > div:first-child {
    margin-top: 1em;
  }
}
.talent-assessment > div:hover {
  -webkit-transition: all .3s  ease-out;
  transition: all .3s  ease-out;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.45);
  border-top: 8px solid #901E1E;
  border-top-color: #901E1E;
}
@media (min-width: 33.75em) {
  .talent-assessment > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-top: 0;
    max-width: inherit;
    margin: 1em 0 0;
  }
}
@media (min-width: 52.5em) {
  .talent-assessment > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
  }
}
.talent-assessment > div img {
  max-width: 100px;
}
.talent-assessment > div p {
  margin-bottom: 0;
}
.talent-assessment .get-started {
  text-align: left;
  background-color: #901E1E;
  color: white;
  border-top-color: #901E1E;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (min-width: 52.5em) {
  .talent-assessment .get-started {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.talent-assessment .get-started h3,
.talent-assessment .get-started p {
  color: white;
}
.talent-assessment .get-started h3 {
  margin-bottom: 1em;
  font-size: 20px;
}
.talent-assessment .get-started p {
  font-size: 18px;
}
@media (min-width: 52.5em) {
  .talent-assessment .get-started p.solutions {
    width: 75%;
  }
}
.talent-assessment a {
  color: #333333;
  display: block;
  padding: 2em;
}

.get-started-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 52.5em) {
  .get-started-text {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.get-started-text img {
  margin-left: .5em;
}

.partners-heading {
  margin-top: 55px;
}

.partners-homepage {
  display: block;
  margin-top: 50px;
}
@media (min-width: 33.75em) {
  .partners-homepage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 45.25em) {
  .partners-homepage {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 66.375em) {
  .partners-homepage {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.partners-homepage > div {
  background-color: #e8e8e8;
  -webkit-box-shadow: 1px -1px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px -1px 3px 0px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  text-align: center;
  max-width: 250px;
  margin: 1em auto;
}
@media (min-width: 33.75em) {
  .partners-homepage > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: inherit;
  }
}
@media (min-width: 45.25em) {
  .partners-homepage > div {
    margin: .5em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
  }
}
@media (min-width: 52.5em) {
  .partners-homepage > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18%;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
  }
}
@media (min-width: 66.375em) {
  .partners-homepage > div {
    margin-left: 0;
    margin-right: 0;
  }
}
.partners-homepage > div a {
  display: block;
  padding: 4em 10px;
}

.view-more-partners {
  font-size: 24px;
  margin-top: .5em;
}
.view-more-partners:hover {
  text-decoration: underline;
}

.testimonial-homepage {
  text-align: center;
  margin-top: 112px;
  margin-bottom: 100px;
}
.testimonial-homepage .quote {
  font-size: 36px;
  position: relative;
  display: block;
}
@media (min-width: 52.5em) {
  .testimonial-homepage .quote {
    width: 94%;
    margin: 0 auto;
  }
}
.testimonial-homepage .quote:before {
  content: '';
  background: url("images/quotes1.png");
  width: 114px;
  height: 103px;
  position: absolute;
  top: -37px;
  left: 0;
  z-index: -1;
}
@media (min-width: 52.5em) {
  .testimonial-homepage .quote:before {
    left: -30px;
  }
}
.testimonial-homepage .quote:after {
  content: '';
  background: url("images/quotes2.png");
  width: 114px;
  height: 103px;
  position: absolute;
  right: 0;
  z-index: -1;
}
@media (min-width: 52.5em) {
  .testimonial-homepage .quote:after {
    right: -30px;
  }
}
.testimonial-homepage .source {
  font-size: 21px;
  color: #666666;
  margin-top: 1em;
}

.job-details-container {
  margin: 35px 0;
}

.job-details {
  color: #666666;
}
.job-details h1 {
  margin: 0;
}
.job-details h2, .job-details h3, .job-details h4, .job-details h5 {
  color: #333333;
}
.job-details .jobs-breadcrumb {
  margin-bottom: .5em;
}
.job-details .jobs-breadcrumb a:hover {
  text-decoration: underline;
}
.job-details .job-cat-loc {
  margin-top: -5px;
}
.job-details .learn-more {
  display: block;
  text-align: center;
}

.current-openings {
  display: block;
  margin-top: 3em;
}
@media (min-width: 33.75em) {
  .current-openings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.current-openings div {
  margin-bottom: 2em;
}
@media (min-width: 33.75em) {
  .current-openings div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
}
@media (min-width: 45.25em) {
  .current-openings div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
  }
}
.current-openings div p {
  color: #666666;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 0;
}
.current-openings div a {
  display: block;
}
.current-openings div a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Page Headers
--------------------------------------------------------------*/
.page-feature {
  background-color: #183d48;
  color: white;
  margin-top: -50px;
  padding: 38px 0 25px;
  text-align: center;
}
.page-feature p {
  margin-bottom: 0;
}
.page-feature .title-band {
  color: white;
}
@media (min-width: 45.25em) {
  .page-feature {
    padding-bottom: 100px;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media (min-width: 45.25em) {
  .page-feature .big-button {
    margin-top: 70px;
  }
}
.page-feature .title,
.page-feature .title-alt {
  font-weight: 700;
}
.page-feature .title-alt {
  margin-top: 16px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Grid System
--------------------------------------------------------------*/
.wrapper {
  width: 100%;
  margin: 0 auto;
  margin-top: 22px;
  margin-bottom: 40px;
}
@media (min-width: 25em) {
  .wrapper {
    margin-top: 50px;
  }
}
@media (min-width: 45.25em) {
  .wrapper {
    margin-top: 105px;
  }
}

[class*='column-'] {
  min-height: 1px;
  padding: 1em 0;
  float: none;
  margin: 0 auto;
  /*text-align: center;*/
  text-align: inherit;
  vertical-align: middle;
}
@media (min-width: 33.75em) {
  [class*='column-'] {
    float: left;
    width: 100%;
  }
}
@media (min-width: 45.25em) {
  [class*='column-'] {
    padding: 1em;
  }
}

@media (min-width: 45.25em) {
  .thick-row {
    margin-top: 98px;
  }
}

@media (min-width: 45.25em) {
  .medium-row {
    margin-top: 45px;
  }
}

.category {
  margin-top: 0;
}
.category .row {
  margin-top: 50px;
}
.category .row:first-child {
  margin-top: 0;
}

@media (min-width: 45.25em) {
  .column-1 {
    width: 8.33333%;
  }

  .column-2 {
    width: 16.66667%;
  }

  .column-3 {
    width: 25%;
  }

  .column-4 {
    width: 33.33333%;
  }

  .column-5 {
    width: 41.66667%;
  }

  .column-6 {
    width: 50%;
  }

  .column-7 {
    width: 58.33333%;
  }

  .column-8 {
    width: 66.66667%;
  }

  .column-9 {
    width: 75%;
  }

  .column-10 {
    width: 83.33333%;
  }

  .column-11 {
    width: 91.66667%;
  }

  .column-12 {
    width: 100%;
  }
}
.column-3-modified {
  padding: 0;
  margin-bottom: 80px;
  max-width: 302px;
}
@media (min-width: 33.75em) {
  .column-3-modified {
    margin-left: 6.5%;
    width: 29%;
  }
  .column-3-modified:first-child {
    margin-left: 0;
  }
}
@media (min-width: 45.25em) {
  .column-3-modified {
    margin-bottom: 125px;
    width: 28.9%;
    margin-left: 69.5px;
    margin-left: 6.65%;
  }
  .column-3-modified:nth-child(3n) {
    margin-left: 6.65%;
    clear: none;
  }
  .column-3-modified:nth-child(4n) {
    margin-left: 0;
  }
}

@media (min-width: 45.25em) {
  .centered-column {
    margin-top: -50px;
  }
}

/*--------------------------------------------------------------
## Global Search Styles
--------------------------------------------------------------*/
.nav-menu-search {
  margin-left: .5em !important;
}
@media (min-width: 50em) {
  .nav-menu-search {
    margin-left: 1em !important;
  }
}

.hide {
  display: none;
}

.search-toggle:before,
.search-toggle__mobile:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  text-decoration: inherit;
  vertical-align: text-bottom;
}

/* Search in the header */
.search-toggle,
.search-toggle__mobile {
  cursor: pointer;
  float: right;
  text-align: center;
  width: 34px;
  color: #cc3433;
}

.search-toggle.active,
.search-toggle__mobile.active {
  background-color: #e9e9e9;
}

.search-toggle:before,
.search-toggle__mobile:before {
  color: #fff;
  content: "\f400";
  font-size: 20px;
  color: #cc3433;
}

.search-toggle .screen-reader-text,
.search-toggle__mobile .screen-reader-text {
  left: 5px;
  /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 24px;
  right: 0;
  /*width: 100%;*/
  z-index: 10;
}

.search-box {
  background-color: white;
  padding: 12px;
  background-color: #e9e9e9;
  height: 50px;
}

.search-box .search-field {
  background-color: #fff;
  float: right;
  font-size: 16px;
  padding: 2px 2px 3px 6px;
  width: 100%;
  width: auto !important;
  height: 20px;
  margin: 0 20px;
}

.search-box input[type="submit"] {
  display: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*# sourceMappingURL=style.css.map */
