/*!
Theme Name: Coursera Blog Theme
Description: Coursera Blog Theme for use as Child Theme of the Genesis Framework.
Author: Creens | Lindsey Obermeier
Author URI: http://creens.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0

Template: genesis
*/
/* ==========================================================================
   Mixins
   ========================================================================== */
/* Mixin for easy media queries
 * @include bp(tablet) { SCSS here }; */
/* Mixin for button 
@include button*/
/* ==========================================================================
   Variables
   ========================================================================== */
/* # Genesis Framework
Theme Name: Genesis
Theme URI: http://my.studiopress.com/themes/genesis/
Description: The industry standard for Premium WordPress Themes. Please do not modify this style sheet, as it might get overridden in updates.
Author: StudioPress
Author URI: http://www.studiopress.com/
Version: 2.1.2
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # WARNING

This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. Please do all modifications in the form of a child theme.
Copy the contents of this file to the child theme. Do not use @import, as the CSS included with Genesis might change in the future.

*/
/* # Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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: 0 0; }

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

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

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

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

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

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

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
body {
  margin: 0; }

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

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

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

a {
  color: #e5554e;
  text-decoration: none; }

a:hover {
  color: #333; }

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

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

li {
  list-style-type: none; }

b,
strong {
  font-weight: 700; }

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

blockquote {
  margin: 40px; }

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

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

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

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

img {
  height: auto; }

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

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center; }

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

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

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

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

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

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

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

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

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px; }

.gallery img:hover {
  border: 1px solid #999; }

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  padding: 16px;
  width: 100%; }

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

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

::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #333;
  font-weight: 300; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto; }

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #e5554e;
  color: #fff; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #e5554e;
  color: #fff; }

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

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
  background-color: #fff;
  color: #333; }

.button {
  display: inline-block; }

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

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

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

td,
th {
  text-align: left; }

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

th {
  font-weight: 400; }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto; }

.site-inner {
  clear: both;
  padding-top: 40px; }

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 980px; }

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

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

/* ### Content */
.content {
  float: right;
  width: 800px; }

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 580px; }

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

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px; }

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

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px; }

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

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

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

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

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

.one-fourth {
  width: 23.076923076923077%; }

.three-fourths {
  width: 74.35897435897436%; }

.one-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

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

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

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

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

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

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

.archive-description,
.author-box {
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 40px;
  padding: 40px; }

.author-box-title {
  font-size: 16px;
  margin-bottom: 4px; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

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

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

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

/* ## Titles
--------------------------------------------- */
.archive-title {
  font-size: 20px; }

.entry-title {
  font-size: 36px; }

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

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

.widget-title {
  font-size: 18px;
  margin-bottom: 20px; }

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

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

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

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

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

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

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

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

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

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

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

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

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

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

.widget_calendar table {
  width: 100%; }

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

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

.footer-widgets .entry {
  border-bottom: 1px dotted #666; }

.featured-content .entry-title {
  font-size: 20px; }

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

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

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

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

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

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

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

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

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff; }

.site-header .wrap {
  padding: 40px 0; }

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 10px 0;
  width: 360px; }

.header-full-width .title-area {
  width: 100%; }

.site-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2; }

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

.header-image .site-title > a {
  background: url(images/logo.png) no-repeat left;
  float: left;
  min-height: 60px;
  width: 100%; }

.site-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5; }

.site-description,
.site-title {
  margin-bottom: 0; }

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

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

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  line-height: 1;
  width: 100%; }

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

.genesis-nav-menu a {
  color: #333;
  display: block;
  padding: 30px 24px; }

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

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

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

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px; }

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

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

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

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

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0; }

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

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

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

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

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

.site-header .genesis-nav-menu li li {
  margin-left: 0; }

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

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

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

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

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff; }

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

.content .entry {
  background-color: #fff; }

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

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

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

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

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

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  margin-bottom: 0; }

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

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 24px; }

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

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

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

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 8px 12px; }

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #e5554e; }

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px; }

.comment-respond,
.entry-pings {
  padding: 40px 40px 16px; }

.entry-comments {
  padding: 40px; }

.comment-header {
  font-size: 16px; }

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

.comment-content {
  clear: both; }

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

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

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

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

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

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

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px; }

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px; }

.sidebar li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px; }

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

.sidebar .widget {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 40px; }

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #333;
  clear: both;
  padding-top: 40px; }

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

.footer-widgets input {
  border: 1px solid #333; }

.footer-widgets a.button,
.footer-widgets a:hover {
  color: #fff; }

.footer-widgets li {
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
  padding-bottom: 10px; }

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

.footer-widgets p:last-child {
  margin-bottom: 0; }

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

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

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

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

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 40px 0;
  text-align: center; }

.site-footer p {
  margin-bottom: 0; }

/* ==========================================================================
   Body
   ========================================================================== */
html, body {
  overflow-x: hidden; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 30px !important;
  color: #1f1f1f;
  background: white; }

.fouc-fix {
  display: none; }

/* ==========================================================================
   Selection Highlights
   ========================================================================== */
::-moz-selection {
  color: #1f1f1f;
  background: #4A89DC;
  text-shadow: none; }

::selection {
  color: #1f1f1f;
  background: #4A89DC;
  text-shadow: none; }

/* ==========================================================================
   Links
   ========================================================================== */
a,
a:visited {
  color: #4A89DC; }

a:hover {
  text-decoration: none; }

/* ==========================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 24px; }
  h3.mission-statement {
    font-family: "Merriweather", serif;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    color: #43c3be;
    /*background: linear-gradient(to right, #48CFAD 0%, #3BAFDA 100%);
    background: -moz-linear-gradient(45deg, #48CFAD 0%, #3BAFDA 100%);
    -webkit-background-clip: text; technique not working with Safari*/ }

h4 {
  font-size: 14px;
  color: #4A89DC;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0; }

p {
  margin: 0px; }
  p.mission-descript {
    margin-top: 20px; }

button {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  color: white;
  padding: 10px 20px;
  margin: 10px 0 0;
  background: #4A89DC;
  border-radius: 3px; }
  button a {
    color: white !important;
    font-size: 18px !important;
    font-weight: 400 !important; }
    button a:hover {
      text-decoration: none; }
  button:hover {
    background: #276ecc; }

/* ==========================================================================
   Non-Mobile Devices
   ========================================================================== */
@media (min-width: 768px) {
  h3.mission-statement {
    font-size: 48px;
    line-height: 60px; } }
/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  /** No JS **/
  /** JS **/ }
  .site-header .wrap {
    display: none; }
  .site-header .desktop-header {
    background: #4A89DC;
    height: 10px; }
    .site-header .desktop-header .items {
      display: none; }
  .site-header .header-container {
    padding-bottom: 15px;
    margin: 20px 0;
    background: white;
    position: relative; }
    .site-header .header-container .items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .site-header .header-container .items .logo {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 10px; }
        .site-header .header-container .items .logo a {
          font-family: "Merriweather", serif;
          font-size: 25px;
          font-weight: 400;
          color: #4A89DC;
          -webkit-text-fill-color: transparent;
          background: transparent;
          background: -webkit-linear-gradient(-135deg, #4A89DC 0%, #4FC1E9 100%);
          background: -moz-linear-gradient(-135deg, #4A89DC 0%, #4FC1E9 100%);
          -webkit-background-clip: text; }
          .site-header .header-container .items .logo a span {
            font-weight: 700;
            margin-left: -2px; }
          .site-header .header-container .items .logo a:hover {
            text-decoration: none; }
      .site-header .header-container .items .nav {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2; }
  .site-header .sticky-wrapper {
    height: 53px !important; }
    .site-header .sticky-wrapper .header-container {
      padding-bottom: 15px;
      margin: 20px 0;
      background: white;
      position: relative; }
      .site-header .sticky-wrapper .header-container .items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; }
        .site-header .sticky-wrapper .header-container .items .logo {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -moz-order: 1;
          -ms-flex-order: 1;
          order: 1;
          margin-left: 10px; }
          .site-header .sticky-wrapper .header-container .items .logo a {
            font-family: "Merriweather", serif;
            font-size: 25px;
            font-weight: 400;
            color: #4A89DC;
            -webkit-text-fill-color: transparent;
            background: transparent;
            background: -webkit-linear-gradient(-135deg, #4A89DC 0%, #4FC1E9 100%);
            background: -moz-linear-gradient(-135deg, #4A89DC 0%, #4FC1E9 100%);
            -webkit-background-clip: text; }
            .site-header .sticky-wrapper .header-container .items .logo a span {
              font-weight: 700;
              margin-left: -2px; }
            .site-header .sticky-wrapper .header-container .items .logo a:hover {
              text-decoration: none; }
        .site-header .sticky-wrapper .header-container .items .nav {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -moz-order: 2;
          -ms-flex-order: 2;
          order: 2; }
    .site-header .sticky-wrapper.is-sticky .header-container {
      margin: 0;
      padding: 20px 15px;
      border-top: #4A89DC solid 10px;
      background: white;
      position: relative;
      z-index: 10000 !important;
      box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.24); }
      .site-header .sticky-wrapper.is-sticky .header-container .logo {
        margin-left: 0 !important; }

/* ==========================================================================
   Non-Mobile Devices
   ========================================================================== */
@media (min-width: 768px) {
  .site-header {
    /** No JS */
    /** JS */ }
    .site-header .desktop-header {
      height: 36px; }
      .site-header .desktop-header .items {
        display: flex;
        height: 36px; }
        .site-header .desktop-header .items .logo img {
          width: 100%;
          height: auto; }
    .site-header .header-container .items {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start; }
      .site-header .header-container .items .logo, .site-header .header-container .items .nav {
        -webkit-align-self: center;
        -moz-align-self: center;
        -ms-flex-item-align: center;
        align-self: center; }
      .site-header .header-container .items .logo a {
        font-size: 45px; }
    .site-header .sticky-wrapper {
      height: 119px !important; }
      .site-header .sticky-wrapper .header-container {
        padding-bottom: 0;
        margin: 45px 0 0; }
        .site-header .sticky-wrapper .header-container .items {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          justify-content: flex-start; }
          .site-header .sticky-wrapper .header-container .items .logo, .site-header .sticky-wrapper .header-container .items .nav {
            -webkit-align-self: center;
            -moz-align-self: center;
            -ms-flex-item-align: center;
            align-self: center; }
          .site-header .sticky-wrapper .header-container .items .logo a {
            font-size: 45px; } }
@media (min-width: 1024px) {
  .site-header {
    margin-bottom: 0; }
    .site-header .sticky-wrapper {
      height: auto !important; } }
/* about */
/* ==========================================================================
   Header
   ========================================================================== */
.about-header {
  padding: 20px 15px;
  max-height: 61px;
  background-color: #f5f5f5;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12); }
  .about-header .about-container .items .logo {
    float: left;
    position: relative;
    z-index: 1000; }
    .about-header .about-container .items .logo img {
      width: 128px;
      height: auto; }
  .about-header .wrap {
    display: none; }

/* ==========================================================================
   Non-Mobile Devices
   ========================================================================== */
@media (min-width: 768px) {
  .about-header {
    padding: 23px 15px; }
    .about-header .about-container .items {
      margin: 0 auto;
      max-width: 960px; }
      .about-header .about-container .items .logo {
        padding: 0;
        margin: -5px 0 0;
        width: 220px; } }
@media (min-width: 1024px) {
  .items {
    padding: 0 20px; }
    .items .logo {
      width: 400px; }

  .mobile-cta {
    display: none; } }
@media (min-width: 1240px) {
  .about-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative; }
    .about-container .items {
      border-bottom: 0; } }
@media (min-width: 1024px) {
  .site-header {
    margin-bottom: 0; }
    .site-header .sticky-wrapper {
      height: auto !important; } }
@media (max-width: 767px) {
  .site-header .sticky-wrapper .header-container {
    width: 100% !important;
    position: fixed !important;
    top: 0px !important;
    z-index: auto !important;
    bottom: initial !important;
    margin: 0 !important;
    padding: 20px 15px !important;
    border-top: #4A89DC solid 10px !important;
    background: white !important;
    z-index: 1000 !important;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.24) !important; }
    .site-header .sticky-wrapper .header-container .items .nav button.menu-toggle {
      margin-right: 0 !important; }
    .site-header .sticky-wrapper .header-container .items .logo {
      margin-left: 0 !important; }

  .site-inner {
    padding-top: 20px !important; }

  .featured.specializations, .featured.all {
    background-size: 100% !important;
    background-position-y: 0px !important; }

  .site-container .site-inner .wrap .content .tag-featured .featured .img {
    height: 180px !important;
    background-position: bottom !important;
    background-size: 100% auto !important; }
    .site-container .site-inner .wrap .content .tag-featured .featured .img .img-title {
      height: 50px !important;
      width: 100% !important; }
      .site-container .site-inner .wrap .content .tag-featured .featured .img .img-title .top {
        width: 100% !important; }
  .site-container .site-inner .wrap .content .product-news {
    padding-bottom: 0 !important;
    padding-top: 20px !important; }
  .site-container .site-inner .wrap .content .img a img {
    width: 100% !important;
    height: auto !important; }
  .site-container .site-inner .wrap article .author-date:after {
    background: none !important; } }
/* ==========================================================================
   Header
   ========================================================================== */
.site-container .about-header {
  adding: 23px 15px;
  max-height: 61px;
  background-color: #f5f5f5;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12); }
  .site-container .about-header .about-container {
    height: 15px; }
    .site-container .about-header .about-container .items .logo {
      float: left;
      position: relative;
      z-index: 1000; }
      .site-container .about-header .about-container .items .logo img {
        width: 128px;
        height: auto; }
  .site-container .about-header .wrap {
    display: none; }

/* ==========================================================================
   Non-Mobile Devices
   ========================================================================== */
@media (min-width: 768px) {
  .about-header {
    padding: 23px 15px; }
    .about-header .about-container .items {
      margin: 0 auto;
      max-width: inherit !important; }
      .about-header .about-container .items .logo {
        padding: 0;
        margin: -5px 0 0;
        width: 220px; } }
@media (min-width: 1024px) {
  .about-header .about-container .items {
    padding: 0 40px; }
    .about-header .about-container .items .logo {
      width: 400px; }
  .about-header .about-container .mobile-cta {
    display: none; } }
@media (min-width: 1240px) {
  .about-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative; }
    .about-container .items {
      border-bottom: 0; } }
/* ==========================================================================
   Main Content
   ========================================================================== */
.site-inner {
  padding: 0; }
  .site-inner .wrap {
    padding: 0; }
    .site-inner .wrap .content-sidebar-wrap .content article {
      display: none; }

/* ==========================================================================
   Non-Mobile Devices
   ========================================================================== */
/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  border-top: thin gainsboro solid; }
  footer footer {
    border: none; }

.site-footer {
  padding: 20px 10%;
  background: #f5f5f5; }
  .site-footer .inner-wrapper {
    margin: 0 auto;
    max-width: 960px; }
    .site-footer .inner-wrapper .info {
      padding: 15px 0; }
      .site-footer .inner-wrapper .info .logo {
        text-align: left;
        width: 109px;
        opacity: .7; }
      .site-footer .inner-wrapper .info p {
        text-align: left; }
        .site-footer .inner-wrapper .info p.about {
          font-size: 14px;
          line-height: 21px;
          margin: 20px 0 10px; }
        .site-footer .inner-wrapper .info p.copyright {
          font-size: 12px;
          line-height: 18px; }
        .site-footer .inner-wrapper .info p.mobile-badges {
          margin-top: 20px; }
          .site-footer .inner-wrapper .info p.mobile-badges a:first-child {
            margin-right: 20px; }
    .site-footer .inner-wrapper button {
      display: none; }
    .site-footer .inner-wrapper .menu ul {
      text-align: left;
      color: rgba(0, 0, 0, 0.54);
      list-style-type: none;
      margin-left: 0;
      margin-bottom: 10px;
      width: 50%;
      float: left; }
      .site-footer .inner-wrapper .menu ul li {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 10px; }
        .site-footer .inner-wrapper .menu ul li.plain {
          text-transform: uppercase; }
        .site-footer .inner-wrapper .menu ul li a {
          color: rgba(0, 0, 0, 0.54);
          font-weight: normal; }
          .site-footer .inner-wrapper .menu ul li a:hover {
            color: #2775d1;
            text-decoration: underline; }

/* ==========================================================================
   Non-Mobile Devices
   ========================================================================== */
@media (min-width: 768px) {
  .site-footer .inner-wrapper .menu ul {
    width: 25%; } }
@media (min-width: 1024px) {
  .site-footer {
    padding-top: 15px; }
    .site-footer .inner-wrapper .info {
      padding-top: 0;
      margin-right: 38px;
      width: 38.666667%;
      float: left; }
    .site-footer .inner-wrapper .menu {
      width: 55.3333333333333%;
      float: left; }
      .site-footer .inner-wrapper .menu ul {
        width: 25%; } }
@media (min-width: 1240px) {
  .site-footer {
    padding-top: 35px; } }
/* ==========================================================================
   Menus
   ========================================================================== */
.site-header {
  /** No JS **/
  /** JS **/ }
  .site-header .header-container .items .nav button {
    background: white;
    float: right; }
    .site-header .header-container .items .nav button.menu-toggle {
      text-align: center;
      padding: 0;
      margin: -33px 10px 0;
      border-radius: 15px;
      border: 1px solid #545C67;
      width: 95px;
      height: 30px; }
      .site-header .header-container .items .nav button.menu-toggle:before {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        color: #545C67;
        content: "Menu";
        position: relative;
        top: -3px;
        left: 3px; }
      .site-header .header-container .items .nav button.menu-toggle .icon {
        background: #4A89DC;
        border-radius: 0 15px 15px 0;
        border-right: 1px solid #656d78;
        border-top: 1px solid #656d78;
        border-bottom: 1px solid #656d78;
        border-left: 1px solid white;
        width: 40px;
        height: 30px;
        float: right;
        position: relative;
        top: -1px;
        left: 1px; }
        .site-header .header-container .items .nav button.menu-toggle .icon .fa {
          color: white; }
  .site-header .header-container .items .nav .menu {
    text-align: left;
    padding: 10px 5%;
    margin: 5px 0 0;
    clear: both;
    position: relative;
    z-index: 1000;
    background: white; }
    .site-header .header-container .items .nav .menu li {
      font-size: 14px;
      margin: 10px 0;
      position: relative;
      z-index: 100; }
      .site-header .header-container .items .nav .menu li a {
        color: #545C67;
        font-weight: 400;
        padding: 8px 0;
        text-decoration: none; }
      .site-header .header-container .items .nav .menu li a:hover {
        color: white; }
      .site-header .header-container .items .nav .menu li form .fa {
        color: #545C67;
        font-size: 20px;
        padding: 6px 0 0 11px;
        position: absolute; }
      .site-header .header-container .items .nav .menu li form input {
        height: 30px;
        border-radius: 3px;
        border: 1px solid #545C67;
        width: 42%; }
        .site-header .header-container .items .nav .menu li form input[type=text] {
          color: #545C67;
          font-size: 15px;
          padding: 0 0 0 35px; }
        .site-header .header-container .items .nav .menu li form input.grow {
          width: 70%; }
      .site-header .header-container .items .nav .menu li.grow {
        width: 100%; }
        .site-header .header-container .items .nav .menu li.grow input {
          width: 100%; }
  .site-header .sticky-wrapper .header-container .items .nav button {
    background: white;
    float: right; }
    .site-header .sticky-wrapper .header-container .items .nav button.menu-toggle {
      text-align: center;
      padding: 0;
      margin: -33px 10px 0;
      border-radius: 15px;
      border: 1px solid #545C67;
      width: 95px;
      height: 30px; }
      .site-header .sticky-wrapper .header-container .items .nav button.menu-toggle:before {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        color: #545C67;
        content: "Menu";
        position: relative;
        top: -3px;
        left: 3px; }
      .site-header .sticky-wrapper .header-container .items .nav button.menu-toggle .icon {
        background: #4A89DC;
        border-radius: 0 15px 15px 0;
        border-right: 1px solid #656d78;
        border-top: 1px solid #656d78;
        border-bottom: 1px solid #656d78;
        border-left: 1px solid white;
        width: 40px;
        height: 30px;
        float: right;
        position: relative;
        top: -1px;
        left: 1px; }
        .site-header .sticky-wrapper .header-container .items .nav button.menu-toggle .icon .fa {
          color: white; }
  .site-header .sticky-wrapper .header-container .items .nav .menu {
    display: none;
    text-align: left;
    padding: 10px 5%;
    margin: 5px 0 0;
    clear: both;
    position: relative;
    z-index: 1000;
    background: white; }
    .site-header .sticky-wrapper .header-container .items .nav .menu li {
      font-size: 14px;
      margin: 10px 0; }
      .site-header .sticky-wrapper .header-container .items .nav .menu li a {
        color: #545C67;
        font-weight: 400;
        padding: 8px 0;
        text-decoration: none; }
      .site-header .sticky-wrapper .header-container .items .nav .menu li form .fa {
        color: #545C67;
        font-size: 20px;
        padding: 6px 0 0 11px;
        position: absolute; }
      .site-header .sticky-wrapper .header-container .items .nav .menu li form input {
        height: 30px;
        border-radius: 3px;
        border: 1px solid #545C67;
        width: 42%; }
        .site-header .sticky-wrapper .header-container .items .nav .menu li form input[type=text] {
          color: #545C67;
          font-size: 15px; }
        .site-header .sticky-wrapper .header-container .items .nav .menu li form input.grow {
          width: 70%; }
      .site-header .sticky-wrapper .header-container .items .nav .menu li.grow {
        width: 100%; }
        .site-header .sticky-wrapper .header-container .items .nav .menu li.grow input {
          width: 100%; }
  .site-header .sticky-wrapper.is-sticky .nav button.menu-toggle {
    margin-right: 0 !important; }
  .site-header .sticky-wrapper.is-sticky .nav .menu {
    background: white !important; }

/* ==========================================================================
   Non-Mobile Devices
   ========================================================================== */
@media (min-width: 768px) {
  .site-header {
    /** No JS **/
    /** JS **/ }
    .site-header .desktop-header .items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      padding: 5px 15px 0;
      margin: 0 auto;
      max-width: 1240px; }
      .site-header .desktop-header .items .logo {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100px;
        height: auto; }
      .site-header .desktop-header .items .nav {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: -5px; }
        .site-header .desktop-header .items .nav ul li {
          margin: 0 15px;
          float: left; }
          .site-header .desktop-header .items .nav ul li a {
            color: white;
            font-size: 12px;
            font-weight: 400; }
            .site-header .desktop-header .items .nav ul li a:hover {
              text-decoration: none; }
          .site-header .desktop-header .items .nav ul li:last-child {
            margin-right: 0px; }
    .site-header .header-container .items .nav {
      margin: 10px auto;
      width: 100%; }
      .site-header .header-container .items .nav button {
        display: none; }
      .site-header .header-container .items .nav .menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        padding: 0;
        margin: 0 auto;
        width: 80%; }
        .site-header .header-container .items .nav .menu li {
          padding: 3px 10px 0;
          border-radius: 3px; }
          .site-header .header-container .items .nav .menu li.grow {
            width: 110%; }
            .site-header .header-container .items .nav .menu li.grow form {
              width: 100%; }
          .site-header .header-container .items .nav .menu li:last-child {
            float: right; }
          .site-header .header-container .items .nav .menu li a {
            color: #545C67;
            font-size: 15px;
            font-weight: 600;
            padding: 8px 0;
            text-decoration: none; }
          .site-header .header-container .items .nav .menu li.active a {
            color: white; }
            .site-header .header-container .items .nav .menu li.active a:hover {
              color: white; }
          .site-header .header-container .items .nav .menu li:nth-of-type(1) {
            background: white; }
            .site-header .header-container .items .nav .menu li:nth-of-type(1).active {
              background: linear-gradient(-135deg, #3BAFDA 0%, #48CFAD 100%); }
            .site-header .header-container .items .nav .menu li:nth-of-type(1):before {
              content: '';
              display: block;
              position: absolute;
              opacity: 0;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              background: linear-gradient(-135deg, #3BAFDA 0%, #48CFAD 100%);
              border-radius: 3px;
              z-index: -100;
              transition: opacity .75s; }
            .site-header .header-container .items .nav .menu li:nth-of-type(1):hover:before {
              opacity: 1; }
          .site-header .header-container .items .nav .menu li:nth-of-type(2) {
            background: white; }
            .site-header .header-container .items .nav .menu li:nth-of-type(2).active {
              background: linear-gradient(-135deg, #37BC98 0%, #A0D468 100%); }
            .site-header .header-container .items .nav .menu li:nth-of-type(2):before {
              content: '';
              display: block;
              position: absolute;
              opacity: 0;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              background: linear-gradient(-135deg, #37BC98 0%, #A0D468 100%);
              border-radius: 3px;
              z-index: -100;
              transition: opacity .75s; }
            .site-header .header-container .items .nav .menu li:nth-of-type(2):hover:before {
              opacity: 1; }
          .site-header .header-container .items .nav .menu li:nth-of-type(3) {
            background: white; }
            .site-header .header-container .items .nav .menu li:nth-of-type(3).active {
              background: linear-gradient(-133deg, #967ADC 0%, #5D9CEC 100%); }
            .site-header .header-container .items .nav .menu li:nth-of-type(3):before {
              content: '';
              display: block;
              position: absolute;
              opacity: 0;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              background: linear-gradient(-133deg, #967ADC 0%, #5D9CEC 100%);
              border-radius: 3px;
              z-index: -100;
              transition: opacity .75s; }
            .site-header .header-container .items .nav .menu li:nth-of-type(3):hover:before {
              opacity: 1; }
          .site-header .header-container .items .nav .menu li:nth-of-type(4) {
            background: white; }
            .site-header .header-container .items .nav .menu li:nth-of-type(4).active {
              background: linear-gradient(-47deg, #F6BB42 62%, #FC6E51 100%); }
            .site-header .header-container .items .nav .menu li:nth-of-type(4):before {
              content: '';
              display: block;
              position: absolute;
              opacity: 0;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              background: linear-gradient(-47deg, #F6BB42 62%, #FC6E51 100%);
              border-radius: 3px;
              z-index: -100;
              transition: opacity .75s; }
            .site-header .header-container .items .nav .menu li:nth-of-type(4):hover:before {
              opacity: 1; }
          .site-header .header-container .items .nav .menu li:nth-of-type(5) {
            background: white; }
            .site-header .header-container .items .nav .menu li:nth-of-type(5).active {
              background: linear-gradient(-135deg, #3BAFDA 0%, #48CFAD 100%); }
            .site-header .header-container .items .nav .menu li:nth-of-type(5):before {
              content: '';
              display: block;
              position: absolute;
              opacity: 0;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              background: linear-gradient(-135deg, #3BAFDA 0%, #48CFAD 100%);
              border-radius: 3px;
              z-index: -100;
              transition: opacity .75s; }
            .site-header .header-container .items .nav .menu li:nth-of-type(5):hover:before {
              opacity: 1; }
          .site-header .header-container .items .nav .menu li form {
            width: 110px; }
            .site-header .header-container .items .nav .menu li form input {
              width: 100%; }
              .site-header .header-container .items .nav .menu li form input[type=text] {
                padding-left: 34px; }
    .site-header .sticky-wrapper .header-container .items .nav {
      margin: 10px auto;
      width: 100%; }
      .site-header .sticky-wrapper .header-container .items .nav button {
        display: none; }
      .site-header .sticky-wrapper .header-container .items .nav .menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        padding: 0;
        margin: 0 auto;
        width: 80%; }
        .site-header .sticky-wrapper .header-container .items .nav .menu li {
          padding: 3px 10px 0;
          position: relative;
          z-index: 100; }
          .site-header .sticky-wrapper .header-container .items .nav .menu li.grow {
            width: 110%; }
            .site-header .sticky-wrapper .header-container .items .nav .menu li.grow form {
              width: 100%; }
          .site-header .sticky-wrapper .header-container .items .nav .menu li:last-child {
            float: right; }
          .site-header .sticky-wrapper .header-container .items .nav .menu li a {
            color: #545C67;
            font-size: 14px;
            font-weight: 600;
            padding: 8px 0;
            text-decoration: none; }
          .site-header .sticky-wrapper .header-container .items .nav .menu li.active a {
            color: white; }
            .site-header .sticky-wrapper .header-container .items .nav .menu li.active a:hover {
              color: white; }
          .site-header .sticky-wrapper .header-container .items .nav .menu li:nth-of-type(1) {
            background: white; }
            .site-header .sticky-wrapper .header-container .items .nav .menu li:nth-of-type(1).active {
              background: linear-gradient(-135deg, #3BAFDA 0%, #48CFAD 100%); }
            .site-header .sticky-wrapper .header-container .items .nav .menu li:nth-of-type(1):before {
              content: '';
              display: block;
              position: absolute;
              opacity: 0;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              background: linear-gradient(-135deg, #3BAFDA 0%, #48CFAD 100%);
              border-radius: 3px;
              z-index: -100;
              transition: opacity .75s; }
            .site-header .sticky-wrapper .header-container .items .nav .menu li:nth-of-type(1):hover:before {
              opacity: 1; }
          .site-header .sticky-wrapper .header-container .items .nav .menu li:nth-of-type(2) {
            background: white; }
            .site-header .sticky-wrapper .header-container .items .nav .menu li:nth-of-type(2).active {
              background: linear-gradient(-135deg, #37BC98 0%, #A0D468 100%); }
            .site-header .sticky-wrapper .header-container .items .nav .menu li:nth-of-type(2):before {
              content: '';
              display: block;
              position: absolute;
              opacity: 0;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              background: linear-gradient(-135deg, #37BC98 0%, #A0D468 100%);
              border-radius: 3px;
              z-index: -100;
              transition: opacity .75s; }
            .site-header .sticky-wrapper .header-container .items .nav .menu li:nth-of-type(2):hover:before {
              opacity: 1; }
          .site-header .sticky-wrapper .header-container .items .nav .menu li:nth-of-type(3) {
            background: white; }
            .site-header .sticky-wrapper .header-container .items .nav .menu li:nth-of-type(3).active {
              background: linear-gradient(-133deg, #967ADC 0%, #5D9CEC 100%); }
            .site-header .sticky-wrapper .header-container .items .nav .menu li:nth-of-type(3):before {
              content: '';
              display: block;
              position: absolute;
              opacity: 0;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              background: linear-gradient(-133deg, #967ADC 0%, #5D9CEC 100%);
              border-radius: 3px;
              z-index: -100;
              transition: opacity .75s; }
            .site-header .sticky-wrapper .header-container .items .nav .menu li:nth-of-type(3):hover:before {
              opacity: 1; }
          .site-header .sticky-wrapper .header-container .items .nav .menu li:nth-of-type(4) {
            background: white; }
            .site-header .sticky-wrapper .header-container .items .nav .menu li:nth-of-type(4).active {
              background: linear-gradient(-47deg, #F6BB42 62%, #FC6E51 100%); }
            .site-header .sticky-wrapper .header-container .items .nav .menu li:nth-of-type(4):before {
              content: '';
              display: block;
              position: absolute;
              opacity: 0;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              background: linear-gradient(-47deg, #F6BB42 62%, #FC6E51 100%);
              border-radius: 3px;
              z-index: -100;
              transition: opacity .75s; }
            .site-header .sticky-wrapper .header-container .items .nav .menu li:nth-of-type(4):hover:before {
              opacity: 1; }
          .site-header .sticky-wrapper .header-container .items .nav .menu li form {
            width: 110px; }
            .site-header .sticky-wrapper .header-container .items .nav .menu li form input {
              width: 100%; }
              .site-header .sticky-wrapper .header-container .items .nav .menu li form input[type=text] {
                padding-left: 34px; }
    .site-header .sticky-wrapper.is-sticky .header-container {
      padding-bottom: 0; }
      .site-header .sticky-wrapper.is-sticky .header-container .nav {
        margin: 3px auto 0; } }
@media (min-width: 1024px) {
  .site-header {
    /** No JS **/
    /** JS **/ }
    .site-header .desktop-header .items {
      padding: 3px 5%;
      margin: 0 auto;
      max-width: 1240px; }
      .site-header .desktop-header .items .nav {
        margin-top: -2px; }
    .site-header .header-container {
      padding: 40px 5%;
      margin: 0 auto;
      max-width: 1240px; }
      .site-header .header-container .items {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; }
        .site-header .header-container .items .logo {
          width: 280px; }
          .site-header .header-container .items .logo a {
            font-size: 35px; }
        .site-header .header-container .items .nav {
          margin: 0;
          width: 570px; }
          .site-header .header-container .items .nav .menu {
            margin: 0;
            width: 100%; }
            .site-header .header-container .items .nav .menu li {
              padding: 3px 7px 0;
              margin: 0; }
              .site-header .header-container .items .nav .menu li a {
                font-size: 15px;
                padding: 0; }
              .site-header .header-container .items .nav .menu li:last-child {
                margin-top: -10px; }
    .site-header .sticky-wrapper {
      margin: 40px auto; }
      .site-header .sticky-wrapper .header-container {
        padding: 0 5%;
        margin: 0 auto;
        max-width: 1240px; }
        .site-header .sticky-wrapper .header-container .items {
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: none;
          flex-wrap: nowrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          justify-content: space-between; }
          .site-header .sticky-wrapper .header-container .items .logo {
            width: 280px; }
            .site-header .sticky-wrapper .header-container .items .logo a {
              font-size: 35px; }
          .site-header .sticky-wrapper .header-container .items .nav {
            margin: 0;
            width: 570px; }
            .site-header .sticky-wrapper .header-container .items .nav .menu {
              margin: 0;
              width: 100%; }
              .site-header .sticky-wrapper .header-container .items .nav .menu li {
                padding: 0 7px;
                margin: 0; }
                .site-header .sticky-wrapper .header-container .items .nav .menu li a {
                  font-size: 14px;
                  padding: 0; }
      .site-header .sticky-wrapper.is-sticky .header-container {
        padding: 10px 0;
        max-width: none; }
        .site-header .sticky-wrapper.is-sticky .header-container .items {
          padding: 0 5%;
          margin: 0 auto;
          max-width: 1240px; }
          .site-header .sticky-wrapper.is-sticky .header-container .items .nav .menu li:last-child {
            margin-top: 0; } }
@media (min-width: 1240px) {
  .site-header {
    /** No JS **/ }
    .site-header .header-container .items .nav {
      width: 680px; }
      .site-header .header-container .items .nav .menu li a {
        font-size: 16px; }
    .site-header .sticky-wrapper {
      /** JS **/ }
      .site-header .sticky-wrapper .header-container .items .nav {
        width: 680px; }
        .site-header .sticky-wrapper .header-container .items .nav .menu li a {
          font-size: 16px; }

  body.page-template-learner-stories-page .sticky-wrapper {
    /** JS **/ }
    body.page-template-learner-stories-page .sticky-wrapper .header-container .items .nav {
      width: 680px; }
      body.page-template-learner-stories-page .sticky-wrapper .header-container .items .nav .menu li a {
        font-family: "Open Sans", sans-serif !important; } }
/* about header */
/* ==========================================================================
   Menus
   ========================================================================== */
.about-container {
  margin: 0 auto;
  max-width: 1440px; }
  .about-container .items .nav {
    margin-top: -36px;
    line-height: 0;
    width: 100%;
    float: right; }
    .about-container .items .nav button {
      border-radius: 4px;
      border: 1px solid #545C67;
      background: #f5f5f5;
      float: right; }
      .about-container .items .nav button.menu-toggle {
        text-align: center;
        padding: 0;
        margin: 0;
        width: 34px;
        height: 34px; }
        .about-container .items .nav button.menu-toggle:before {
          font-family: FontAwesome;
          font-size: 19px;
          color: #545C67;
          content: "\F0C9"; }
        .about-container .items .nav button.menu-toggle.active:before {
          content: "\F00D"; }
    .about-container .items .nav .menu {
      display: none;
      text-align: left;
      margin: 74px 0 11px;
      padding-bottom: 20px;
      clear: both; }
      .about-container .items .nav .menu li {
        font-size: 14px !important;
        margin: 32px 0; }
        .about-container .items .nav .menu li.button {
          text-transform: none;
          padding: 0;
          margin: 0;
          border: 0;
          background: transparent; }
        .about-container .items .nav .menu li a {
          color: #545C67;
          font-weight: 400;
          padding: 8px 0;
          text-decoration: none; }

/* ==========================================================================
   Non-Mobile Devices
   ========================================================================== */
@media (min-width: 768px) {
  .about-container .items .nav {
    margin: 0;
    width: 265px; }
    .about-container .items .nav button {
      display: none; }
    .about-container .items .nav .menu {
      margin: 0;
      border-bottom: 0;
      display: block;
      border-bottom: thin solid #f5f5f5; }
      .about-container .items .nav .menu li {
        padding: 0 10px;
        margin: 0;
        clear: both;
        display: inline; }
        .about-container .items .nav .menu li:nth-of-type(2) {
          padding-right: 20px; }
        .about-container .items .nav .menu li.button {
          line-height: 16px;
          padding: 16px 20px;
          margin-top: 0px;
          border-radius: 0px;
          background: #4A89DC; }
          .about-container .items .nav .menu li.button:hover {
            background: #276ecc !important; }
          .about-container .items .nav .menu li.button a {
            color: white;
            text-decoration: none;
            text-transform: none; }
          .about-container .items .nav .menu li.button:hover {
            background: #4e545c; } }
/* ==========================================================================
   Home Page Template
   ========================================================================== */
body.home .site-container .site-inner .wrap .content .homepage-featured {
  margin: 0 0 50px; }
  @media (max-width: 480px) {
    body.home .site-container .site-inner .wrap .content .homepage-featured {
      margin-top: 20px; } }
  body.home .site-container .site-inner .wrap .content .homepage-featured .container {
    margin: 0 15px; }
    body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured {
      margin-bottom: 20px;
      height: 220px;
      overflow: hidden;
      cursor: pointer; }
      body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured .meta {
        top: 130px;
        height: auto;
        min-height: 90px;
        position: relative;
        z-index: 10; }
        body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured .meta:before {
          content: "";
          width: 100%;
          height: 100%;
          z-index: 10;
          position: absolute;
          clip-path: polygon(0% 0%, 100% 23%, 100% 100%, 0% 100%); }
        body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured .meta:after {
          content: "";
          height: 80px;
          width: 100%;
          z-index: 0;
          top: -43px;
          position: absolute;
          clip-path: polygon(0% 70%, 100% 40%, 100% 100%, 0% 100%); }
        body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured .meta .title {
          color: white;
          font-size: 16px;
          line-height: 19px;
          padding-bottom: 10px;
          margin: 0 8px;
          bottom: 0;
          position: absolute;
          z-index: 100; }
          body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured .meta .title a {
            color: white;
            font-weight: 400;
            text-decoration: none; }
          body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured .meta .title .pre {
            font-size: 11px;
            line-height: 17px;
            font-weight: 600;
            text-transform: uppercase;
            padding-bottom: 3px; }
      body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:nth-of-type(1) .meta:before {
        background: #48cfad; }
      body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:nth-of-type(1) .meta:after {
        background: linear-gradient(-124deg, #3BAFDA 10%, #48CFAD 35%); }
      body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:nth-of-type(2) .meta:before {
        background: #5D9CEC; }
      body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:nth-of-type(2) .meta:after {
        background: linear-gradient(-45deg, #967ADC 10%, #5D9CEC 35%); }
      body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:nth-of-type(3) .meta:before {
        background: #FC6E51; }
      body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:nth-of-type(3) .meta:after {
        background: linear-gradient(-47deg, #F6BB42 10%, #FC6E51 35%); }
      body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:last-child {
        display: none; }
body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts {
  margin-top: 40px;
  clear: both;
  position: relative; }
  body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container {
    text-align: center; }
    body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain {
      padding: 0 5%; }
      body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain h3 {
        color: #545C67;
        font-size: 18px;
        text-align: left;
        padding-bottom: 10px;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 5px solid;
        border-color: #4A89DC;
        border-image: linear-gradient(-135deg, #4A89DC 0%, #4FC1E9 70%);
        border-image-slice: 1; }
      body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain .post-cats {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        margin: 0;
        text-align: left; }
        body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain .post-cats ul {
          margin: 5px auto;
          white-space: nowrap;
          overflow-x: scroll;
          width: 85%; }
          body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain .post-cats ul li {
            text-align: center;
            margin: 7px 10px 7px 0;
            background: #eceff1;
            border-radius: 3px;
            display: inline-block; }
            body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain .post-cats ul li button {
              color: #545C67;
              font-size: 16px;
              padding: 5px 7px;
              margin: 0;
              background: transparent;
              min-width: 65px; }
              body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain .post-cats ul li button.active {
                color: white;
                background: linear-gradient(-135deg, #4A89DC 0%, #4FC1E9 100%); }
              body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain .post-cats ul li button:focus {
                outline: 0; }
              body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain .post-cats ul li button.business.active {
                background: linear-gradient(-124deg, #3BAFDA 19%, #48CFAD 95%); }
              body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain .post-cats ul li button.computer-science.active {
                background: linear-gradient(-47deg, #F6BB42 19%, #FC6E51 95%); }
              body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain .post-cats ul li button.data-science.active {
                background: linear-gradient(-135deg, #A0D468 19%, #37BC98 95%); }
              body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain .post-cats ul li button.personal-development.active {
                background: linear-gradient(-45deg, #967ADC 19%, #5D9CEC 95%); }
            body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain .post-cats ul li:hover {
              background: #e6eaec; }
        body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain .post-cats .less, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain .post-cats .more {
          color: #545C67;
          font-family: FontAwesome;
          font-size: 23px; }
    body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts {
      padding-top: 20px;
      background: linear-gradient(180deg, #fff 10%, #F6F8FA 35%); }
      body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .cat-more, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .cat-more {
        display: none; }
      body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .load-icon, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .load-icon {
        margin: 0 auto;
        width: 54px;
        height: 54px;
        background: url("./assets/images/load-icon.svg"); }
      body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent {
        text-align: left;
        margin: 0 5% 20px;
        background: white;
        border: thin solid #CCD1D9;
        clear: left;
        cursor: pointer; }
        body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .img, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img {
          width: auto;
          height: 180px;
          overflow: hidden; }
          body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .img a img.cover, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img a img.cover {
            width: 100%;
            height: 180px;
            object-fit: cover; }
          body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .img.compat-object-fit, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img.compat-object-fit {
            background-size: cover;
            background-position: center center; }
            body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .img.compat-object-fit img, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img.compat-object-fit img {
              opacity: 0; }
        body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .post, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .post {
          padding: 10px; }
          body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .post .meta .pre, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .post .meta .pre {
            font-size: 11px;
            line-height: 19px;
            font-weight: 700;
            text-transform: uppercase; }
          body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .post .meta .title, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .post .meta .title {
            font-size: 17px;
            line-height: 21px; }
            body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .post .meta .title a, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .post .meta .title a {
              color: #1f1f1f;
              font-weight: 400; }
              body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .post .meta .title a:hover, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .post .meta .title a:hover {
                color: #4A89DC;
                text-decoration: none; }
          body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .post .meta .date, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .post .meta .date {
            color: #656D78;
            font-size: 12px;
            line-height: 21px; }
          body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .post .excerpt, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .post .excerpt {
            font-size: 15px;
            line-height: 22px;
            margin: 20px 0; }
        body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .footer, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          justify-content: space-between;
          color: #AAB2BD;
          font-size: 14px;
          padding: 10px;
          border-top: thin solid #E6E9ED; }
          body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .footer .comments, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments {
            margin-right: -75px; }
            body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .footer .comments:before, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments:before {
              font-family: FontAwesome;
              content: "\f0e5"; }
          body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .footer .likes .dot-irecommendthis.active:before, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .likes .dot-irecommendthis.active:before {
            font-family: FontAwesome;
            content: "\f08a";
            padding: 0 5px 0 3px; }
          body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .footer a, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer a {
            color: #AAB2BD;
            font-weight: 400; }
            body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .footer a:hover, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer a:hover {
              color: #7f8c9c; }
    body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts {
      background: none; }
    body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-more {
      margin: 0 0 50px;
      display: none; }
body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news {
  padding: 80px 0 30px;
  background: #F6F8FA; }
  body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container {
    text-align: center; }
    body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .header-container {
      padding: 0 5%; }
      body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .header-container h3 {
        color: #545C67;
        font-size: 18px;
        text-align: left;
        padding-bottom: 10px;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 5px solid;
        border-color: #4A89DC;
        border-image: linear-gradient(-135deg, #4A89DC 0%, #4FC1E9 70%);
        border-image-slice: 1; }
    body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .recent-news .recent {
      text-align: left;
      padding-bottom: 20px;
      margin: 30px 5% 0;
      border-bottom: thin gainsboro solid;
      cursor: pointer; }
      body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .recent-news .recent:first-child {
        margin-top: 10px; }
      body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .recent-news .recent:last-child {
        margin-bottom: 0;
        border-bottom: none; }
      body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .recent-news .recent .post .meta .pre {
        font-size: 11px;
        line-height: 19px;
        font-weight: 700;
        text-transform: uppercase;
        padding-top: 5px; }
      body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .recent-news .recent .post .meta .title {
        font-size: 17px;
        line-height: 21px; }
        body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .recent-news .recent .post .meta .title a {
          color: #1f1f1f;
          font-weight: 400; }
          body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .recent-news .recent .post .meta .title a:hover {
            color: #4A89DC;
            text-decoration: none; }
      body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .recent-news .recent .post .meta .date {
        color: #656D78;
        font-size: 12px;
        line-height: 21px; }
      body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .recent-news .recent .post .excerpt {
        font-size: 15px;
        line-height: 22px;
        margin: 20px 0; }
        body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .recent-news .recent .post .excerpt .more:hover {
          cursor: pointer;
          color: #4A89DC; }

/* ==========================================================================
   Non-Mobile Devices
   ========================================================================== */
@media (min-width: 768px) {
  body.home .site-container .site-inner .wrap .content .homepage-featured {
    margin-bottom: 30px; }
    body.home .site-container .site-inner .wrap .content .homepage-featured .container {
      overflow: hidden; }
      body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured {
        margin-left: 7px;
        margin-right: 7px;
        width: 48.5%;
        float: left; }
        body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:first-child {
          width: 100%;
          height: 320px; }
          body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:first-child .meta {
            top: 230px; }
        body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:nth-of-type(2), body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:last-child {
          height: 200px; }
          body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:nth-of-type(2) .meta, body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:last-child .meta {
            top: 112px; }
        body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:last-child {
          margin-right: 0;
          display: block;
          float: right; }
        body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured .meta:before {
          clip-path: polygon(0% 0%, 100% 33%, 100% 100%, 0% 100%); }
        body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured .meta:after {
          clip-path: polygon(0% 100%, 100% 40%, 100% 100%, 0% 100%); }
        body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured .meta .title {
          font-size: 18px;
          line-height: 23px;
          padding-left: 10px;
          padding-bottom: 12px; }
          body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured .meta .title .pre {
            line-height: 9px; }
  body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts {
    margin-top: 0; }
    body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain {
      padding: 0 3%; }
      body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain .post-cats ul {
        width: 95%;
        overflow-y: hidden; }
        body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain .post-cats ul li button {
          font-size: 17px; }
    body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      padding: 3%; }
      body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        margin: 0 0 20px;
        width: 49%; }
        body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .footer, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer {
          margin-top: auto; }
          body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .footer .comments, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments {
            margin-right: -135px; }
          body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .footer .likes .dot-irecommendthis:before, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .likes .dot-irecommendthis:before {
            padding: 0 4px 0 3px; }
    body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .load-more, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-more {
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      margin: 0 auto; }
      body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .load-more:focus, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-more:focus {
        outline: 0; } }
@media (min-width: 1024px) {
  body.home .site-container .site-inner .wrap .content .homepage-featured {
    margin-top: 0px; }
    body.home .site-container .site-inner .wrap .content .homepage-featured .container {
      padding: 0 5%;
      margin: 0;
      height: 385px; }
      body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured {
        margin-right: 0px;
        margin-left: 0px;
        float: right; }
        body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:first-child {
          margin: 0;
          width: 63.5%;
          height: 385px;
          float: left; }
          body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:first-child .meta {
            margin-top: 65px; }
        body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:nth-of-type(2), body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:last-child {
          margin-bottom: 15px;
          width: 35%;
          height: 185px;
          float: right; }
          body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:nth-of-type(2) .meta, body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:last-child .meta {
            margin: 0;
            top: 95px; }
  body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain {
    padding: 0 5%; }
    body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain .post-cats .less, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain .post-cats .more {
      display: none; }
    body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain .post-cats ul {
      width: 100%; }
  body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts {
    padding: 3% 5%; }
    body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .footer .comments, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments {
      margin-right: -230px; } }
@media (min-width: 1240px) {
  body.home .site-container .site-inner .wrap .content .homepage-featured .container {
    padding: 0 5%;
    margin: 0 auto;
    max-width: 1240px; }
    body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:first-child {
      margin-right: 0;
      width: 67.5%; }
    body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:nth-of-type(2), body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:last-child {
      margin-bottom: 20px;
      height: 182px;
      width: 31%; }
      body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:nth-of-type(2) .meta, body.home .site-container .site-inner .wrap .content .homepage-featured .container .featured:last-child .meta {
        top: 92px; }
  body.home .site-container .site-inner .wrap .content .all-the-posts-contain {
    padding: 0 0 40px;
    margin-top: 50px;
    height: 100%;
    background: linear-gradient(180deg, #fff 25%, #F6F8FA 85%); }
    body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      padding: 0 5%;
      margin: 40px auto;
      max-width: 1240px;
      clear: both;
      position: relative; }
      body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news {
        padding-top: 0px;
        margin-top: 0px; }
        body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container {
          padding: 0; }
      body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts {
        width: 67%; }
        body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain {
          padding: 0; }
          body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain .post-cats .less, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain .post-cats .more {
            display: block; }
          body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .header-contain .post-cats ul {
            width: 95%; }
        body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts {
          padding: 3% 0; }
          body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .footer .comments, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments {
            margin-right: -140px; }
          body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .recent-posts .recent .footer .likes .dot-irecommendthis:before, body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .likes .dot-irecommendthis:before {
            padding: 0 4px 0 12px; }
      body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news {
        width: 32.2%;
        background: transparent; }
        body.home .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .header-container {
          padding-right: 1%; }
  body.home .site-container .site-inner .wrap .content .footer-design {
    margin-top: -40px;
    height: 104px;
    position: relative;
    z-index: 10;
    background: #F6F8FA; }
    body.home .site-container .site-inner .wrap .content .footer-design .left, body.home .site-container .site-inner .wrap .content .footer-design .right {
      position: relative; }
    body.home .site-container .site-inner .wrap .content .footer-design .left {
      height: 103px;
      z-index: 10;
      background: #48cfad;
      clip-path: polygon(0% 0%, 100% 50%, 100% 100%, 0% 100%); }
    body.home .site-container .site-inner .wrap .content .footer-design .right {
      margin-top: -141px;
      height: 140px;
      width: 50%;
      z-index: 0;
      float: right;
      background: linear-gradient(-124deg, #3BAFDA 23%, #48CFAD 53%);
      clip-path: polygon(0% 70%, 100% 40%, 100% 100%, 0% 100%); } }
/* ==========================================================================
   Home Page Template
   ========================================================================== */
body.home .site-container .site-inner, body.page-template-about-page .site-container .site-inner {
  padding-top: 0; }
  body.home .site-container .site-inner .wrap .content article, body.page-template-about-page .site-container .site-inner .wrap .content article {
    display: none; }
  body.home .site-container .site-inner .wrap .content .hesperiden.tparrows, body.page-template-about-page .site-container .site-inner .wrap .content .hesperiden.tparrows {
    height: 20px;
    width: 20px; }
    body.home .site-container .site-inner .wrap .content .hesperiden.tparrows:hover, body.page-template-about-page .site-container .site-inner .wrap .content .hesperiden.tparrows:hover {
      opacity: 1;
      background: #2d2f3c; }
  body.home .site-container .site-inner .wrap .content .tparrows:before, body.page-template-about-page .site-container .site-inner .wrap .content .tparrows:before {
    color: #ffffff;
    font-size: 14px;
    line-height: 21px; }
  body.home .site-container .site-inner .wrap .content .mission, body.home .site-container .site-inner .wrap .content .succeed, body.home .site-container .site-inner .wrap .content .story, body.home .site-container .site-inner .wrap .content .numbers, body.page-template-about-page .site-container .site-inner .wrap .content .mission, body.page-template-about-page .site-container .site-inner .wrap .content .succeed, body.page-template-about-page .site-container .site-inner .wrap .content .story, body.page-template-about-page .site-container .site-inner .wrap .content .numbers {
    padding: 10%; }
    body.home .site-container .site-inner .wrap .content .mission h2, body.home .site-container .site-inner .wrap .content .succeed h2, body.home .site-container .site-inner .wrap .content .story h2, body.home .site-container .site-inner .wrap .content .numbers h2, body.page-template-about-page .site-container .site-inner .wrap .content .mission h2, body.page-template-about-page .site-container .site-inner .wrap .content .succeed h2, body.page-template-about-page .site-container .site-inner .wrap .content .story h2, body.page-template-about-page .site-container .site-inner .wrap .content .numbers h2 {
      font-size: 24px;
      text-align: center; }
    body.home .site-container .site-inner .wrap .content .mission h4, body.home .site-container .site-inner .wrap .content .succeed h4, body.home .site-container .site-inner .wrap .content .story h4, body.home .site-container .site-inner .wrap .content .numbers h4, body.page-template-about-page .site-container .site-inner .wrap .content .mission h4, body.page-template-about-page .site-container .site-inner .wrap .content .succeed h4, body.page-template-about-page .site-container .site-inner .wrap .content .story h4, body.page-template-about-page .site-container .site-inner .wrap .content .numbers h4 {
      margin-top: 0px; }
    body.home .site-container .site-inner .wrap .content .mission p, body.home .site-container .site-inner .wrap .content .succeed p, body.home .site-container .site-inner .wrap .content .story p, body.home .site-container .site-inner .wrap .content .numbers p, body.page-template-about-page .site-container .site-inner .wrap .content .mission p, body.page-template-about-page .site-container .site-inner .wrap .content .succeed p, body.page-template-about-page .site-container .site-inner .wrap .content .story p, body.page-template-about-page .site-container .site-inner .wrap .content .numbers p {
      text-align: center; }
  body.home .site-container .site-inner .wrap .content .offerings .courses, body.home .site-container .site-inner .wrap .content .offerings .specialization, body.home .site-container .site-inner .wrap .content .offerings .degrees, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees {
    padding: 5% 0 0;
    /*transform:skew(0deg,-2deg);
    -ms-transform:skew(0deg,-7deg);
    -webkit-transform:skew(0deg,-2deg);
    .container {
    	transform:skew(0deg,2deg);
    	-ms-transform:skew(0deg,7deg);
    	-webkit-transform:skew(0deg,2deg); 
    }*/ }
    body.home .site-container .site-inner .wrap .content .offerings .courses .graphic, body.home .site-container .site-inner .wrap .content .offerings .specialization .graphic, body.home .site-container .site-inner .wrap .content .offerings .degrees .graphic, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .graphic, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .graphic, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .graphic {
      padding-top: 3%;
      /*transform:skew(0deg,-2deg);
      -ms-transform:skew(0deg,-7deg);
      -webkit-transform:skew(0deg,-2deg);
      img {
      	transform:skew(0deg,2deg);
      	-ms-transform:skew(0deg,7deg);
      	-webkit-transform:skew(0deg,2deg); 
      }*/ }
    body.home .site-container .site-inner .wrap .content .offerings .courses h2, body.home .site-container .site-inner .wrap .content .offerings .specialization h2, body.home .site-container .site-inner .wrap .content .offerings .degrees h2, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses h2, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization h2, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees h2 {
      font-size: 24px; }
    body.home .site-container .site-inner .wrap .content .offerings .courses .offer, body.home .site-container .site-inner .wrap .content .offerings .specialization .offer, body.home .site-container .site-inner .wrap .content .offerings .degrees .offer, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .offer, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .offer, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .offer {
      padding: 10%; }
      body.home .site-container .site-inner .wrap .content .offerings .courses .offer h4, body.home .site-container .site-inner .wrap .content .offerings .specialization .offer h4, body.home .site-container .site-inner .wrap .content .offerings .degrees .offer h4, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .offer h4, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .offer h4, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .offer h4 {
        text-align: left;
        margin-top: 0; }
      body.home .site-container .site-inner .wrap .content .offerings .courses .offer ul, body.home .site-container .site-inner .wrap .content .offerings .specialization .offer ul, body.home .site-container .site-inner .wrap .content .offerings .degrees .offer ul, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .offer ul, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .offer ul, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .offer ul {
        margin: 10px 0 0 30px; }
        body.home .site-container .site-inner .wrap .content .offerings .courses .offer ul li, body.home .site-container .site-inner .wrap .content .offerings .specialization .offer ul li, body.home .site-container .site-inner .wrap .content .offerings .degrees .offer ul li, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .offer ul li, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .offer ul li, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .offer ul li {
          font-size: 15px;
          list-style-type: disc;
          margin: 5px 0; }
      body.home .site-container .site-inner .wrap .content .offerings .courses .offer .cta, body.home .site-container .site-inner .wrap .content .offerings .specialization .offer .cta, body.home .site-container .site-inner .wrap .content .offerings .degrees .offer .cta, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .offer .cta, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .offer .cta, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .offer .cta {
        text-align: center; }
        body.home .site-container .site-inner .wrap .content .offerings .courses .offer .cta a.button, body.home .site-container .site-inner .wrap .content .offerings .specialization .offer .cta a.button, body.home .site-container .site-inner .wrap .content .offerings .degrees .offer .cta a.button, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .offer .cta a.button, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .offer .cta a.button, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .offer .cta a.button {
          font-family: "Open Sans", sans-serif;
          font-size: 18px;
          font-weight: 400;
          text-transform: none;
          color: white;
          padding: 10px 20px;
          margin: 10px 0 0;
          background: #4A89DC;
          border-radius: 3px; }
          body.home .site-container .site-inner .wrap .content .offerings .courses .offer .cta a.button:hover, body.home .site-container .site-inner .wrap .content .offerings .specialization .offer .cta a.button:hover, body.home .site-container .site-inner .wrap .content .offerings .degrees .offer .cta a.button:hover, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .offer .cta a.button:hover, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .offer .cta a.button:hover, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .offer .cta a.button:hover {
            text-decoration: none;
            background-color: #276ecc; }
  body.home .site-container .site-inner .wrap .content .offerings .courses, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses {
    background: #fff;
    border-top: 1px solid #A9A9A9; }
  body.home .site-container .site-inner .wrap .content .offerings .specialization, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization {
    background-color: #fff;
    border-top: 1px solid #A9A9A9; }
  body.home .site-container .site-inner .wrap .content .offerings .degrees, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees {
    background-color: #fff;
    border-top: 1px solid #A9A9A9; }
  body.home .site-container .site-inner .wrap .content .learner, body.page-template-about-page .site-container .site-inner .wrap .content .learner {
    padding: 10% 0;
    background: #F5F7FA;
    /*transform:skew(0deg,-2deg);
    -ms-transform:skew(0deg,-7deg);
    -webkit-transform:skew(0deg,-2deg);*/
    /*.container {
    	transform:skew(0deg,2deg);
    	-ms-transform:skew(0deg,7deg);
    	-webkit-transform:skew(0deg,2deg); 
    }*/ }
  body.home .site-container .site-inner .wrap .content .succeed, body.page-template-about-page .site-container .site-inner .wrap .content .succeed {
    padding: 10%;
    background-color: white; }
    body.home .site-container .site-inner .wrap .content .succeed .ways, body.page-template-about-page .site-container .site-inner .wrap .content .succeed .ways {
      text-align: center; }
      body.home .site-container .site-inner .wrap .content .succeed .ways img, body.page-template-about-page .site-container .site-inner .wrap .content .succeed .ways img {
        margin: 30px 0 0; }
  body.home .site-container .site-inner .wrap .content .story, body.page-template-about-page .site-container .site-inner .wrap .content .story {
    text-align: center;
    background: #f5f5f5; }
    body.home .site-container .site-inner .wrap .content .story .items .slider, body.page-template-about-page .site-container .site-inner .wrap .content .story .items .slider {
      margin-bottom: 45px; }
    body.home .site-container .site-inner .wrap .content .story .items .copy .description h1, body.page-template-about-page .site-container .site-inner .wrap .content .story .items .copy .description h1 {
      text-align: left;
      margin-bottom: 15px; }
    body.home .site-container .site-inner .wrap .content .story .items .copy .description p, body.page-template-about-page .site-container .site-inner .wrap .content .story .items .copy .description p {
      text-align: left;
      margin: 10px 0; }
      body.home .site-container .site-inner .wrap .content .story .items .copy .description p:nth-of-type(1), body.page-template-about-page .site-container .site-inner .wrap .content .story .items .copy .description p:nth-of-type(1) {
        margin-top: 0; }
      body.home .site-container .site-inner .wrap .content .story .items .copy .description p:nth-of-type(2), body.page-template-about-page .site-container .site-inner .wrap .content .story .items .copy .description p:nth-of-type(2) {
        margin-bottom: 0; }
  body.home .site-container .site-inner .wrap .content .numbers, body.page-template-about-page .site-container .site-inner .wrap .content .numbers {
    text-align: center;
    padding-top: 10%; }
    body.home .site-container .site-inner .wrap .content .numbers h2, body.page-template-about-page .site-container .site-inner .wrap .content .numbers h2 {
      margin: 0 0 30px; }
    body.home .site-container .site-inner .wrap .content .numbers .item, body.page-template-about-page .site-container .site-inner .wrap .content .numbers .item {
      margin: 20px 0 50px; }
      body.home .site-container .site-inner .wrap .content .numbers .item h2, body.page-template-about-page .site-container .site-inner .wrap .content .numbers .item h2 {
        margin-bottom: 15px; }
        body.home .site-container .site-inner .wrap .content .numbers .item h2.number, body.page-template-about-page .site-container .site-inner .wrap .content .numbers .item h2.number {
          font-size: 48px;
          color: transparent;
          background: linear-gradient(to right, #48CFAD 0%, #3BAFDA 100%);
          background: -moz-linear-gradient(45deg, #48CFAD 0%, #3BAFDA 100%);
          -webkit-background-clip: text; }
          body.home .site-container .site-inner .wrap .content .numbers .item h2.number span, body.page-template-about-page .site-container .site-inner .wrap .content .numbers .item h2.number span {
            font-size: 24px;
            text-transform: uppercase;
            display: block; }
      body.home .site-container .site-inner .wrap .content .numbers .item h4, body.page-template-about-page .site-container .site-inner .wrap .content .numbers .item h4 {
        margin: 0;
        word-spacing: 400px;
        line-height: 20px; }
    body.home .site-container .site-inner .wrap .content .numbers .cta a.button, body.page-template-about-page .site-container .site-inner .wrap .content .numbers .cta a.button {
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      font-weight: 400;
      text-transform: none;
      color: white;
      padding: 10px 20px;
      margin: 10px 0 0;
      background: #4A89DC;
      border-radius: 3px; }
      body.home .site-container .site-inner .wrap .content .numbers .cta a.button:hover, body.page-template-about-page .site-container .site-inner .wrap .content .numbers .cta a.button:hover {
        text-decoration: none;
        background-color: #276ecc; }

/* ==========================================================================
   Non-Mobile Devices
   ========================================================================== */
@media (min-width: 768px) {
  body.home .site-container .site-inner .wrap .content .mission, body.home .site-container .site-inner .wrap .content .succeed, body.home .site-container .site-inner .wrap .content .story, body.home .site-container .site-inner .wrap .content .numbers, body.page-template-about-page .site-container .site-inner .wrap .content .mission, body.page-template-about-page .site-container .site-inner .wrap .content .succeed, body.page-template-about-page .site-container .site-inner .wrap .content .story, body.page-template-about-page .site-container .site-inner .wrap .content .numbers {
    padding: 8% 10%; }
    body.home .site-container .site-inner .wrap .content .mission h2, body.home .site-container .site-inner .wrap .content .succeed h2, body.home .site-container .site-inner .wrap .content .story h2, body.home .site-container .site-inner .wrap .content .numbers h2, body.page-template-about-page .site-container .site-inner .wrap .content .mission h2, body.page-template-about-page .site-container .site-inner .wrap .content .succeed h2, body.page-template-about-page .site-container .site-inner .wrap .content .story h2, body.page-template-about-page .site-container .site-inner .wrap .content .numbers h2 {
      font-size: 30px; }
  body.home .site-container .site-inner .wrap .content .offerings .courses, body.home .site-container .site-inner .wrap .content .offerings .specialization, body.home .site-container .site-inner .wrap .content .offerings .degrees, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees {
    padding: 0; }
    body.home .site-container .site-inner .wrap .content .offerings .courses .offer, body.home .site-container .site-inner .wrap .content .offerings .specialization .offer, body.home .site-container .site-inner .wrap .content .offerings .degrees .offer, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .offer, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .offer, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .offer {
      padding: 10% 0 3% 10%; }
      body.home .site-container .site-inner .wrap .content .offerings .courses .offer ul, body.home .site-container .site-inner .wrap .content .offerings .specialization .offer ul, body.home .site-container .site-inner .wrap .content .offerings .degrees .offer ul, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .offer ul, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .offer ul, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .offer ul {
        margin-left: 20px; }
        body.home .site-container .site-inner .wrap .content .offerings .courses .offer ul:nth-of-type(1), body.home .site-container .site-inner .wrap .content .offerings .specialization .offer ul:nth-of-type(1), body.home .site-container .site-inner .wrap .content .offerings .degrees .offer ul:nth-of-type(1), body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .offer ul:nth-of-type(1), body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .offer ul:nth-of-type(1), body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .offer ul:nth-of-type(1) {
          margin-top: 20px; }
        body.home .site-container .site-inner .wrap .content .offerings .courses .offer ul:nth-of-type(2), body.home .site-container .site-inner .wrap .content .offerings .specialization .offer ul:nth-of-type(2), body.home .site-container .site-inner .wrap .content .offerings .degrees .offer ul:nth-of-type(2), body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .offer ul:nth-of-type(2), body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .offer ul:nth-of-type(2), body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .offer ul:nth-of-type(2) {
          margin-top: 0px;
          margin-bottom: 20px; }
        body.home .site-container .site-inner .wrap .content .offerings .courses .offer ul li, body.home .site-container .site-inner .wrap .content .offerings .specialization .offer ul li, body.home .site-container .site-inner .wrap .content .offerings .degrees .offer ul li, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .offer ul li, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .offer ul li, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .offer ul li {
          font-weight: 700;
          margin: 0;
          min-width: 250px; }
      body.home .site-container .site-inner .wrap .content .offerings .courses .offer .cta, body.home .site-container .site-inner .wrap .content .offerings .specialization .offer .cta, body.home .site-container .site-inner .wrap .content .offerings .degrees .offer .cta, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .offer .cta, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .offer .cta, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .offer .cta {
        text-align: left; }
    body.home .site-container .site-inner .wrap .content .offerings .courses .graphic, body.home .site-container .site-inner .wrap .content .offerings .specialization .graphic, body.home .site-container .site-inner .wrap .content .offerings .degrees .graphic, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .graphic, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .graphic, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .graphic {
      text-align: center;
      height: 260px; }
      body.home .site-container .site-inner .wrap .content .offerings .courses .graphic img, body.home .site-container .site-inner .wrap .content .offerings .specialization .graphic img, body.home .site-container .site-inner .wrap .content .offerings .degrees .graphic img, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .graphic img, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .graphic img, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .graphic img {
        margin: 0 auto; }
  body.home .site-container .site-inner .wrap .content .learner, body.page-template-about-page .site-container .site-inner .wrap .content .learner {
    padding: 6% 0 5%;
    margin: -22px 0 2px; }
  body.home .site-container .site-inner .wrap .content .succeed, body.page-template-about-page .site-container .site-inner .wrap .content .succeed {
    margin-top: -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
    body.home .site-container .site-inner .wrap .content .succeed h2, body.home .site-container .site-inner .wrap .content .succeed h4, body.page-template-about-page .site-container .site-inner .wrap .content .succeed h2, body.page-template-about-page .site-container .site-inner .wrap .content .succeed h4 {
      width: 100%; }
    body.home .site-container .site-inner .wrap .content .succeed .ways, body.page-template-about-page .site-container .site-inner .wrap .content .succeed .ways {
      padding: 3%;
      margin-top: 20px;
      width: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: no-wrap;
      -moz-flex-wrap: no-wrap;
      -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start; }
      body.home .site-container .site-inner .wrap .content .succeed .ways img, body.page-template-about-page .site-container .site-inner .wrap .content .succeed .ways img {
        margin: 0 7% 0 0;
        width: 30%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1; }
      body.home .site-container .site-inner .wrap .content .succeed .ways .description, body.page-template-about-page .site-container .site-inner .wrap .content .succeed .ways .description {
        width: 70%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2; }
        body.home .site-container .site-inner .wrap .content .succeed .ways .description p, body.page-template-about-page .site-container .site-inner .wrap .content .succeed .ways .description p {
          text-align: left; }
  body.home .site-container .site-inner .wrap .content .story .container .items, body.page-template-about-page .site-container .site-inner .wrap .content .story .container .items {
    padding: 0;
    max-width: none; }
  body.home .site-container .site-inner .wrap .content .numbers, body.page-template-about-page .site-container .site-inner .wrap .content .numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    body.home .site-container .site-inner .wrap .content .numbers h2, body.page-template-about-page .site-container .site-inner .wrap .content .numbers h2 {
      margin-top: 0;
      width: 100%; }
    body.home .site-container .site-inner .wrap .content .numbers .item, body.page-template-about-page .site-container .site-inner .wrap .content .numbers .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      margin: 20px;
      width: 16%; }
      body.home .site-container .site-inner .wrap .content .numbers .item .text h4, body.page-template-about-page .site-container .site-inner .wrap .content .numbers .item .text h4 {
        word-spacing: 900px; }
    body.home .site-container .site-inner .wrap .content .numbers .cta, body.page-template-about-page .site-container .site-inner .wrap .content .numbers .cta {
      width: 100%; }
      body.home .site-container .site-inner .wrap .content .numbers .cta .button, body.page-template-about-page .site-container .site-inner .wrap .content .numbers .cta .button {
        margin: 30px 0 0; } }
@media (min-width: 1024px) {
  body.home .site-container .site-inner .wrap .content .mission, body.home .site-container .site-inner .wrap .content .succeed, body.home .site-container .site-inner .wrap .content .numbers, body.page-template-about-page .site-container .site-inner .wrap .content .mission, body.page-template-about-page .site-container .site-inner .wrap .content .succeed, body.page-template-about-page .site-container .site-inner .wrap .content .numbers {
    padding: 50px;
    max-width: 1200px;
    margin: 0 auto; }
  body.home .site-container .site-inner .wrap .content .story .container, body.page-template-about-page .site-container .site-inner .wrap .content .story .container {
    max-width: 1400px;
    margin: 0 auto; }
  body.home .site-container .site-inner .wrap .content .offerings .courses, body.home .site-container .site-inner .wrap .content .offerings .specialization, body.home .site-container .site-inner .wrap .content .offerings .degrees, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees {
    /*transform:skew(0deg,-1deg);
    -ms-transform:skew(0deg,-6deg);
    -webkit-transform:skew(0deg,-1deg);*/ }
    body.home .site-container .site-inner .wrap .content .offerings .courses .container, body.home .site-container .site-inner .wrap .content .offerings .specialization .container, body.home .site-container .site-inner .wrap .content .offerings .degrees .container, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .container, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .container, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: no-wrap;
      -moz-flex-wrap: no-wrap;
      -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      /*transform:skew(0deg,1deg);
      -ms-transform:skew(0deg,6deg);
      -webkit-transform:skew(0deg,1deg);*/ }
      body.home .site-container .site-inner .wrap .content .offerings .courses .container .graphic, body.home .site-container .site-inner .wrap .content .offerings .specialization .container .graphic, body.home .site-container .site-inner .wrap .content .offerings .degrees .container .graphic, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .container .graphic, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .container .graphic, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .container .graphic {
        padding-top: 0;
        height: inherit; }
      body.home .site-container .site-inner .wrap .content .offerings .courses .container .offer, body.home .site-container .site-inner .wrap .content .offerings .specialization .container .offer, body.home .site-container .site-inner .wrap .content .offerings .degrees .container .offer, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .container .offer, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .container .offer, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .container .offer {
        width: 90%; }
        body.home .site-container .site-inner .wrap .content .offerings .courses .container .offer ul li, body.home .site-container .site-inner .wrap .content .offerings .specialization .container .offer ul li, body.home .site-container .site-inner .wrap .content .offerings .degrees .container .offer ul li, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .container .offer ul li, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .container .offer ul li, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .container .offer ul li {
          margin: 0 12px 0 0; }
        body.home .site-container .site-inner .wrap .content .offerings .courses .container .offer .cta, body.home .site-container .site-inner .wrap .content .offerings .specialization .container .offer .cta, body.home .site-container .site-inner .wrap .content .offerings .degrees .container .offer .cta, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .container .offer .cta, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .container .offer .cta, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .container .offer .cta {
          text-align: left; }
  body.home .site-container .site-inner .wrap .content .offerings .courses .container .graphic, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .container .graphic {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  body.home .site-container .site-inner .wrap .content .offerings .courses .container .offer, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .container .offer {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 50px 0 50px 50px; }
  body.home .site-container .site-inner .wrap .content .offerings .specialization .container .graphic, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .container .graphic {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  body.home .site-container .site-inner .wrap .content .offerings .specialization .container .offer, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .container .offer {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 50px 50px 50px 0px; }
  body.home .site-container .site-inner .wrap .content .offerings .degrees, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees {
    margin-top: -15px; }
    body.home .site-container .site-inner .wrap .content .offerings .degrees .container .graphic, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .container .graphic {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    body.home .site-container .site-inner .wrap .content .offerings .degrees .container .offer, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .container .offer {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding: 50px 0 50px 50px; }
  body.home .site-container .site-inner .wrap .content .learner, body.page-template-about-page .site-container .site-inner .wrap .content .learner {
    padding: 50px;
    margin: 0;
    /*transform:skew(0deg,-1deg);
    -ms-transform:skew(0deg,-6deg);
    -webkit-transform:skew(0deg,-1deg);*/ }
    body.home .site-container .site-inner .wrap .content .learner .container, body.page-template-about-page .site-container .site-inner .wrap .content .learner .container {
      margin: 0 auto;
      max-width: 1200px;
      /*transform:skew(0deg,1deg);
      -ms-transform:skew(0deg,6deg);
      -webkit-transform:skew(0deg,1deg);*/ }
  body.home .site-container .site-inner .wrap .content .succeed, body.page-template-about-page .site-container .site-inner .wrap .content .succeed {
    padding: 50px; }
    body.home .site-container .site-inner .wrap .content .succeed .ways:nth-of-type(1), body.home .site-container .site-inner .wrap .content .succeed .ways:nth-of-type(3), body.page-template-about-page .site-container .site-inner .wrap .content .succeed .ways:nth-of-type(1), body.page-template-about-page .site-container .site-inner .wrap .content .succeed .ways:nth-of-type(3) {
      padding: 40px 40px 40px 0; }
    body.home .site-container .site-inner .wrap .content .succeed .ways:nth-of-type(2), body.home .site-container .site-inner .wrap .content .succeed .ways:nth-of-type(4), body.page-template-about-page .site-container .site-inner .wrap .content .succeed .ways:nth-of-type(2), body.page-template-about-page .site-container .site-inner .wrap .content .succeed .ways:nth-of-type(4) {
      padding: 40px 0 40px 40px; }
    body.home .site-container .site-inner .wrap .content .succeed .ways img, body.page-template-about-page .site-container .site-inner .wrap .content .succeed .ways img {
      margin: 0 20px 0 0;
      width: 100px; }
    body.home .site-container .site-inner .wrap .content .succeed .ways .description, body.page-template-about-page .site-container .site-inner .wrap .content .succeed .ways .description {
      width: auto; }
  body.home .site-container .site-inner .wrap .content .story, body.page-template-about-page .site-container .site-inner .wrap .content .story {
    padding: 50px; }
    body.home .site-container .site-inner .wrap .content .story .items .slider, body.page-template-about-page .site-container .site-inner .wrap .content .story .items .slider {
      margin: 0 28px 0 0;
      width: 43%;
      display: inline-block;
      vertical-align: middle; }
    body.home .site-container .site-inner .wrap .content .story .items .copy, body.page-template-about-page .site-container .site-inner .wrap .content .story .items .copy {
      padding: 0;
      width: 45%;
      display: inline-block;
      vertical-align: middle; }
      body.home .site-container .site-inner .wrap .content .story .items .copy .description p, body.page-template-about-page .site-container .site-inner .wrap .content .story .items .copy .description p {
        text-align: left; }
  body.home .site-container .site-inner .wrap .content .numbers, body.page-template-about-page .site-container .site-inner .wrap .content .numbers {
    padding-top: 50px;
    padding-bottom: 100px; }
    body.home .site-container .site-inner .wrap .content .numbers .item, body.page-template-about-page .site-container .site-inner .wrap .content .numbers .item {
      margin: 0;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start; }
      body.home .site-container .site-inner .wrap .content .numbers .item .digit, body.page-template-about-page .site-container .site-inner .wrap .content .numbers .item .digit {
        height: 100px;
        width: 100%; }
      body.home .site-container .site-inner .wrap .content .numbers .item .text, body.page-template-about-page .site-container .site-inner .wrap .content .numbers .item .text {
        height: 80px;
        width: 100%; }
      body.home .site-container .site-inner .wrap .content .numbers .item:last-of-type .digit, body.page-template-about-page .site-container .site-inner .wrap .content .numbers .item:last-of-type .digit {
        width: 179px; }
    body.home .site-container .site-inner .wrap .content .numbers .cta .button, body.page-template-about-page .site-container .site-inner .wrap .content .numbers .cta .button {
      margin: 40px 0 0; } }
@media (min-width: 1240px) {
  body.home .site-container .site-inner .wrap .content .tp-rightarrow, body.home .site-container .site-inner .wrap .content .tp-leftarrow, body.page-template-about-page .site-container .site-inner .wrap .content .tp-rightarrow, body.page-template-about-page .site-container .site-inner .wrap .content .tp-leftarrow {
    top: 50% !important; }
  body.home .site-container .site-inner .wrap .content .offerings .courses .container, body.home .site-container .site-inner .wrap .content .offerings .specialization .container, body.home .site-container .site-inner .wrap .content .offerings .degrees .container, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .container, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .container, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .container {
    max-width: 1200px;
    margin: 0 auto; }
    body.home .site-container .site-inner .wrap .content .offerings .courses .container .offer, body.home .site-container .site-inner .wrap .content .offerings .specialization .container .offer, body.home .site-container .site-inner .wrap .content .offerings .degrees .container .offer, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .container .offer, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .container .offer, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .container .offer {
      width: 60%; }
    body.home .site-container .site-inner .wrap .content .offerings .courses .container .graphic, body.home .site-container .site-inner .wrap .content .offerings .specialization .container .graphic, body.home .site-container .site-inner .wrap .content .offerings .degrees .container .graphic, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .container .graphic, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .container .graphic, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .container .graphic {
      height: 330px; }
  body.home .site-container .site-inner .wrap .content .offerings .courses .container .offer, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .courses .container .offer {
    padding: 60px 0 60px 80px; }
  body.home .site-container .site-inner .wrap .content .offerings .specialization .container .offer, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .specialization .container .offer {
    padding: 60px 80px 60px 0px; }
  body.home .site-container .site-inner .wrap .content .offerings .degrees .container .offer, body.page-template-about-page .site-container .site-inner .wrap .content .offerings .degrees .container .offer {
    padding: 60px 0 60px 80px; }
  body.home .site-container .site-inner .wrap .content .learner, body.home .site-container .site-inner .wrap .content .succeed, body.home .site-container .site-inner .wrap .content .story, body.page-template-about-page .site-container .site-inner .wrap .content .learner, body.page-template-about-page .site-container .site-inner .wrap .content .succeed, body.page-template-about-page .site-container .site-inner .wrap .content .story {
    padding: 60px 80px; }
  body.home .site-container .site-inner .wrap .content .numbers, body.page-template-about-page .site-container .site-inner .wrap .content .numbers {
    padding: 60px 80px 100px; } }
/* ==========================================================================
   Single Post Template
   ========================================================================== */
body.single .site-container .site-inner .wrap .content article {
  display: block;
  margin: 0;
  padding-top: 20px !important; }
  @media (max-width: 768px) {
    body.single .site-container .site-inner .wrap .content article {
      padding: 50px 5%; } }
  body.single .site-container .site-inner .wrap .content article .post-header-img {
    line-height: 0px;
    margin-bottom: -32px; }
    body.single .site-container .site-inner .wrap .content article .post-header-img img {
      width: 100%;
      height: auto; }
  body.single .site-container .site-inner .wrap .content article .author-date {
    padding-bottom: 40px;
    margin-top: 23px;
    position: relative; }
    body.single .site-container .site-inner .wrap .content article .author-date:before {
      content: "";
      width: 100%;
      height: 100%;
      top: -20px;
      z-index: 10;
      position: absolute;
      background: linear-gradient(-135deg, #4A89DC 0%, #4FC1E9 100%);
      clip-path: polygon(0% 0%, 100% 20%, 98% 94%, 0% 100%); }
    body.single .site-container .site-inner .wrap .content article .author-date:after {
      content: "";
      height: 90px;
      width: 70%;
      right: 12px;
      top: -50px;
      z-index: 0;
      position: absolute;
      background: #3BAFDA;
      clip-path: polygon(0% 70%, 100% 40%, 100% 100%, 0% 100%); }
    body.single .site-container .site-inner .wrap .content article .author-date .entry-header {
      color: white;
      padding: 25px 0 10px;
      margin: 0 5%;
      z-index: 100; }
      body.single .site-container .site-inner .wrap .content article .author-date .entry-header .pre {
        color: white;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: -5px;
        position: relative;
        z-index: 100; }
      body.single .site-container .site-inner .wrap .content article .author-date .entry-header .entry-title {
        color: white;
        font-size: 18px;
        font-weight: 400;
        line-height: 21px;
        margin: 0;
        z-index: 100;
        position: relative; }
      body.single .site-container .site-inner .wrap .content article .author-date .entry-header .entry-meta {
        font-size: 12px;
        line-height: 17px;
        margin: 5px 0 0;
        position: relative;
        z-index: 100; }
        body.single .site-container .site-inner .wrap .content article .author-date .entry-header .entry-meta .entry-author, body.single .site-container .site-inner .wrap .content article .author-date .entry-header .entry-meta .entry-time {
          display: inline; }
        body.single .site-container .site-inner .wrap .content article .author-date .entry-header .entry-meta .entry-author {
          margin-right: 20px; }
          body.single .site-container .site-inner .wrap .content article .author-date .entry-header .entry-meta .entry-author:before {
            content: "by "; }
          body.single .site-container .site-inner .wrap .content article .author-date .entry-header .entry-meta .entry-author a {
            color: white;
            text-decoration: none;
            font-weight: 300; }
        body.single .site-container .site-inner .wrap .content article .author-date .entry-header .entry-meta .entry-time {
          padding-right: 20px; }
        body.single .site-container .site-inner .wrap .content article .author-date .entry-header .entry-meta .comments:before {
          font-family: FontAwesome;
          content: "\f075";
          padding-right: 4px; }
        body.single .site-container .site-inner .wrap .content article .author-date .entry-header .entry-meta .comments a {
          color: white; }
        body.single .site-container .site-inner .wrap .content article .author-date .entry-header .entry-meta .dot-irecommendthis {
          color: white;
          display: inline-block; }
          body.single .site-container .site-inner .wrap .content article .author-date .entry-header .entry-meta .dot-irecommendthis:before {
            font-family: FontAwesome;
            content: "\f08a";
            padding: 0 3px; }
          body.single .site-container .site-inner .wrap .content article .author-date .entry-header .entry-meta .dot-irecommendthis:hover {
            opacity: .8; }
  body.single .site-container .site-inner .wrap .content article .social-share-mobile {
    padding: 0 5%; }
    body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share {
      color: #333; }
      body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-share-text {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 14px;
        margin: 0 2px 0 0;
        float: left; }
      body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-facebook, body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-twitter, body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-google-plus, body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-linkedin, body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-email {
        margin: 0 10px;
        float: left; }
        body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-facebook a .apss-icon-block i, body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-twitter a .apss-icon-block i, body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-google-plus a .apss-icon-block i, body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-linkedin a .apss-icon-block i, body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-email a .apss-icon-block i {
          color: #b3b3b3; }
        body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-facebook a .apss-icon-block .apss-social-text, body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-facebook a .apss-icon-block .apss-share, body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-twitter a .apss-icon-block .apss-social-text, body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-twitter a .apss-icon-block .apss-share, body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-google-plus a .apss-icon-block .apss-social-text, body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-google-plus a .apss-icon-block .apss-share, body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-linkedin a .apss-icon-block .apss-social-text, body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-linkedin a .apss-icon-block .apss-share, body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-email a .apss-icon-block .apss-social-text, body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-email a .apss-icon-block .apss-share {
          display: none; }
      body.single .site-container .site-inner .wrap .content article .social-share-mobile .apss-social-share .apss-email {
        margin-right: 0px; }
  body.single .site-container .site-inner .wrap .content article .entry-content {
    padding: 0 5%;
    margin-top: 5px; }
    body.single .site-container .site-inner .wrap .content article .entry-content h1 {
      font-size: 18px;
      line-height: 22px; }
    body.single .site-container .site-inner .wrap .content article .entry-content h2 {
      font-size: 16px;
      line-height: 20px; }
      body.single .site-container .site-inner .wrap .content article .entry-content h2.form-title {
        font-size: 2em;
        font-weight: 100;
        color: #4ca4e3;
        margin-bottom: 1em;
        margin-top: 2em;
        line-height: 1.2; }
    body.single .site-container .site-inner .wrap .content article .entry-content h3 {
      font-size: 14px;
      line-height: 18px; }
    body.single .site-container .site-inner .wrap .content article .entry-content h4 {
      font-size: 12px;
      line-height: 16px; }
    body.single .site-container .site-inner .wrap .content article .entry-content blockquote {
      color: #4A89DC;
      -webkit-text-fill-color: transparent;
      margin: 20px;
      background: transparent;
      background: -webkit-linear-gradient(-135deg, #4A89DC 0%, #4FC1E9 100%);
      background: -moz-linear-gradient(-135deg, #4A89DC 0%, #4FC1E9 100%);
      -webkit-background-clip: text; }
      body.single .site-container .site-inner .wrap .content article .entry-content blockquote p {
        font-size: 21px;
        font-weight: 400;
        font-style: normal;
        line-height: 28px; }
      body.single .site-container .site-inner .wrap .content article .entry-content blockquote a {
        color: transparent;
        font-weight: normal;
        border-bottom: thin solid #4FC1E9; }
    body.single .site-container .site-inner .wrap .content article .entry-content hr {
      margin-bottom: 20px;
      border: solid thin #f5f5f5; }
    body.single .site-container .site-inner .wrap .content article .entry-content ul li {
      padding-left: 10px;
      margin: 15px 0 15px -13px;
      text-indent: -13px;
      line-height: 21px;
      list-style-type: none; }
      body.single .site-container .site-inner .wrap .content article .entry-content ul li:before {
        content: "\2022";
        color: #6b7583;
        font-size: 14px;
        margin-right: 5px; }
  body.single .site-container .site-inner .wrap .content article a:hover {
    color: #276ecc; }
  body.single .site-container .site-inner .wrap .content article img {
    margin: 0;
    width: 100%; }
  body.single .site-container .site-inner .wrap .content article p {
    font-size: 16px;
    line-height: 25px;
    margin: 25px 0; }
    body.single .site-container .site-inner .wrap .content article p:first-of-type {
      margin-top: 8px; }
    body.single .site-container .site-inner .wrap .content article p:first-child {
      margin-top: 0; }
    body.single .site-container .site-inner .wrap .content article p a:hover {
      color: #276ecc; }
    body.single .site-container .site-inner .wrap .content article p .video-contain {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 25px;
      height: 0; }
      body.single .site-container .site-inner .wrap .content article p .video-contain iframe, body.single .site-container .site-inner .wrap .content article p .video-contain object, body.single .site-container .site-inner .wrap .content article p .video-contain embed {
        margin-top: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  body.single .site-container .site-inner .wrap .content article .dot-irecommendthis {
    display: none; }
  body.single .site-container .site-inner .wrap .content article footer {
    clear: both;
    max-width: 1240px;
    padding-left: 54px;
    display: block;
    margin: 0 auto;
    border: none;
    width: 100%;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      body.single .site-container .site-inner .wrap .content article footer {
        padding-left: 5%;
        padding-right: 5%; } }
    body.single .site-container .site-inner .wrap .content article footer a {
      display: inline-block;
      background-color: #4A89DC;
      font-size: 14px;
      text-align: center;
      padding: 12px 23px;
      color: #fff;
      border-radius: 3px;
      margin-bottom: 53px;
      margin-top: 8px;
      background: linear-gradient(-135deg, #4A89DC 0%, #4FC1E9 100%);
      cursor: pointer; }
      body.single .site-container .site-inner .wrap .content article footer a:hover {
        color: #fff; }
  body.single .site-container .site-inner .wrap .content article .post-sidebar {
    display: none; }
  body.single .site-container .site-inner .wrap .content article .wpcf7 {
    background-color: #4ca4e3;
    padding: 30px;
    margin-bottom: 30px; }
    body.single .site-container .site-inner .wrap .content article .wpcf7 form {
      background-color: #fff;
      padding: 30px 30px 15px 30px; }
    body.single .site-container .site-inner .wrap .content article .wpcf7 label {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 13px;
      color: #545557; }
    body.single .site-container .site-inner .wrap .content article .wpcf7 input {
      margin-top: 5px;
      margin-bottom: 10px;
      border: 2px solid #efede8;
      padding: 10px; }
    body.single .site-container .site-inner .wrap .content article .wpcf7 select {
      margin-top: 5px;
      margin-bottom: 10px;
      border: 2px solid #efede8;
      padding: 15px; }
    body.single .site-container .site-inner .wrap .content article .wpcf7 select {
      /* styling */
      display: inline-block;
      font: inherit;
      line-height: 1.5em;
      /* reset */
      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
      background-position: calc(100% - 20px) calc(1em + 10px), calc(100% - 15px) calc(1em + 10px), calc(100% - 2.5em) 0.5em;
      background-size: 5px 5px, 5px 5px, 1px 2.5em;
      background-repeat: no-repeat; }
    body.single .site-container .site-inner .wrap .content article .wpcf7 select:focus {
     /* background-image:
    	linear-gradient(45deg, black 50%, transparent 50%),
    	linear-gradient(135deg, transparent 50%, green 50%),
    	linear-gradient(to right, #ccc, #ccc);
      background-position:
    	calc(100% - 15px) calc(1em + 10px),
    	calc(100% - 20px) calc(1em + 10px),
    	calc(100% - 2.5em) 0.5em;
      background-size:
    	5px 5px,
    	5px 5px,
    	1px 1.5em;
      background-repeat: no-repeat;*/
      outline: 0; }
    body.single .site-container .site-inner .wrap .content article .wpcf7 select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000; }
    body.single .site-container .site-inner .wrap .content article .wpcf7 input[type="submit"] {
      border-radius: 2px;
      line-height: 1rem;
      user-select: none;
      position: relative;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      white-space: nowrap;
      background-image: none;
      cursor: pointer;
      filter: none;
      text-decoration: none;
      color: #ffffff;
      background-color: #4a89dc;
      border: 1px solid #4a89dc;
      padding: 1.5rem 2.6rem;
      font-size: 1.2rem;
      text-transform: none; }
    body.single .site-container .site-inner .wrap .content article .wpcf7 span.wpcf7-list-item {
      margin-left: 0; }
    body.single .site-container .site-inner .wrap .content article .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
      display: none; }
  body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm {
    background-color: #4A89DC;
    padding: 20px 30px 30px 30px;
    z-index: 9999;
    max-width: 100% !important; }
    body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm .mktoHasWidth {
      width: 100% !important; }
    @media (max-width: 768px) {
      body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm {
        position: static !important;
        display: block !important; } }
    @media (max-width: 768px) {
      body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm {
        padding: 15px 25px 25px 25px; } }
    body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm .mkto-close-form {
      position: absolute;
      background-image: none;
      right: -8px;
      top: -13px;
      font-weight: bold;
      font-size: 16px;
      z-index: 999999; }
    body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm .mktoFormCol, body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm .mktoFieldWrap, body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm input {
      width: 100% !important; }
    body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm h2 {
      margin: 0;
      line-height: 1;
      padding-right: 30px; }
      @media (max-width: 480px) {
        body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm h2 {
          font-size: 24px;
          padding: 0; } }
    body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm input {
      width: 100%;
      padding: 10px;
      border: none;
      border-radius: 2px; }
    body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm select {
      width: 100% !important;
      padding: 8px 5px;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      background-color: #fff !important;
      background-image: url(https://blog.coursera.org/wp-content/themes/coursera-blog/assets/images/select-background.jpg) !important;
      background-position: right center;
      background-repeat: no-repeat;
      border: none;
      border-radius: 2px; }
    body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm .mktoOffset {
      display: none; }
    body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm .mktoAsterix {
      display: none; }
    body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm span {
      font-size: 18px;
      color: #fff;
      font-weight: 400; }
    body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm .mktoButtonWrap {
      margin: 0 !important; }
    body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm .mktoButton {
      background-color: #fff;
      color: #4A89DC;
      background-image: none;
      padding: 22px 20px;
      text-shadow: none;
      box-shadow: none;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
      border: none; }
      body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm .mktoButton:hover {
        background-color: #efefef; }
    body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm label {
      margin-bottom: 5px; }
      body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm label span {
        font-size: 11px !important;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase; }
    body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm p {
      width: 99%;
      color: #fff;
      line-height: 1.35;
      margin: .5em 0; }
      body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm p span {
        display: block; }
        body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm p span a {
          background: none;
          font-size: 11px;
          text-decoration: underline;
          display: inline;
          padding: 0; }
  body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm {
    display: block;
    position: static !important; }
    body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm .mktoGutter {
      display: none !important; }
    body.single .site-container .site-inner .wrap .content article .entry-footer .mktoForm h2 {
      color: #fff !important;
      font-weight: 300 !important;
      font-size: 1.5em; }
  body.single .site-container .site-inner .wrap .content article .entry-footer #mktoForm_1115 {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    display: none; }
body.single .site-container .site-inner .wrap #disqus_thread {
  padding-top: 50px;
  margin: 20px 5%;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 5px solid;
  border-color: #4A89DC;
  border-image: linear-gradient(-135deg, #4A89DC 0%, #4FC1E9 70%);
  border-image-slice: 1; }

/* ==========================================================================
   Non-Mobile Devices
   ========================================================================== */
@media (min-width: 768px) {
  body.single .site-container .site-inner .wrap .content article .post-header-img {
    margin-bottom: -40px; }
  body.single .site-container .site-inner .wrap .content article .author-date {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 33px;
    width: 90%; }
    body.single .site-container .site-inner .wrap .content article .author-date:before {
      top: -23px; }
    body.single .site-container .site-inner .wrap .content article .author-date:after {
      top: -65px;
      right: -8px; }
    body.single .site-container .site-inner .wrap .content article .author-date .entry-header .entry-title {
      font-size: 23px;
      line-height: 27px; }
    body.single .site-container .site-inner .wrap .content article .author-date .entry-header .entry-meta {
      font-size: 14px;
      line-height: 19px; } }
@media (min-width: 1024px) {
  body.single .site-container .site-inner .wrap .content article .post-header-img {
    margin: 0 auto -46px;
    max-width: 1440px; }
  body.single .site-container .site-inner .wrap .content article .author-date {
    padding: 5px 0 55px 5%;
    width: 60%; }
    body.single .site-container .site-inner .wrap .content article .author-date .entry-header .entry-title {
      font-size: 30px;
      line-height: 35px; }
  body.single .site-container .site-inner .wrap .content article .social-share-mobile {
    display: none; }
  body.single .site-container .site-inner .wrap .content article .entry-content {
    padding-right: 4%;
    width: 75%;
    float: left; }
    body.single .site-container .site-inner .wrap .content article .entry-content figure {
      float: left;
      margin-right: 30px; }
    body.single .site-container .site-inner .wrap .content article .entry-content h1 {
      font-size: 18px;
      line-height: 22px; }
    body.single .site-container .site-inner .wrap .content article .entry-content h2 {
      font-size: 16px;
      line-height: 20px; }
    body.single .site-container .site-inner .wrap .content article .entry-content h3 {
      font-size: 14px;
      line-height: 18px; }
    body.single .site-container .site-inner .wrap .content article .entry-content h4 {
      font-size: 12px;
      line-height: 16px; }
  body.single .site-container .site-inner .wrap .content article .post-sidebar {
    padding-right: 5%;
    margin-top: -110px;
    width: 25%;
    float: left;
    display: block; }
    body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share {
      color: #333; }
      body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-share-text {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 14px;
        margin: 0 2px 0 20px;
        float: left; }
      body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-facebook, body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-twitter, body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-google-plus, body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-linkedin, body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-email {
        margin: 0 10px;
        float: left; }
        body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-facebook a .apss-icon-block i, body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-twitter a .apss-icon-block i, body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-google-plus a .apss-icon-block i, body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-linkedin a .apss-icon-block i, body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-email a .apss-icon-block i {
          color: #b3b3b3; }
        body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-facebook a .apss-icon-block .apss-social-text, body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-facebook a .apss-icon-block .apss-share, body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-twitter a .apss-icon-block .apss-social-text, body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-twitter a .apss-icon-block .apss-share, body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-google-plus a .apss-icon-block .apss-social-text, body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-google-plus a .apss-icon-block .apss-share, body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-linkedin a .apss-icon-block .apss-social-text, body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-linkedin a .apss-icon-block .apss-share, body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-email a .apss-icon-block .apss-social-text, body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-email a .apss-icon-block .apss-share {
          display: none; }
      body.single .site-container .site-inner .wrap .content article .post-sidebar .social-share .apss-social-share .apss-email {
        margin-right: 0px; }
    body.single .site-container .site-inner .wrap .content article .post-sidebar .courses, body.single .site-container .site-inner .wrap .content article .post-sidebar .related, body.single .site-container .site-inner .wrap .content article .post-sidebar .post-tags {
      margin: 40px 0 50px; }
      body.single .site-container .site-inner .wrap .content article .post-sidebar .courses h4, body.single .site-container .site-inner .wrap .content article .post-sidebar .related h4, body.single .site-container .site-inner .wrap .content article .post-sidebar .post-tags h4 {
        color: #333;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0px;
        text-transform: uppercase;
        text-align: left;
        padding-left: 20px;
        margin-bottom: 4px; }
      body.single .site-container .site-inner .wrap .content article .post-sidebar .courses .items, body.single .site-container .site-inner .wrap .content article .post-sidebar .related .items, body.single .site-container .site-inner .wrap .content article .post-sidebar .post-tags .items {
        border-top: thin solid #E6E9ED; }
    body.single .site-container .site-inner .wrap .content article .post-sidebar .courses .items .course h4 {
      font-size: 20px;
      line-height: 27px;
      text-transform: none; }
      body.single .site-container .site-inner .wrap .content article .post-sidebar .courses .items .course h4 a {
        color: #4A89DC;
        font-weight: 400;
        text-decoration: none; }
        body.single .site-container .site-inner .wrap .content article .post-sidebar .courses .items .course h4 a:hover {
          color: #276ecc;
          text-decoration: none; }
    body.single .site-container .site-inner .wrap .content article .post-sidebar .courses .items .course .meta {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      color: #656D78;
      font-size: 14px;
      margin-left: 20px; }
      body.single .site-container .site-inner .wrap .content article .post-sidebar .courses .items .course .meta .uni {
        margin-right: 20px; }
    body.single .site-container .site-inner .wrap .content article .post-sidebar .related .items ul {
      margin: 15px 0 0 0; }
      body.single .site-container .site-inner .wrap .content article .post-sidebar .related .items ul li {
        line-height: 24px;
        margin-bottom: 15px; }
        body.single .site-container .site-inner .wrap .content article .post-sidebar .related .items ul li .pre {
          color: #656D78;
          font-size: 14px;
          text-transform: uppercase; }
        body.single .site-container .site-inner .wrap .content article .post-sidebar .related .items ul li a {
          color: #4A89DC;
          font-weight: 400;
          font-size: 18px;
          line-height: 1; }
          body.single .site-container .site-inner .wrap .content article .post-sidebar .related .items ul li a:hover {
            color: #276ecc;
            text-decoration: none; }
    body.single .site-container .site-inner .wrap .content article .post-sidebar .post-tags .items a {
      color: #434A54;
      font-size: 16px;
      font-weight: 400;
      padding: 0 7px;
      margin: 10px 5px 5px;
      border: thin solid #CCD1D9;
      float: left; }
      body.single .site-container .site-inner .wrap .content article .post-sidebar .post-tags .items a:hover {
        color: #333;
        text-decoration: none; }
  body.single .site-container .site-inner .wrap .content #disqus_thread {
    padding: 30px;
    margin: 20px auto;
    max-width: 1240px; }
    body.single .site-container .site-inner .wrap .content #disqus_thread iframe {
      padding: 40px; }
  body.single .site-container .footer-design {
    height: 104px;
    position: relative;
    z-index: 10;
    background: white; }
    body.single .site-container .footer-design .left, body.single .site-container .footer-design .right {
      position: relative; }
    body.single .site-container .footer-design .left {
      height: 103px;
      z-index: 10;
      background: linear-gradient(-135deg, #4FC1E9 0%, #4EB4E6 24%, #4DB1E6 28%, #4A89DC 100%);
      clip-path: polygon(0% 0%, 100% 50%, 100% 100%, 0% 100%); }
    body.single .site-container .footer-design .right {
      margin-top: -141px;
      height: 140px;
      width: 50%;
      z-index: 0;
      float: right;
      background: #4FC1E9;
      clip-path: polygon(0% 70%, 100% 40%, 100% 100%, 0% 100%); } }
@media (min-width: 1240px) {
  body.single .site-container .site-inner .wrap .content article .post-container {
    margin: 0 auto;
    max-width: 1240px; } }
/* ==========================================================================
   Archive Page Template
   ========================================================================== */
body.archive-page .site-container .site-inner .wrap .content .page-header {
  padding: 30px 0;
  background: linear-gradient(-135deg, #3BAFDA 0%, #48CFAD 100%); }
  body.archive-page .site-container .site-inner .wrap .content .page-header .container {
    padding: 0 5%;
    margin: 0 auto; }
    body.archive-page .site-container .site-inner .wrap .content .page-header .container fieldset {
      padding: 0;
      border: white solid 3px; }
      body.archive-page .site-container .site-inner .wrap .content .page-header .container fieldset .icon {
        padding: 0 10px;
        margin: 0 auto;
        width: 65px;
        height: 21px;
        background: url("./assets/images/business-icon.svg") no-repeat center; }
      body.archive-page .site-container .site-inner .wrap .content .page-header .container fieldset h1 {
        color: white;
        font-family: "Open Sans", sans-serif;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        padding: 15px 0;
        margin: -10px auto 0;
        max-width: 450px; }
        body.archive-page .site-container .site-inner .wrap .content .page-header .container fieldset h1 span {
          font-weight: 700;
          font-style: italic; }
    body.archive-page .site-container .site-inner .wrap .content .page-header .container h4 {
      color: white;
      font-size: 14px;
      line-height: 19px;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0px;
      margin: 5px 0; }
body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain {
  padding-bottom: 40px;
  margin-bottom: 0px;
  background: #F6F8FA; }
  body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts {
    padding-top: 35px;
    clear: both;
    position: relative; }
    body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container {
      text-align: center;
      padding: 0 5%; }
      body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .load-icon {
        margin: 0 auto;
        width: 54px;
        height: 54px;
        background: url("./assets/images/load-icon.svg"); }
      body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container h3 {
        color: #545C67;
        font-size: 18px;
        text-align: left;
        padding-bottom: 10px;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom-width: 5px;
        border-style: solid;
        border-image: linear-gradient(-135deg, #3BAFDA 0%, #48CFAD 100%);
        border-image-slice: 1; }
      body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured {
        margin-top: 25px; }
        body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured {
          line-height: 0;
          border: thin solid #CCD1D9;
          background: white;
          cursor: pointer; }
          body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img {
            height: 190px;
            overflow: hidden;
            position: relative; }
            body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img .img-title {
              height: 100%;
              width: auto;
              position: absolute;
              left: -1px;
              top: 0; }
              body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img .img-title .top, body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img .img-title .bottom {
                height: 100%; }
              body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img .img-title .top {
                color: white;
                font-size: 14px;
                font-family: "Open Sans", sans-serif;
                font-weight: 700;
                text-transform: uppercase;
                text-align: left;
                padding: 20px 0 0 10px;
                width: 115px;
                z-index: 10;
                position: relative;
                background: linear-gradient(-135deg, #48CFAD 0%, #3BAFDA 100%);
                clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%); }
              body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img .img-title .bottom {
                width: 85px;
                z-index: 0;
                background: linear-gradient(-135deg, #A0D468 40%, #37BC98 100%);
                clip-path: polygon(0% 0%, 100% 100%, 0% 100%, 0% 100%);
                position: absolute;
                bottom: 0px; }
          body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post {
            margin-top: 10px;
            text-align: left; }
            body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .meta {
              padding: 0 10px; }
              body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .meta .pre {
                font-size: 11px;
                line-height: 19px;
                font-weight: 700;
                text-transform: uppercase;
                padding-top: 5px; }
              body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .meta .title {
                font-size: 17px;
                line-height: 21px; }
                body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .meta .title a {
                  color: #1f1f1f;
                  font-weight: 400; }
                  body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .meta .title a:hover {
                    color: #4A89DC;
                    text-decoration: none; }
              body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .meta .date {
                color: #656D78;
                font-size: 12px;
                line-height: 21px; }
            body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .excerpt {
              font-size: 15px;
              line-height: 22px;
              padding: 0 10px;
              margin: 20px 0; }
            body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .footer {
              display: -webkit-box;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-direction: normal;
              -webkit-box-orient: horizontal;
              -webkit-flex-direction: row;
              -moz-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              -webkit-justify-content: space-between;
              -moz-justify-content: space-between;
              justify-content: space-between;
              color: #AAB2BD;
              font-size: 14px;
              padding: 20px 15px;
              border-top: thin solid #E6E9ED; }
              body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .footer .comments:before {
                font-family: FontAwesome;
                content: "\f0e5"; }
              body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .footer a {
                color: #AAB2BD;
                font-weight: 400; }
                body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .footer a:hover {
                  color: #7f8b9c; }
      body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts {
        padding-top: 20px; }
        body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent {
          text-align: left;
          margin-bottom: 20px;
          background: white;
          border: thin solid #CCD1D9;
          clear: left;
          cursor: pointer; }
          body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img {
            height: 180px;
            overflow: hidden; }
            body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img a {
              display: block; }
              body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img a img {
                width: 100%;
                height: auto; }
          body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .post .meta {
            padding: 10px 10px 0; }
            body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .post .meta .pre {
              font-size: 11px;
              line-height: 19px;
              font-weight: 700;
              text-transform: uppercase;
              padding-top: 5px; }
            body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .post .meta .title {
              font-size: 17px;
              line-height: 21px; }
              body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .post .meta .title a {
                color: #1f1f1f;
                font-weight: 400; }
                body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .post .meta .title a:hover {
                  color: #4A89DC; }
            body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .post .meta .date {
              color: #656D78;
              font-size: 12px;
              line-height: 21px; }
          body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .post .excerpt {
            font-size: 15px;
            line-height: 22px;
            padding: 0 10px;
            margin: 20px 0; }
          body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-direction: normal;
            -webkit-box-orient: horizontal;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            justify-content: space-between;
            color: #AAB2BD;
            font-size: 14px;
            padding: 10px;
            border-top: thin solid #E6E9ED; }
            body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments {
              margin-right: -75px; }
              body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments:before {
                font-family: FontAwesome;
                content: "\f0e5"; }
            body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .likes .dot-irecommendthis.active:before {
              font-family: FontAwesome;
              content: "\f08a";
              padding: 0 5px 0 3px; }
            body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer a {
              color: #AAB2BD;
              font-weight: 400; }
              body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer a:hover {
                color: #7f8b9c; }
      body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .cat-more {
        margin: 10px auto 0; }
        body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .cat-more:focus {
          outline: 0; }
  body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news {
    padding: 80px 0 30px;
    cursor: pointer;
    display: none; }
    body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container {
      text-align: center;
      padding: 0 5%; }
      body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container h3 {
        color: #545C67;
        font-size: 18px;
        text-align: left;
        padding-bottom: 10px;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom-width: 5px;
        border-style: solid;
        border-image: linear-gradient(-135deg, #3BAFDA 0%, #48CFAD 100%);
        border-image-slice: 1; }
      body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .recent-news .recent {
        text-align: left;
        padding-bottom: 20px;
        margin: 30px 0 0;
        border-bottom: thin gainsboro solid; }
        body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .recent-news .recent:first-child {
          margin-top: 0; }
        body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .recent-news .recent:last-child {
          margin-bottom: 0;
          border-bottom: none; }
        body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .recent-news .recent .post .meta .pre {
          font-size: 11px;
          line-height: 19px;
          font-weight: 700;
          text-transform: uppercase;
          padding-top: 5px; }
        body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .recent-news .recent .post .meta .title {
          font-size: 17px;
          line-height: 21px; }
          body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .recent-news .recent .post .meta .title a {
            color: #1f1f1f;
            font-weight: 400; }
            body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .recent-news .recent .post .meta .title a:hover {
              color: #4A89DC;
              text-decoration: none; }
        body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .recent-news .recent .post .meta .date {
          color: #656D78;
          font-size: 12px;
          line-height: 21px; }
        body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .recent-news .recent .post .excerpt {
          font-size: 15px;
          line-height: 22px;
          margin: 20px 0; }
          body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container .recent-news .recent .post .excerpt .more:hover {
            color: #4A89DC;
            cursor: pointer; }

body.archive-page .site-container .site-inner .wrap .content .page-header, body.page-template-degrees-archive .site-container .site-inner .wrap .content .page-header, body.page-template-business-archive .site-container .site-inner .wrap .content .page-header, body.page-template-educator-archive .site-container .site-inner .wrap .content .page-header, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .page-header, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .page-header {
  padding-top: 25px;
  background: linear-gradient(-135deg, #A0D468 0%, #37BC98 100%); }
  body.archive-page .site-container .site-inner .wrap .content .page-header .container fieldset .icon, body.page-template-degrees-archive .site-container .site-inner .wrap .content .page-header .container fieldset .icon, body.page-template-business-archive .site-container .site-inner .wrap .content .page-header .container fieldset .icon, body.page-template-educator-archive .site-container .site-inner .wrap .content .page-header .container fieldset .icon, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .page-header .container fieldset .icon, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .page-header .container fieldset .icon {
    width: 47px;
    height: 30px;
    background: url("./assets/images/educator-icon.svg") no-repeat center; }
body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container h3, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container h3, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container h3, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container h3, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container h3, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container h3 {
  border-image: linear-gradient(-135deg, #A0D468 0%, #37BC98 100%);
  border-image-slice: 1; }
body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img .img-title .top, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img .img-title .top, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img .img-title .top, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img .img-title .top, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img .img-title .top, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img .img-title .top {
  background: linear-gradient(-135deg, #A0D468 0%, #37BC98 100%); }
body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img .img-title .bottom, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img .img-title .bottom, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img .img-title .bottom, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img .img-title .bottom, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img .img-title .bottom, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img .img-title .bottom {
  background: #37BC9B; }
body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container h3, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container h3, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container h3, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container h3, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container h3, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container h3 {
  border-image: linear-gradient(-135deg, #A0D468 0%, #37BC98 100%);
  border-image-slice: 1; }

body.archive-page .site-container .site-inner .wrap .content .page-header, body.page-template-degrees-archive .site-container .site-inner .wrap .content .page-header, body.page-template-business-archive .site-container .site-inner .wrap .content .page-header, body.page-template-educator-archive .site-container .site-inner .wrap .content .page-header, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .page-header, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .page-header {
  padding-top: 25px;
  background: linear-gradient(-133deg, #5D9CEC 0%, #967ADC 100%); }
  body.archive-page .site-container .site-inner .wrap .content .page-header .container fieldset .icon, body.page-template-degrees-archive .site-container .site-inner .wrap .content .page-header .container fieldset .icon, body.page-template-business-archive .site-container .site-inner .wrap .content .page-header .container fieldset .icon, body.page-template-educator-archive .site-container .site-inner .wrap .content .page-header .container fieldset .icon, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .page-header .container fieldset .icon, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .page-header .container fieldset .icon {
    width: 47px;
    height: 33px;
    background: url("./assets/images/product-icon.svg") no-repeat center; }
body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container h3, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container h3, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container h3, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container h3, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container h3, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container h3 {
  border-image: linear-gradient(-133deg, #5D9CEC 0%, #967ADC 100%);
  border-image-slice: 1; }

/* ==========================================================================
   Non-Mobile Devices
   ========================================================================== */
@media (min-width: 768px) {
  body.archive-page .site-container .site-inner .wrap .content .page-header .container fieldset, body.page-template-degrees-archive .site-container .site-inner .wrap .content .page-header .container fieldset, body.page-template-business-archive .site-container .site-inner .wrap .content .page-header .container fieldset, body.page-template-educator-archive .site-container .site-inner .wrap .content .page-header .container fieldset, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .page-header .container fieldset, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .page-header .container fieldset {
    margin: 0 auto;
    max-width: 400px; }
    body.archive-page .site-container .site-inner .wrap .content .page-header .container fieldset h1, body.page-template-degrees-archive .site-container .site-inner .wrap .content .page-header .container fieldset h1, body.page-template-business-archive .site-container .site-inner .wrap .content .page-header .container fieldset h1, body.page-template-educator-archive .site-container .site-inner .wrap .content .page-header .container fieldset h1, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .page-header .container fieldset h1, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .page-header .container fieldset h1 {
      font-size: 32px; }
  body.archive-page .site-container .site-inner .wrap .content .page-header .container h4, body.page-template-degrees-archive .site-container .site-inner .wrap .content .page-header .container h4, body.page-template-business-archive .site-container .site-inner .wrap .content .page-header .container h4, body.page-template-educator-archive .site-container .site-inner .wrap .content .page-header .container h4, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .page-header .container h4, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .page-header .container h4 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px; }
  body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain {
    margin-bottom: 0px; }
    body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts {
      padding-bottom: 40px; }
      body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        margin-bottom: 20px; }
        body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img {
          width: 50%;
          height: 220px; }
        body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: none;
          flex-wrap: nowrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          justify-content: space-between;
          padding-bottom: 0;
          margin: 10px 0 0;
          width: 49%; }
          body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .excerpt, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .excerpt, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .excerpt, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .excerpt, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .excerpt, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .excerpt {
            margin: 10px 0; }
          body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .footer, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .footer, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .footer, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .footer, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .footer, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .post .footer {
            margin-top: auto; }
      body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        padding-top: 0; }
        body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: none;
          flex-wrap: nowrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          justify-content: space-between;
          width: 49%; }
          body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer {
            margin-top: auto; }
            body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments {
              margin-right: -135px; }
            body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .likes .dot-irecommendthis:before, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .likes .dot-irecommendthis:before, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .likes .dot-irecommendthis:before, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .likes .dot-irecommendthis:before, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .likes .dot-irecommendthis:before, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .likes .dot-irecommendthis:before {
              padding: 0 4px 0 3px; }
          body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img {
            width: auto;
            height: 180px;
            overflow: hidden; }
            body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img a img.cover, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img a img.cover, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img a img.cover, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img a img.cover, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img a img.cover, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img a img.cover {
              width: 100%;
              height: 180px;
              object-fit: cover; }
            body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img.compat-object-fit, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img.compat-object-fit, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img.compat-object-fit, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img.compat-object-fit, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img.compat-object-fit, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img.compat-object-fit {
              background-size: cover;
              background-position: center center; }
              body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img.compat-object-fit img, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img.compat-object-fit img, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img.compat-object-fit img, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img.compat-object-fit img, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img.compat-object-fit img, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img.compat-object-fit img {
                opacity: 0; }
        body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .load-more, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .load-more, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .load-more, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .load-more, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .load-more, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .load-more {
          -webkit-align-self: center;
          -moz-align-self: center;
          -ms-flex-item-align: center;
          align-self: center;
          margin: 20px auto 0; } }
@media (min-width: 1024px) {
  body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img {
    height: 270px; }
  body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments {
    margin-right: -230px; }

  body.page-template-product-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts {
    margin-top: 25px; } }
@media (min-width: 1240px) {
  body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 50px 5%;
    margin: 0 auto;
    max-width: 1240px;
    clear: both; }
    body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts, body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news {
      padding-top: 0px;
      margin-top: 0px; }
      body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container, body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news .container {
        padding: 0; }
    body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts {
      width: 100%; }
      body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-featured .featured .img {
        height: 220px; }
      body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent {
        width: 32%; }
        body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .comments {
          margin-right: -140px; }
        body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .likes .dot-irecommendthis:before, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .likes .dot-irecommendthis:before, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .likes .dot-irecommendthis:before, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .likes .dot-irecommendthis:before, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .likes .dot-irecommendthis:before, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .footer .likes .dot-irecommendthis:before {
          padding: 0 4px 0 12px; }
    body.archive-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news, body.page-template-degrees-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news, body.page-template-business-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news, body.page-template-educator-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .product-news {
      width: 32.2%; }
  body.archive-page .site-container .site-inner .wrap .content .footer-design, body.page-template-degrees-archive .site-container .site-inner .wrap .content .footer-design, body.page-template-business-archive .site-container .site-inner .wrap .content .footer-design, body.page-template-educator-archive .site-container .site-inner .wrap .content .footer-design, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .footer-design, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .footer-design {
    margin-top: -40px;
    height: 104px;
    position: relative;
    z-index: 10;
    background: #F6F8FA; }
    body.archive-page .site-container .site-inner .wrap .content .footer-design .left, body.archive-page .site-container .site-inner .wrap .content .footer-design .right, body.page-template-degrees-archive .site-container .site-inner .wrap .content .footer-design .left, body.page-template-degrees-archive .site-container .site-inner .wrap .content .footer-design .right, body.page-template-business-archive .site-container .site-inner .wrap .content .footer-design .left, body.page-template-business-archive .site-container .site-inner .wrap .content .footer-design .right, body.page-template-educator-archive .site-container .site-inner .wrap .content .footer-design .left, body.page-template-educator-archive .site-container .site-inner .wrap .content .footer-design .right, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .footer-design .left, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .footer-design .right, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .footer-design .left, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .footer-design .right {
      position: relative; }
    body.archive-page .site-container .site-inner .wrap .content .footer-design .left, body.page-template-degrees-archive .site-container .site-inner .wrap .content .footer-design .left, body.page-template-business-archive .site-container .site-inner .wrap .content .footer-design .left, body.page-template-educator-archive .site-container .site-inner .wrap .content .footer-design .left, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .footer-design .left, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .footer-design .left {
      height: 103px;
      z-index: 10;
      background: #48cfad;
      clip-path: polygon(0% 0%, 100% 50%, 100% 100%, 0% 100%); }
    body.archive-page .site-container .site-inner .wrap .content .footer-design .right, body.page-template-degrees-archive .site-container .site-inner .wrap .content .footer-design .right, body.page-template-business-archive .site-container .site-inner .wrap .content .footer-design .right, body.page-template-educator-archive .site-container .site-inner .wrap .content .footer-design .right, body.page-template-prodcut-news-archive .site-container .site-inner .wrap .content .footer-design .right, body.page-template-learner-stories-page .site-container .site-inner .wrap .content .footer-design .right {
      margin-top: -141px;
      height: 140px;
      width: 50%;
      z-index: 0;
      float: right;
      background: linear-gradient(-124deg, #3BAFDA 23%, #48CFAD 53%);
      clip-path: polygon(0% 70%, 100% 40%, 100% 100%, 0% 100%); }

  body.page-template-educator-archive .site-container .site-inner .wrap .content .footer-design .left {
    background: linear-gradient(-135deg, #A0D468 0%, #7DCC78 33%, #37BC98 100%); }
  body.page-template-educator-archive .site-container .site-inner .wrap .content .footer-design .right {
    background: #48CFAD; }

  body.page-template-product-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts {
    width: 100%; }
    body.page-template-product-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent {
      width: 32%; }
      body.page-template-product-news-archive .site-container .site-inner .wrap .content .all-the-posts-contain .all-the-posts .latest-posts .container .tag-posts .recent .img {
        height: 130px; }
  body.page-template-product-news-archive .site-container .site-inner .wrap .content .footer-design .left {
    background: linear-gradient(-135deg, #5D9CEC 0%, #7091E7 34%, #967ADC 100%); }
  body.page-template-product-news-archive .site-container .site-inner .wrap .content .footer-design .right {
    background: #5D9CEC; } }
/* ==========================================================================
   Tags Page Template
   ========================================================================== */
body.tag .site-container .site-inner .wrap .content .page-header, body.search .site-container .site-inner .wrap .content .page-header {
  padding: 30px 0;
  background: linear-gradient(-135deg, #3BAFDA 0%, #48CFAD 100%); }
  body.tag .site-container .site-inner .wrap .content .page-header .container, body.search .site-container .site-inner .wrap .content .page-header .container {
    padding: 0 5%;
    margin: 0 auto; }
    body.tag .site-container .site-inner .wrap .content .page-header .container fieldset, body.search .site-container .site-inner .wrap .content .page-header .container fieldset {
      padding: 0;
      border: white solid 3px; }
      body.tag .site-container .site-inner .wrap .content .page-header .container fieldset h1, body.search .site-container .site-inner .wrap .content .page-header .container fieldset h1 {
        color: white;
        font-family: "Open Sans", sans-serif;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        padding: 12px 0;
        margin: 0 auto;
        max-width: 450px; }
        body.tag .site-container .site-inner .wrap .content .page-header .container fieldset h1 span, body.search .site-container .site-inner .wrap .content .page-header .container fieldset h1 span {
          font-weight: 700;
          font-style: italic; }
body.tag .site-container .site-inner .wrap .content .all-the-posts-contain, body.search .site-container .site-inner .wrap .content .all-the-posts-contain {
  text-align: center;
  padding: 30px 0 40px;
  background: #F6F8FA; }
  body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .load-icon, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .load-icon {
    margin: 0 auto;
    width: 54px;
    height: 54px;
    background: url("./assets/images/load-icon.svg"); }
  body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .title-contain, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .title-contain {
    padding: 0 5%;
    margin: 0 auto;
    max-width: 1240px; }
    body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .title-contain h3, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .title-contain h3 {
      color: #545C67;
      font-size: 18px;
      text-align: left;
      padding: 30px 0 10px;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      border-bottom-width: 5px;
      border-style: solid;
      border-image: linear-gradient(-135deg, #3BAFDA 0%, #48CFAD 100%);
      border-image-slice: 1; }
  body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts {
    padding: 5%; }
    body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      text-align: left;
      margin-bottom: 20px;
      background: white;
      border: thin solid #CCD1D9;
      cursor: pointer; }
      body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .img, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .img {
        width: auto;
        height: 180px;
        overflow: hidden; }
        body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .img a img.cover, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .img a img.cover {
          width: 100%;
          height: 180px;
          object-fit: cover; }
        body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .img.compat-object-fit, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .img.compat-object-fit {
          background-size: cover;
          background-position: center center; }
          body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .img.compat-object-fit img, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .img.compat-object-fit img {
            opacity: 0; }
      body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .post, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .post {
        padding: 10px; }
        body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .post .meta .pre, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .post .meta .pre {
          font-size: 11px;
          line-height: 19px;
          font-weight: 700;
          text-transform: uppercase;
          padding-top: 5px; }
        body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .post .meta .title, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .post .meta .title {
          font-size: 17px;
          line-height: 21px; }
          body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .post .meta .title a, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .post .meta .title a {
            color: #1f1f1f;
            font-weight: 400; }
            body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .post .meta .title a:hover, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .post .meta .title a:hover {
              text-decoration: none; }
        body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .post .meta .date, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .post .meta .date {
          color: #656D78;
          font-size: 12px;
          line-height: 21px; }
        body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .post .excerpt, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .post .excerpt {
          font-size: 15px;
          line-height: 22px;
          margin: 20px 0; }
      body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        font-size: 14px;
        padding: 10px;
        margin-top: auto;
        border-top: thin solid #E6E9ED; }
        body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer .cat a, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer .cat a {
          color: #AAB2BD;
          font-weight: 400; }
        body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer .comments, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer .comments {
          margin-right: -75px; }
          body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer .comments:before, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer .comments:before {
            font-family: FontAwesome;
            content: "\f0e5"; }
        body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer .likes .dot-irecommendthis.active:before, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer .likes .dot-irecommendthis.active:before {
          font-family: FontAwesome;
          content: "\f08a";
          padding: 0 5px 0 3px; }
body.tag .site-container .site-inner .wrap .content .search-more, body.search .site-container .site-inner .wrap .content .search-more {
  margin: 0px auto; }

/* ==========================================================================
   Non-Mobile Devices
   ========================================================================== */
@media (min-width: 768px) {
  body.tag .site-container .site-inner .wrap .content .page-header .container fieldset, body.search .site-container .site-inner .wrap .content .page-header .container fieldset {
    margin: 0 auto;
    max-width: 400px; }
    body.tag .site-container .site-inner .wrap .content .page-header .container fieldset h1, body.search .site-container .site-inner .wrap .content .page-header .container fieldset h1 {
      font-size: 29px;
      padding: 10px; }
  body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    max-width: 1240px; }
    body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent {
      height: 550px;
      width: 49%; }
      body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer {
        margin-bottom: 0px; }
        body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer .comments, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer .comments {
          margin-right: -135px; }
        body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer .likes .dot-irecommendthis:before, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer .likes .dot-irecommendthis:before {
          padding: 0 4px 0 3px; }
  body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .search-more, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .search-more {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 auto; } }
@media (min-width: 1024px) {
  .body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer .comments, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer .comments {
    margin-right: -230px; } }
@media (min-width: 1240px) {
  body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent {
      margin: 10px;
      height: auto;
      width: 30.5%; }
      body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer .comments, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer .comments {
        margin-right: -140px; }
      body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer .likes .dot-irecommendthis:before, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .recent-posts .recent .footer .likes .dot-irecommendthis:before {
        padding: 0 4px 0 12px; }
  body.tag .site-container .site-inner .wrap .content .all-the-posts-contain .search-more, body.search .site-container .site-inner .wrap .content .all-the-posts-contain .search-more {
    margin-bottom: 40px; }
  body.tag .site-container .site-inner .wrap .content .footer-design, body.search .site-container .site-inner .wrap .content .footer-design {
    margin-top: -40px;
    height: 104px;
    position: relative;
    z-index: 10;
    background: #F6F8FA; }
    body.tag .site-container .site-inner .wrap .content .footer-design .left, body.tag .site-container .site-inner .wrap .content .footer-design .right, body.search .site-container .site-inner .wrap .content .footer-design .left, body.search .site-container .site-inner .wrap .content .footer-design .right {
      position: relative; }
    body.tag .site-container .site-inner .wrap .content .footer-design .left, body.search .site-container .site-inner .wrap .content .footer-design .left {
      height: 103px;
      z-index: 10;
      background: #48cfad;
      clip-path: polygon(0% 0%, 100% 50%, 100% 100%, 0% 100%); }
    body.tag .site-container .site-inner .wrap .content .footer-design .right, body.search .site-container .site-inner .wrap .content .footer-design .right {
      margin-top: -141px;
      height: 140px;
      width: 50%;
      z-index: 0;
      float: right;
      background: linear-gradient(-124deg, #3BAFDA 23%, #48CFAD 53%);
      clip-path: polygon(0% 70%, 100% 40%, 100% 100%, 0% 100%); } }
/* ==========================================================================
   Tags Page Template
   ========================================================================== */
.audio-player, .audio-player div, .audio-player h2, .audio-player a, .audio-player span, .audio-player button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none; }

.audio-player {
  position: relative;
  margin: 0 auto; }
  .audio-player h2 {
    position: absolute;
    top: 7px;
    left: 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #ececec;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

.audio-tiles {
  margin-top: 50px; }

.audio-tiles .podcast-info {
  width: 32%;
  float: left;
  height: 450px;
  background-color: #fff;
  margin-bottom: 2em;
  position: relative;
  border: thin solid #CCD1D9; }

.audio-tiles .podcast-image {
  height: 180px;
  background-size: cover; }

.audio-tiles > div:nth-of-type(1) {
  margin-right: 1%;
  margin-left: 0; }

.audio-tiles > div:nth-of-type(2) {
  margin-right: 1%;
  margin-left: 1%; }

.audio-tiles > div:nth-of-type(3) {
  margin-right: 0;
  margin-left: 1%; }

@media (max-width: 1023px) {
  .audio-tiles > div.podcast-info {
    width: 47%;
    margin-bottom: 3em; }

  .audio-tiles > div:nth-of-type(odd) {
    margin-right: 2%;
    margin-left: 0; }

  .audio-tiles > div:nth-of-type(even) {
    margin-right: 0;
    margin-left: 2%; } }
@media (max-width: 767px) {
  .audio-tiles > div.podcast-info {
    width: 100%; }

  .audio-tiles > div:nth-of-type(odd) {
    margin: 0 0 2.3em 0; }

  .audio-tiles > div:nth-of-type(even) {
    margin: 0 0 2.3em 0; } }
.tile-contents .entry-title {
  padding: .1em .25em .1em .25em;
  line-height: 15px;
  background-color: #fff;
  margin-bottom: 0; }
  .tile-contents .entry-title a {
    font-size: 17px;
    font-weight: normal; }
  .tile-contents .entry-title a:hover {
    color: #4A89DC; }
.tile-contents p {
  background-color: #fff;
  font-size: 15px;
  line-height: 22px;
  padding: 0 10px;
  margin: 20px 0; }
.tile-contents .date {
  color: #656D78;
  font-size: 12px;
  line-height: 21px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0; }

audio {
  width: 100%;
  bottom: 0;
  position: absolute; }

.type-podcast audio {
  position: static; }

.site-main.podcast, .podcast-single {
  padding: 0 5%;
  margin: 0 auto;
  max-width: 1240px; }

.single-post-thumbnail {
  width: 100%;
  height: 350px; }

body.single .site-container .site-inner .wrap .content article .social-share-mobile {
  padding: 0 5%; }

.podcast-title {
  font-weight: 100;
  font-size: 42px;
  color: #ccc;
  margin: 0 0 1em 0; }

@media (min-width: 1024px) {
  body.single .site-container .site-inner .wrap .content article .social-share-mobile {
    display: none; } }
.podcast-image {
  width: 100%;
  height: auto; }

.type-podcast audio {
  margin-bottom: 75px; }

body.page-template-leadership-page article {
  display: none !important; }

body.page-template-leadership-page h1,
body.page-template-leadership-page h2,
body.page-template-leadership-page p {
  font-family: "Open Sans", sans-serif; }

body.page-template-leadership-page .intro {
  background: url("assets/images/blue-blue-banner.png") no-repeat;
  padding: 90px 0 100px;
  text-align: center;
  background-size: cover;
  background-position: bottom; }

body.page-template-leadership-page .intro h1 {
  font-family: 'Merriweather', serif;
  font-size: 48px;
  color: #fff; }

body.page-template-leadership-page .site-inner {
  padding-top: 0; }

.founders,
.leaders,
.advisory-board {
  max-width: 1030px;
  margin: 0 auto; }

.founders {
  padding: 30px 0;
  overflow: hidden; }

.founders h1 {
  font-size: 30px;
  margin-left: 15px;
  font-weight: bold; }

.founders h2 {
  font-size: 30px;
  font-weight: 300; }

.founders h3 {
  font-size: 14px;
  color: #4a89dc;
  text-transform: uppercase;
  font-weight: bold; }

.founder-box {
  border: 1px #4dabe4 solid;
  position: relative;
  overflow: hidden;
  padding: 15px 15px 30px; }

.founder-box .founder-img {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center center; }

.founder-box img {
  width: 100%;
  height: 150px; }

.founder-box .more-link {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  text-decoration: none; }

.founder-box a.more-link {
  color: #4a89dc;
  font-weight: 300;
  text-decoration: none; }

.founder-box p {
  display: inline-block; }

.founders-content {
  overflow: hidden;
  margin-bottom: 30px; }

.leaders {
  padding: 0 0 30px; }

.leaders h2 {
  font-size: 30px;
  margin-left: 15px;
  font-weight: bold; }

.leaders-box {
  border: 1px #4dabe4 solid;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  padding-right: 20px;
  padding-bottom: 18px;
  margin-left: 15px;
  margin-right: 15px; }

.leaders-box h2 {
  margin-top: 15px;
  font-size: 30px;
  font-weight: 300;
  margin-left: 0; }

.leaders-box h3 {
  font-size: 14px;
  color: #4a89dc;
  text-transform: uppercase;
  margin-top: 12px;
  font-weight: bold; }

.leaders-box a.more-link {
  color: #4a89dc;
  font-weight: 300;
  text-decoration: none; }

.leaders-box .more-link {
  position: absolute;
  left: 195px;
  bottom: 20px;
  display: block;
  width: 100%;
  padding-left: 15px;
  color: #4dabe4;
  text-decoration: none; }

.leaders-box .more-link, .founder-box .more-link {
  position: relative;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding-left: 15px;
  color: #4dabe4;
  text-decoration: none;
  margin-top: 12px;
  margin-left: 195px; }

.founder-box .more-link {
  margin-left: 0px;
  padding-left: 0px; }

.leaders-content {
  overflow: hidden;
  padding-bottom: 30px; }

@media (max-width: 550px) {
  .leaders-content {
    padding-left: 15px; } }
.leader-image {
  margin: 15px;
  padding-right: 0;
  float: left; }

@media (max-width: 550px) {
  .leader-image {
    float: none; } }
.leader-image img {
  max-width: 180px; }

.description {
  overflow: hidden;
  padding-bottom: 30px; }

.more-link:hover {
  text-decoration: none; }

.advisory-board {
  padding: 0 0 50px;
  overflow: hidden; }

.advisory-board h2 {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 15px;
  font-weight: 300;
  font-family: Open Sans; }

.board-members-box {
  margin-bottom: 15px;
  height: 110px;
  position: relative;
  padding: 20px;
  border: #47ccb1 solid 1px; }

.board-members-box h2 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 7px;
  margin-left: 0; }

.board-members-box h3 {
  font-size: 12px;
  color: #4a89dc;
  font-weight: normal; }

@media (max-width: 768px) {
  .leaders-content,
  .founders-content {
    height: auto !important; }

  .leaders-box a.more-link,
  .founder-box a.more-link {
    display: none; }

  .description {
    padding-bottom: 0;
    display: inline-block;
    margin-bottom: 0; }

  .leaders-box,
  .founder-box {
    padding-bottom: 0;
    margin-bottom: 20px; } }
.page-template-learner-stories-page .site-inner {
  background-image: linear-gradient(to bottom, #ffffff, #f5f7fa);
  padding-top: 0; }

.load-icon {
  margin: 30px auto;
  width: 54px;
  height: 54px;
  background: url("./assets/images/load-icon.svg"); }

.page-template-learner-stories-page * {
  font-family: "Open Sans", sans-serif; }
.page-template-learner-stories-page .logo a, .page-template-learner-stories-page .logo span {
  font-family: "Merriweather", serif; }
.page-template-learner-stories-page .nav button {
  font-size: 18px; }

.page-template-learner-stories-page .divider {
  height: 3px;
  background-image: linear-gradient(to right, #6399eb, #917cdd);
  margin-bottom: 30px;
  margin-left: 1px;
  margin-right: 21px; }

.page-template-learner-stories-page .category-stories.entry {
  width: 340px;
  background: #fff;
  border-radius: 3px;
  border: #e6e9ed solid 1px;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px; }
  @media (max-width: 480px) {
    .page-template-learner-stories-page .category-stories.entry {
      width: 360px; } }
  @media (max-width: 320px) {
    .page-template-learner-stories-page .category-stories.entry {
      width: 290px !important; } }

.page-template-learner-stories-page .category-stories.entry .post-content {
  padding: 9px 15px;
  color: #333333; }

.page-template-learner-stories-page #masonry a {
  font-weight: 300;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.page-template-learner-stories-page #masonry a:hover,
.page-template-learner-stories-page #masonry a:active,
.page-template-learner-stories-page #masonry a:focus {
  text-decoration: none !important; }

.page-template-learner-stories-page .read-more {
  color: #46b4dd; }

.page-template-learner-stories-page .link-wrap {
  display: inline; }

.page-template-learner-stories-page .intro {
  background: url("assets/images/blue-purple-banner.png") no-repeat;
  background-size: cover;
  padding: 40px 10% 85px;
  z-index: 1000;
  text-align: center; }
  @media (max-width: 480px) {
    .page-template-learner-stories-page .intro {
      padding: 20px 5% 65px; } }

.page-template-learner-stories-page .intro h1 {
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 300; }

.page-template-learner-stories-page .intro p {
  font-weight: 400;
  width: 70%;
  margin: 0 auto;
  font-size: 16px; }

.page-template-learner-stories-page .intro h1,
.page-template-learner-stories-page .intro h2,
.page-template-learner-stories-page .intro p {
  color: #fff; }

.page-template-learner-stories-page .post-227 {
  display: none; }

@media (max-width: 750px) {
  .page-template-learner-stories-page .container {
    width: 400px !important; } }
@media (min-width: 1130px) {
  .page-template-learner-stories-page .container {
    width: 1110px !important; } }
@media (max-width: 410px) {
  .page-template-learner-stories-page .container {
    width: 100% !important; } }
.page-template-learner-stories-page body.page-template-learner-stories-page {
  font-family: "Open Sans", sans-serif; }

.page-template-learner-stories-page * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.page-template-learner-stories-page .item {
  float: left;
  background: #2296DD;
  border: 2px solid #333;
  height: 186px;
  overflow: hidden;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3; }
  @media (max-width: 320px) {
    .page-template-learner-stories-page .item {
      height: 200px;
      background-size: cover !important; } }

.page-template-learner-stories-page .item h3 {
  line-height: 1.4;
  font-size: 16px; }

.page-template-learner-stories-page .item.quote,
.page-template-learner-stories-page .item.quoteleft,
.page-template-learner-stories-page .item.quoteright {
  background-repeat: no-repeat; }

.page-template-learner-stories-page .item.quote h3,
.page-template-learner-stories-page .item.quoteleft h3,
.page-template-learner-stories-page .item.quoteright h3 {
  display: none; }

.page-template-learner-stories-page .item.quote .post-content,
.page-template-learner-stories-page .item.quoteleft .post-content,
.page-template-learner-stories-page .item.quoteright .post-content {
  color: #333;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.page-template-learner-stories-page .item.quote .read-more,
.page-template-learner-stories-page .item.quoteleft .read-more,
.page-template-learner-stories-page .item.quoteright .read-more {
  border-bottom: 1px #fff solid;
  padding: 1px 1px;
  color: #fff;
  display: inline-block;
  font-size: 10px; }

.page-template-learner-stories-page .item.quote img,
.page-template-learner-stories-page .item.quoteleft img,
.page-template-learner-stories-page .item.quoteright img {
  width: 50%; }

.page-template-learner-stories-page .item.quoteleft {
  /* background-repeat: no-repeat;
   background-position: 15px, -45px top;
   background-size: cover, 260px;*/
  background-position: 137px;
  background-size: cover, 260px;
  background-size: auto 100%; }

.page-template-learner-stories-page .item.quoteleft .post-content {
  float: right;
  padding: 9px 15px;
  width: 50%; }

.page-template-learner-stories-page .item.quoteright {
  background-repeat: no-repeat;
  background-position: -10px, 130px top;
  background-size: cover, 260px; }

.page-template-learner-stories-page .item.quoteright .post-content {
  float: left;
  padding: 9px 15px;
  width: 50%; }

.page-template-learner-stories-page .item.teaser {
  background: url("assets/images/quote-purpleblue.png") center -17px no-repeat #fff; }
  @media (max-width: 320px) {
    .page-template-learner-stories-page .item.teaser {
      background-size: 100%; } }

.page-template-learner-stories-page .item.teaser.has-post-thumbnail {
  background: #fff; }

.page-template-learner-stories-page .item.teaser.has-post-thumbnail .post-content h3 {
  color: #333;
  margin: 10px 0 14px;
  font-weight: normal; }

.page-template-learner-stories-page .item.teaser .teaser-img {
  height: 186px;
  width: 130px;
  float: left;
  background-size: 260px;
  background-position: -60px top; }
  @media (max-width: 320px) {
    .page-template-learner-stories-page .item.teaser .teaser-img {
      width: 110px; } }

.page-template-learner-stories-page .item.teaser .post-content p {
  font-size: 14px;
  color: #333; }

.page-template-learner-stories-page .item.teaser .post-content h3 {
  margin: 0px 0 30px;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  font-weight: 300; }

.page-template-learner-stories-page .item.teaser .post-content.hasimg {
  width: 61%;
  padding: 5px 15px;
  float: right; }

.page-template-learner-stories-page .item.video {
  height: 340px; }

.page-template-learner-stories-page .item.video .post-thumbnail {
  width: 100%; }

.page-template-learner-stories-page .item.video .post-content {
  padding-top: 0; }

.page-template-learner-stories-page .item.video .post-content p {
  font-size: 14px; }

.page-template-learner-stories-page .item.video .post-content a {
  color: #333; }

.page-template-learner-stories-page .item.video .post-content a:hover {
  text-decoration: none !important; }

.page-template-learner-stories-page .item.video h3 {
  margin: 15px 0 10px; }

.page-template-learner-stories-page .play-btn {
  width: 36px;
  position: absolute;
  height: 30px;
  top: 152px;
  z-index: 9999;
  left: 10px;
  cursor: pointer; }
  @media (max-width: 320px) {
    .page-template-learner-stories-page .play-btn {
      top: 128px; } }

.page-template-learner-stories-page .filterandsearch {
  margin-bottom: 30px;
  margin-top: -20px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f5f7fa;
  border-bottom: 3px #e6e9ed solid; }

.page-template-learner-stories-page .filterandsearch .label {
  color: #d1d5dd;
  font-size: 12px;
  padding-bottom: 8px;
  display: inherit;
  text-align: left;
  font-weight: 400; }

@media (max-width: 768px) {
  .page-template-learner-stories-page .filterandsearch .label {
    margin-top: 20px; } }
.page-template-learner-stories-page .filterandsearch select {
  background: #f5f7fa;
  border: none;
  color: #535c68;
  font-weight: bold;
  border-bottom: #d1d5dd solid 2px;
  border-radius: 0;
  -webkit-appearance: none;
  background: url("assets/images/arrow-dropdown.png") right no-repeat;
  padding: 2px 5px; }

.page-template-learner-stories-page .filterandsearch select:focus {
  outline: none; }

.page-template-learner-stories-page .filterandsearch #search-stories input {
  background: #f5f7fa;
  border: none;
  color: #535c68;
  border-bottom: #d1d5dd solid 2px;
  padding: 2px 5px;
  position: relative; }

.page-template-learner-stories-page .filterandsearch #search-stories .submit {
  position: absolute;
  top: 27px;
  right: 15px;
  color: transparent;
  background: url("assets/images/search-icon.png") right no-repeat;
  border: none; }

.page-template-learner-stories-page a.btn {
  background: #4a89dc;
  border-radius: 3px;
  color: #fff;
  padding: 8px 17px;
  display: inline-block;
  margin-top: 70px;
  font-size: 18px; }

.page-template-learner-stories-page a.btn:hover {
  text-decoration: none; }

.page-template-learner-stories-page #stories-bottom {
  height: 300px;
  background-size: 100%; }

#stories-bottom {
  background: url("assets/images/btm-brdr.png") no-repeat bottom center;
  text-align: center;
  background-size: cover; }

.single-video body,
.single-teaser body,
.single-quoteright body,
.single-quoteleft body,
.single-video p,
.single-teaser p,
.single-quoteright p,
.single-quoteleft p,
.single-video h1,
.single-teaser h1,
.single-quoteright h1,
.single-quoteleft h1,
.single-video h2,
.single-teaser h2,
.single-quoteright h2,
.single-quoteleft h2,
.single-video h3,
.single-teaser h3,
.single-quoteright h3,
.single-quoteleft h3 {
  color: #333333; }

@media (min-width: 1200px) {
  .single-video .container,
  .single-teaser .container,
  .single-quoteright .container,
  .single-quoteleft .container {
    max-width: 1150px; } }
.single-video #stories-bottom,
.single-teaser #stories-bottom,
.single-quoteright #stories-bottom,
.single-quoteleft #stories-bottom {
  height: 130px; }

.single-video .intro,
.single-teaser .intro,
.single-quoteright .intro,
.single-quoteleft .intro {
  background: url("assets/images/blue-purple-banner.png") no-repeat;
  background-size: cover;
  padding: 40px 10% 45px;
  text-align: center; }

.single-video .intro .btn,
.single-teaser .intro .btn,
.single-quoteright .intro .btn,
.single-quoteleft .intro .btn {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 15px 25px;
  display: inline-block; }

@media (max-width: 550px) {
  .single-video .intro .btn,
  .single-teaser .intro .btn,
  .single-quoteright .intro .btn,
  .single-quoteleft .intro .btn {
    padding: 10px 15px; } }
@media (max-width: 400px) {
  .single-video .intro .btn,
  .single-teaser .intro .btn,
  .single-quoteright .intro .btn,
  .single-quoteleft .intro .btn {
    padding: 5px 10px; } }
.single-video .intro img,
.single-teaser .intro img,
.single-quoteright .intro img,
.single-quoteleft .intro img {
  float: left;
  width: 18px;
  margin: 5px 12px 0 0; }

@media (max-width: 550px) {
  .single-video .intro img,
  .single-teaser .intro img,
  .single-quoteright .intro img,
  .single-quoteleft .intro img {
    width: 14px;
    margin: 2px 10px 0 0; } }
@media (max-width: 400px) {
  .single-video .intro img,
  .single-teaser .intro img,
  .single-quoteright .intro img,
  .single-quoteleft .intro img {
    width: 9px;
    margin: 3px 5px 0 0; } }
.single-video .intro h1,
.single-teaser .intro h1,
.single-quoteright .intro h1,
.single-quoteleft .intro h1 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  margin: 0 30px 0 0; }

@media (max-width: 550px) {
  .single-video .intro h1,
  .single-teaser .intro h1,
  .single-quoteright .intro h1,
  .single-quoteleft .intro h1 {
    font-size: 16px; } }
@media (max-width: 400px) {
  .single-video .intro h1,
  .single-teaser .intro h1,
  .single-quoteright .intro h1,
  .single-quoteleft .intro h1 {
    font-size: 12px; } }
.single-video .intro p,
.single-teaser .intro p,
.single-quoteright .intro p,
.single-quoteleft .intro p {
  font-weight: 300;
  width: 70%;
  margin: 0 auto; }

.single-video .intro h1,
.single-teaser .intro h1,
.single-quoteright .intro h1,
.single-quoteleft .intro h1,
.single-video .intro h2,
.single-teaser .intro h2,
.single-quoteright .intro h2,
.single-quoteleft .intro h2,
.single-video .intro p,
.single-teaser .intro p,
.single-quoteright .intro p,
.single-quoteleft .intro p {
  color: #fff; }

.single-video article,
.single-teaser article,
.single-quoteright article,
.single-quoteleft article {
  display: none !important; }

.single-video .site-inner,
.single-teaser .site-inner,
.single-quoteright .site-inner,
.single-quoteleft .site-inner {
  padding: 0;
  background: #f5f5f5; }

.single-video .post-article,
.single-teaser .post-article,
.single-quoteright .post-article,
.single-quoteleft .post-article,
.single-video div.related-videos,
.single-teaser div.related-videos,
.single-quoteright div.related-videos,
.single-quoteleft div.related-videos {
  background: #fff;
  border-radius: 3px;
  border: #e6e9ed solid 1px;
  padding: 0; }

.single-video .post-article a,
.single-teaser .post-article a,
.single-quoteright .post-article a,
.single-quoteleft .post-article a,
.single-video div.related-videos a,
.single-teaser div.related-videos a,
.single-quoteright div.related-videos a,
.single-quoteleft div.related-videos a {
  color: #46b4dd !important;
  font-weight: normal; }

.single-video .post-article a:hover,
.single-teaser .post-article a:hover,
.single-quoteright .post-article a:hover,
.single-quoteleft .post-article a:hover,
.single-video div.related-videos a:hover,
.single-teaser div.related-videos a:hover,
.single-quoteright div.related-videos a:hover,
.single-quoteleft div.related-videos a:hover {
  text-decoration: none !important; }

.single-video .post-article .social-sharing,
.single-teaser .post-article .social-sharing,
.single-quoteright .post-article .social-sharing,
.single-quoteleft .post-article .social-sharing,
.single-video div.related-videos .social-sharing,
.single-teaser div.related-videos .social-sharing,
.single-quoteright div.related-videos .social-sharing,
.single-quoteleft div.related-videos .social-sharing {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 25px;
  width: 150px; }

.single-video .post-article .social-sharing img,
.single-teaser .post-article .social-sharing img,
.single-quoteright .post-article .social-sharing img,
.single-quoteleft .post-article .social-sharing img,
.single-video div.related-videos .social-sharing img,
.single-teaser div.related-videos .social-sharing img,
.single-quoteright div.related-videos .social-sharing img,
.single-quoteleft div.related-videos .social-sharing img {
  width: 20px;
  float: right;
  margin: 0 5px; }

.single-video .post-article .social-sharing span,
.single-teaser .post-article .social-sharing span,
.single-quoteright .post-article .social-sharing span,
.single-quoteleft .post-article .social-sharing span,
.single-video div.related-videos .social-sharing span,
.single-teaser div.related-videos .social-sharing span,
.single-quoteright div.related-videos .social-sharing span,
.single-quoteleft div.related-videos .social-sharing span {
  display: inline-block;
  margin-right: 7px;
  margin-top: 0;
  position: relative;
  top: -3px; }

.single-video a.related-videos,
.single-teaser a.related-videos,
.single-quoteright a.related-videos,
.single-quoteleft a.related-videos {
  color: #333 !important;
  font-weight: normal; }

.single-video a.related-videos:hover,
.single-teaser a.related-videos:hover,
.single-quoteright a.related-videos:hover,
.single-quoteleft a.related-videos:hover {
  text-decoration: none !important; }

.single-video .post-article,
.single-teaser .post-article,
.single-quoteright .post-article,
.single-quoteleft .post-article {
  margin: 40px 0; }

.single-video .post-article h1,
.single-teaser .post-article h1,
.single-quoteright .post-article h1,
.single-quoteleft .post-article h1 {
  margin: 20px 30px 10px;
  max-width: 80%;
  line-height: 1.2; }

@media (max-width: 1000px) {
  .single-video .post-article h1,
  .single-teaser .post-article h1,
  .single-quoteright .post-article h1,
  .single-quoteleft .post-article h1 {
    max-width: 100%; } }
.single-video .post-article h3,
.single-teaser .post-article h3,
.single-quoteright .post-article h3,
.single-quoteleft .post-article h3 {
  margin: 10px 10px; }

.single-video .post-article p,
.single-teaser .post-article p,
.single-quoteright .post-article p,
.single-quoteleft .post-article p {
  margin: 0 30px 20px; }

.single-video .related-title,
.single-teaser .related-title,
.single-quoteright .related-title,
.single-quoteleft .related-title {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 0; }

.single-video .related-videos,
.single-teaser .related-videos,
.single-quoteright .related-videos,
.single-quoteleft .related-videos {
  height: 400px;
  margin: 20px 0; }

@media (max-width: 992px) {
  .single-video .related-videos,
  .single-teaser .related-videos,
  .single-quoteright .related-videos,
  .single-quoteleft .related-videos {
    height: 540px;
    margin: 20px 0; } }
@media (max-width: 750px) {
  .single-video .related-videos,
  .single-teaser .related-videos,
  .single-quoteright .related-videos,
  .single-quoteleft .related-videos {
    height: 520px; } }
@media (max-width: 650px) {
  .single-video .related-videos,
  .single-teaser .related-videos,
  .single-quoteright .related-videos,
  .single-quoteleft .related-videos {
    height: 480px; } }
@media (max-width: 500px) {
  .single-video .related-videos,
  .single-teaser .related-videos,
  .single-quoteright .related-videos,
  .single-quoteleft .related-videos {
    height: 400px; } }
.single-video .related-videos h3,
.single-teaser .related-videos h3,
.single-quoteright .related-videos h3,
.single-quoteleft .related-videos h3 {
  font-size: 18px;
  margin: 20px 20px 10px; }

.single-video .related-videos p,
.single-teaser .related-videos p,
.single-quoteright .related-videos p,
.single-quoteleft .related-videos p {
  margin: 0 20px 20px;
  font-size: 12px; }

.single-video .related-videos .read-more,
.single-teaser .related-videos .read-more,
.single-quoteright .related-videos .read-more,
.single-quoteleft .related-videos .read-more {
  color: #46b4dd; }

.article-header {
  background-repeat: no-repeat;
  width: 100%;
  height: 180px;
  background-size: auto, 250px;
  background-position: left, -20px top;
  position: relative; }

.article-header .post-article h1 {
  margin: 50px 10px 20px 200px;
  color: #fff; }

@media (max-width: 1000px) {
  .single-video .video-frame {
    height: 550px; } }
@media (max-width: 800px) {
  .single-video .video-frame {
    height: 450px; } }
@media (max-width: 600px) {
  .single-video .video-frame {
    height: 350px; } }
@media (max-width: 400px) {
  .single-video .video-frame {
    height: 250px; } }
.single-video .post-article {
  position: relative; }

@media (max-width: 600px) {
  .single-video .post-article h1 {
    font-size: 18px;
    margin: 10px 20px 20px; } }
@media (max-width: 600px) {
  .single-video .post-article p {
    margin: 20px 20px 20px; } }
.single-video .post-article .social-sharing {
  color: #434a54;
  top: 660px; }

@media (max-width: 992px) {
  .single-video .post-article .social-sharing {
    position: relative;
    top: 0;
    left: 18px;
    right: 0;
    margin-bottom: 20px; } }
@media (max-width: 600px) {
  .single-video .post-article .social-sharing {
    left: 8px; } }
.related-videos img {
  width: 100%; }

.single-quoteleft .post-article .article-header,
.single-quoteright .post-article .article-header,
.single-teaser .post-article .article-header {
  height: 180px;
  padding-top: 50px;
  margin-bottom: 28px; }

@media (max-width: 550px) {
  .single-quoteleft .post-article .article-header,
  .single-quoteright .post-article .article-header,
  .single-teaser .post-article .article-header {
    background: #37bc9b !important;
    padding-top: 25px; } }
.single-quoteleft .post-article h1,
.single-quoteright .post-article h1,
.single-teaser .post-article h1 {
  margin-left: 240px;
  color: #fff; }

@media (max-width: 1000px) {
  .single-quoteleft .post-article h1,
  .single-quoteright .post-article h1,
  .single-teaser .post-article h1 {
    font-size: 24px;
    margin-top: 0; } }
@media (max-width: 550px) {
  .single-quoteleft .post-article h1,
  .single-quoteright .post-article h1,
  .single-teaser .post-article h1 {
    font-size: 24px;
    margin-left: 30px; } }
.single-teaser .post-article .article-header-noimg {
  padding: 50px 0;
  margin-bottom: 30px;
  position: relative;
  background-image: linear-gradient(to right, #3bafda, #37bc9b); }

@media (max-width: 992px) {
  .single-teaser .post-article .article-header-noimg {
    padding: 40px 0 50px; } }
.single-teaser .post-article .article-header-noimg h1 {
  margin: 10px 10px 10px 30px; }

.teaser .story-content {
  position: absolute;
  top: 105px;
  left: 15px;
  right: 15px; }

h1, h2, h3, h4, h5, p {
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 0.001em; }

.careers .intro {
  background: none; }

.careers .intro h1 {
  font-size: 2em;
  font-weight: 300 !important;
  color: #fff;
  max-width: 460px; }

.careers .intro h2 {
  max-width: 500px;
  color: #fff;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.2; }

@media (min-width: 960px) {
  .careers .intro h1 {
    font-size: 2.3em; }

  .careers .intro h2 {
    font-size: 1.6em; } }
@media (min-width: 1100px) {
  .careers .intro h1 {
    font-size: 42px; }

  .careers .intro h2 {
    font-size: 24px; } }
.careers .site-inner {
  padding-top: 0; }

@keyframes background {
  0% {
    background-position: -1700px; }
  100% {
    background-position: 1700px; } }
.careers.landing-page .site-inner {
  padding: 0; }

.careers.landing-page .site-inner ul {
  margin-top: 15px; }

.careers.landing-page .site-inner ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 5px;
  line-height: 1.42; }

.careers.landing-page .body {
  color: #434A54; }

.careers.landing-page .intro {
  padding-top: 0; }

.careers.landing-page .intro .content-wrapper {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 60px;
  background-image: linear-gradient(to right, #4fbfe9, #4a8bdc); }

.careers.landing-page .intro .content-wrapper h1,
.careers.landing-page .intro .content-wrapper h2 {
  text-align: left;
  margin-right: 50px; }

.careers.landing-page .intro .content-wrapper .btn {
  float: left; }

@media (min-width: 768px) {
  .careers.landing-page .intro .content-wrapper {
    position: relative;
    overflow: visible; }

  .careers.landing-page .intro .content-wrapper h1,
  .careers.landing-page .intro .content-wrapper h2 {
    margin-right: 100px; }

  .careers.landing-page .intro .content-wrapper:after {
    top: 0;
    right: -82%;
    content: ' ';
    width: 100%;
    height: 109%;
    display: block;
    position: absolute;
    background: url("assets/images/careers-team-impact.png") no-repeat left;
    background-size: contain; }

  .careers.landing-page .intro .content-wrapper:before {
    top: 0;
    left: -100%;
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: #4fbfe9; } }
@media (min-width: 960px) {
  .careers.landing-page .intro .content-wrapper {
    min-height: 400px; } }
@media (min-width: 1200px) {
  .careers.landing-page .intro .content-wrapper:before {
    height: 406px;
    background: url("assets/images/careers-team.png") no-repeat right;
    background-size: contain; } }
.careers.landing-page .intro a.btn {
  margin-top: 20px;
  border: 1px solid #fff;
  padding: 15px 15px;
  font-weight: 300;
  background: transparent;
  border-radius: 3px;
  color: #fff; }

.careers.landing-page .intro a.btn.alt {
  border-color: #4a8bdc;
  color: #4a8bdc; }

.careers.landing-page .intro a:hover.btn {
  background: #fff;
  color: #4a8bdc; }

.careers.landing-page .intro a.btn.alt:hover {
  background: #4a8bdc;
  color: #fff; }

.careers.landing-page .intro,
.careers.landing-page .wrapper,
.careers.landing-page .about_us,
.careers.landing-page .who_we_are,
.careers.landing-page .values-inner,
.careers.landing-page .benefits {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto; }

.careers.landing-page .about_us .sub-title,
.careers.landing-page .who_we_are .sub-title,
.careers.landing-page .values .sub-title,
.careers.landing-page .benefits .sub-title {
  text-align: left;
  margin-bottom: 17px; }

.careers.landing-page .about_us h1,
.careers.landing-page .who_we_are h1,
.careers.landing-page .values h1,
.careers.landing-page .benefits h1 {
  font-size: 36px;
  font-family: 'Merriweather', serif;
  margin-top: 0 !important; }

.careers.landing-page .about_us h2,
.careers.landing-page .who_we_are h2,
.careers.landing-page .values h2,
.careers.landing-page .benefits h2 {
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: #000 solid 1px;
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 0 !important; }

.careers.landing-page .about-wrapper {
  width: 100%;
  background: url("assets/images/learners_loop.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
  box-shadow: inset 0 40px 100px #fff;
  position: relative;
  animation-name: background;
  animation-duration: 360s;
  background-repeat: repeat-x; }

@media (max-width: 960px) {
  .careers.landing-page .about-wrapper {
    background: #fff; } }
.careers.landing-page .about-wrapper:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  box-shadow: inset 0 -40px 100px #fff; }

.careers.landing-page .about_us {
  margin-top: -20px; }

.careers.landing-page .about_us .col-sm-10 {
  background: #fff; }

@media (min-width: 1200px) {
  .careers.landing-page .about_us .col-sm-10 {
    padding: 0 30px 20px; } }
.careers.landing-page .values {
  margin-top: 40px; }

.careers.landing-page .who_we_are {
  margin-top: 40px;
  overflow: hidden; }

.careers.landing-page .who_we_are .who-content-wrapper {
  width: 45%;
  float: left; }

@media (max-width: 1190px) {
  .careers.landing-page .who_we_are .who-content-wrapper {
    width: 100%;
    float: none; } }
.careers.landing-page .who_we_are .who-values {
  width: 50%;
  float: right; }

@media (max-width: 1190px) {
  .careers.landing-page .who_we_are .who-values {
    width: 100%;
    float: none;
    margin-top: 30px;
    width: 550px;
    margin: 40px auto; } }
@media (max-width: 580px) {
  .careers.landing-page .who_we_are .who-values {
    width: 232px;
    margin: 40px auto; } }
.careers.landing-page .who_we_are .block {
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  width: auto; }

.careers.landing-page .subjects {
  overflow: hidden; }

.careers.landing-page .subjects a.subjectlink {
  font-weight: normal; }

.careers.landing-page .subjects a.subjectlink:hover {
  color: #fff !important; }

.careers.landing-page .gradient {
  padding: 1px;
  background-image: linear-gradient(to right, #47ccb1, #3eb5d2);
  margin-bottom: 15px;
  height: 60px;
  width: 230px;
  float: left;
  margin-right: 10px; }

.careers.landing-page .gradient .inner {
  background: #fff;
  width: 228px;
  height: 58px;
  padding: 8px;
  text-align: center;
  font-size: 15px;
  position: relative; }

.careers.landing-page .gradient .inner:hover {
  background: transparent; }

.careers.landing-page .gradient .inner .subject-content {
  top: 21px;
  width: 208px;
  height: 40px;
  display: table; }

.careers.landing-page .gradient .inner .subject-content .vertical-align {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.careers.landing-page .value {
  background-image: url("assets/images/triangle.png");
  background-size: 270px;
  background-position: center center;
  background-repeat: no-repeat; }

@media (max-width: 768px) {
  .careers.landing-page .value {
    background: #fff !important; } }
.careers.landing-page .value:nth-of-type(2) {
  background-image: url("assets/images/circle.png"); }

.careers.landing-page .value:nth-of-type(3) {
  background-image: url("assets/images/circles.png"); }

.careers.landing-page .value:nth-of-type(4) {
  background-image: url("assets/images/fourcircles.png"); }

.careers.landing-page .values {
  background-image: url("assets/images/perks.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat; }

@media (max-width: 768px) {
  .careers.landing-page .values {
    background: #fff; } }
.careers.landing-page .value-boxes {
  overflow: hidden;
  padding: 0 10%; }

.careers.landing-page .value-content {
  background: #fff;
  padding: 8px;
  box-shadow: -4px 0px 10px 0px rgba(0, 0, 0, 0.1);
  max-width: 230px;
  margin: 280px auto 70px;
  font-size: 12px;
  min-height: 100px; }

@media (max-width: 768px) {
  .careers.landing-page .value-content {
    margin: 20px;
    max-width: 100%; } }
.careers.landing-page .benefits {
  overflow: hidden;
  padding: 0 0 40px !important;
  margin-bottom: 40px; }

.careers.landing-page .value-header {
  font-weight: bold;
  text-transform: uppercase; }

.careers.landing-page .perk {
  text-align: center;
  padding: 20px 40px;
  min-height: 155px; }

@media (min-width: 1100px) {
  .careers.landing-page .perk {
    padding: 20px 70px; } }
.careers.landing-page .perk img {
  width: 66px;
  display: block;
  margin: 0 auto; }

.careers.landing-page article {
  display: none !important; }

@media (min-width: 768px) {
  .careers.sub-page .intro .content-wrapper:after {
    background-repeat: no-repeat;
    background-position: top right; }

  .careers.sub-page.single-listing .intro .content-wrapper:after,
  .careers.sub-page.all-vacancies .intro .content-wrapper:after {
    background-image: url("assets/images/careers-design.png"); }

  .careers.sub-page.analytics .intro .content-wrapper:after {
    background-image: url("assets/images/careers-analytics.png"); }

  .careers.sub-page.engineering .intro .content-wrapper:after, .careers.sub-page.Engineering .intro .content-wrapper:after {
    background-image: url("assets/images/careers-engineering.png"); }

  .careers.sub-page.Product .intro .content-wrapper:after {
    background-image: url("assets/images/careers-design.png"); }

  .careers.sub-page.community-operations .intro .content-wrapper:after {
    background-image: url("assets/images/careers-community.png"); }

  .careers.sub-page.business-development .intro .content-wrapper:after {
    background-image: url("assets/images/careers-business.png"); }

  .careers.sub-page.Partnerships .intro .content-wrapper:after {
    background-image: url("assets/images/careers-partnerships.png"); }

  .careers.sub-page.marketing .intro .content-wrapper:after {
    background-image: url("assets/images/careers-marketing.png"); }

  .careers.sub-page.Finance .intro .content-wrapper:after {
    background-image: url("assets/images/careers-finance.png"); }

  .careers.sub-page.Intern .intro .content-wrapper:after {
    background-image: url("assets/images/careers-intern.png"); } }
@media (min-width: 1200px) {
  .careers.sub-page .jobs-wrapper {
    background-repeat: no-repeat;
    background-position: 7% 100px;
    max-width: 1920px;
    margin: 0 auto !important; }

  .careers.sub-page.all-vacancies .jobs-wrapper {
    background-image: url("assets/images/careers-design-vacancies.png"); }

  .careers.sub-page.analytics .jobs-wrapper {
    background-image: url("assets/images/careers-analytics-vacancies.png"); }

  .careers.sub-page.engineering .jobs-wrapper, .careers.sub-page.Engineering .jobs-wrapper {
    background-image: url("assets/images/careers-engineering-vacancies.png"); }

  .careers.sub-page.Product .jobs-wrapper {
    background-image: url("assets/images/careers-design-vacancies.png"); }

  .careers.sub-page.community-operations .jobs-wrapper {
    background-image: url("assets/images/careers-community-vacancies.png"); }

  .careers.sub-page.business-development .jobs-wrapper {
    background-image: url("assets/images/careers-business-vacancies.png"); }

  .careers.sub-page.Partnerships .jobs-wrapper {
    background-image: url("assets/images/careers-partnerships-vacancies.png"); }

  .careers.sub-page.marketing .jobs-wrapper {
    background-image: url("assets/images/careers-marketing-vacancies.png"); }

  .careers.sub-page.Finance .jobs-wrapper {
    background-image: url("assets/images/careers-finance-vacancies.png"); }

  .careers.sub-page.Intern .jobs-wrapper {
    background-image: url("assets/images/careers-intern-vacancies.png"); } }
.careers.sub-page .site-inner {
  padding: 0;
  max-width: 1440px; }

.careers.sub-page .intro {
  padding: 0;
  overflow: hidden; }

.careers.sub-page .intro .content-wrapper {
  padding: 20px 0;
  margin-bottom: 20px;
  background-image: linear-gradient(to right, #48CFAD, #3BAFDA); }

.careers.sub-page .intro .content-wrapper h1,
.careers.sub-page .intro .content-wrapper h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.content-wrapper-contain {
  max-width: 1920px;
  margin: 0 auto; }

@media (min-width: 768px) {
  .careers.sub-page .intro .content-wrapper {
    height: 340px;
    position: relative;
    margin-bottom: 60px; }

  .careers.sub-page .intro .content-wrapper h1,
  .careers.sub-page .intro .content-wrapper h2 {
    text-align: left !important;
    margin-left: 0 !important; }

  .careers.sub-page .intro .content-wrapper:after {
    top: 0;
    right: -200px;
    content: ' ';
    width: 100%;
    height: 380px;
    display: block;
    position: absolute;
    background-size: contain; } }
@media (min-width: 900px) {
  .careers.sub-page .intro .content-wrapper:after {
    right: -200px; } }
@media (min-width: 1200px) {
  .careers.sub-page .intro .content-wrapper:after {
    right: -150px !important; } }
@media (min-width: 1400px) {
  .careers.sub-page .intro .content-wrapper:after {
    right: 0 !important; } }
@media (min-width: 1500px) {
  .careers.sub-page .intro .content-wrapper:after {
    border-right: 100px solid white; } }
.careers.sub-page .jobs-wrapper {
  padding: 15px;
  margin-bottom: 40px; }

.careers.sub-page .jobs-wrapper h1 {
  text-align: center; }

.careers.sub-page .jobs-wrapper .jobs {
  min-height: 600px;
  overflow: hidden; }

.careers.sub-page .jobs-wrapper .careers-button {
  width: 130px;
  margin: 24px auto 0;
  text-align: center;
  display: block;
  background: #fff;
  padding: 12px;
  border: 2px solid #4a89dc;
  text-decoration: none !important; }

.careers.sub-page .jobs-wrapper .careers-button.apply {
  background-color: #4a89dc;
  color: #fff; }

.careers.sub-page .jobs-wrapper .careers-button:hover {
  border-color: #4a89dc !important;
  color: #4a89dc !important;
  background: #fff !important; }

.careers.sub-page .jobs-wrapper .lever-aside {
  margin-top: 30px; }

.careers.sub-page .jobs-wrapper .lever-aside ul li .pull-right {
  display: none !important; }

@media (min-width: 960px) {
  .careers.sub-page .jobs-wrapper {
    padding: 30px 0; }

  .careers.sub-page .jobs-wrapper .lever-aside {
    margin-top: 70px; } }
.careers.sub-page .jobs-wrapper .lever-content {
  background: #fff; }

.careers.sub-page .jobs-wrapper .lever-content ul {
  max-width: 780px;
  margin: 0 auto 12px; }

.careers.sub-page .jobs-wrapper .lever-content ul li h2 {
  margin-top: 2em;
  font-size: 1em;
  padding: 8px 12px 0;
  color: #444b55;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .careers.sub-page .jobs-wrapper .lever-content ul li h2:after {
    content: 'Location';
    display: block;
    float: right;
    text-transform: none; } }
.careers.sub-page .jobs-wrapper .lever-content ul li ul li {
  overflow: hidden;
  padding: 8px 12px;
  border-top: 2px solid #f3f5f7; }

.careers.sub-page .jobs-wrapper .lever-content ul li ul li a {
  width: 100%;
  display: block; }

.careers.sub-page .jobs-wrapper .lever-content ul li ul li .pull-right {
  float: none !important;
  display: block;
  color: #444b55; }

@media (min-width: 768px) {
  .careers.sub-page .jobs-wrapper .lever-content ul li ul li a {
    width: 70%;
    float: left; }

  .careers.sub-page .jobs-wrapper .lever-content ul li ul li .pull-right {
    width: auto;
    float: right !important; } }
.careers.sub-page .about-wrapper {
  padding-bottom: 22.22%;
  background: url("assets/images/careers-design-research.png") no-repeat top center;
  background-size: cover; }

.careers.sub-page .about-wrapper .about_us div {
  color: #fff;
  padding: 15px;
  position: relative;
  border: 10px solid #fff;
  border-top-width: 0;
  background-image: linear-gradient(-75deg, #3BAFDA 20%, #48CFAD 100%); }

.careers.sub-page .about-wrapper .about_us div p {
  margin: 30px;
  font-size: 1.2em;
  line-height: 1.4em; }

@media (min-width: 960px) {
  .careers.sub-page .about-wrapper .about_us div {
    top: 0;
    border-width: 7px;
    border-top-width: 0;
    padding: 15px 15px 20.12%; }

  .careers.sub-page .about-wrapper .about_us div p {
    top: 0;
    left: 0;
    position: absolute; } }
@media (min-width: 1200px) {
  .careers.sub-page .about-wrapper .about_us div {
    border-width: 3px;
    border-top-width: 0; } }
.careers.sub-page.all-vacancies .careers-button {
  display: none; }

@media (min-width: 1200px) {
  .careers.sub-page.all-vacancies .jobs-wrapper .jobs {
    background: url("assets/images/careers-opportunities.png") no-repeat 93% center; } }
.careers.sub-page.single-listing .jobs h1 {
  text-align: left !important; }

.careers.sub-page.single-listing .jobs h2 {
  top: -12px;
  position: relative;
  font-size: 1.6em; }

.careers.sub-page.single-listing .jobs h3 {
  font-size: 1em;
  font-weight: bold; }

.careers.sub-page.single-listing .jobs .lever-content div {
  max-width: 780px; }

.careers.sub-page.single-listing .jobs .lever-content ul {
  padding-left: 1em; }

.careers.sub-page.single-listing .jobs .lever-content ul li {
  list-style-type: disc; }

.careers.sub-page.single-listing .jobs .lever-footer {
  margin-top: 1em;
  border-top: 1px solid #ccc; }

@media (min-width: 1200px) {
  .careers.sub-page.single-listing .jobs .lever-content,
  .careers.sub-page.single-listing .jobs .lever-footer {
    margin-left: 16.66666667% !important; } }
.careers.sub-page.single-listing .jobs .careers-button {
  display: inline-block !important;
  margin: 24px 12px 0 0 !important; }

@media (min-width: 1200px) {
  .careers.sub-page.single-listing .jobs-wrapper {
    background: url("assets/images/careers-listing.png") no-repeat 87% bottom; }

  .careers.sub-page.single-listing .jobs-wrapper .jobs div {
    left: 0; }

  .careers.sub-page.single-listing .jobs-wrapper .lever-aside.pull-right {
    margin-right: 6% !important; } }
.careers.sub-page article {
  display: none !important; }
