@charset "UTF-8";
/**
 * Main SCSS file for NewStutter Theme
 * Replaces dist/css/base/style.css
 * $Id: l.css,v 1.5.2.6 2011/02/18 05: 26: 30 andregriffin Exp $
 */
/**
 * Color Variables for NewStutter Theme
 *
 * This file contains all color values used throughout the theme.
 * Colors are named descriptively based on their appearance, not their usage.
 * This allows for flexible reuse and easier maintenance.
 *
 * Naming Convention: $color-<description>
 * - Use descriptive names that reflect the actual color appearance
 * - Use lowercase with hyphens for consistency
 * - Group similar colors together for better organization
 */
/**
 * SCSS Variables for NewStutter Theme
 * Extract colors and common values from existing CSS
 */
/**
 * SCSS Mixins for NewStutter Theme
 * Common mixins for future use
 */
/**
 * HTML5 Doctor Reset Stylesheet
 * v1.6.1
 * Last Updated: 2010-09-17
 * Author: Richard Clark - http://richclarkdesign.com
 * Twitter: @rich_clark
 *
 * Cleaned up and organized for NewStutter Theme
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #a1a2a4;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* Drupal 7 Framework - Created by AndrÃ© Griffin
------------------------------------------------
[Table of contents]

 0.Reset
 1.Global
 2.Layout
 3.Main
 4.Sidebars
 5.Header
 6.Navigation
 7.Nodes
 8.Comments
 9.Blocks
10.Footer
11.CSS Support

[Font sizes - based on 75%/12px body font-size]
36px = 3em
30 = 2.5em
24px = 2em
18px = 1.5em
16px = 1.333333em
15px = 1.2em
14px = 1.1667em
12px = 1em
11px = .9167em
10 = .8333em

Equation for font sizing:
-Desired px Ã· Default (or parent) px = em size
------------------------------------------------*/
body {
  overflow-x: hidden;
  background: #ffffff;
  color: #404040;
  font-family: "Roboto", Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 75%;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
body.two-sidebars #main {
  float: left;
  margin: 0 20px 0 240px;
  width: 500px;
}
body.sidebar-first #main {
  float: right;
  margin: 0;
  width: 740px;
}
body.node-type-famous-people .field-name-field-famous-image {
  float: left;
  margin: 0 8px 8px 0;
  width: 85px;
}
body.node-type-landing-pages .view-slideshow .views-row .slide {
  height: 360px;
}
body.page-training .view-display-id-featured_training_block .view-footer img {
  margin: 20px 0 0;
}
body.page-node-764 {
  font-family: Arial, Helvetica, sans-serif;
}
body.page-node-764 .titlebar {
  display: none;
}
body.page-node-764 #subnav {
  margin-bottom: 0;
}
body.page-node-764 .print-link {
  padding-bottom: 0;
}
body.page-videos #main .view-content {
  clear: both;
}
body.one-page {
  padding-top: 70px;
}

blockquote,
q {
  padding-left: 20px;
  padding-right: 20px;
}

p {
  margin: 0 0 1.5em 0;
}

li ul,
li ol {
  margin: 0;
}
li a.active {
  color: #069;
  outline: none;
  text-decoration: underline;
}

ul,
ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: 700;
}

dd {
  margin-left: 1.5em;
}

table {
  margin-bottom: 1.5em;
  width: 100%;
}
table th,
table tr,
table td {
  padding: 0.1em 0.5em;
  vertical-align: middle;
}

hr {
  background: #7b7b7b;
  border: none;
  clear: both;
  float: none;
  height: 1px;
  margin: -1px 0 1.5em;
  width: 100%;
}

fieldset {
  border: 1px solid #cccccc;
  margin: 0.5em 0;
  padding: 1em;
}

/**
 * 2.LAYOUT
 */
.c-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}

.showgrid {
  background: url(/sites/all/themes/newstutter/images/grid.gif) repeat-y;
}

/**
 * 3.MAIN
 */
#main {
  clear: both;
}

.front #bottom {
  margin: 15px;
  background: #ffffff;
  border: 15px solid #fcfaf9;
  overflow: auto;
  clear: both;
}
.front #bottom h2 {
  color: #676767;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

#block-views-press-release-views-block {
  padding: 10px 0 10px;
  float: left;
  width: 860px;
}

.frontpressrelease td {
  width: 50%;
}

#block-block-6,
#block-views-blog-views-block-2 {
  padding: 10px 25px 10px 0;
  float: right;
  width: 430px;
  margin: 0;
}

#block-block-6 {
  float: left;
  padding: 10px 25px 20px;
  width: 860px;
}
#block-block-6 #first,
#block-block-6 #second {
  display: block;
  float: left;
  height: 31px;
  padding: 0px 10px 0px 34px;
  background: #e0e0e0 url(/sites/all/themes/newstutter/images/left-arrow.jpg) top left no-repeat;
  color: #808080;
  line-height: 31px;
  font-size: 14px;
}
#block-block-6 #first {
  margin-right: 300;
}
#block-block-6 #second {
  margin-right: 40px;
}
#block-block-6 .content a {
  background: transparent url(/sites/all/themes/newstutter/images/bg_social_nav.png) no-repeat 0 0;
  border: 1px solid #ffffff;
  display: block;
  float: left;
  height: 40px;
  margin: 0 10px;
  padding: 0;
  text-indent: -99999px;
  width: 150px;
}
#block-block-6 .content a:hover {
  background: transparent url(/sites/all/themes/newstutter/images/bg_social_nav_on.png) no-repeat 0 0;
  border: 1px solid #cccccc;
}
#block-block-6 #social-blog {
  background-position: -200px 0;
}
#block-block-6 #social-store {
  background-position: -400px 0;
}
#block-block-6 #social-ceus {
  background-position: -600px 0;
}
#block-block-6 #social-facebook {
  background-position: -800px 0;
}
#block-block-6 #social-webinar {
  background-position: -1000px 0;
}
#block-block-6 #social-video {
  background-position: -1200px 0;
}
#block-block-6 > .content {
  background: #ffffff;
  padding: 15px 15px 5px;
}
#block-block-6 > .content iframe {
  border: 1px solid #e1e1e1;
}

.front #block-block-6 {
  float: left;
  margin: 0;
  padding: 10px 0 20px 25px;
  width: 887px;
  border-top: 15px solid #fcfaf9;
}
.front #block-block-6 > .content {
  background: none repeat scroll 0 0 #ffffff;
  padding: 10px 0;
}

#block-views-press-release-views-block .view-footer a {
  background: transparent url(/sites/all/themes/newstutter/images/bg_social_nav.png) no-repeat 0 0;
  border: 1px solid #ffffff;
  display: block;
  float: left;
  height: 40px;
  margin: 0 10px;
  padding: 0;
  text-indent: -99999px;
  width: 150px;
}

#social-news {
  background-position: 0 0;
}

#block-block-20 #social-news {
  background-position: -15px 0;
}
#block-block-20 #social-blog {
  background-position: -151px 0;
}
#block-block-20 #social-store {
  background-position: -298px 0;
}
#block-block-20 #social-ceus {
  background-position: -448px 0;
}
#block-block-20 #social-facebook {
  background-position: -595px 0;
}
#block-block-20 #social-webinar {
  background-position: -743px 0;
}
#block-block-20 #social-video {
  background-position: -1200px 0;
}
#block-block-20 h2 {
  color: #c2020f;
  float: left;
  font: bold 12px/22px Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  vertical-align: middle;
}
#block-block-20 div {
  display: inline;
  line-height: 15px;
  vertical-align: middle;
}
#block-block-20 .content {
  padding: 0 0 0 5px;
  overflow: hidden;
  display: block;
}
#block-block-20 .content a {
  background: transparent url(/sites/all/themes/newstutter/images/bg_social_nav.png) no-repeat 0 0;
  border: 1px solid #ffffff;
  display: block;
  float: left;
  height: 30px;
  margin: 0 5px;
  padding: 0;
  text-indent: -99999px;
  width: 110px;
}
#block-block-20 .content a:hover {
  opacity: 0.7;
  border: 1px solid #cccccc;
}
#block-block-20 .content ul {
  line-height: 15px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
#block-block-20 .content ul li {
  border-left: 1px solid #525252;
  display: inline;
  line-height: 15px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
#block-block-20 .content ul li:first-child {
  border-left: none;
}
#block-block-20 .content ul li a {
  color: #525252;
  line-height: 15px;
  margin: 0;
  padding: 0 10px;
  vertical-align: middle;
}

.front #bottom #block-views-press-release-views-block .views-row {
  margin-bottom: 0;
}

.front #bottom #block-views-blog-views-block-2 .node {
  margin-bottom: 0;
}

.front #bottom #block-views-blog-views-block-2 .more-link {
  margin-top: -35px;
  background: #ffffff;
  padding: 10px 15px 0;
}

.front #bottom #block-views-press-release-views-block .view-content,
#block-views-blog-views-block-2 .view-content {
  background: #ffffff;
  padding: 5px 20px 5px 15px;
}

.view-press-release-views .views-view-grid h2 a,
.node-quick-updates .field-name-field-link a,
.front #bottom .node h2 a,
.front #bottom .views-field-title a {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  color: #454142;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.mediapager {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.mediapager a {
  padding: 10px;
}

.mediapager a.on {
  color: #484848;
}

#bottom .view-movie-views {
  padding: 10px;
  border: 1px solid #c7c5c5;
}

#bottom #block-views-movie-views-block-1 .views-view-grid td {
  padding: 10px 20px;
}

.mainpressreleasepage .views-field-title a {
  font-size: 20px;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
}

.mainpressreleasepage .views-row {
  padding-bottom: 18px;
}

.mainpressreleasepage .views-field-view-node {
  padding-bottom: 20px;
}

body.two-sidebars #main {
  float: left;
  margin: 0 20px 0 240px;
  padding: 0;
  width: 460px;
}

body.sidebar-first #main {
  float: right;
  margin: 0;
  padding: 0;
  width: 700px;
}

.item-list.latest-update-list li {
  float: left;
  width: 277px;
  list-style: none;
  margin: 0;
  padding: 10px;
  min-height: 213px;
}

.item-list.latest-update-list li.views-row-even {
  padding-right: 0;
}

.item-list.latest-update-list ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/**
 * 4.SIDEBARS
 */
#sidebar-second .block-block ul {
  padding: 0;
  margin: 0;
}

#sidebar-second .block-block li {
  background: none;
  list-style: none;
}

#block-block-1 {
  padding: 10px 24px;
  border: 1px solid #c7c5c5;
}

#block-block-1 h4 {
  font-weight: 700;
  margin: 4px 0;
}

#block-block-1 p {
  text-align: justify;
}

#sidebar-second #block-views-famous-people-views-block .views-view-grid td {
  padding: 0;
}

#sidebar-second #block-views-famous-people-views-block .views-view-grid td.col-first {
  padding-left: 25px;
}

#sidebar-second #block-views-famous-people-views-block table {
  width: auto;
}

.front .region-content {
  padding: 0 5px 0 15px;
}

#header {
  margin: 14px 0 1.5em;
  padding: 0;
  position: relative;
}
#header #logo {
  float: left;
  margin: 0 0 0 15px;
  width: 40%;
}
#header #logo img {
  width: 100%;
}
#header #site-name-slogan {
  float: left;
}
#header #site-name {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
}
#header #site-name a:hover {
  text-decoration: none;
}
#header #site-slogan {
  margin: 0;
}
#header .region-header {
  float: right;
  width: 55%;
}
#header .region-header #block-block-2 {
  text-align: right;
  margin-bottom: 0;
}

#block-block-2 a {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.social-icon {
  display: inline-block;
  height: 28px;
  width: 28px;
}

#block-block-2 a img {
  margin-right: 3px;
}

#block-block-2 a img.facebook {
  margin-right: 3px;
  margin-left: 0;
}

#block-block-2 a.text {
  background: #ffff00;
  color: #898a8d;
  padding: 8px 10px;
  position: relative;
  top: -8px;
  font-weight: 700;
  font-size: 12px !important;
}

#block-block-2 a.spanishtext {
  background: #f7bf12;
  color: #c6121e;
  padding: 8px 10px;
  position: relative;
  top: -8px;
  font-size: 12px;
}

#block-block-2 .stream-video {
  background: #42d7b8;
  color: #ffffff;
  padding: 8px 10px;
  position: relative;
  top: -8px;
  font-weight: 700;
  font-size: 12px !important;
}

#block-block-2 #ccform {
  margin: 15px 0 0 60px;
  background: #e8e8ea;
  color: #a1a2a4;
  padding: 10px 10px 20px;
  width: 200px;
}

#block-block-2 #ccform input.text {
  background: #e9e9e9;
  border: none;
  height: 24px;
}

#block-block-2 #ccform input.submit {
  background: url(/sites/all/themes/newstutter/images/mailjoin.jpg) top left no-repeat;
  text-transform: capitalize;
  text-indent: -9999px;
  width: 38px;
  height: 24px;
  border: none;
}

body.node-type-famous-people .field-name-field-famous-image {
  float: left;
  margin: 0 8px 8px 0;
}

/**
 * 6.NAVIGATION
 */
#navigation {
  background: none repeat scroll 0 0 #9b9c9e;
  height: 40px;
  margin: 0;
  padding: 0;
  border-bottom: 5px solid #ececec;
}

#block-nice-menus-1 {
  margin: 0;
}

#block-nice-menus-2 {
  z-index: 1;
  position: relative;
}

#nice-menu-2 li ul li {
  background: #f2f2f2;
  width: 250px;
}

ul#nice-menu-2 ul {
  top: 49px;
  left: -1px;
  width: 250px;
}

#navigation ul.secondary-menu {
  background: #eeeeee;
  margin: 0;
  padding: 0;
}

#navigation ul.secondary-menu li {
  margin: 0;
  padding: 0;
}

#navigation ul.secondary-menu li a {
  display: block;
  float: left;
  line-height: 3em;
  padding: 0 1em;
}

#skip-link {
  position: absolute;
}

.breadcrumb {
  padding-bottom: 1.5em;
}

.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0 1em 0 0;
}

.tabs-wrapper {
  margin: 1px 0 1.5em;
  clear: left;
}

ul.primary {
  margin: 0;
  padding: 1px 0 0;
}

ul.secondary {
  line-height: 3em;
  margin: 0 0 -1px;
  padding: 0;
}

ul.secondary a.active {
  border-bottom: none;
}

/**
 * 7.NODES
 */
#page-title {
  font-size: 24px;
  color: #818286;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0;
}

.titlebar {
  border-bottom: 1px solid #818286;
  width: 100%;
  clear: both;
  overflow: hidden;
}

.titlebar .sociallinks {
  clear: both;
  padding: 1rem 0 2rem;
}

.sociallinks table {
  float: right;
  width: auto !important;
}

.sociallinks td {
  vertical-align: top;
}

.sociallinks > a {
  padding: 0 0.25rem;
}

.sociallinks > a > img {
  vertical-align: middle;
}

.sociallinks .twitter-share-button {
  width: 61px !important;
}

.sociallinks #___plus_0 {
  max-width: 250px;
  width: 100% !important;
}

h1.socialbarpresent {
  float: left;
  width: 649px;
}

.node {
  margin-bottom: 1.5em;
}

.field-name-field-tags {
  margin: 0 0 1.5em;
}

.field-name-field-tags div {
  display: inline;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.profile {
  margin: 1.5em 0;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.profile dd {
  margin-bottom: 1.5em;
}

.password-parent {
  width: 36em;
}

/**
 * landing pages
 */
.slideshowcontainer {
  width: 575px;
  height: 289px;
}

.slideshowcontainer .view-content {
  padding-left: 11px;
  padding-top: 6px;
  width: 586px;
}

.views-slideshow-pager-field-item .views-content-field-background img {
  border: 1px solid #f2f2f2 !important;
  height: 55px !important;
  max-width: 109px !important;
  width: 100% !important;
}

.views-slideshow-pager-field-item {
  float: left;
}

#views_slideshow_pager_field_item_bottom_slideshow-block_9_0 {
  padding-left: 0;
}

#views_slideshow_pager_field_item_bottom_slideshow-block_9_1,
#views_slideshow_pager_field_item_bottom_slideshow-block_9_2,
#views_slideshow_pager_field_item_bottom_slideshow-block_9_3,
#views_slideshow_pager_field_item_bottom_slideshow-block_9_4 {
  padding-left: 6.5px;
}

#widget_pager_bottom_slideshow-block,
#views_slideshow_pager_field_item_bottom_slideshow-block_1_0,
#views_slideshow_pager_field_item_bottom_slideshow-block_2_0,
#views_slideshow_pager_field_item_bottom_slideshow-block_3_0,
#views_slideshow_pager_field_item_bottom_slideshow-block_4_0,
#views_slideshow_pager_field_item_bottom_slideshow-block_5_0,
#views_slideshow_pager_field_item_bottom_slideshow-block_6_0,
#views_slideshow_pager_field_item_bottom_slideshow-block_7_0,
#views_slideshow_pager_field_item_bottom_slideshow-block_8_0,
#views_slideshow_pager_field_item_bottom_slideshow-block_9_0,
#views_slideshow_pager_field_item_bottom_slideshow-block_10_0 {
  padding-left: 0;
}

.views-slideshow-pager-field-item {
  padding-left: 5px !important;
}

.views-slideshow-controls-bottom {
  position: absolute;
  top: 305px;
  left: 5px;
  z-index: 6000;
}

.skin-default {
  position: relative;
}

.views-slideshow-pager-fields .active .slideimglink img {
  border: 1px solid #cd8145 !important;
}

.views-slideshow-pager-fields .slideimglink:hover img {
  border: 1px solid #cd8145 !important;
}

/**
 * 8.COMMENTS
 */
#comments {
  clear: both;
  margin-top: 1.5em;
}

.comment {
  margin-bottom: 1.5em;
}

.comment .new {
  color: #ff0000;
  text-transform: capitalize;
}

/**
 * 9.BLOCKS
 */
.views-view-grid td {
  vertical-align: top;
}

.block {
  margin-bottom: 1.5rem;
}

ul.imagelist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.imagelist li {
  height: 140px;
  list-style: none;
  background: #f3f3f3;
  margin-bottom: 30px;
}

.imagelist li .leftimage {
  margin: 0 33px 0 0;
  float: left;
}

.imagelist li a {
  color: #010101;
}

.imagelist li .rightimage {
  float: right;
  margin: 55px 55px 55px 0;
}

.imagelist li span.midtext {
  display: block;
  width: 380px;
  float: left;
  padding-top: 55px;
}

.node-quick-updates .field-type-image,
.node-teaser .field-name-field-image,
.node-type-press-release .field-name-field-image,
.view-press-release-views .field-name-field-image,
.view-press-release-views .views-field-field-image,
.view-blog-views .field-name-field-image {
  float: left;
  margin: 0 8px 8px 0;
}

#block-system-main .view-basic-research .views-row > .node {
  padding: 1.5em 0;
  border-bottom: 1px solid #cfcfcf;
}

#block-views-slideshow-block,
#block-views-slideshow-block-1,
#block-views-slideshow-block-3,
#block-views-slideshow-block-4,
#block-views-slideshow-block-5,
#block-views-slideshow-block-6,
#block-views-slideshow-block-7,
#block-views-slideshow-block-8,
#block-views-slideshow-block-9,
#block-views-slideshow-block-10,
#block-views-slideshow-block-2 {
  width: 620px;
  height: 377px;
  overflow: hidden;
  float: left;
  position: relative;
  z-index: 2;
  background: #f2f2f2;
}

#block-views-slideshow-block > .content {
  height: 360px;
}

.view-slideshow .views-row {
  width: 597px;
  height: 360px;
  float: left;
}

.view-slideshow .views-row .slide {
  height: 327px;
  padding: 0 0 0;
  width: 602px;
  color: #ffffff;
}

body.node-type-landing-pages .view-slideshow .views-row .slide {
  height: 360px;
}

.view-slideshow .views-row .subslide {
  padding: 10px 0 10px 10px;
  height: 307px;
  background: url(/sites/all/themes/newstutter/images/subslide.png);
}

.view-slideshow .views-row .slide h4 {
  margin-bottom: 0;
  font-size: 16px;
}

.view-slideshow .views-row .slide a {
  color: #ffffff;
  display: block;
  height: 280px;
}

.view-slideshow .view-footer {
  bottom: 40px;
  height: 20px;
  position: absolute;
  right: 30px;
}

.view-slideshow .view-footer a {
  background: url(/sites/all/themes/newstutter/images/prevnext.png) scroll no-repeat left top;
  width: 9px;
  height: 8px;
  display: block;
  outline: none;
  float: left;
  margin-right: 10px;
}

.view-slideshow .view-footer a:hover {
  background: url(/sites/all/themes/newstutter/images/prevnext-active.png) scroll no-repeat left top;
}

.view-slideshow .view-footer .prevnextactive {
  background: url(/sites/all/themes/newstutter/images/prevnext-active.png) scroll no-repeat left top;
}

.view-slideshow .views-field-nid {
  display: none;
}

#block-views-famous-people-views-block-1 .view-header {
  background: #ececec;
}

#block-views-famous-people-views-block-1 .view-content {
  background: none repeat scroll 0 0 #ececec;
}

#block-views-famous-people-views-block-1 .view-header h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: #484848;
  line-height: 30px;
}

#block-views-famous-people-views-block-1 .view-header h4 a {
  color: #484848;
  text-transform: uppercase;
}

#block-views-famous-people-views-block-1 .view-header a {
  color: #484848;
  font-size: 0.95em;
  line-height: 30px;
  text-transform: lowercase;
}

#block-views-famous-people-views-block-1 td {
  vertical-align: top;
  border-right: 1px solid #ffffff;
}

#block-views-famous-people-views-block-1 td.col-first {
  padding-left: 0;
}

#block-views-famous-people-views-block-1 td.col-last {
  padding-right: 0;
  border-right: none;
}

#block-views-famous-people-views-block-1 td .views-field {
  width: 70px;
  overflow: hidden;
}

#block-views-famous-people-views-block-1 td .views-field a {
  font-size: 11px;
  color: #484848;
}

/**;
 * 10.FOOTER
 */
#footer {
  clear: both;
  padding: 15px 0 0;
  height: 145px;
  margin: 0 auto 2em;
  width: 972px;
  position: relative;
  background: #f7f7f7 url(/sites/all/themes/newstutter/images/footerfill.jpg) top right repeat-y;
}

#footer .region-footer {
  background: url(/sites/all/themes/newstutter/images/footer-bg.jpg) left -30px no-repeat;
  height: 145px;
  padding-left: 350px;
}

#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 1.416667em;
}

#footer #block-search-form,
#footer #block-block-4 {
  float: right;
  clear: right;
  padding-right: 20px;
}

#footer #block-block-4 a {
  padding-left: 5px;
}

#footer ul.menu {
  clear: both;
  background: none;
  margin: 0;
  height: 20px;
  padding: 0;
}

#footer ul.menu li {
  float: left;
  background: none;
  list-style-image: none;
  list-style: none;
}

#footer ul.menu li ul {
  display: none;
  background: none;
}

#footer ul li a.active,
#footer ul li a,
#footer a,
#footer {
  color: #b8b4b5;
}

#footer ul {
  margin-left: 0;
  padding-left: 0;
}

#footer ul li:last-of-type,
#footer ul li:last-child {
  display: none;
}

#footer ul li a {
  padding: 0 5px;
  text-transform: lowercase;
}

.block-search .form-submit {
  background: url(/sites/all/themes/newstutter/images/searchbtn.jpg) top left no-repeat;
  height: 25px;
  width: 26px;
  text-transform: capitalize;
  text-indent: -9999px;
  border: none;
}

.block-search .form-text {
  border: 1px solid #b8b4b5;
  height: 20px;
  padding: 2px 0 3px;
  z-index: 600;
  position: relative;
}

#block-block-7 {
  font-size: 10px;
  clear: both;
}

#block-block-4 {
  margin-bottom: 0;
}

#block-block-7 .red {
  font-weight: 700;
  color: #a00100;
}

/**1
 * 11.CSS SUPPORT
 *
 * Built-in classes:
 * .clearfix | float clearing
 * .element-invisible | hide element visually
 * .element-invisible.element-focusable | allow element to be focusable when navigated to via keyboard
 * .element-hidden | hide element from all users
 */
.tbg_entry_cell {
  border: 1px solid black;
}

table.tbg_upload {
  border-width: 1px;
  border-spacing: 2px;
  border-style: outset;
  border-color: #808080;
  border-collapse: separate;
}

table.tbg_upload tr td {
  border-width: 1px;
  padding: 10px;
  border-style: inset;
  border-color: #808080;
}

.page-videos #main .view-content {
  clear: both;
}

ul.nice-menu .menu-676 a {
  background: url("/sites/all/themes/newstutter/images/bg_nav_store.png") no-repeat scroll 7px center #c5131f;
  line-height: 32px;
  padding: 5px 10px 5px 30px;
}

ul.nice-menu .menu-676 a:hover {
  background-color: #a0151e;
}

#block-block-23 {
  float: right;
  background: #ffffff;
  margin: 27px 15px 0 0;
  padding: 5px;
  border: 1px solid #cccccc;
  width: 288px;
}
#block-block-23 img {
  max-width: 100%;
}
#block-block-23 iframe {
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 25px !important;
  width: 100%;
}
#block-block-23 p:first-child iframe {
  padding: 6px;
  background: #000000;
}
#block-block-23 hr {
  margin-bottom: 30px;
  background: #ddd !important;
}

.item-list.latest-update-list li {
  width: 260px;
}

#block-views-press-release-views-block {
  float: left;
  width: 65%;
}

#block-block-21 {
  background: none repeat scroll 0 0 #e9e9e9;
  clear: both;
  display: block;
  min-height: 11px;
  padding: 20px 25px;
}
#block-block-21 h2 {
  color: #c2020f;
  float: left;
  font: bold 12px/22px Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  vertical-align: middle;
}
#block-block-21 div {
  display: inline;
  line-height: 15px;
  vertical-align: middle;
}
#block-block-21 .content {
  vertical-align: middle;
}
#block-block-21 .content ul {
  line-height: 15px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
#block-block-21 .content ul li {
  border-left: 1px solid #525252;
  display: inline;
  line-height: 15px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
#block-block-21 .content ul li:first-child {
  border-left: none;
}
#block-block-21 .content ul li a {
  color: #525252;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  line-height: 15px;
  margin: 0;
  padding: 0 10px;
  vertical-align: middle;
}

.views-slideshow-cycle-main-frame h4 {
  text-align: center;
}

.front .region-content {
  margin-top: 15px;
}

.view-press-release-views .node {
  margin-bottom: 0;
}

.field-name-field-hide-on-more-news {
  display: none;
}

.field.field-name-field-audio.field-type-file.field-label-hidden {
  clear: both;
  padding: 20px 0 0;
}

.download-gated-container {
  background: #f1f1f1;
  padding: 15px;
}

.gate-message {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
}

.gate-form input {
  height: 36px;
}
.gate-form input[type=email], .gate-form input[type=text] {
  border: 1px solid #b8b4b5;
  padding: 0 13px;
  height: 34px;
  width: 84%;
  margin-bottom: 22px;
}
.gate-form input[type=submit] {
  clear: both;
  background: #c5131f;
  border: 1px solid #c5131f;
  color: #ffffff;
  padding: 9px;
  cursor: pointer;
  display: block;
  margin: 30px auto 0;
  width: clamp(150px, 100%, 25%);
}
.gate-form input[type=submit]:hover {
  background: #90121b;
  border: 1px solid #90121b;
}
.gate-form label {
  margin-bottom: 5px;
  display: block;
}
.gate-form div.field {
  float: left;
  width: 33%;
  margin-right: 0;
}

.gate-closed {
  width: 100%;
  overflow: hidden;
}
.gate-closed img {
  vertical-align: middle;
}

.gate-opened a {
  font-weight: 700;
  color: #c5131f;
}

/**
BEGIN FLEX NAV
**/
.flexnav {
  transition: none;
  transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-height: 0;
}
.flexnav li {
  font-size: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.flexnav li ul {
  display: none;
  width: 100%;
}
.flexnav li ul li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
}
.flexnav li ul li a {
  display: block;
  font-size: 13px;
  width: 200px;
  background: #bfbfbc;
}
.flexnav li ul li a:hover {
  background-color: #9b9c9e;
}
.flexnav li ul li a.store-link {
  background: url("/sites/all/themes/newstutter/images/bg_nav_store.png") no-repeat scroll 20px center #c5131f;
  padding: 9px 10px 10px 55px !important;
}
.flexnav li ul li ul li a {
  background: #cbcbc9;
}
.flexnav li ul.flexnav-show li {
  overflow: visible;
}
.flexnav li a {
  box-sizing: border-box;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: 0.5em 0.5em;
  z-index: 2;
  overflow: hidden;
  color: #ffffff;
  background: #9b9c9e;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.flexnav li a:hover {
  background: url("/sites/all/themes/newstutter/images/menuslice.jpg") repeat-x scroll left top rgba(0, 0, 0, 0);
  text-decoration: underline;
}
.flexnav li a.store-link {
  background: url("/sites/all/themes/newstutter/images/bg_nav_store.png") no-repeat scroll 20px center #c5131f;
  padding: 0.5em 0.96em 0.6em 3em;
}
.flexnav li a.store-link:hover {
  background: url("/sites/all/themes/newstutter/images/bg_nav_store.png") no-repeat scroll 20px center #a0151e !important;
}
.flexnav.opacity {
  opacity: 0;
}
.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.flexnav.one-page {
  position: fixed;
  top: 50px;
  right: 5%;
  max-width: 200px;
}
.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}
.flexnav .touch-button:hover {
  cursor: pointer;
}
.flexnav .touch-button .navicon {
  color: #7b7b7b;
  font-size: 12px;
  position: relative;
  top: 1em;
}
.flexnav .has-dropdown .touch-button {
  background: transparent url(/sites/all/themes/newstutter/images/arrow_down.png) center center no-repeat;
  text-indent: -9999px;
}
.flexnav .has-dropdown .touch-button.active {
  background: transparent url(/sites/all/themes/newstutter/images/arrow_up.png) center center no-repeat;
}
.flexnav ul,
.flexnav ol {
  margin: 0;
  padding: 0;
}

.menu-button {
  position: relative;
  display: block;
  padding: 2.5em 1em;
  background: transparent;
  color: #7b7b7b;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
}
.menu-button.one-page {
  position: fixed;
  top: 0;
  right: 5%;
  padding-right: 45px;
}
.menu-button .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 40px;
  height: 76px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  background: transparent url(/sites/all/themes/newstutter/images/menu.png) center center no-repeat;
  text-indent: -9999px;
}
.menu-button .touch-button .navicon {
  color: #7b7b7b;
  font-size: 16px;
  position: relative;
  top: 0.5em;
}

@media all and (min-width: 800px) {
  body.one-page {
    padding-top: 70px;
  }
  .flexnav {
    overflow: visible;
  }
  .flexnav.opacity {
    opacity: 1;
  }
  .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px;
  }
  .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    overflow: visible;
    width: 11%;
  }
  .flexnav li.has-dropdown {
    width: 13%;
  }
  .flexnav li:first-child,
  .flexnav li:first-of-type {
    width: 9%;
  }
  .flexnav li li:first-child,
  .flexnav li li:first-of-type {
    width: 100%;
  }
  .flexnav li:last-child,
  .flexnav li:last-of-type {
    width: 13%;
  }
  .flexnav li li:last-child,
  .flexnav li li:last-of-type {
    width: 100%;
  }
  .flexnav li a {
    border-bottom: none;
  }
  .flexnav li > ul {
    position: absolute;
    top: auto;
    left: 0;
  }
  .flexnav li > ul li {
    width: 100%;
  }
  .flexnav li ul li > ul {
    margin-left: 100%;
    top: 0;
  }
  .flexnav li ul li a {
    border-bottom: none;
  }
  .flexnav li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .flexnav li ul.open li {
    overflow: visible;
    max-height: 100px;
  }
  .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
  }
  .flexnav .touch-button {
    display: none;
  }
  .menu-button {
    display: none;
  }
}
.oldie body.one-page {
  padding-top: 70px;
}
.oldie .flexnav {
  overflow: visible;
}
.oldie .flexnav.one-page {
  top: 0;
  right: auto;
  max-width: 1080px;
}
.oldie .flexnav li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  background-color: #a6a6a2;
  width: 20%;
  min-height: 50px;
  overflow: visible;
}
.oldie .flexnav li:hover > ul {
  display: block;
  width: 100%;
  overflow: visible;
}
.oldie .flexnav li:hover > ul li {
  width: 100%;
  float: none;
}
.oldie .flexnav li a {
  border-left: 1px solid #acaca1;
  border-bottom: none;
  overflow: visible;
}
.oldie .flexnav li > ul {
  background: #acaca1;
  position: absolute;
  top: auto;
  left: 0;
  display: none;
  z-index: 1;
  overflow: visible;
}
.oldie .flexnav li > ul li ul {
  top: 0;
}
.oldie .flexnav li > ul li a {
  border-bottom: none;
}
.oldie .flexnav li > ul.open {
  display: block;
  width: 100%;
  overflow: visible;
}
.oldie .flexnav li > ul.open li {
  width: 100%;
}
.oldie .flexnav li > ul.open ul.open {
  margin-left: 100%;
  top: 0;
  display: block;
  width: 100%;
  overflow: visible;
}
.oldie .flexnav ul li:hover ul {
  margin-left: 100%;
  top: 0;
}
.oldie .menu-button {
  display: none;
}
.oldie.ie7 .flexnav li {
  width: 19.9%;
}

/**
END FLEX NAV
**/
body.page-node-764 {
  font-family: Arial, Helvetica, sans-serif;
}

.page-node-764 #block-views-famous-peope-sidebar-block,
.page-node-764 #block-views-famous-people-views-block,
.page-node-764 .titlebar {
  display: none;
}
.page-node-764 #subnav {
  margin-bottom: 0;
}
.page-node-764 .print-link {
  padding-bottom: 0;
}

.row.hero {
  position: relative;
}

.hero img {
  height: auto;
  position: relative;
  width: 100%;
}
.hero .headline {
  bottom: 0;
  box-sizing: border-box;
  padding: 4% 7%;
  position: absolute;
  width: 100%;
}
.hero .headline h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 1px 1px #000000;
  margin-bottom: 0.25rem;
}
.hero .headline h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: left;
  text-shadow: 1px 1px #000000;
}

.row.help, .row.gifts, .row.featured, .row.other, .row.tax {
  padding: 30px 50px;
}
.row.help {
  border-bottom: 1px solid #ececee;
}
.row.help h3 {
  color: #c21818;
  font-size: 30px;
  line-height: 1;
  text-align: left;
  margin-bottom: 0;
}
.row.help h4 {
  color: #c21818;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  padding: 20px 0;
}
.row.help p {
  font-size: 11px;
  font-style: italic;
}
.row.help .button {
  background: linear-gradient(to bottom, #e94545 0%, #a91414 100%);
  border: 3px solid #e7e7e7;
  border-radius: 10px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 30px;
  margin: 0 auto;
  padding: 15px 35px;
  text-align: center;
  text-shadow: 1px 1px #000000;
  width: 270px;
}
.row.help .button:hover {
  background: #a91414 none;
  text-decoration: none;
}
.row.gifts {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  background: none repeat scroll 0 0 #ececee;
}
.row.gifts .column-left {
  width: 61%;
}
.row.gifts .column-right {
  padding: 0;
  width: 31%;
}
.row.gifts h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 10px 0;
}
.row.gifts p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.row.gifts img {
  margin: 0 15px;
  vertical-align: middle;
}
.row.featured {
  border-top: 1px solid #ececee;
}
.row.featured h4 {
  font-weight: 400;
}
.row.featured li {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  box-sizing: border-box;
  float: left;
  list-style: outside none none;
  margin: 1% 2%;
  min-height: 88px;
  padding: 0 30px 0 0;
  width: 100%;
}
.row.featured .column-left ul {
  margin: 0;
  padding: 0;
}
.row.featured .column-left p {
  font-size: 14px;
  display: block;
  font-weight: 400;
  margin: 0 0 5px;
  padding: 14px 0 0;
}
.row.featured .column-left a {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #c5131f;
  border: 1px solid #ffffff;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.row.featured .column-left a:hover {
  color: #c5131f;
  background-color: #ffffff;
}
.row.featured .column-left img {
  float: left;
  margin: 0 20px 0 0;
}
.row.featured .column-right {
  padding: 2% 30px;
}
.row.featured .column-right h3 {
  padding-bottom: 20px;
  text-align: left;
}
.row.other ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.row.other ul li {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  box-sizing: border-box;
  list-style: outside none none;
  padding: 20px 30px;
  width: 96%;
  margin: 1% 0;
  grid-column: 2;
  grid-row: 1;
}
.row.other ul li:first-child, .row.other ul li:first-of-type {
  grid-column: 1;
  grid-row: 1/2 span;
}
.row.other ul li:last-child, .row.other ul li:last-of-type {
  grid-column: 2;
  grid-row: 2;
}
.row.other p {
  line-height: 1.4;
  margin: 0;
  padding: 0 2% 2% 0;
}
.row.other img {
  float: left;
  margin: 0 20px 0 0;
  vertical-align: middle;
}
.row.unitedway ul li {
  grid-column: 1/2 span !important;
  width: 98% !important;
}
.row.unitedway img {
  width: 60px;
}
.row.tax {
  border-top: 1px solid #e4e4e4;
  font-style: italic;
  margin: 4% 7%;
  padding: 5% 10%;
  text-align: center;
}
.row h3 {
  color: #7f7f7f;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.row h4 {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .row.featured .column-left p {
    line-height: 1.1;
  }
}
@media only screen and (max-width: 599px) {
  .row.other ul {
    display: block;
  }
  .row.hero {
    margin: 0 -2%;
  }
  .row.help, .row.gifts, .row.featured, .row.other, .row.tax {
    padding: 30px 20px;
  }
  .row.gifts .column-left {
    width: 100%;
  }
  .row.gifts .column-right {
    text-align: center;
    width: 100%;
  }
  .row.featured li {
    float: none;
  }
  .row.featured .column-right {
    padding: 2% 0;
  }
  .row.featured .column-right h3 {
    padding: 20px 0 0;
    text-align: left;
  }
  .row.other li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .row.other li:first-child, .row.other li:first-of-type {
    min-height: auto !important;
    padding: 10px 30px;
  }
  .row.other p {
    margin: 0;
    padding: 10px 0;
  }
  .hero .headline {
    background: none repeat scroll 0 0 #000000;
    box-sizing: border-box;
    margin: -5px 0 0;
    padding: 5%;
    position: relative;
    top: 0;
    width: 100%;
  }
  .hero .headline h2 {
    font-size: 24px;
  }
  .hero .headline h3 {
    font-size: 18px;
  }
  .region-content .hero img {
    height: auto;
    width: 100% !important;
  }
  .region-content .row.gifts img {
    margin: 0 15px;
    max-width: 90px;
    vertical-align: middle;
    width: 100%;
  }
  .region-content .row.featured .column-left img {
    width: 87px !important;
  }
  .region-content .row.other img {
    float: left;
    margin: 0 20px 0 0;
    vertical-align: middle;
    width: 75px !important;
  }
  .column-left {
    float: none;
    margin: 0;
    width: 100%;
  }
  .column-right {
    float: none;
    margin: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 600) {
  .row.other li {
    min-height: 90px;
  }
  .row.other li:first-child, .row.other li:first-of-type {
    min-height: 196px;
  }
}
@media only screen and (max-width: 725px) {
  .row.other li {
    padding: 10px 15px;
  }
  .row.other li:first-child, .row.other li:first-of-type {
    padding: 10px 15px;
  }
  .row.other img {
    float: left;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 55px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
  .row.hero {
    margin: 0 -2%;
  }
  .row.help, .row.gifts, .row.featured, .row.other, .row.tax {
    padding: 30px 0;
  }
  .row.gifts .column-left {
    width: 51%;
  }
  .row.gifts .column-right {
    width: 41%;
  }
  .row.gifts img {
    height: 105px;
    width: auto;
  }
  .row.featured .column-right {
    padding: 2% 15px;
  }
  .hero .headline {
    padding: 4% 4%;
  }
  .hero .headline h2 {
    font-size: 30px;
  }
  .hero .headline h3 {
    font-size: 24px;
  }
}
.column-left {
  box-sizing: border-box;
  float: left;
  margin: 0 2%;
  padding: 2% 0;
  width: 46%;
}

.column-right {
  box-sizing: border-box;
  float: right;
  margin: 0 2%;
  padding: 2% 0;
  width: 46%;
}

.featured .column-right a {
  background: none repeat scroll 0 0 #006699;
  border-radius: 3px;
  color: #ffffff;
  padding: 2px 5px;
  text-decoration: none !important;
}
.featured .column-right a:hover {
  background: none repeat scroll 0 0 #333;
}

.page-node-118 .region-content #block-system-main table p {
  margin: 0 !important;
}

#block-views-slideshow-block,
#block-views-slideshow-block-1,
#block-views-slideshow-block-3,
#block-views-slideshow-block-4,
#block-views-slideshow-block-5,
#block-views-slideshow-block-6,
#block-views-slideshow-block-7,
#block-views-slideshow-block-8,
#block-views-slideshow-block-9,
#block-views-slideshow-block-10,
#block-views-slideshow-block-2 {
  height: 375px;
}

body.page-training .view-display-id-featured_training_block .view-footer img {
  margin: 20px 0 0;
}

@media screen and (max-width: 971px) {
  .training-featured {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 739px) {
  body.page-training #main {
    padding: 0;
    box-sizing: border-box;
    width: 100%;
  }
  body.page-training .views-table .views-field-field-training-product-image {
    float: none;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  body.page-training .views-table .views-field-title,
  body.page-training .views-table .views-field-field-training-short-description,
  body.page-training .views-table .views-field-field-training-cost,
  body.page-training .views-table .views-field-view-node {
    float: none;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
  }
}
.video-embed {
  padding: 6px;
  background: #000000;
}

.fb_iframe_widget iframe {
  padding: 0 !important;
  border: none !important;
}

/**
 * Lity - v2.3.1 - 2018-04-20
 * http://sorgalla.com/lity/
 * Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT
 *
 * Cleaned up and organized for NewStutter Theme
 */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #ffffff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #ffffff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000000;
}

.lity-hide {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

.t-bg--thunder {
  background-color: #666666;
}

.t-bg--tundora {
  background-color: #676767;
}

.t-bg--cerise-red {
  background-color: #de3d52;
}

.t-bg--thunderbird {
  background-color: #c5131f;
}

.t-bg--san-marino {
  background-color: #4267b2;
}

.t-bg--spring-wood {
  background-color: #fcfaf9;
}

.t-bg--pampas {
  background-color: #f9f8f7;
}

.t-bg--alto {
  background-color: #e6e6e6;
}

.t-bg--ship-cove {
  background-color: #6897c1;
}

.t-bg--outer-space {
  background-color: #073358;
}

.t-bg--gray {
  background-color: #999999;
}

.t-color--thunder {
  color: #666666;
}

.t-color--gray {
  color: #818287;
}

.t-color--cerise-red {
  color: #de3d52;
}

.t-color--thunderbird {
  color: #c5131f;
}

.t-color--san-marino {
  color: #4267b2;
}

.t-color--white {
  color: #ffffff;
}

.t-color--ship-cove {
  color: #6897c1;
}

.t-color--outer-space {
  color: #292f34;
}

.o-band {
  padding: 40px 0;
}
.o-band::after, .o-band--small::after, .o-band--flush::after, .o-band--top::after, .o-band--bottom::after {
  clear: both;
  content: "";
  display: table;
}
.o-band--small {
  padding: 25px 0;
}
.o-band--flush {
  padding: 0;
}
.o-band--top {
  padding-bottom: 0;
}
.o-band--bottom {
  padding-top: 0;
}

blockquote,
.o-box {
  display: block;
  padding: 1.66666rem;
}
@media screen and (min-width: 1024px) {
  blockquote,
  .o-box {
    padding: 1.66666rem;
  }
}
blockquote--small,
.o-box--small {
  padding: 0.83333rem;
}
@media screen and (min-width: 1024px) {
  blockquote--small,
  .o-box--small {
    padding: 1.66666rem;
  }
}

.o-box--small {
  padding: 0.83333rem;
}

.o-grid {
  padding: 0 20px;
  max-width: 980px;
  margin: 0 auto;
}
.o-grid::after {
  clear: both;
  content: "";
  display: table;
}
.o-grid .o-grid {
  padding: 0;
}
.o-grid .ajax_results {
  padding-top: 3.33333rem;
}
.o-grid .ajax_results .ajax_results,
.o-grid .ajax_results .o-band {
  padding: 0;
}
.o-grid--wide {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.front .o-grid {
  max-width: 1240px;
}

.o-nav {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.o-nav > li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.o-nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
@media screen and (min-width: 0) and (max-width: 640px) {
  .o-nav > li {
    display: block;
  }
  .o-nav > li > a {
    display: block;
  }
}
.o-nav--stacked > li {
  display: list-item;
}
.o-nav--stacked > li > a {
  display: block;
}
.o-nav--stacked > li > a:hover {
  color: #0f0f0f;
}
.o-nav--banner {
  text-align: center;
}

.o-ui-row {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #a1a2a4;
  padding: 3rem 0;
}
.o-ui-row::after {
  clear: both;
  content: "";
  display: table;
}
.o-ui-row--small {
  padding: 2rem 0;
}
.o-ui-row--flush {
  padding: 0;
}
.o-ui-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.o-ui-row:first-child {
  padding-top: 0;
}

.o-video,
.media-youtube-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.o-video embed,
.o-video object,
.o-video iframe,
.media-youtube-video embed,
.media-youtube-video object,
.media-youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* bricktheme block grids, basic grid and flex grid */
@media screen and (min-width: 0) {
  .sm-1 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 4.90109%;
  }
  .sm-1:last-child {
    margin-right: 0;
  }
  .sm-2 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 13.54645%;
  }
  .sm-2:last-child {
    margin-right: 0;
  }
  .sm-3 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 22.1918%;
  }
  .sm-3:last-child {
    margin-right: 0;
  }
  .sm-4 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 30.83716%;
  }
  .sm-4:last-child {
    margin-right: 0;
  }
  .sm-5 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 39.48251%;
  }
  .sm-5:last-child {
    margin-right: 0;
  }
  .sm-6 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 48.12787%;
  }
  .sm-6:last-child {
    margin-right: 0;
  }
  .sm-7 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 56.77322%;
  }
  .sm-7:last-child {
    margin-right: 0;
  }
  .sm-8 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 65.41858%;
  }
  .sm-8:last-child {
    margin-right: 0;
  }
  .sm-9 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 74.06393%;
  }
  .sm-9:last-child {
    margin-right: 0;
  }
  .sm-10 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 82.70929%;
  }
  .sm-10:last-child {
    margin-right: 0;
  }
  .sm-11 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 91.35464%;
  }
  .sm-11:last-child {
    margin-right: 0;
  }
  .sm-12 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 100%;
  }
  .sm-12:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 640px) {
  .md-1 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 4.90109%;
  }
  .md-1:last-child {
    margin-right: 0;
  }
  .md-2 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 13.54645%;
  }
  .md-2:last-child {
    margin-right: 0;
  }
  .md-3 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 22.1918%;
  }
  .md-3:last-child {
    margin-right: 0;
  }
  .md-4 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 30.83716%;
  }
  .md-4:last-child {
    margin-right: 0;
  }
  .md-5 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 39.48251%;
  }
  .md-5:last-child {
    margin-right: 0;
  }
  .md-6 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 48.12787%;
  }
  .md-6:last-child {
    margin-right: 0;
  }
  .md-7 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 56.77322%;
  }
  .md-7:last-child {
    margin-right: 0;
  }
  .md-8 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 65.41858%;
  }
  .md-8:last-child {
    margin-right: 0;
  }
  .md-9 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 74.06393%;
  }
  .md-9:last-child {
    margin-right: 0;
  }
  .md-10 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 82.70929%;
  }
  .md-10:last-child {
    margin-right: 0;
  }
  .md-11 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 91.35464%;
  }
  .md-11:last-child {
    margin-right: 0;
  }
  .md-12 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 100%;
  }
  .md-12:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .lg-1 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 4.90109%;
  }
  .lg-1:last-child {
    margin-right: 0;
  }
  .lg-2 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 13.54645%;
  }
  .lg-2:last-child {
    margin-right: 0;
  }
  .lg-3 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 22.1918%;
  }
  .lg-3:last-child {
    margin-right: 0;
  }
  .lg-4 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 30.83716%;
  }
  .lg-4:last-child {
    margin-right: 0;
  }
  .lg-5 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 39.48251%;
  }
  .lg-5:last-child {
    margin-right: 0;
  }
  .lg-6 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 48.12787%;
  }
  .lg-6:last-child {
    margin-right: 0;
  }
  .lg-7 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 56.77322%;
  }
  .lg-7:last-child {
    margin-right: 0;
  }
  .lg-8 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 65.41858%;
  }
  .lg-8:last-child {
    margin-right: 0;
  }
  .lg-9 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 74.06393%;
  }
  .lg-9:last-child {
    margin-right: 0;
  }
  .lg-10 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 82.70929%;
  }
  .lg-10:last-child {
    margin-right: 0;
  }
  .lg-11 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 91.35464%;
  }
  .lg-11:last-child {
    margin-right: 0;
  }
  .lg-12 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 100%;
  }
  .lg-12:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 0) {
  .sm-shift-1 {
    margin-left: 8.64536%;
  }
  .sm-shift-2 {
    margin-left: 17.29071%;
  }
  .sm-shift-3 {
    margin-left: 25.93607%;
  }
  .sm-shift-4 {
    margin-left: 34.58142%;
  }
  .sm-shift-5 {
    margin-left: 43.22678%;
  }
  .sm-shift-6 {
    margin-left: 51.87213%;
  }
  .sm-shift-7 {
    margin-left: 60.51749%;
  }
  .sm-shift-8 {
    margin-left: 69.16284%;
  }
  .sm-shift-9 {
    margin-left: 77.8082%;
  }
  .sm-shift-10 {
    margin-left: 86.45355%;
  }
  .sm-shift-11 {
    margin-left: 95.09891%;
  }
  .sm-shift-12 {
    margin-left: 103.74426%;
  }
}
@media screen and (min-width: 640px) {
  .md-shift-1 {
    margin-left: 8.64536%;
  }
  .md-shift-2 {
    margin-left: 17.29071%;
  }
  .md-shift-3 {
    margin-left: 25.93607%;
  }
  .md-shift-4 {
    margin-left: 34.58142%;
  }
  .md-shift-5 {
    margin-left: 43.22678%;
  }
  .md-shift-6 {
    margin-left: 51.87213%;
  }
  .md-shift-7 {
    margin-left: 60.51749%;
  }
  .md-shift-8 {
    margin-left: 69.16284%;
  }
  .md-shift-9 {
    margin-left: 77.8082%;
  }
  .md-shift-10 {
    margin-left: 86.45355%;
  }
  .md-shift-11 {
    margin-left: 95.09891%;
  }
  .md-shift-12 {
    margin-left: 103.74426%;
  }
}
@media screen and (min-width: 1024px) {
  .lg-shift-1 {
    margin-left: 8.64536%;
  }
  .lg-shift-2 {
    margin-left: 17.29071%;
  }
  .lg-shift-3 {
    margin-left: 25.93607%;
  }
  .lg-shift-4 {
    margin-left: 34.58142%;
  }
  .lg-shift-5 {
    margin-left: 43.22678%;
  }
  .lg-shift-6 {
    margin-left: 51.87213%;
  }
  .lg-shift-7 {
    margin-left: 60.51749%;
  }
  .lg-shift-8 {
    margin-left: 69.16284%;
  }
  .lg-shift-9 {
    margin-left: 77.8082%;
  }
  .lg-shift-10 {
    margin-left: 86.45355%;
  }
  .lg-shift-11 {
    margin-left: 95.09891%;
  }
  .lg-shift-12 {
    margin-left: 103.74426%;
  }
}
.o-flex-grid {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.o-flex-grid li {
  flex: auto;
  margin: 0 0 1.66666rem;
}

@media screen and (min-width: 0) and (max-width: 639px) {
  .o-flex-grid li:nth-child(odd) {
    border-left: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .o-flex-grid li:nth-child(3) {
    border-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .o-flex-grid li:nth-child(5) {
    border-left: 0;
  }
}
@media screen and (min-width: 640px) {
  .o-flex-grid li {
    flex: 0 0 50%;
    padding: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .o-flex-grid li {
    flex: 0 0 33.333%;
  }
}
@media screen and (min-width: 1024px) {
  .o-flex-grid--4.o-flex-grid li {
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .o-flex-grid--5.o-flex-grid li:nth-child(5) {
    border-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .o-flex-grid--5.o-flex-grid li {
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .o-flex-grid--6.o-flex-grid li:nth-child(5) {
    border-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .o-flex-grid--6.o-flex-grid li {
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 0) and (max-width: 639px) {
  .bg-sm-2 > li {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 48.12787%;
  }
  .bg-sm-2 > li:last-child {
    margin-right: 0;
  }
  .bg-sm-2 > li:nth-child(2n) {
    margin-right: 0;
  }
  .bg-sm-2 > li:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 0) and (max-width: 639px) {
  .bg-sm-4 > li {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 22.1918%;
  }
  .bg-sm-4 > li:last-child {
    margin-right: 0;
  }
  .bg-sm-4 > li:nth-child(4n) {
    margin-right: 0;
  }
  .bg-sm-4 > li:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .bg-md-1 > li {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 100%;
  }
  .bg-md-1 > li:last-child {
    margin-right: 0;
  }
  .bg-md-1 > li:nth-child(1n) {
    margin-right: 0;
  }
  .bg-md-1 > li:nth-child(1n+1) {
    clear: left;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .bg-md-2 > li {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 48.12787%;
  }
  .bg-md-2 > li:last-child {
    margin-right: 0;
  }
  .bg-md-2 > li:nth-child(2n) {
    margin-right: 0;
  }
  .bg-md-2 > li:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .bg-md-3 > li {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 30.83716%;
  }
  .bg-md-3 > li:last-child {
    margin-right: 0;
  }
  .bg-md-3 > li:nth-child(3n) {
    margin-right: 0;
  }
  .bg-md-3 > li:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .bg-md-4 > li {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 22.1918%;
  }
  .bg-md-4 > li:last-child {
    margin-right: 0;
  }
  .bg-md-4 > li:nth-child(4n) {
    margin-right: 0;
  }
  .bg-md-4 > li:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .bg-md-5 > li {
    float: left;
    display: block;
    margin-right: 4.52701%;
    width: 16.37839%;
  }
  .bg-md-5 > li:last-child {
    margin-right: 0;
  }
  .bg-md-5 > li:nth-child(5n) {
    margin-right: 0;
  }
  .bg-md-5 > li:nth-child(5n+1) {
    clear: left;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .bg-md-6 > li {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 13.54645%;
  }
  .bg-md-6 > li:last-child {
    margin-right: 0;
  }
  .bg-md-6 > li:nth-child(6n) {
    margin-right: 0;
  }
  .bg-md-6 > li:nth-child(6n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1024px) {
  .bg-lg-1 > li {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 100%;
  }
  .bg-lg-1 > li:last-child {
    margin-right: 0;
  }
  .bg-lg-1 > li:nth-child(1n) {
    margin-right: 0;
  }
  .bg-lg-1 > li:nth-child(1n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1024px) {
  .bg-lg-2 > li {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 48.12787%;
  }
  .bg-lg-2 > li:last-child {
    margin-right: 0;
  }
  .bg-lg-2 > li:nth-child(2n) {
    margin-right: 0;
  }
  .bg-lg-2 > li:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1024px) {
  .bg-lg-3 > li {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 30.83716%;
  }
  .bg-lg-3 > li:last-child {
    margin-right: 0;
  }
  .bg-lg-3 > li:nth-child(3n) {
    margin-right: 0;
  }
  .bg-lg-3 > li:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1024px) {
  .bg-lg-4 > li {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 22.1918%;
  }
  .bg-lg-4 > li:last-child {
    margin-right: 0;
  }
  .bg-lg-4 > li:nth-child(4n) {
    margin-right: 0;
  }
  .bg-lg-4 > li:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1024px) {
  .bg-lg-5 > li {
    float: left;
    display: block;
    margin-right: 4.52701%;
    width: 16.37839%;
  }
  .bg-lg-5 > li:last-child {
    margin-right: 0;
  }
  .bg-lg-5 > li:nth-child(5n) {
    margin-right: 0;
  }
  .bg-lg-5 > li:nth-child(5n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1024px) {
  .bg-lg-6 > li {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 13.54645%;
  }
  .bg-lg-6 > li:last-child {
    margin-right: 0;
  }
  .bg-lg-6 > li:nth-child(6n) {
    margin-right: 0;
  }
  .bg-lg-6 > li:nth-child(6n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1024px) {
  .bg-lg-7 > li {
    float: left;
    display: block;
    margin-right: 3.19229%;
    width: 11.54947%;
  }
  .bg-lg-7 > li:last-child {
    margin-right: 0;
  }
  .bg-lg-7 > li:nth-child(7n) {
    margin-right: 0;
  }
  .bg-lg-7 > li:nth-child(7n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1024px) {
  .bg-lg-8 > li {
    float: left;
    display: block;
    margin-right: 2.78215%;
    width: 10.06562%;
  }
  .bg-lg-8 > li:last-child {
    margin-right: 0;
  }
  .bg-lg-8 > li:nth-child(8n) {
    margin-right: 0;
  }
  .bg-lg-8 > li:nth-child(8n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1024px) {
  .bg-lg-9 > li {
    float: left;
    display: block;
    margin-right: 2.4654%;
    width: 8.91964%;
  }
  .bg-lg-9 > li:last-child {
    margin-right: 0;
  }
  .bg-lg-9 > li:nth-child(9n) {
    margin-right: 0;
  }
  .bg-lg-9 > li:nth-child(9n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1024px) {
  .bg-lg-10 > li {
    float: left;
    display: block;
    margin-right: 2.21341%;
    width: 8.00793%;
  }
  .bg-lg-10 > li:last-child {
    margin-right: 0;
  }
  .bg-lg-10 > li:nth-child(10n) {
    margin-right: 0;
  }
  .bg-lg-10 > li:nth-child(10n+1) {
    clear: left;
  }
}
ul[class^=bg-sm-],
ul[class^=bg-md-],
ul[class^=bg-lg-] {
  padding-left: 0;
  list-style: none;
}

ul[class^=bg-sm-]:after,
ul[class^=bg-md-]:after,
ul[class^=bg-lg-]:after {
  content: "";
  display: table;
  clear: both;
}

.c-card__background {
  background-repeat: no-repeat;
  background-size: cover;
}

.c-card--square {
  position: relative;
  overflow: hidden;
}

.c-card__famous--mask {
  position: absolute;
  text-align: center;
  display: block;
  background-color: rgba(0, 19, 31, 0.8);
  height: 25%;
  width: 100%;
  top: 75%;
  color: #fff;
  display: flex;
  align-items: center;
}

.c-card__famous--mask > * {
  color: #fff;
  min-width: 100%;
}

.c-card--square:hover .c-card__famous--mask {
  top: 75%;
}

@media only screen and (min-width: 1025px) {
  .c-card--square .c-card__famous--mask {
    top: 100%;
  }
}
.c-card--square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fa-solid-900.woff2?v=6.x") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesomeBrands";
  src: url("../fonts/fa-brands-400.woff2?v=6.x") format("woff2");
  font-weight: normal;
  font-style: normal;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
  margin: 0;
  padding: 0;
}

abbr[title],
dfn[title] {
  cursor: help;
}

u,
ins {
  text-decoration: none;
}

ins {
  border-bottom: 1px solid;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
blockquote,
p,
address,
hr,
table,
fieldset,
figure,
pre,
input,
button,
textarea {
  margin: 0 0 1.66666rem;
  padding: 0;
}

h1,
.alpha,
.c-cta-widget--large-text .c-cta-widget__headline {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}
h1.c-headers--small,
.alpha.c-headers--small,
.c-cta-widget--large-text .c-cta-widget__headline.c-headers--small {
  font-size: 30px;
}
h1.c-headers--no-margin,
.alpha.c-headers--no-margin,
.c-cta-widget--large-text .c-cta-widget__headline.c-headers--no-margin {
  margin-bottom: 0;
}
h1.c-headers--white,
.alpha.c-headers--white,
.c-cta-widget--large-text .c-cta-widget__headline.c-headers--white {
  color: #ffffff;
}

h2,
.beta {
  font-size: 30px;
  font-weight: 700;
}
h2.c-headers--small,
.beta.c-headers--small {
  font-size: 24px;
}
h2.c-headers--no-margin,
.beta.c-headers--no-margin {
  margin-bottom: 0;
}
h2.c-headers--white,
.beta.c-headers--white {
  color: #ffffff;
}

h3,
.gamma {
  font-size: 24px;
  font-weight: 700;
}
h3.c-headers--small,
.gamma.c-headers--small {
  font-weight: 500;
  font-size: 21px;
}
h3.c-headers--no-margin,
.gamma.c-headers--no-margin {
  margin-bottom: 0;
}
h3.c-headers--white,
.gamma.c-headers--white {
  color: #ffffff;
}

h4,
.delta {
  font-size: 24px;
  font-weight: 700;
}
h4.c-headers--small,
.delta.c-headers--small {
  font-weight: 500;
  font-size: 21px;
}
h4.c-headers--no-margin,
.delta.c-headers--no-margin {
  margin-bottom: 0;
}
h4.c-headers--white,
.delta.c-headers--white {
  color: #ffffff;
}

h5,
.epsilon {
  font-size: 21px;
  font-weight: 700;
}
h5.c-headers--small,
.epsilon.c-headers--small {
  font-weight: 500;
  font-size: 1rem;
}
h5.c-headers--no-margin,
.epsilon.c-headers--no-margin {
  margin-bottom: 0;
}
h5.c-headers--white,
.epsilon.c-headers--white {
  color: #ffffff;
}

h6,
.zeta {
  font-size: 1rem;
  font-weight: 700;
}
h6.c-headers--small,
.zeta.c-headers--small {
  font-weight: 500;
  font-size: 12px;
}
h6.c-headers--no-margin,
.zeta.c-headers--no-margin {
  margin-bottom: 0;
}
h6.c-headers--white,
.zeta.c-headers--white {
  color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
}

blockquote {
  font-family: "Libre Baskerville", serif;
  padding: 1.6rem;
  font-size: 1.5rem;
  border: 1px solid;
  margin-bottom: 1.6rem;
  width: 100%;
  float: left;
}
blockquote p {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  font-weight: 700;
  font-size: 0.5em;
  float: right;
  max-width: 50%;
  margin-bottom: 0;
}

a {
  color: #c5131f;
  text-decoration: none;
}
a:link {
  color: #c5131f;
}
a:hover {
  color: #de3d52;
}
a:active {
  transition: color 0.3s;
  color: #c5131f;
}

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

ul {
  list-style-type: disc;
  padding-left: 1.66666rem;
}
ul ul {
  list-style-type: circle;
  margin-bottom: 0;
  padding-left: 1rem;
}

ol {
  list-style-type: decimal;
  padding-left: 1.66666rem;
}
ol ol {
  margin-bottom: 0;
  padding-left: 1rem;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.83333rem 0;
  table-layout: fixed;
  width: 100%;
  border: 0;
}

hr {
  border-bottom: 1px solid #dddddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.66666rem 0;
}

.c-icon {
  display: inline-block;
  font-size: 25px;
  padding: 5px;
  border-radius: 25px;
  background: #ffffff;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesome";
  margin: 1rem 0.5rem;
}
.c-icon::before {
  text-indent: 0;
}
.c-icon--facebook::before {
  font-family: "FontAwesomeBrands";
  content: "\f09a";
}
.c-icon--youtube::before {
  font-family: "FontAwesomeBrands";
  content: "\f166";
}
.c-icon--twitter::before {
  font-family: "FontAwesomeBrands";
  content: "\e61b";
}
.c-icon--pinterest:before {
  font-family: "FontAwesomeBrands";
  content: "\f0d3";
}
.c-icon--instagram::before {
  font-family: "FontAwesomeBrands";
  content: "\f16d";
}
.c-icon--linkedin::before {
  font-family: "FontAwesomeBrands";
  content: "\f08c";
}
.c-icon--cart:before {
  content: "\f07a";
}
.c-icon--nav:before {
  content: "\f0c9";
}
.c-icon--mail:before {
  content: "\f003";
}
.c-icon--left-arrow::before {
  content: "\f104";
}
.c-icon--right-arrow::before {
  content: "\f105";
}
.c-icon__pre-schoolers span {
  background: url(/sites/all/themes/newstutter/images/svgs/icon_preschoolers.svg) no-repeat center center;
}
.c-icon__school-aged span {
  background: url(/sites/all/themes/newstutter/images/svgs/icon_schoolage.svg) no-repeat center center;
}
.c-icon__just-for-kids span {
  background: url(/sites/all/themes/newstutter/images/svgs/icon_kids.svg) no-repeat center center;
}
.c-icon__teens span {
  background: url(/sites/all/themes/newstutter/images/svgs/icon_teens.svg) no-repeat center center;
}
.c-icon__adults span {
  background: url(/sites/all/themes/newstutter/images/svgs/icon_adults.svg) no-repeat center center;
}
.c-icon__teachers span {
  background: url(/sites/all/themes/newstutter/images/svgs/icon_teachers.svg) no-repeat center center;
}
.c-icon__speech-language-pathologists span {
  background: url(/sites/all/themes/newstutter/images/svgs/icon_pathologists.svg) no-repeat center center;
}
.c-icon__physicians span {
  background: url(/sites/all/themes/newstutter/images/svgs/icon_physicians.svg) no-repeat center center;
}
.c-icon__employers span {
  background: url(/sites/all/themes/newstutter/images/svgs/icon_employers.svg) no-repeat center center;
}

.c-btn {
  color: #6897c1;
  background-color: #ffffff;
  border: 2px solid #6897c1;
  padding: 5px 10px;
  display: inline-block;
}
.c-btn:link, .c-btn:visited {
  color: #6897c1;
  background-color: #ffffff;
  border: 2px solid #6897c1;
}
.c-btn:hover {
  color: #ffffff;
  background-color: #6897c1;
  border: 2px solid #6897c1;
}
.c-btn__field a {
  color: #6897c1;
  background-color: #ffffff;
  border: 2px solid #6897c1;
  padding: 5px 10px;
  display: inline-block; /* btn from view video home*/
}
.c-btn__field a:hover {
  color: #ffffff;
  background-color: #6897c1;
  border: 2px solid #6897c1;
}
.c-btn--inverse {
  padding: 5px 10px;
  display: inline-block;
  color: #ffffff;
  background-color: #6897c1;
  border: 2px solid #6897c1;
}
.c-btn--inverse:hover {
  color: #6897c1;
  background-color: #ffffff;
  border: 2px solid #6897c1;
}
.c-btn--more {
  padding-right: 30px;
}
.c-btn--more::after {
  font-family: "FontAwesome";
  content: "\f061";
  margin-left: 10px;
}
.c-btn--small {
  font-size: 14px;
}
.c-btn--border {
  border-color: #ffffff;
}

.c-form .form-submit {
  color: #6897c1;
  background-color: #ffffff;
  border: 2px solid #6897c1;
  padding: 5px 10px;
  display: inline-block;
}
.c-form .form-submit:hover {
  color: #ffffff;
  background-color: #6897c1;
  border: 2px solid #6897c1;
}

.t-bg--thunderbird .c-btn {
  border-color: #ffffff;
}

.c-header__wrap {
  padding: 0;
}
.c-header {
  height: 61px;
  border-bottom: 1px solid #686667;
  position: relative;
  z-index: 1002;
  clear: both;
  width: 100%;
}
.c-header.is-active {
  position: fixed;
  top: 0;
  z-index: 1002;
  border-bottom: 1px solid #ffffff;
}

.toolbar .c-header.is-active {
  top: 65px;
}

.c-header__logo-cont {
  float: left;
}
.c-header__logo {
  background: transparent url(/sites/all/themes/newstutter/images/svgs/logo_header.svg) no-repeat 0 center;
  background-size: contain;
  display: block;
  width: 180px;
  height: 60px;
  padding: 0;
  margin: 0 0 0 10px;
}

.c-header__links {
  display: none;
}
.c-header__links .menu {
  display: flex;
  margin: 0;
  padding: 0;
}
.c-header__links li {
  display: block;
}
.c-header__links li a {
  display: block;
  color: #ffffff;
  font-weight: 700;
  padding: 0 10px;
  font-size: 18px;
  line-height: 80px;
}
.c-header__links li a:hover {
  background: #c4c4c4;
}
.c-header__menu--red a {
  background-color: #c5131f;
}
.c-header__menu--red:hover a {
  background-color: #c4c4c4;
}

.c-header__icons {
  float: right;
}
.c-header__icons ul {
  margin: 0;
  padding: 0;
  display: block;
}
.c-header__icons ul li {
  float: left;
}
.c-header__icons a.c-header__icon {
  color: #ffffff;
  background: transparent;
  display: block;
  margin: 0;
  padding: 0;
  height: 60px;
  width: 40px;
  line-height: 60px;
  font-size: 20px;
  border-radius: 0;
}
.c-header__icons a.c-header__icon:hover {
  color: #ffffff;
  background: #c4c4c4;
}
.c-header__icons a.c-header__icon span {
  font-size: 12px;
  display: inline-block;
  color: #ffffff;
  font-family: "Roboto", Lucida Grande, Verdana, Arial, sans-serif;
  font-weight: 700;
  line-height: 80px;
  text-transform: none;
}
.c-header__menu--red a.c-header__icon {
  background-color: #c5131f;
}

.c-header__menu--dropdown {
  display: none;
  position: absolute;
  background: #123b6a;
  z-index: 99;
  padding: 0 0 50px;
  top: 61px;
  width: 100%;
}
.c-header__menu--drop {
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
  height: calc(100vh - 61px);
  padding: 10px 0;
}
.c-header__menu--drop > li {
  margin-top: 15px;
  padding-bottom: 15px;
}
.c-header__menu--drop > li:nth-child(2) ul {
  display: none;
}
.c-header__menu--drop .has-dropdown:first-child {
  border-bottom: 0;
}
.c-header__menu--drop ul {
  margin: 0;
  padding: 0;
}
.c-header__menu--drop li {
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
}
.c-header__menu--drop li a {
  font-size: 18px;
  line-height: 1.2;
  padding: 4px 15px;
  display: block;
  color: #ffffff;
  font-weight: 700;
}
.c-header__menu--drop li a:not(.nolink):hover {
  color: #ffffff;
  background-color: #6897c1;
}
.c-header__menu--drop li span.nolink {
  display: block;
  color: #ffffff;
  font-weight: 700;
  cursor: default;
}
.c-header__menu--drop li li a {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 600;
}
.c-header__menu--drop li li span.nolink {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 600;
  cursor: default;
  opacity: 0.8;
}

.j-active {
  z-index: 1002;
}
.j-active .c-header__menu--dropdown {
  display: block;
  z-index: 1002;
}

@media only screen and (min-width: 1024px) {
  .j-active .c-header__menu--dropdown {
    display: block;
    z-index: 1002;
    margin-top: -40px;
  }
}
@media only screen and (min-width: 353px) and (max-width: 1023px) {
  .j-active .c-header__menu--dropdown {
    display: block;
    z-index: 1002;
    margin-top: 0;
  }
}
.toolbar-horizontal.toolbar-fixed .c-header {
  z-index: 499;
}
.toolbar-horizontal.toolbar-fixed .c-header.is-active {
  top: 100px;
  z-index: 499;
}
.toolbar-horizontal.toolbar-fixed .c-subheader__wrap {
  z-index: 499;
}
.toolbar-horizontal.toolbar-fixed .j-active .c-subheader__wrap {
  z-index: 0 !important;
}
@media only screen and (min-width: 1024px) {
  .toolbar-horizontal.toolbar-fixed .j-active .c-header__menu--dropdown {
    display: block;
    z-index: 1002;
    margin-top: -40px;
  }
}
@media only screen and (min-width: 353px) and (max-width: 1023px) {
  .toolbar-horizontal.toolbar-fixed .j-active .c-header__menu--dropdown {
    display: block;
    z-index: 1002;
    margin-top: 0;
  }
}
.toolbar-horizontal.toolbar-fixed .j-active ~ .c-subheader__wrap {
  z-index: 0 !important;
}

@media only screen and (min-width: 1024px) {
  .c-header__menu--dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #123b6a;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    top: 120px;
    padding: 25px 0 10px;
  }
}
.subnav-top {
  margin-bottom: 50px;
}
.subnav-top .o-grid::after {
  border-bottom: 1px solid #979797;
  display: block;
  visibility: visible;
}
.subnav-top .c-icon.c-icon--nav.j-open-submenu {
  width: 100%;
  text-align: left;
}
.subnav-top .c-icon--nav::before {
  display: inline-block;
  margin-right: 10px;
}
.subnav-top .c-icon--nav::after {
  content: "Explore More Topics";
  display: inline-block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.c-sub-menu {
  display: none;
  list-style: none;
  margin: 0 0 0 1%;
  padding: 0;
}
.c-sub-menu.j-active {
  display: flex;
  flex-wrap: wrap;
}
.c-sub-menu li {
  width: 33%;
}
.c-sub-menu a {
  font-size: 12px;
  text-align: center;
  line-height: 1;
  display: block;
  font-weight: 700;
  width: 100%;
  max-width: 90px;
  margin: 0 auto 25px auto;
  color: #6897c1;
  background-color: transparent;
}
.c-sub-menu a span,
.c-sub-menu a .c-icon--svg {
  width: 70px;
  height: 70px;
  display: block;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 0 auto 5px auto;
}
.c-sub-menu a span > span,
.c-sub-menu a .c-icon--svg > span {
  border: 1px solid #cccccc;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  background-size: 47%;
}
.c-sub-menu a:hover span,
.c-sub-menu a:hover .c-icon--svg {
  border-color: #6897c1;
  box-shadow: 0 0 0 1px inset #6897c1;
}

.subnav-top .c-icon--nav::after {
  font-size: 18px;
  vertical-align: middle;
}

.j-open-submenu {
  background-color: transparent;
}
.j-open-submenu:hover {
  background-color: transparent;
}

@media screen and (max-width: 441px) {
  .c-sub-menu a span,
  .c-icon--svg {
    height: 57px;
    width: 57px;
  }
}
a:hover > .c-icon--svg {
  border-color: #6897c1;
  box-shadow: 0 0 0 1px inset #6897c1;
}

@media only screen and (min-width: 1024px) {
  .c-header__wrap {
    display: flex;
    justify-content: flex-end;
    max-height: 81px;
  }
  .c-header {
    height: 81px;
  }
  .c-header__logo-cont {
    margin-right: auto;
  }
  .c-header__logo {
    width: 315px;
    height: 80px;
    padding: 0;
    margin: 0 0 0 10px;
  }
  .c-header__links {
    display: block;
  }
  .c-header__icons a.c-header__icon {
    border-left: 1px solid #dddddd;
    height: 80px;
    width: 72px;
    line-height: 80px;
    font-size: 28px;
  }
  .c-header__icons a.c-icon--cart {
    width: 122px;
  }
  .c-header__icons a.c-icon--cart span {
    font-size: 16px;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    line-height: 80px;
    padding: 0 0 0 6px;
    text-transform: none;
    transform: translateY(-0.333em);
  }
  .c-header__menu--dropdown {
    background: #123b6a;
    top: 81px;
    padding: 25px 0 10px;
  }
  .c-header__menu--drop {
    display: flex;
    justify-content: space-around;
    height: auto;
  }
  .c-header__menu--drop li a,
  .c-header__menu--drop li span.nolink {
    font-size: 18px;
    padding: 7px 15px;
  }
  .c-header__menu--drop li li a {
    font-weight: 400;
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-header__menu--drop .has-dropdown {
    border: none;
    padding: 0;
    margin: 0;
  }
  .c-header__menu--drop > li:nth-child(1),
  .c-header__menu--drop > li:nth-child(2),
  .c-header__menu--drop > li:nth-child(3),
  .c-header__menu--drop > li:nth-child(4),
  .c-header__menu--drop > li:nth-child(5),
  .c-header__menu--drop > li:nth-child(6),
  .c-header__menu--drop > li:nth-child(7),
  .c-header__menu--drop > li:nth-child(8),
  .c-header__menu--drop > li:nth-child(9) {
    display: none;
  }
  .c-sub-menu li {
    display: inline-block;
    width: 11%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1146px) {
  .c-header__links li a {
    font-size: 13px;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 1035px) {
  .c-header__links li a {
    padding: 0 7px;
  }
}
@media only screen and (min-width: 1095px) {
  .c-header__links li a {
    padding: 0 11px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
  .c-header__links li a {
    font-size: 12px;
  }
}
/* End Media 1025px */
/* social junk

  /** Social Links **/
/*
  .c-sociallinks {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }

  .c-sociallinks li {
    display: block;
    min-width: 30px;
    float: left;
    margin-right: 10px;
  }

  .c-sociallinks li > *:not(script) {
    display: flex;
  }
  */
.c-sociallinks ul {
  padding: 0;
  display: flex;
}
.c-sociallinks ul li {
  margin-right: 12px;
}
.c-sociallinks .c-sociallinks--facebook {
  padding-top: 2px;
}
.c-sociallinks .c-sociallinks--facebook .fb_iframe_widget > span {
  vertical-align: top !important;
}
.c-sociallinks .c-sociallinks--linkedin > span {
  vertical-align: top;
}
.c-sociallinks .c-sociallinks--pinterest {
  padding-top: 2px;
}
.c-sociallinks .c-sociallinks--pinterest > span {
  vertical-align: top;
}
.c-sociallinks .c-sociallinks--gplus {
  padding-top: 2px;
}
.c-sociallinks .c-sociallinks--gplus > div {
  vertical-align: top !important;
}

.c-header__search {
  text-align: right;
  padding: 34px 6% 17px 24px;
  margin-top: -25px;
}
@media screen and (max-width: 1024px) {
  .c-header__search {
    padding: 53px 24px 17px 24px;
    text-align: center;
  }
}
.c-header__search input {
  margin: 0;
}
.c-header__search input[type=text] {
  padding: 5px 9px 7px;
  font-size: 20px;
  height: 38px;
}
.c-header__search input[type=submit] {
  padding: 10px;
  color: white;
  font-size: 17px;
  background: #6897c1;
  border: 0;
  height: 38px;
}

.c-subheader__wrap {
  background: #999999;
  z-index: 1001;
  position: relative;
  border-top: 1px solid #686667;
  margin-top: -1px;
}
.c-subheader {
  max-width: 1202px;
  margin: 0 auto;
  overflow: hidden;
  padding: 7px 0 7px 56px;
  line-height: 0;
}
.c-subheader a {
  color: #ffffff;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.c-subheader a:hover {
  opacity: 0.6;
}
.c-subheader img {
  vertical-align: -6px;
}
.c-subheader__left {
  float: left;
}
.c-subheader__right {
  float: right;
}

@media screen and (max-width: 1024px) {
  .c-subheader {
    display: none;
  }
}
* {
  transition: all 0.5s ease;
}

html {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .c-main {
    padding-top: 50px;
  }
}

.c-hero__front {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 2rem;
}
@media only screen and (min-width: 425px) {
  .c-hero__front {
    padding: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-hero__front {
    height: 550px;
    padding: 0;
  }
}
.c-hero__optimized {
  position: relative;
  overflow: hidden;
}
.c-hero__optimized img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.c-hero__optimized .c-hero__text {
  position: relative;
  z-index: 1;
}
.c-hero__text {
  background-color: rgba(104, 151, 193, 0.8);
  padding: 1rem;
}
.c-hero__text h1 {
  font-size: 30px;
}
@media only screen and (min-width: 425px) {
  .c-hero__text h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-hero__text h1 {
    font-size: 55px;
  }
}
@media screen and (min-width: 423px) and (max-width: 490px) {
  .c-hero__text h1 {
    font-size: 35px;
  }
}
.c-hero__text p {
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  .c-hero__text p {
    font-weight: 700;
    margin: 7px 0 5px 0;
  }
}
@media only screen and (min-width: 425px) {
  .c-hero__text {
    padding: 35px 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-hero__text {
    align-self: center;
    padding: 29px 50px;
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .c-hero {
    display: flex;
  }
}

.view-movie-views .node-video-content {
  margin: 0;
}
.view-movie-views .node-video-content > div:first-child {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .view-movie-views .node-video-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
}
.view-movie-views table {
  margin: 0;
  min-width: 0;
}
.view-movie-views table tr {
  border: none;
  margin: 0;
}
.view-movie-views table tr td {
  vertical-align: top;
  border: none;
}
@media only screen and (min-width: 768px) {
  .view-movie-views h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .view-movie-views .field-name-body {
    font-size: 15px;
  }
}

.front .view-movie-views table tr td {
  display: block;
  width: 100%;
}

.c-band__photo {
  background-image: url(../images/slides/hero-slide-0.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-flow: column;
  padding: 0;
  justify-content: flex-start;
  transition: all 0.5s;
}
.c-band__photo__inner {
  background: linear-gradient(white, transparent);
  height: 100%;
}
.c-band__photo__footer {
  background-image: linear-gradient(transparent 0, rgba(255, 255, 255, 0.75) 0%);
  margin-top: auto;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.c-band__photo__footer .o-grid {
  position: relative;
}
.c-band__photo__footer ul {
  margin: 20px 0 10px;
}
.c-band__photo__footer ul:after {
  content: "";
  display: table;
  clear: both;
}
.c-band__photo__footer li {
  display: inline-block;
}
@media only screen and (min-width: 410px) {
  .c-band__photo__footer {
    background-image: linear-gradient(transparent 30%, rgba(255, 255, 255, 0.75) 0%);
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .c-band__photo {
    height: calc(85vh - 91px);
  }
}
.c-band__photo-text {
  display: none;
  padding: 75px 0 30px;
  color: #c5131f;
}
.c-band__photo-text .c-band__photo-title {
  color: #000;
  font-size: 50px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .c-band__photo-text .c-band__photo-title {
    font-size: 40px;
  }
}
.c-band__photo-text p {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .c-band__photo-text {
    width: 50%;
  }
  .c-band__photo-text h1 {
    font-size: 50px;
  }
}

.c-slider__link {
  color: #6897c1;
}
.c-slider__link:link, .c-slider__link:hover {
  color: #6897c1;
}
.c-slider__link.j-active .c-icon--svg {
  border-color: #6897c1;
}
.c-slider__link-text {
  display: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .c-slider__link-text {
    display: block;
  }
}
.c-slider__pager-wrap ul {
  transition: all 1s;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .c-slider__pager-wrap {
    overflow: hidden;
    max-width: 90%;
    margin-left: 5%;
  }
  .c-slider__pager-wrap.j-active ul {
    transform: translateX(-33.33%);
  }
}
@media only screen and (min-width: 768px) {
  .c-slider__pager {
    display: flex;
    width: 150%; /* 9 items / 6 to display */
    list-style: none;
  }
  .c-slider__pager li {
    width: 11.1%; /* 100%/9*/
  }
}
.c-slider__controll {
  display: none;
  background: transparent;
  position: absolute;
  font-size: 90px;
  color: #6897c1 !important;
  bottom: 0;
}
.c-slider__controll.j-active {
  cursor: default;
  opacity: 0.5;
}
.c-slider__controll:not(.j-active):hover {
  color: #4a6d8c !important;
}
@media only screen and (min-width: 768px) {
  .c-slider__controll {
    display: block;
  }
}
.c-slider__prev {
  left: 0;
}
.c-slider__next {
  right: 0;
}

.c-sub-menu .j-active .c-icon--svg {
  border-color: #6897c1;
}

.c-band__people {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 1rem 0;
}
.c-band__people .c-icon--svg > span {
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  background-size: 47%;
}
@media only screen and (max-width: 767px) {
  .c-band__people .c-icon--svg > span {
    border: 1px solid #ccc;
  }
}

.c-people__pager {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-people__pager li {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .c-people__pager li {
    width: calc(11.1% - 10px); /* 100%/9 - padding*/
  }
}
@media only screen and (max-width: 767px) {
  .c-people__pager li {
    width: calc(33% - 10px); /* 100%/3 - padding*/
    padding-bottom: 25px;
  }
}
.c-people__link {
  color: #6897c1;
}
.c-people__link:link, .c-people__link:hover {
  color: #6897c1;
}
.c-people__link-text {
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .c-people__link-text {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .c-people__link-text {
    display: block;
    font-size: 0.7rem;
  }
}

.j-active__0 .c-band__photo-text:nth-child(1),
.j-active__1 .c-band__photo-text:nth-child(2),
.j-active__2 .c-band__photo-text:nth-child(3),
.j-active__3 .c-band__photo-text:nth-child(4),
.j-active__4 .c-band__photo-text:nth-child(5),
.j-active__5 .c-band__photo-text:nth-child(6),
.j-active__6 .c-band__photo-text:nth-child(7),
.j-active__7 .c-band__photo-text:nth-child(8),
.j-active__8 .c-band__photo-text:nth-child(9) {
  display: block;
}

.c-band__photo-text.j-active {
  display: block;
}

.c-band__photo.j-active__0 {
  background-image: url(../images/slides/hero-slide-0.jpg);
  background-position: 55%;
}

.c-band__photo.j-active__1 {
  background-image: url(../images/slides/hero-slide-1.jpg);
  background-position: 64%;
}

.c-band__photo.j-active__2 {
  background-image: url(../images/slides/hero-slide-2.jpg);
  background-position: 42%;
}

.c-band__photo.j-active__3 {
  background-image: url(../images/slides/hero-slide-3.jpg);
}

.c-band__photo.j-active__4 {
  background-image: url(../images/slides/hero-slide-4.jpg);
  background-position: 59%;
}

.c-band__photo.j-active__5 {
  background-image: url(../images/slides/hero-slide-5.jpg);
}

.c-band__photo.j-active__6 {
  background-image: url(../images/slides/hero-slide-6.jpg);
}

@media screen and (max-width: 768px) {
  .c-band__photo.j-active__6 {
    background-position: 17%;
  }
}
.c-band__photo.j-active__7 {
  background-image: url(../images/slides/hero-slide-7.jpg);
}

.c-band__photo.j-active__8 {
  background-image: url(../images/slides/hero-slide-8.jpg);
}

#block-block-5 ul {
  display: block;
}

.c-teaser__resource {
  display: block;
  margin-bottom: 1rem;
}
.c-teaser__resource > a {
  display: inline-block;
}
.c-teaser__resource > a img {
  display: block;
}
.c-teaser__resource > a:hover img {
  opacity: 0.7;
}
.c-teaser__resource h4 {
  color: #000000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}
.c-teaser__resource h4 a {
  color: #000000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}
.c-teaser__resource h4 a:hover {
  color: #323232;
}
.c-teaser__resource--meta {
  color: #9b9b9b;
  font-size: 12px;
  text-transform: uppercase;
}

.c-views__front--news {
  display: block;
  margin: 0;
  padding: 0;
}
.c-views__front--news li {
  display: block;
}
.c-views__front--news li:hover {
  transition: all ease 2s;
}
.c-views__front--news li:hover .view-mode-card > a {
  background: rgba(0, 19, 31, 0.8);
}
.c-views__front--news li:hover h2.c-title a:hover {
  opacity: 0.8;
}
.c-views__front--news li div:not(.contextual-links-wrapper) > a,
.c-views__front--news li .view-mode-card > a {
  display: inline-block;
}
.c-views__front--news li div:not(.contextual-links-wrapper) > a img,
.c-views__front--news li .view-mode-card > a img {
  display: block;
}
.c-views__front--news li div:not(.contextual-links-wrapper) > a:hover img,
.c-views__front--news li .view-mode-card > a:hover img {
  opacity: 0.7;
}
.c-views__front--news .c-body {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
}
.c-views__front--news .c-date {
  color: #9b9b9b;
  font-size: 12px;
  text-transform: uppercase;
}
.c-views__front--news h2.c-title {
  color: #000000;
  line-height: 1.1;
  margin-bottom: 10px;
  background: none;
  font-size: 20px;
}
.c-views__front--news h2.c-title a {
  color: #000000;
  line-height: 1.1;
  margin-bottom: 10px;
  background: none;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .c-views__front--news .view-mode-teaser {
    display: flex;
  }
  .c-views__front--news .view-mode-teaser div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.view-id-press_release_views .view-content:after {
  content: "";
  display: table;
  clear: both;
}
.view-id-press_release_views .view-footer {
  text-align: center;
}

/*
generic wrapper link for viewmodes
*/
.c-block-link {
  display: block;
}

/** famous-people **/
.view-id-famous_people_views.view-display-id-block_1 h1 {
  font-size: 45px;
  margin-bottom: 0.5rem;
}

.c-famous-people {
  color: #fff;
}

.c-famous-people h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1;
}

.c-famous-people .view-content ul,
.c-famous-people .view-content ul li {
  display: block;
}

.c-famous-people .view-content .c-btn--more {
  font-size: 18px;
  padding-right: 0;
  margin-bottom: 0;
}

.c-famous-people .view-footer {
  text-align: center;
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .c-famous-people h3 {
    font-size: 20px;
  }
  .c-famous-people .view-content .c-btn--more {
    font-size: 15px;
  }
}
/** END famous-people **/
/** View Landing page block 8 **/
.view-id-landing_page_content ul {
  display: block;
}

.view-id-landing_page_content .view-content > ul > li {
  display: block;
}

.view-id-landing_page_content td {
  padding-bottom: 30px;
}

.view-id-landing_page_content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  display: block;
  margin: 0 0 5px 0;
  transition: none;
}

.view-id-landing_page_content .field-name-body,
.view-id-landing_page_content p {
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  transition: none;
}

.view-id-landing_page_content li:hover h3,
.view-id-landing_page_content li:hover .field-name-body,
.view-id-landing_page_content li:hover p {
  color: #5f5a5e;
}

.view-id-landing_page_content .c-body {
  margin-bottom: 0.25rem;
}

/** END View Landing page block 8 **/
/** Related Pages Block **/
.region-sidebar-second .block li {
  margin-bottom: 20px;
}

.region-sidebar-second .block li a {
  font-size: 14px;
  line-height: 1.2;
  display: block;
  font-weight: 700;
}

.region-sidebar-second .block .content > p > strong {
  margin: 0 0 0.25rem 0 !important;
  color: #4D4D4D;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

/** END Related Pages Block**/
/** Training list **/
.c-cont-educ .alpha {
  font-size: 45px;
  margin-bottom: 0.5rem;
}

.c-training--list-item {
  margin-bottom: 1rem;
  position: relative;
  transition: none;
}

.c-training--list-item * {
  transition: none;
}

.c-training--list-item:hover {
  background: #fff;
}

.c-training--list-item > div:first-child {
  /*background: #fff;*/
}

.c-training--list-item .views-field-title {
  padding: 10px 10px 0;
  font-weight: 700;
}

.c-training--list-item .views-field-title a {
  color: #30282d;
  font-size: 20px;
  line-height: 1.1;
  display: block;
  margin-bottom: 5px;
}

.c-training--list-item:hover .views-field-title a,
.c-training--list-item:hover .views-field-field-training-cost {
  /*color: #c5131f;*/
  opacity: 0.75;
}

.c-training--list-item .views-field-title a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-training--list-item .views-field-field-training-cost {
  padding: 0 10px 10px;
}

.c-training--list-item img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  .c-training--list {
    display: flex;
  }
  .c-training--list-item {
    margin-bottom: 0;
  }
  .t-color--thunder.c-training--list-item img {
    max-height: 235px;
    width: auto;
    margin: 0 auto;
  }
}
/** END Training list **/
/** Facebook Band **/
.c-facebook-band h3 {
  font-size: 40px;
  line-height: 1.2;
  border-bottom: 2px solid #8C888A;
  padding-bottom: 2rem;
}

.c-facebook-band h4 {
  text-align: center;
  margin-bottom: 0;
}

.c-facebook-band .c-footer__social {
  padding: 0;
  margin: 0;
  text-align: center;
}

.c-facebook-band .c-facebook-plug {
  text-align: center;
  border-radius: 20px;
  padding: 0 18px;
  height: 310px;
  max-width: 536px;
}

/** END Facebook Band **/
/** Famous block2 **/
#block-views-famous-people-views-block-2 {
  margin-bottom: 1rem;
}

.view-famous-people-views.view-display-id-block_2 .view-content a {
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  display: block;
}

.view-famous-people-views.view-display-id-block_2 h3 a {
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.view-famous-people-views.view-display-id-block_2 {
  border-bottom: 1px solid #979797;
  padding-bottom: 1.5rem;
}

.view-famous-people-views.view-display-id-block_2 h3 {
  line-height: 0.5;
  margin-bottom: 1rem;
  text-align: center;
}

.view-famous-people-views.view-display-id-block_2 ul {
  margin-bottom: 0;
}

.view-famous-people-views.view-display-id-block_2 ul li {
  display: block;
}

.view-famous-people-views.view-display-id-block_2 .views-field-field-famous-image {
  margin-bottom: 5px;
}

.view-famous-people-views.view-display-id-block_2:after {
  content: "";
  display: table;
  clear: both;
}

.view-famous-people-views.view-display-id-block_2 .view-footer,
.view-famous-people-views.view-display-id-block_2 .view-footer p {
  text-align: center;
  margin-bottom: 0;
}

.view-famous-people-views.view-display-id-block_2 .c-btn {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #c5131f;
  background: transparent;
  border: 0;
}

.view-famous-people-views.view-display-id-block_2 .c-btn:hover {
  color: #de3d52;
}

/** END Famous block2 **/
/** Free resources Block **/
#block-block-31 ul {
  display: block;
  margin-bottom: 0;
}

#block-block-31 ul li {
  margin-bottom: 0;
}

#block-block-31 h2 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

#block-block-31 .c-btn {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #c5131f;
  background: transparent;
  border: 0;
}

#block-block-31 .c-btn:hover {
  color: #de3d52;
}

/** END Free resources Block **/
/** Page Title **/
.c-page__title {
  background: #123b6a;
  color: #fff;
  padding: 1rem 0 0.25rem;
}

.c-page__title h1 {
  font-size: 25px;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .c-page__title {
    padding: 2.75rem 0 1rem;
  }
  .c-page__title h1 {
    font-size: 50px;
    margin-bottom: 1.66666rem;
  }
}
/** END Page Title **/
/** Celebrity Focus **/
.region-sidebar-second > .block {
  padding: 1.5rem 1rem;
}

/** END Celebrity Focus **/
/** SIDEBAR **/
#sidebar-second {
  clear: both;
}

.region-sidebar-second {
  display: block;
  flex-direction: row;
}

@media only screen and (min-width: 768px) {
  #sidebar-second {
    clear: none;
  }
}
@media only screen and (min-width: 1024px) {
  .region-sidebar-second {
    display: flex;
    flex-direction: column;
  }
}
#sidebar-second h2 {
  margin-bottom: 1rem;
}

#sidebar-second h2,
#sidebar-second h2 a,
#sidebar-second h4,
#sidebar-second h4 a {
  color: #4D4D4D;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

#sidebar-second .views-field-body,
#sidebar-second p {
  font-size: 12px;
  line-height: 1.3;
}

#sidebar-second .view-famous-peope-sidebar .views-field-field-famous-image {
  text-align: center;
}

#sidebar-second .view-famous-peope-sidebar .views-field-field-famous-image img {
  border: 1px solid #484848;
}

#sidebar-second .view-famous-peope-sidebar .views-field-title h4,
#sidebar-second .view-famous-peope-sidebar .views-field-title h4 a {
  font-size: 12px;
}

#sidebar-second .view-famous-peope-sidebar .views-field-title h4 {
  margin-bottom: 1rem;
}

/* view-famous-people-views */
#sidebar-second .view-famous-people-views ul {
  display: block;
  margin: 0;
}

#sidebar-second .view-famous-people-views {
  text-align: center;
}

#sidebar-second .view-famous-people-views img {
  border: 1px solid #484848;
  /*display: block;*/
  margin-bottom: 0.5rem;
}

#sidebar-second #block-views-famous-people-views-block {
  padding: 1.5rem;
}

/* END view-famous-people-views */
/** END SIDEBAR **/
/** block-system-main **/
#block-system-main {
  font-size: 18px;
}

#block-system-main .field-name-field-famous-image,
#block-system-main .field-name-field-image {
  display: block;
  margin: 0 1.5rem 1rem 0;
}

/** END block-system-main **/
/** Blog list **/
.node-blog.node-teaser .field-name-node-link {
  visibility: hidden;
}

/** Alerts **/
.c-alert--block--banner--true {
  background-color: #c5131f;
  color: #fff;
  padding: 0.75rem 0;
  position: relative;
  width: 100%;
}

.c-alert--block--banner span a {
  color: #fff;
  text-decoration: underline;
}

.c-alert--block--banner .j-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 3rem;
  width: 3rem;
}

.c-alert--block--banner svg {
  fill: #fff;
  width: 200%;
  display: block;
  top: -65%;
  left: -50%;
  position: relative;
}

.region-alertpopup {
  overflow: visible;
  position: fixed;
  top: 0;
  height: 0;
  z-index: 99999;
}

.c-alert--block--popup--true {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
}

.c-alert--block--popup-content {
  background: #fff;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  padding: 3rem;
}

.c-alert--block--popup-content h2 {
  margin-bottom: 0;
}

.c-alert--block--popup-content--body {
  margin-bottom: 1rem;
}

.c-alert--block--popup-content svg {
  height: 9rem;
  display: block;
  position: absolute;
  top: -1.5rem;
  right: 0;
}

.region-alertbanner,
.region-alertpopup {
  display: none;
  opacity: 0;
  transition: all 0.5s;
}

.region-alertbanner.j-open,
.region-alertpopup.j-open {
  display: block;
  opacity: 1;
}

.region-alertbanner.j-open {
  /*height: 0;*/
}

.region-alertbanner > .block {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .region-alertbanner.j-open {
    position: fixed;
    width: 100%;
    top: 62px;
  }
}
@media screen and (min-width: 768px) {
  .c-alert--block--flex {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-alert--block--flex .md-4 {
    padding-top: 30px;
  }
  .c-alert--block--popup-content {
    margin: 0 2rem;
    padding: 3rem 0;
  }
}
/* free info */
.c-phone-number {
  margin: auto;
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2rem;
}

.c-phone-number::after {
  content: "";
  display: table;
  clear: both;
}

.c-phone-number > div {
  font-size: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.c-phone-number > div:first-child {
  border-bottom: solid 1px #ccc;
}

@media screen and (min-width: 768px) {
  .c-phone-number {
    width: 50%;
  }
  .c-phone-number > div {
    width: 50%;
    float: left;
  }
  .c-phone-number > div:first-child {
    border-right: solid 1px #ccc;
    border-bottom: none;
  }
}
.page-node-1497 .c-form,
.page-node-1577 .c-form {
  border: none;
  padding: 0;
}

#webform-client-form-1497 fieldset,
#webform-client-form-1577 fieldset {
  border-radius: 1rem;
  border: 0;
  position: relative;
  background: #f0f0f0;
  margin: 0.5rem 0;
  padding: 0.5rem 1.25rem;
  width: 100%;
}

/*
@media screen and (min-width: 1024px) {
  #webform-component-preschooler,
  #webform-component-teenager {
    float: left;
    width: 48%;
    min-height: 130px;
    margin-right: 1%;
  }

  #webform-component-elementary,
  #webform-component-adult {
    float: left;
    width: 48%;
    min-height: 130px;
    margin-left: 1%;
  }
}
*/
#webform-client-form-1497 legend,
#webform-client-form-1577 legend {
  float: left;
  width: 100%;
  line-height: 1.4;
  padding: 0.5rem 0 0 0;
  margin: 0 0 0.5rem 0;
}

#webform-client-form-1497 .form-item,
#webform-client-form-1577 .form-item {
  margin: 0.5rem 0;
}

#webform-client-form-1497 label,
#webform-client-form-1577 label {
  font-weight: bold;
  margin-bottom: 0;
  display: inline;
  margin-right: 1em;
  vertical-align: middle;
}

#webform-client-form-1497 input,
#webform-client-form-1577 input {
  vertical-align: middle;
  margin: 0;
}

#webform-component-additional-options-fieldset legend,
#webform-component-explanation-fieldset legend {
  display: none;
}

#webform-component-additional-options-fieldset label {
  font-weight: normal;
  font-size: 1.05rem !important;
}

#edit-submitted-additional-options-fieldset-additional-options label {
  font-size: 14px !important;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  #webform-component-address--email-address,
  #webform-component-address--salutation,
  #webform-component-address--city,
  #webform-component-address--country {
    width: 31%;
    float: left;
    margin-right: 2% !important;
  }
  #webform-component-address--first-name,
  #webform-component-address--suffix,
  #webform-component-address--state {
    width: 31%;
    margin-right: 2% !important;
    float: left;
  }
  #webform-component-address--last-name,
  #webform-component-address--zip-code {
    width: 33%;
    float: left;
  }
  #webform-component-address--address-1 {
    clear: both;
  }
}
#webform-client-form-1497 #edit-actions,
#webform-client-form-1577 #edit-actions {
  text-align: center;
  padding: 2rem 0 0 0;
  clear: both;
}

.slider-logo {
  margin-right: 10px;
  float: left;
  margin-top: 8px;
  height: 55px;
}

a:where(.link-box),
a:link:where(.link-box) {
  background: #d53839;
  color: #ffffff;
  padding: 0.1rem 0.25rem;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

a:where(.link-box):hover,
a:link:where(.link-box):hover {
  background: #ffffff;
  color: #d53839;
}

@media screen and (min-width: 423px) and (max-width: 490px) {
  .c-hero__text h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 425px) {
  .slider-logo {
    height: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .slider-logo {
    height: auto;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  #sidebar-second #block-views-famous-peope-sidebar-block,
  #sidebar-second #block-views-famous-people-views-block {
    width: 48%;
    float: left;
    margin: 1%;
  }
  #sidebar-second #block-views-famous-peope-sidebar-block .content,
  #sidebar-second #block-views-famous-people-views-block .content {
    margin: 0 auto;
    width: 100%;
  }
  #sidebar-second #block-views-famous-peope-sidebar-block .views-slideshow-cycle-main-frame.views_slideshow_cycle_teaser_section {
    margin: 0 auto;
  }
}

.page-psa,
.page-node-1609 {
  /* .page-node-1582 old dev node id */
}
.page-psa .sidebar,
.page-node-1609 .sidebar {
  display: none !important;
}
.page-psa .lg-9,
.page-node-1609 .lg-9 {
  width: 100%;
}

#block-block-29 {
  margin-bottom: 0;
}

.c-training__banner {
  background: url("/sites/all/themes/newstutter/images/hero-training.jpg") no-repeat center center;
  background-size: cover;
  min-height: 415px;
}
.c-training__banner h1#page-title {
  color: #ffffff;
  text-shadow: 1px 1px 0 #000000;
  font-size: 32px;
}
.c-training__title-holder {
  display: flex;
  align-items: flex-end;
  min-height: 335px;
}

body.page-training, body.node-type-training {
  color: #4d4d4d;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
body.page-training .c-main {
  padding-top: 0;
}
body.page-training #main {
  margin: 0 auto;
  max-width: 870px;
  box-sizing: border-box;
  width: 100%;
}
body.page-training .titlebar {
  border-bottom: 1px solid #818286;
  clear: both;
  overflow: hidden;
  width: 100%;
  display: block;
  display: none;
}
body.page-training .view-display-id-featured_training_block {
  margin: 0;
  padding: 1rem;
  background: #e3e3e3;
}
body.page-training .view-display-id-featured_training_block .views-field-field-training-video-preview {
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 1rem;
}
body.page-training .view-display-id-featured_training_block .views-field-field-training-video-preview img {
  display: block;
  width: 100%;
  margin: 0 auto 1rem;
}
body.page-training .view-display-id-featured_training_block .views-field-field-training-video-preview a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 1;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background: transparent url(/sites/all/themes/newstutter/images/ico_play.png) no-repeat center center;
  transition: opacity 0.2s ease-in-out;
}
body.page-training .view-display-id-featured_training_block .views-field-field-training-video-preview a:hover:before {
  opacity: 0.8;
}
@media only screen and (min-width: 767px) {
  body.page-training .view-display-id-featured_training_block .views-field-field-training-video-preview {
    float: left;
    margin-bottom: 0;
    width: 440px;
    height: 248px;
    overflow: hidden;
    margin-bottom: 0;
  }
  body.page-training .view-display-id-featured_training_block .views-field-field-training-video-preview a img {
    display: block;
    width: 440px;
    opacity: 1;
    margin-top: -41px;
  }
}
body.page-training .view-display-id-featured_training_block .views-field-field-training-short-description {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
}
body.page-training .view-display-id-featured_training_block .views-field-field-training-short-description p {
  margin-bottom: 0.25rem;
}
@media only screen and (min-width: 767px) {
  body.page-training .view-display-id-featured_training_block .views-field-field-training-short-description {
    padding-left: 480px;
  }
}
body.page-training .view-display-id-featured_training_block .views-field-title {
  padding: 5px 0;
}
body.page-training .view-display-id-featured_training_block .views-field-title .field-content a {
  color: #4d4d4d;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  padding: 0;
}
@media only screen and (min-width: 767px) {
  body.page-training .view-display-id-featured_training_block .views-field-title {
    padding-left: 480px;
  }
}
body.page-training .view-display-id-featured_training_block .views-field-view-node a {
  display: block;
}
@media only screen and (min-width: 767px) {
  body.page-training .view-display-id-featured_training_block .views-field-view-node a {
    display: inline-block;
  }
}
@media only screen and (min-width: 767px) {
  body.page-training .view-display-id-featured_training_block .views-field-view-node {
    padding-left: 480px;
  }
}
@media only screen and (min-width: 767px) {
  body.page-training .view-display-id-featured_training_block {
    padding: 2rem 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 790px) {
  body.page-training .view-display-id-featured_training_block {
    padding: 2rem 2rem;
  }
}
body.page-training .views-label-title {
  background-color: #c5131f;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 0 8px;
  margin-bottom: 5px;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  body.page-training .views-label-title {
    display: inline-block;
  }
}
body.page-training .views-field-view-node {
  padding: 0;
}
body.page-training .view-display-id-page .view-filters:after {
  content: "";
  display: table;
  clear: both;
}
body.page-training .view-display-id-page .view-filters .views-exposed-widget {
  float: left;
  padding: 0;
}
body.page-training .view-display-id-page .view-filters .views-exposed-widgets {
  border: 1px solid #bab9b9;
  border-radius: 5px;
  padding: 0 10px 0 10px;
  float: right;
  margin-bottom: 20px;
}
body.page-training .view-display-id-page .view-filters .form-text {
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  border: none;
  margin-right: 5px;
  padding: 0;
  width: 215px;
  outline: 0 !important;
  margin: 0;
}
body.page-training .view-display-id-page .view-filters .form-submit {
  width: 30px;
  height: 30px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent url(/sites/all/themes/newstutter/images/ico_mag.png) no-repeat center center;
  text-indent: -9999px;
  text-align: left;
  cursor: pointer;
}
body.page-training .view-display-id-page .views-row {
  background: #e3e3e3;
  margin-bottom: 2rem;
  padding: 1rem;
  position: relative;
}
body.page-training .view-display-id-page .views-row:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 767px) {
  body.page-training .view-display-id-page .views-row .views-field-field-training-video-preview {
    float: left;
    width: 266px;
    height: 155px;
    overflow: hidden;
    margin-bottom: 0;
  }
  body.page-training .view-display-id-page .views-row .views-field-field-training-video-preview a img {
    display: block;
    width: 266px;
    margin-top: -22px;
    opacity: 1;
  }
  body.page-training .view-display-id-page .views-row .views-field-title,
  body.page-training .view-display-id-page .views-row .views-field-field-training-short-description {
    padding-left: 300px;
    padding-right: 173px;
  }
  body.page-training .view-display-id-page .views-row .views-field-title {
    padding-top: 0;
    padding-bottom: 5px;
  }
  body.page-training .view-display-id-page .views-row .views-field-view-node {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 1.5rem;
  }
}
body.page-training .view-display-id-page .views-field-field-training-video-preview {
  position: relative;
  margin-bottom: 1rem;
}
body.page-training .view-display-id-page .views-field-field-training-video-preview img {
  display: block;
  margin: 0 auto;
}
body.page-training .view-display-id-page .views-field-field-training-video-preview a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 1;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background: transparent url(/sites/all/themes/newstutter/images/ico_play.png) no-repeat center center;
  transition: opacity 0.2s ease-in-out;
}
body.page-training .view-display-id-page .views-field-field-training-video-preview a:hover:before {
  opacity: 0.8;
}
body.page-training .view-display-id-page .views-field-title {
  padding: 5px 0;
}
body.page-training .view-display-id-page .views-field-title a {
  color: #000000;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  padding: 0;
}
body.page-training .view-display-id-page .views-field-field-training-short-description {
  margin-bottom: 15px;
}
body.page-training .view-display-id-page .views-field-field-training-short-description p {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}
body.page-training .view-display-id-page .views-field-view-node a {
  display: block;
}
body.node-type-training #main {
  float: none;
  font-size: 14px;
  margin: 0 20px 0 0;
  padding: 0 25px 25px 30px;
  width: 900px;
}

body.node-type-training #block-system-main * {
  box-sizing: border-box;
}
body.node-type-training .titlebar {
  display: none;
}
body.node-type-training .back-link a {
  float: left;
  background: #dddddd;
  border: 1px solid #c7c5c5;
  display: block;
  padding: 0.5rem 3rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
  color: #069;
  text-decoration: none;
  margin-bottom: 2rem;
}
body.node-type-training .back-link a:hover {
  background: #cccccc;
}
body.node-type-training .litmos-link {
  float: right;
  padding: 0.5rem 0;
  line-height: 26px;
  margin-top: 0;
}
body.node-type-training #page-title {
  color: #808080;
  padding: 0 0 10px 0;
}
body.node-type-training .field-name-field-training-product-image {
  text-align: center;
}
body.node-type-training .c-node-training-intro {
  margin-bottom: 2rem;
}
body.node-type-training .c-node-training-intro__left.c-node-training-intro__video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
}
@media only screen and (min-width: 767px) {
  body.node-type-training .c-node-training-intro__left.c-node-training-intro__video {
    padding-bottom: 28.25%;
    min-height: 220px;
  }
}
@media only screen and (min-width: 767px) {
  body.node-type-training .c-node-training-intro__left {
    width: 50%;
  }
}
body.node-type-training .c-node-training-intro__right {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 767px) {
  body.node-type-training .c-node-training-intro__right {
    width: 45%;
    padding: 0;
  }
}
body.node-type-training .c-node-training-intro__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
body.node-type-training .c-node-training-intro .field-name-field-training-dates-available {
  margin-bottom: 1rem;
}
body.node-type-training .c-node-training-intro .field-label {
  font-weight: 400;
}
body.node-type-training .c-node-training-intro .field-items {
  font-weight: 700;
}
@media only screen and (min-width: 767px) {
  body.node-type-training .c-node-training-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    max-height: 300px;
  }
}
body.node-type-training .c-node-training-inner {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 767px) {
  body.node-type-training .c-node-training-inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
body.node-type-training .c-node-training-content {
  padding-top: 1rem;
  margin-bottom: 2rem;
  border-top: 1px solid #898a8d;
}
body.node-type-training .c-node-training-content p {
  margin-bottom: 1.5rem;
}
body.node-type-training .c-node-training-info {
  margin: 0 auto 2.5rem;
  padding: 0.75rem 0;
}
body.node-type-training .c-node-training-info p {
  margin-bottom: 1.5rem;
}
body.node-type-training .c-node-training-info strong {
  color: #c5131f;
}
body.node-type-training .c-node-training-info--conden {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  width: 80%;
}
body.node-type-training .c-node-training-info--conden p {
  margin-bottom: 0;
}
@media only screen and (min-width: 767px) {
  body.node-type-training .c-node-training-info {
    display: flex;
    justify-content: space-between;
  }
  body.node-type-training .c-node-training-info__left, body.node-type-training .c-node-training-info__right {
    width: 46%;
  }
}
body.node-type-training .c-node-training-box {
  clear: both;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  body.node-type-training .c-node-training-box {
    display: flex;
    flex-flow: column-reverse;
  }
}
@media only screen and (min-width: 767px) {
  body.node-type-training .c-node-training-box {
    display: flex;
    justify-content: space-between;
  }
}
body.node-type-training .c-node-training-box__box {
  background: rgb(241, 241, 241);
  border-radius: 10px;
  padding: 2.5rem;
  margin-bottom: 1rem;
}
body.node-type-training .c-node-training-box__box .field-name-field-training-cost,
body.node-type-training .c-node-training-box__box .field-name-field-training-only-price {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
body.node-type-training .c-node-training-box__box--red {
  color: #c5131f;
}
body.node-type-training .c-node-training-box__box--red .c-btn__field a {
  background: #c5131f;
  border-color: #ffffff;
  color: #ffffff;
}
body.node-type-training .c-node-training-box__box--red .c-btn__field a:hover {
  background: #ffffff;
  border-color: #c5131f;
  color: #c5131f;
}
@media only screen and (min-width: 767px) {
  body.node-type-training .c-node-training-box__box {
    width: 46%;
  }
}
body.node-type-training .c-node-training-box__title {
  font-size: 20px;
  line-height: 21px;
  margin: 0;
}
body.node-type-training .c-node-training-box__tag {
  font-size: 16px;
  line-height: 21px;
}
body.node-type-training .c-node-training-box .field-name-field-training-url-course,
body.node-type-training .c-node-training-box .field-name-field-training-only-url {
  text-align: center;
}
body.node-type-training .c-node-training-box .field-name-field-training-url-course a,
body.node-type-training .c-node-training-box .field-name-field-training-only-url a {
  margin-bottom: 5px;
}
body.node-type-training h2.title {
  color: #4d4d4d;
  font-weight: 700;
  margin-left: 385px;
}

#block-views-training-block-1 {
  clear: both;
  padding: 1.5rem 0 1rem;
  border-top: 1px solid #898a8d;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 767px) {
  #block-views-training-block-1 .view-content {
    display: flex;
  }
}
#block-views-training-block-1 .views-row {
  position: relative;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 767px) {
  #block-views-training-block-1 .views-row {
    width: 33.33%;
    padding-right: 10px;
    margin-bottom: 0;
  }
}
#block-views-training-block-1 .views-field-field-training-product-image img {
  display: block;
  margin: 0 auto 1rem;
}
@media only screen and (min-width: 767px) {
  #block-views-training-block-1 .views-field-field-training-product-image img {
    max-height: 103px;
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 767px) {
  #block-views-training-block-1 .views-field-field-training-product-image {
    float: left;
    height: 120px;
    margin-right: 15px;
    width: 100px;
  }
}
#block-views-training-block-1 h2 {
  color: #000000;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  margin: 0 0 1rem 0;
}
#block-views-training-block-1 .views-field-view-node a {
  font-size: 14px;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  #block-views-training-block-1 .views-field-view-node a {
    position: absolute;
    bottom: 0;
    left: 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 790px) {
  #block-views-training-block-1 .views-field-view-node a {
    padding: 10px;
  }
}
#block-views-training-block-1 .views-field-title {
  margin-bottom: 10px;
}
#block-views-training-block-1 .views-field-title a {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
@media only screen and (min-width: 767px) {
  #block-views-training-block-1 .views-field-title {
    padding: 10 0 45px 115px;
    margin-bottom: 5px;
  }
}

.training_header_block {
  float: right;
  width: 50%;
}

.training_header_text {
  padding: 1rem;
}
.training_header_text:after {
  content: "";
  display: table;
  clear: both;
}
.training_header_text .main-text p {
  font-size: 17px;
  line-height: 25px;
}
.training_header_text .main-text p:last-child {
  margin-bottom: 0;
}
.training_header_text img {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 767px) {
  .training_header_text img {
    float: right;
    margin-left: 4rem;
  }
}
.training_header_text .litmos-link {
  margin-top: 0;
  font-size: 14px;
}
@media only screen and (min-width: 767px) {
  .training_header_text .litmos-link {
    float: right;
  }
}
@media only screen and (min-width: 767px) {
  .training_header_text {
    padding: 2rem 4rem;
  }
}

.contextual-links-region:after {
  display: table;
  content: "";
  clear: both;
}

.litmos-link {
  margin-top: 20px;
}

.training-featured {
  box-sizing: border-box;
  float: right;
  margin: 0 25px 0 10px;
  padding: 30px;
  width: 390px;
}
.training-featured h2 {
  color: #c5131f;
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}

.c-footer h4 {
  margin: 0;
  color: #6897c1;
}
.c-footer__logo {
  background: transparent url(/sites/all/themes/newstutter/images/svgs/logo_footer.svg) no-repeat 0 center;
  background-size: contain;
  display: inline-block;
  width: 270px;
  height: 75px;
  padding: 0;
  margin: 0 0 20px;
}
.c-footer__text {
  font-size: 11px;
  clear: both;
  color: #9b9b9b;
  padding-top: 50px;
}
.c-footer__text a {
  color: #9b9b9b;
}
.c-footer__text a:hover {
  color: #c5131f;
}
.c-footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.c-footer__social li {
  display: inline-block;
}
.c-footer__social li a {
  color: #f9f8f7;
  background-color: #b8b4b5;
}
.c-footer__social li a:hover {
  color: #ffffff;
  background-color: #c5131f;
}
.c-footer .c-icon {
  font-size: 20px;
  height: 35px;
  width: 35px;
  line-height: 22.5px;
  margin: 0.5rem 0.25rem;
}
.c-footer__search {
  padding: 60px 0;
}
.c-footer__search input {
  margin-bottom: 0;
}
.c-footer__search input[type=text] {
  padding: 5px 9px 7px;
  font-size: 20px;
  height: 38px;
}
.c-footer__search input[type=submit] {
  padding: 10px;
  color: white;
  font-size: 17px;
  background: #6897c1;
  border: 0;
  height: 38px;
}
@media screen and (min-width: 769px) {
  .c-footer h4 {
    line-height: 100px;
    text-align: right;
  }
  .c-footer__social {
    padding: 14px 0;
  }
  .c-footer__logo {
    margin: 40px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-footer {
    text-align: center;
  }
  .c-footer h4 {
    margin: 0;
    padding: 14px 0 0;
    font-size: 18px;
  }
  .c-footer__logo {
    margin-bottom: 20px;
  }
  .c-footer__text {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .c-footer__text span {
    display: block;
  }
  .c-footer .c-icon {
    margin: 1rem 0.25rem;
  }
}
@media screen and (min-width: 769px) {
  .c-footer .c-header__menu--drop {
    display: grid;
    height: auto;
    grid-template-columns: 25% 25% 25% 25%;
    grid-auto-flow: column;
    padding-top: 20px;
  }
  .c-footer .c-header__menu--drop li a {
    color: #000000;
    background: none;
    font-size: 16px;
  }
  .c-footer .c-header__menu--drop li a:not(.nolink):hover {
    color: #000000;
    background: none;
  }
  .c-footer .c-header__menu--drop li span.nolink {
    color: #000000;
    background: none;
    font-size: 16px;
    cursor: default;
    opacity: 0.8;
    display: block;
    padding: 4px 15px;
  }
  .c-footer .c-header__menu--drop li li a {
    font-size: 14px;
  }
  .c-footer .c-header__menu--drop li li span.nolink {
    font-size: 14px;
    cursor: default;
    opacity: 0.8;
    display: block;
    padding: 4px 15px;
  }
  .c-footer .c-header__menu--drop > li:nth-child(10) {
    grid-row-end: 2;
    grid-column-end: 2;
    max-height: 80px;
    border: none;
    padding: 0;
    margin: 0;
  }
  .c-footer .c-header__menu--drop > li:nth-child(11) {
    grid-column-end: 2;
    grid-row-end: 2;
    margin-top: 40px;
  }
  .c-footer .c-header__menu--drop > li:nth-child(12) {
    grid-row-end: 2;
    grid-column-end: 2;
    margin-top: 110px;
  }
  .c-footer .c-header__menu--drop > li:nth-child(13) {
    grid-row-end: 2;
    grid-column-end: 4;
  }
  .c-footer .c-header__menu--drop > li:last-child {
    grid-row-end: 2;
    grid-column-start: 4;
  }
}

.c-form {
  display: block;
  border-radius: 1rem;
  border: 1px solid;
  padding: 1rem 1.6rem;
}
.c-form label {
  display: block;
  font-size: 14px;
}
.c-form .form-text {
  font-size: 14px;
  padding: 0.5rem;
  margin: 0;
  width: 100%;
}
.c-form .form-submit {
  font-size: 1.25rem;
  margin-top: 1.6rem;
}

.captcha.form-wrapper {
  padding: 1rem;
}

#edit-submitted-i-am-a {
  display: block;
  font-size: 14px;
  font-family: sans-serif;
  color: #444444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #bbbbbb;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-size: 9px 8px;
  background-position: 98% 13px;
  background-image: url(/sites/all/themes/newstutter/images/arrow_down.png);
  background-repeat: no-repeat, repeat;
}

.t-left {
  float: left !important;
}

.t-right {
  float: right !important;
}

.t-text-left {
  text-align: left !important;
}

.t-text-right {
  text-align: right !important;
}

.t-text-center {
  text-align: center !important;
}

.t-sans {
  font-family: "Oxygen", sans-serif;
}

.t-serif {
  font-family: "Libre Baskerville", serif;
}

.t-hide {
  display: none !important;
}

.t-show {
  display: block !important;
}

@media screen and (min-width: 0) and (max-width: 640px) {
  .t-hide__small {
    display: none;
  }
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .t-hide__small-medium {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .t-hide__large {
    display: none;
  }
}
.t-image-preload {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

/* temp. delete later */
.clearfix::after {
  overflow: hidden;
}

div.error {
  display: none;
}

/* refactor after launch */
.frontpressrelease .view-header {
  margin-bottom: 1.6666rem;
}

.page-training .c-page__title {
  display: none;
}

.c-node-training-box__box {
  display: flex;
  flex-flow: column;
}

.c-node-training-box__box .c-node-training-info__tag {
  font-size: 14px;
}

.c-node-training-box__box .c-node-training-info__link {
  align-self: center;
}

.c-node-training-box__box .c-node-training-info__price {
  font-weight: 700;
  font-size: 24px;
}

.c-node-training-info__label {
  display: block;
}

.c-node-training-info__dates {
  font-size: 14px;
  margin-bottom: 16px;
}

.c-node-training-info__dates .c-node-training-info__date {
  font-weight: bold;
}

.border-top {
  border-top: 1px solid #cccccc;
}

.front .views-field-field-training-cost {
  display: none;
}

.popup {
  z-index: 999999;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  padding: 3rem;
  opacity: 0.97;
  background: #0F396C;
  color: #ffffff;
  display: grid;
  justify-content: center;
}
.popup a {
  font-size: 1.5rem;
  color: #ffffff;
}
.popup a:hover {
  opacity: 0.8;
}
.popup form {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}
.popup h5 {
  font-size: 3.25rem;
  font-weight: 300;
  line-height: 1.2;
}
.popup p {
  font-size: 1.5rem;
  font-weight: 300;
}
.popup input[type=text] {
  background: none;
  border-top: none;
  border-bottom: 5px solid #ffffff;
  width: 60%;
  color: #ffffff;
  font-size: 1.5rem;
  padding: 10px;
  margin: 3rem 0;
  border-left: none;
  border-right: none;
}
.popup input[type=text]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.popup input[type=text]::placeholder {
  color: #ffffff;
  opacity: 1;
}
.popup input[type=submit] {
  border-top: none;
  border-bottom: 5px solid #ffffff;
  color: #ffffff;
  font-size: 1.5rem;
  padding: 10px;
  margin: 3rem 0;
  border-left: none;
  border-right: none;
  text-indent: -999999px;
  background: transparent url(/sites/all/themes/newstutter/images/arrow_right.png) no-repeat center center;
  width: 35px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .popup {
    padding: 3rem 2rem;
  }
  .popup h5 {
    font-size: 2rem;
  }
  .popup p {
    font-size: 1rem;
    font-weight: 300;
  }
}

.page-podcast .view-header h3,
.page-podcast-archive .view-header h3,
.node-type-podcast .view-header h3 {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .page-podcast .view-header h3,
  .page-podcast-archive .view-header h3,
  .node-type-podcast .view-header h3 {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    font-size: 2.25rem;
    align-items: center;
  }
}
.page-podcast .view-header h3::before,
.page-podcast-archive .view-header h3::before,
.node-type-podcast .view-header h3::before {
  background: url(/sites/all/themes/newstutter/images/podcast/podcast_logo_low_res.png) no-repeat center center;
  background-size: contain;
  height: 70px;
  content: "";
  display: inline-block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 811px) {
  .page-podcast .view-header h3::before,
  .page-podcast-archive .view-header h3::before,
  .node-type-podcast .view-header h3::before {
    flex-basis: 60%;
    width: 100%;
    margin-bottom: 0;
    height: 100px;
  }
}
.page-podcast .view-header img,
.page-podcast-archive .view-header img,
.node-type-podcast .view-header img {
  max-height: 50px;
  width: auto !important;
}
.page-podcast .podcast-icons,
.page-podcast-archive .podcast-icons,
.node-type-podcast .podcast-icons {
  display: flex;
  justify-content: center;
}
.page-podcast .back-link,
.page-podcast-archive .back-link,
.node-type-podcast .back-link {
  margin: 0 0 -1rem;
  padding: 2rem 0 0;
}
.page-podcast .back-link a,
.page-podcast-archive .back-link a,
.node-type-podcast .back-link a {
  border: 1px solid #de3d52;
  border-radius: 6px;
  padding: 0.5rem;
}
.page-podcast .back-link a:hover,
.page-podcast-archive .back-link a:hover,
.node-type-podcast .back-link a:hover {
  background: #de3d52;
  border: 1px solid #de3d52;
  color: #ffffff;
}
.page-podcast .view-filters,
.page-podcast-archive .view-filters,
.node-type-podcast .view-filters {
  background-color: #f3f5f7;
  border-radius: 1rem;
  padding: 1rem;
}
.page-podcast .view-filters::before,
.page-podcast-archive .view-filters::before,
.node-type-podcast .view-filters::before {
  content: "Filter by";
  font-size: 1.75rem;
  font-weight: 700;
  color: #123b6a;
  display: block;
  text-align: center;
}
.page-podcast .view-filters .views-exposed-widgets,
.page-podcast-archive .view-filters .views-exposed-widgets,
.node-type-podcast .view-filters .views-exposed-widgets {
  text-align: center;
  display: inline-block;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.page-podcast .view-filters .views-exposed-widget,
.page-podcast-archive .view-filters .views-exposed-widget,
.node-type-podcast .view-filters .views-exposed-widget {
  padding: 1.5rem;
  float: none;
  width: 100%;
}
@media screen and (max-width: 810px) {
  .page-podcast .view-filters .views-exposed-widget,
  .page-podcast-archive .view-filters .views-exposed-widget,
  .node-type-podcast .view-filters .views-exposed-widget {
    width: 100%;
  }
}
.page-podcast .view-filters .views-exposed-widget.views-submit-button,
.page-podcast-archive .view-filters .views-exposed-widget.views-submit-button,
.node-type-podcast .view-filters .views-exposed-widget.views-submit-button {
  padding: 2rem 0.5rem 0;
  margin: 0;
  flex-basis: 20%;
  justify-content: center;
}
.page-podcast .view-filters .views-exposed-widget.views-submit-button input,
.page-podcast-archive .view-filters .views-exposed-widget.views-submit-button input,
.node-type-podcast .view-filters .views-exposed-widget.views-submit-button input {
  background: #123b6a;
  padding: 0.5rem 2rem 0.75rem;
  border: 1px solid #123b6a;
  border-radius: 2rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  font-size: 18px;
}
.page-podcast .view-filters .views-exposed-widget.views-submit-button input:hover,
.page-podcast-archive .view-filters .views-exposed-widget.views-submit-button input:hover,
.node-type-podcast .view-filters .views-exposed-widget.views-submit-button input:hover {
  cursor: pointer;
  opacity: 0.7;
}
.page-podcast .view-filters .views-exposed-widget.views-reset-button,
.page-podcast-archive .view-filters .views-exposed-widget.views-reset-button,
.node-type-podcast .view-filters .views-exposed-widget.views-reset-button {
  padding: 2rem 0.5rem 0;
  margin: 0;
  flex-basis: 20%;
  justify-content: center;
}
.page-podcast .view-filters .views-exposed-widget.views-reset-button input,
.page-podcast-archive .view-filters .views-exposed-widget.views-reset-button input,
.node-type-podcast .view-filters .views-exposed-widget.views-reset-button input {
  background: #cccccc;
  padding: 0.5rem 2rem 0.75rem;
  border: 1px solid #cccccc;
  border-radius: 2rem;
  color: #333333;
  font-weight: 700;
  line-height: 1;
  font-size: 18px;
  margin-top: 0;
}
.page-podcast .view-filters .views-exposed-widget.views-reset-button input:hover,
.page-podcast-archive .view-filters .views-exposed-widget.views-reset-button input:hover,
.node-type-podcast .view-filters .views-exposed-widget.views-reset-button input:hover {
  cursor: pointer;
  opacity: 0.7;
}
.page-podcast .view-filters select,
.page-podcast-archive .view-filters select,
.node-type-podcast .view-filters select {
  border: none;
  background: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #123b6a;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 50px;
  padding: 5px 25px;
}
.page-podcast .views-widget,
.page-podcast-archive .views-widget,
.node-type-podcast .views-widget {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-podcast #edit-tid-wrapper,
.page-podcast-archive #edit-tid-wrapper,
.node-type-podcast #edit-tid-wrapper {
  width: 100%;
  text-align: center;
  display: inline-block;
  justify-content: center;
  border-bottom: 1px dashed #123b6a;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 1.5rem 0rem 1.5rem;
}
.page-podcast #edit-tid-wrapper::after,
.page-podcast-archive #edit-tid-wrapper::after,
.node-type-podcast #edit-tid-wrapper::after {
  content: "or";
  display: inline-block;
  margin-bottom: -2.75rem;
  background: #f3f5f7;
  padding: 0 0.5rem;
  font-weight: 700;
  color: #123b6a;
  margin-top: 0.5rem;
  position: relative;
  top: 10px;
}
@media screen and (min-width: 811px) {
  .page-podcast #edit-tid-wrapper .form-type-select,
  .page-podcast-archive #edit-tid-wrapper .form-type-select,
  .node-type-podcast #edit-tid-wrapper .form-type-select {
    width: 180px;
  }
}
.page-podcast #edit-term-node-tid-depth-1-wrapper input,
.page-podcast-archive #edit-term-node-tid-depth-1-wrapper input,
.node-type-podcast #edit-term-node-tid-depth-1-wrapper input {
  border: 1px solid #000000;
  background: #ffffff;
  border-radius: 2rem;
}
.page-podcast #edit-submit-podcast,
.page-podcast-archive #edit-submit-podcast,
.node-type-podcast #edit-submit-podcast {
  margin-top: 0;
}
.page-podcast .view-content .views-row,
.page-podcast-archive .view-content .views-row,
.node-type-podcast .view-content .views-row {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media screen and (min-width: 700px) {
  .page-podcast .view-content .views-row,
  .page-podcast-archive .view-content .views-row,
  .node-type-podcast .view-content .views-row {
    padding-left: 125px;
    padding-right: 125px;
  }
}
.page-podcast .views-field-field-podcast-date,
.page-podcast-archive .views-field-field-podcast-date,
.node-type-podcast .views-field-field-podcast-date {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  text-align: center;
}
.page-podcast .views-field-title,
.page-podcast-archive .views-field-title,
.node-type-podcast .views-field-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-align: center;
}
.page-podcast .views-field-field-podcast-player-embed-code,
.page-podcast-archive .views-field-field-podcast-player-embed-code,
.node-type-podcast .views-field-field-podcast-player-embed-code {
  padding: 2rem 0;
}
.page-podcast .item-list ul,
.page-podcast-archive .item-list ul,
.node-type-podcast .item-list ul {
  margin: 0;
  padding: 2rem 0;
}
.page-podcast.node-type-podcast .c-main,
.page-podcast-archive.node-type-podcast .c-main,
.node-type-podcast.node-type-podcast .c-main {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media screen and (min-width: 700px) {
  .page-podcast.node-type-podcast .c-main,
  .page-podcast-archive.node-type-podcast .c-main,
  .node-type-podcast.node-type-podcast .c-main {
    padding-left: 125px;
    padding-right: 125px;
  }
}
.page-podcast.node-type-podcast .field-name-field-podcast-date,
.page-podcast-archive.node-type-podcast .field-name-field-podcast-date,
.node-type-podcast.node-type-podcast .field-name-field-podcast-date {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-align: center;
}
.page-podcast.node-type-podcast .submitted,
.page-podcast-archive.node-type-podcast .submitted,
.node-type-podcast.node-type-podcast .submitted {
  display: none;
}
.page-podcast.node-type-podcast .views-field-title,
.page-podcast-archive.node-type-podcast .views-field-title,
.node-type-podcast.node-type-podcast .views-field-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center;
}
.page-podcast.node-type-podcast .field-name-field-podcast-player-embed-code,
.page-podcast-archive.node-type-podcast .field-name-field-podcast-player-embed-code,
.node-type-podcast.node-type-podcast .field-name-field-podcast-player-embed-code {
  padding: 2rem 0;
}
.page-podcast.node-type-podcast .comment-add,
.page-podcast-archive.node-type-podcast .comment-add,
.node-type-podcast.node-type-podcast .comment-add {
  display: none;
}

.podcast-links-container {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.25rem;
}

.rpl,
.rpl-all {
  color: #123b6a;
  background-color: #ffffff;
  cursor: pointer;
  border: 1px solid #dbdbdb;
  padding: 0.25rem 1.25rem;
  border-radius: 50px;
  min-width: 50px;
  font-size: 16px;
  font-weight: 600;
}
.rpl:hover,
.rpl-all:hover {
  color: #123b6a;
}
.rpl.selected,
.rpl-all.selected {
  color: #ffffff;
  background-color: #123b6a;
  border: 1px solid #dbdbdb;
}
@media screen and (max-width: 810px) {
  .rpl,
  .rpl-all {
    padding: 0.25rem 1rem;
    font-size: 16px;
  }
}

#user-login input {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

.node-type-landing-pages .view-id-landing_page_content .node-landing-page-view-content {
  margin-bottom: 3.5rem;
}
.node-type-landing-pages .view-id-landing_page_content h3 {
  font-size: 1.25rem;
  font-weight: 300;
}
.node-type-landing-pages .view-id-landing_page_content .links .statistics_counter {
  display: none;
}
.node-type-landing-pages .view-id-landing_page_content img {
  max-width: 375px;
  width: 100%;
  max-height: 205px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.node-type-landing-pages .sidebar .content {
  display: flex;
  gap: 1rem;
  background: #123b6a;
  color: #ffffff;
  padding: 2rem;
}
.node-type-landing-pages .sidebar .content h3 {
  color: #ffffff;
  flex-basis: 30%;
  font-weight: 300;
  margin: 0;
  align-self: center;
}
.node-type-landing-pages .sidebar .content ul {
  -moz-column-count: 2;
  column-count: 2;
  flex-basis: 70%;
  margin: 0;
  padding: 0;
}
.node-type-landing-pages .sidebar .content li {
  list-style-type: square !important;
  margin: 1rem;
}
.node-type-landing-pages .sidebar .content li:first-of-type {
  margin-top: 0;
}
.node-type-landing-pages .sidebar .content a {
  color: #ffffff;
  font-size: 1rem !important;
  font-weight: 300;
}
@media screen and (max-width: 500px) {
  .node-type-landing-pages .region-sidebar-second > .block {
    margin-top: 2rem;
    padding: 0;
  }
  .node-type-landing-pages .sidebar .content {
    flex-direction: column;
  }
  .node-type-landing-pages .sidebar .content h3 {
    color: #ffffff;
    flex-basis: 100%;
  }
  .node-type-landing-pages .sidebar .content ul {
    -moz-column-count: 1;
    column-count: 1;
    flex-basis: 100%;
  }
}
.node-type-landing-pages .m-header--topics {
  background: #efefef;
  padding: 2rem;
  margin: 0 0 2rem;
}
.node-type-landing-pages .m-header--topics p {
  font-size: 1.2rem;
}
.node-type-landing-pages .m-header--topics p strong {
  display: block;
  font-size: 2rem;
  color: #123b6a;
}

.table-figure {
  width: clamp(250px, 100%, 300px);
  text-align: center;
  float: none;
  margin: 0.85rem auto;
}
@media screen and (min-width: 480px) {
  .table-figure.align-left {
    float: left;
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 480px) {
  .table-figure.align-right {
    float: right;
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 480px) {
  .table-figure {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

.region-content .table-figure img {
  width: 100% !important;
  height: auto;
}

a:where(.link-box), a:link:where(.link-box) {
  background: #c2020f !important;
  color: #ffffff;
  padding: 0.1rem 0.25rem;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  text-decoration: none !important;
}
a:where(.link-box):hover, a:link:where(.link-box):hover {
  background: #ffffff;
  color: #c2020f;
}

.c-hero__text a {
  background: #c2020f !important;
  color: #ffffff;
  padding: 0.1rem 0.25rem;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  text-decoration: none !important;
}
.c-hero__text a:hover {
  background: #ffffff;
  color: #c2020f;
}

@media only screen and (max-width: 364px) {
  ul#nice-menu-2 li {
    width: 98% !important;
  }
  .front #bottom {
    border: 4px solid #fcfaf9 !important;
  }
  #block-block-23 {
    width: 98% !important;
  }
  #block-block-23 .content iframe {
    width: 99% !important;
  }
  #block-block-28 {
    width: 98% !important;
  }
}
@media only screen and (max-width: 599px) {
  #block-block-30 ul {
    margin: 0;
    padding: 0;
    list-style: none outside none;
    text-align: center;
  }
  #block-block-30 ul li {
    display: block;
    float: left;
    margin: 1%;
    width: 33%;
  }
  #block-block-30 ul li:last-of-type, #block-block-30 ul li:last-child {
    width: 28%;
  }
  #block-block-30 ul li a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
  }
  #header #logo {
    float: none;
  }
  #block-block-2 a.text,
  #block-block-2 a.spanishtext {
    padding: 8px 5px;
  }
  .flexnav li ul li a {
    width: 100%;
  }
  .subnav-bottom {
    display: none;
  }
  #block-nice-menus-2 {
    height: auto !important;
  }
  ul.nice-menu {
    display: block;
    float: none !important;
  }
  ul#nice-menu-2 li {
    border: 5px solid #ffffff !important;
    display: block;
    width: 47%;
  }
  #block-views-famous-people-views-block-1,
  #block-block-5 {
    float: none;
    width: 100%;
  }
  #block-views-famous-people-views-block-1 .view-content {
    padding: 0;
  }
  #block-views-famous-people-views-block-1 td {
    width: 25%;
  }
  #block-views-famous-people-views-block-1 td .views-field {
    width: 100%;
  }
  #block-views-famous-people-views-block-1 td.col-first {
    padding-left: 5px;
  }
  #block-views-famous-people-views-block-1 td.col-last {
    padding-right: 5px;
  }
  #block-block-5 .view-content a {
    border-right: 1px solid #ffffff;
    display: block;
    float: left;
    padding: 1%;
    width: 23%;
  }
  #block-block-21 h2 {
    float: none;
  }
  #block-block-21 .content ul li {
    border-left: medium none !important;
    display: block;
  }
  #block-block-21 .content ul li a {
    line-height: 22px;
    padding: 0;
  }
  .item-list.latest-update-list li {
    padding: 5%;
    width: 90%;
  }
  #block-block-6 .content a,
  #block-views-press-release-views-block .view-footer a {
    background: url("/sites/all/themes/newstutter/images/bg_social_nav.png") no-repeat scroll 0 0 transparent;
    border: 1px solid #ffffff;
    display: block;
    float: none;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    text-indent: -99999px;
    width: 150px;
  }
  #block-block-20 .content a {
    float: none;
    margin: 0 auto;
  }
  .titlebar .sociallinks {
    clear: both;
    float: right;
    max-width: 300px;
    width: 100%;
  }
  .region-content img {
    height: auto;
    width: 50% !important;
  }
  .region-content .view-movie-views img {
    height: 100%;
    max-height: 275px;
    min-height: 110px;
    width: 100% !important;
  }
  .standardviewcontent table {
    border-collapse: separate;
    border-spacing: 5px;
  }
  #block-block-21 {
    display: none;
  }
  #block-block-28 {
    background: none repeat scroll 0 0 #e4e4e4;
    clear: both;
    display: block;
    margin: 2px auto;
    min-height: 11px;
    width: 96%;
    border: 1px solid #e4e4e4;
  }
  #block-block-28 h2 {
    color: #c2020f !important;
    font: bold 12px/22px Arial, Helvetica, sans-serif !important;
    margin: 0;
    padding: 20px 25px 0 25px;
    text-transform: uppercase;
    vertical-align: middle;
  }
  #block-block-28 .content {
    padding: 20px 25px 20px;
    vertical-align: middle;
  }
  #block-block-28 .content ul {
    line-height: 15px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
  }
  #block-block-28 .content ul li {
    display: block;
    line-height: 15px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
  }
  #block-block-28 .content ul li:first-child {
    border-left: medium none;
  }
  #block-block-28 .content ul li a {
    color: #525252;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 22px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
  }
  #footer {
    height: auto;
    width: 100%;
    text-align: center;
  }
  #footer ul {
    margin: 0;
    padding: 0;
  }
  #footer ul li a {
    padding: 0 5px;
    text-transform: lowercase;
    font-size: 0.95em;
  }
  #footer #block-search-form,
  #footer #block-block-4 {
    clear: right;
    float: none;
    padding-right: 0;
    text-align: center;
  }
  body.node-type-training .field-name-field-training-product-image {
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  body.node-type-training .field-name-body,
  body.node-type-training .field-name-field-training-dates-available,
  body.node-type-training .field-name-field-training-registration,
  body.node-type-training .field-name-field-training-cost,
  body.node-type-training .field-name-field-training-litmos-cart-link {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  .subnav-bottom {
    display: none;
  }
  #block-block-21 {
    display: block;
  }
  #block-block-28,
  #block-block-30 {
    display: none;
  }
}
@media only screen and (max-width: 667px) {
  .page-node-118 .region-content img {
    height: auto;
    width: 100% !important;
  }
  .page-node-118 .region-content #block-system-main table {
    float: none !important;
    margin: 0 auto;
    width: 100% !important;
  }
}
@media only screen and (max-width: 799px) {
  .page-node-118 .region-content #block-system-main table p {
    margin: 0 !important;
  }
  .flexnav li:first-child, .flexnav li:first-of-type, .flexnav li:last-child, .flexnav li:last-of-type {
    width: 100%;
  }
  .flexnav li a {
    padding: 0.6em 40px 0.96em !important;
  }
  .flexnav li a[title=Store] {
    padding: 9px 40px 10px 35px !important;
  }
  .flexnav li ul li:first-child a, .flexnav li ul li:first-of-type a, .flexnav li ul li:last-child a, .flexnav li ul li:last-of-type a {
    width: 100%;
  }
  .flexnav li ul li a {
    width: 100%;
  }
  #navigation {
    margin: 0 -2.1%;
  }
}
@media only screen and (min-width: 799px) and (max-width: 800px) {
  .flexnav li:last-child a, .flexnav li:last-of-type a {
    font-size: 12px;
  }
  .flexnav li ul li a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 796px) {
  ul#nice-menu-2 li {
    width: 31% !important;
  }
}
@media only screen and (min-width: 801px) and (max-width: 971px) {
  .flexnav li {
    width: 13%;
  }
  .flexnav li:first-child, .flexnav li:first-of-type {
    width: 6%;
  }
  .flexnav li:last-child, .flexnav li:last-of-type {
    width: 13%;
  }
  .flexnav li a {
    font-size: 12px !important;
    padding: 9px 0.5em 13px;
  }
  .flexnav li li:first-child, .flexnav li li:last-child, .flexnav li li:first-of-type, .flexnav li li:last-of-type {
    min-width: 225px;
    width: 100% !important;
  }
}
@media only screen and (min-width: 801px) {
  .flexnav li ul {
    min-width: 225px;
    width: 100%;
  }
  .flexnav ul li:first-child a, .flexnav ul li:first-of-type a, .flexnav ul li:last-child a, .flexnav ul li:last-of-type a {
    width: 200px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 971px) {
  #header #logo {
    width: 25%;
  }
  .flexnav li a {
    font-size: 13px;
  }
  .flexnav li a[title=Store] {
    padding: 9px 10px 13px 35px;
  }
  #block-nice-menus-2 {
    height: auto !important;
  }
  ul.nice-menu {
    display: block;
    float: none !important;
  }
  ul#nice-menu-2 li {
    border: 5px solid #ffffff !important;
    display: block;
    width: 32%;
  }
  #block-views-famous-people-views-block-1 {
    float: left;
    margin-right: 1%;
    width: 49%;
  }
  #block-views-famous-people-views-block-1 td {
    box-sizing: border-box;
    height: 100%;
    min-height: 160px;
    padding: 2% !important;
    width: 25%;
  }
  #block-views-famous-people-views-block-1 td .views-field {
    width: 100%;
  }
  #block-views-famous-people-views-block-1 td.col-first {
    padding-left: 5px;
  }
  #block-views-famous-people-views-block-1 td.col-last {
    padding-right: 5px;
  }
  #block-views-famous-people-views-block-1 .view-header {
    padding: 0;
    width: 100%;
  }
  #block-views-famous-people-views-block-1 .view-header a {
    color: #484848;
    float: right;
    line-height: 30px;
    text-transform: lowercase;
  }
  #block-views-famous-people-views-block-1 .view-content {
    padding: 0;
  }
  #block-block-5 .view-header {
    padding: 0;
    width: 100%;
  }
  #block-block-5 .view-header p {
    margin: 0;
    padding: 0;
  }
  #block-block-5 .view-header a {
    color: #484848;
    float: right;
    line-height: 30px;
    text-transform: lowercase;
  }
  #block-block-5 .view-content {
    padding: 0;
    width: 100%;
  }
  #block-block-5 .view-content a {
    border-right: 1px solid #ffffff;
    box-sizing: border-box;
    display: block;
    float: left;
    height: 100%;
    min-height: 160px;
    padding: 2%;
    width: 25%;
  }
  #block-block-5 .view-content a.first {
    padding-left: 2%;
  }
  #block-block-5 .view-content a.last {
    padding-right: 2%;
  }
  #block-block-21 {
    padding: 20px 0;
  }
  #block-block-21 h2 {
    float: none;
    text-align: center;
  }
  #block-block-21 .content ul {
    text-align: center;
  }
  #block-block-21 .content ul li a {
    font-size: 14px !important;
    padding: 0 5px;
  }
  #block-block-21 .content ul li a span {
    font-size: 14px !important;
  }
  #block-views-press-release-views-block {
    float: none;
    padding: 0;
    width: 100%;
  }
  .front #bottom #block-views-press-release-views-block .view-content,
  #block-views-blog-views-block-2 .view-content {
    padding: 0;
  }
  .item-list.latest-update-list li {
    min-height: 360px;
    padding: 5%;
    width: 40%;
  }
  #block-views-slideshow-block {
    position: relative;
  }
  .views_slideshow_cycle_main.views_slideshow_main.viewsSlideshowCycle-processed {
    position: relative;
  }
}
@media only screen and (max-width: 971px) {
  #wrapper {
    border: none;
    margin: 0 auto !important;
    max-width: 972px;
    overflow: hidden;
  }
  body.sidebar-second #main {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .front .region-content {
    padding: 0;
  }
  body.sidebar-second #sidebar-second {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  #sidebar-second #block-views-famous-people-views-block table {
    width: 100%;
  }
  #sidebar-second #block-views-famous-people-views-block .views-field-field-famous-image {
    height: auto;
    margin-bottom: 0 auto 3px;
    max-height: 100px;
    overflow: hidden;
    width: 100%;
  }
  .views_slideshow_cycle_teaser_section img {
    height: 100%;
  }
  #header .region-header {
    float: none;
    width: 100%;
  }
  #block-views-slideshow-block,
  #block-views-slideshow-block-1,
  #block-views-slideshow-block-2,
  #block-views-slideshow-block-3,
  #block-views-slideshow-block-4,
  #block-views-slideshow-block-5,
  #block-views-slideshow-block-6,
  #block-views-slideshow-block-7,
  #block-views-slideshow-block-8,
  #block-views-slideshow-block-9,
  #block-views-slideshow-block-10 {
    float: none;
    height: auto;
    overflow: visible;
    width: 100%;
  }
  #block-views-slideshow-block > .content,
  #block-views-slideshow-block-1 > .content,
  #block-views-slideshow-block-2 > .content,
  #block-views-slideshow-block-3 > .content,
  #block-views-slideshow-block-4 > .content,
  #block-views-slideshow-block-5 > .content,
  #block-views-slideshow-block-6 > .content,
  #block-views-slideshow-block-7 > .content,
  #block-views-slideshow-block-8 > .content,
  #block-views-slideshow-block-9 > .content,
  #block-views-slideshow-block-10 > .content {
    height: auto;
  }
  .region-content .slideshowcontainer {
    width: 100%;
    height: auto;
  }
  .region-content .slideshowcontainer .views-field.views-field-field-background {
    height: 97%;
    width: 100%;
  }
  .region-content .slideshowcontainer .view-content {
    padding-left: 0;
    padding-top: 0;
    width: 100%;
  }
  .region-content .views-slideshow-cycle-main-frame {
    height: 100%;
    width: 100% !important;
  }
  .region-content .views-slideshow-cycle-main-frame-row {
    height: 100% !important;
    padding: 0 1%;
    width: 98% !important;
  }
  .view-slideshow .views-row {
    float: none;
    height: 100%;
    width: 100% !important;
  }
  #block-views-famous-peope-sidebar-block .views-slideshow-cycle-main-frame img {
    display: block;
    height: 100%;
    margin: 10px auto;
    width: 30% !important;
  }
  .view-famous-peope-sidebar p {
    font-size: 0.9em;
  }
  .views-slideshow-controls-bottom {
    left: auto;
    position: relative;
    top: auto;
    z-index: 6000;
  }
  .views-slideshow-pager-field-item {
    float: left;
    padding: 1% !important;
    width: 18%;
  }
  .views-slideshow-pager-field-item .views-content-field-background img {
    height: auto;
    width: 100% !important;
  }
  .slideimglink {
    display: block;
  }
  .views-slideshow-pager-fields .active .views-field-field-background {
    height: auto;
  }
  .views-slideshow-pager-fields .views-slideshow-pager-field-item .views-field-field-background {
    height: auto;
  }
  #block-views-famous-people-views-block-1 .view-header,
  #block-block-5 .view-header {
    padding: 0;
    width: 100%;
  }
  #block-views-famous-people-views-block-1 .view-header h4,
  #block-block-5 .view-header h4 {
    font-size: 0.95em;
  }
  #block-views-famous-people-views-block-1 .view-header a,
  #block-block-5 .view-header a {
    padding: 0 5px;
  }
  .front .views-field-field-famous-image img {
    height: auto;
    width: 100%;
  }
  #block-block-5 img {
    height: auto;
    width: 100% !important;
  }
  #block-block-5 .view-header h4 {
    padding: 0 5px;
  }
  #block-block-5 .view-content {
    background: none repeat scroll 0 0 #ececec;
    clear: both;
    padding: 0;
    width: 100%;
  }
  #block-views-press-release-views-block {
    float: none;
    width: 100%;
  }
  #block-views-press-release-views-block .view-footer a {
    margin: 0 auto;
    float: none;
  }
  .front #bottom {
    background: none repeat scroll 0 0 #ffffff;
    border: 15px solid #fcfaf9;
    clear: both;
    margin: 0;
    overflow: visible;
  }
  .front #bottom #block-views-press-release-views-block .view-content,
  .front #bottom #block-views-blog-views-block-2 .view-content {
    padding: 0;
    width: 100%;
  }
  #block-block-23 {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #cccccc;
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 96%;
  }
  #block-block-23 .content iframe {
    width: 96% !important;
  }
  .front #block-block-6 {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .not-front #sidebar-second #block-views-famous-people-views-block table {
    width: 75%;
    margin: 0 auto;
  }
  .not-front #sidebar-second #block-views-famous-people-views-block .views-view-grid td.col-first {
    padding-left: 0;
  }
  .not-front #sidebar-second #block-views-famous-people-views-block .views-field-field-famous-image {
    margin: 0 auto 3px;
  }
  .not-front #block-views-famous-people-views-block .view-header h4,
  .not-front #block-views-famous-people-views-block .view-header h4 a {
    text-align: center;
  }
  body.node-type-training #main {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .node-type-training .litmos-link {
    margin: 0;
  }
  .litmos-link a {
    display: block;
  }
  body.node-type-landing-pages #main {
    border-bottom: none;
    float: none;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    max-width: 972px;
    padding-left: 0;
    width: 100%;
  }
  body.node-type-landing-pages #viewcontent {
    float: none;
    margin: 0;
    width: 100%;
  }
  #webform-client-form-601 input {
    display: block;
    width: 100%;
    max-width: 382px;
  }
  #webform-client-form-601 input[type=submit] {
    width: auto;
    max-width: 100px;
  }
  #footer {
    background: #fcfaf9 none;
    height: auto;
    margin: 0 auto;
    width: 100%;
  }
  #footer .region-footer {
    background: url("/sites/all/themes/newstutter/images/footer-bg.jpg") no-repeat scroll center -30px rgba(0, 0, 0, 0);
    height: auto;
    padding: 155px 20px 0;
  }
}
.flexnav li a {
  text-align: center !important;
}
.flexnav li li a {
  text-align: left !important;
}

#footer li {
  list-style: none outside none;
  display: inline;
}
#footer li ul,
#footer li ol {
  margin: 0;
  display: none;
}

#block-views-famous-people-views-block-1 .view-header a,
#block-block-5 .view-header a {
  text-decoration: none;
}

#block-system-main {
  clear: both;
}

#block-nice-menus-2 {
  height: 50px;
  margin-bottom: 0;
  width: 100%;
  z-index: 0;
}

ul#nice-menu-2 li {
  background: none repeat scroll 0 0 #f2f2f2;
  border-left: 1px solid #e1e1e1;
  border-right: none;
  float: left;
  height: 50px;
  margin: 0;
  padding-left: 0;
}
ul#nice-menu-2 li:first-child, ul#nice-menu-2 li:first-of-type {
  border-left: none;
}
ul#nice-menu-2 a {
  color: #818287;
  display: block;
  font-style: italic;
  font-weight: normal;
  line-height: 50px;
  padding: 0 16px;
  text-transform: none;
  text-align: center !important;
}
ul#nice-menu-2 .menu-1003 a,
ul#nice-menu-2 .menu-1004 a,
ul#nice-menu-2 .menu-441 a {
  line-height: 1.4em !important;
  padding-top: 9px !important;
  text-align: center !important;
}

ul.nice-menu {
  background: none repeat scroll 0 0 #f2f2f2;
  border: 0 none;
  float: none;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

#navigation {
  position: relative;
  z-index: 599;
}

#views_slideshow_cycle_main_slideshow-block .slideimglink {
  display: block;
  height: 100%;
  width: 100%;
}

#views_slideshow_cycle_main_slideshow-block .field-content {
  display: block;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 290px) {
  .mobile_logo {
    padding: 10px 0;
    width: 60% !important;
  }
  .menu-button {
    padding: 1.5em 1em;
  }
  .menu-button .touch-button {
    height: 56px;
  }
  .region-content .views-slideshow-cycle-main-frame {
    height: 130px !important;
  }
  .region-content .slideshowcontainer .views-field.views-field-field-background {
    height: 90% !important;
  }
}
@media only screen and (min-width: 291px) and (max-width: 530px) {
  .region-content .slideshowcontainer .views-field.views-field-field-background {
    height: 95% !important;
  }
}
@media only screen and (min-width: 291px) and (max-width: 320px) {
  .mobile_logo {
    padding: 10px 0;
    width: 65% !important;
  }
  .region-content .views-slideshow-cycle-main-frame {
    height: 150px !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 350px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 165px !important;
  }
}
@media only screen and (min-width: 351px) and (max-width: 380px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 180px !important;
  }
}
@media only screen and (min-width: 381px) and (max-width: 390px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 180px !important;
  }
}
@media only screen and (min-width: 391px) and (max-width: 410px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 195px !important;
  }
}
@media only screen and (min-width: 411px) and (max-width: 440px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 210px !important;
  }
}
@media only screen and (min-width: 441px) and (max-width: 470px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 225px !important;
  }
  .page-node-118 .region-content table {
    float: left !important;
    margin: 0 auto;
    width: 50% !important;
  }
}
@media only screen and (min-width: 471px) and (max-width: 500px) {
  #block-views-slideshow-block .views-slideshow-cycle-main-frame {
    height: 240px !important;
  }
}
@media only screen and (min-width: 501px) and (max-width: 530px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 250px !important;
  }
}
@media only screen and (min-width: 531px) and (max-width: 540px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 255px !important;
  }
}
@media only screen and (min-width: 541px) and (max-width: 550px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 260px !important;
  }
}
@media only screen and (min-width: 551px) and (max-width: 560px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 260px !important;
  }
}
@media only screen and (min-width: 561px) and (max-width: 570px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 275px !important;
  }
}
@media only screen and (min-width: 571px) and (max-width: 590px) {
  #block-views-slideshow-block .views-slideshow-cycle-main-frame {
    height: 280px !important;
  }
}
@media only screen and (min-width: 591px) and (max-width: 620px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 290px !important;
  }
}
@media only screen and (min-width: 621px) and (max-width: 650px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 310px !important;
  }
}
@media only screen and (min-width: 651px) and (max-width: 680px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 320px !important;
  }
}
@media only screen and (min-width: 681px) and (max-width: 710px) {
  #block-views-slideshow-block .views-slideshow-cycle-main-frame {
    height: 330px !important;
  }
}
@media only screen and (min-width: 711px) and (max-width: 740px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 345px !important;
  }
}
@media only screen and (min-width: 741px) and (max-width: 770px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 360px !important;
  }
}
@media only screen and (min-width: 771px) and (max-width: 800px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 375px !important;
  }
}
@media only screen and (min-width: 801px) and (max-width: 830px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 390px !important;
  }
}
@media only screen and (min-width: 831px) and (max-width: 860px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 405px !important;
  }
}
@media only screen and (min-width: 861px) and (max-width: 890px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 420px !important;
  }
}
@media only screen and (min-width: 891px) and (max-width: 920px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 435px !important;
  }
}
@media only screen and (min-width: 921px) and (max-width: 950px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 450px !important;
  }
}
@media only screen and (min-width: 951px) and (max-width: 972px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 455px !important;
  }
}
@media only screen and (min-width: 973px) and (max-width: 980px) {
  .region-content .views-slideshow-cycle-main-frame {
    height: 460px !important;
  }
}
@media only screen and (min-width: 981px) {
  /*.not-front .region-content .view-content {
    max-height: 112px;
  }*/
}
/*#block-views-famous-peope-sidebar-block .views-slideshow-cycle-main-frame-row {
  height: auto !important;
}*/
#views_slideshow_cycle_teaser_section_famous_peope_sidebar-block .views-slideshow-cycle-main-frame {
  height: 100% !important;
}

/*
#block-views-famous-peope-sidebar-block .views_slideshow_cycle_teaser_section img {
  height: 100%;
  width: auto !important;
}

.not-front #block-views-famous-peope-sidebar-block .views_slideshow_cycle_teaser_section img {
  height: auto;
  width: auto !important;
}*/
@media only screen and (max-width: 499px) {
  #sidebar-second #block-views-famous-peope-sidebar-block .content,
  #sidebar-second #block-views-famous-people-views-block .content {
    margin: 0 auto;
    width: 100%;
    min-width: 200px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 579px) {
  body.sidebar-second #sidebar-second {
    padding: 0 0 !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 800px) {
  /*.subnav-top { display: none; }*/
}
@media only screen and (min-width: 800px) {
  .flexnav li:last-child, .flexnav li:last-of-type {
    display: none;
  }
  .flexnav li li:last-child, .flexnav li li:last-of-type {
    display: block;
  }
  .contact-link {
    width: 110%;
  }
}
.flexnav li ul {
  display: none;
}

.mobile_only {
  display: block;
}

.mobile_menu_button_wrapper {
  float: right;
  max-width: 85px;
  min-width: 85px;
  width: 30%;
}

.mobile_logo {
  width: 70%;
  padding: 10px 0;
}

@media only screen and (min-width: 981px) {
  .mobile_only {
    display: none;
  }
}
/* mobile nav */
.ext-links {
  display: none;
}

@media all and (max-width: 400px) {
  /*	.ext-links a.spanishtext {
    width: 25% !important;
  }
  .ext-links a.requestfree {
    width: 42% !important;
  }*/
}
@media all and (min-width: 802px) {
  .mobile_logo {
    display: none;
  }
}
@media all and (max-width: 801px) {
  /*.flexnav .touch-button {
    display: none;
  }*/
  .menu-button:hover {
    background: #b0b0b0 none;
    cursor: pointer;
  }
  .menu-button:hover .touch-button .navicon {
    color: #7b7b7b;
  }
  .ext-links {
    clear: both;
    display: block !important;
    margin: -20px 0 0;
    width: 99%;
  }
  .not-front .ext-links {
    margin: -20px 0 40px;
  }
  .ext-links .text {
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 8px 0;
    text-align: center;
    width: 25%;
  }
  .ext-links a.spanishtext {
    background: none repeat scroll 0 0 #f7bf12;
    color: #c6121e;
  }
  .ext-links a.requestfree {
    background: none repeat scroll 0 0 #ffff00;
    color: #818286;
    /*width: 34%;*/
  }
  .ext-links a.emailsignup {
    background: none repeat scroll 0 0 #99ccff;
    color: #818286;
  }
  .ext-links a.stream-video {
    background: none repeat scroll 0 0 #42d7b8;
    color: #ffffff;
  }
  .not-front .sociallinks {
    display: none;
  }
  h1.socialbarpresent {
    float: none !important;
    width: auto !important;
  }
  #header {
    display: none;
  }
  #navigation {
    background: transparent none;
    /*height: 40px;*/
    margin: 0;
    padding: 0;
  }
  #header #logo {
    display: none;
  }
  .mobile_logo #logo img {
    height: auto;
    max-width: 320px;
    width: 100%;
  }
  #navigation {
    border-bottom: none;
  }
  .flexnav li a,
  .flexnav li a.store-link {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #e6e6e6;
    color: #676767;
    font-weight: bold;
  }
  .flexnav li a:hover,
  .flexnav li a.store-link:hover,
  .flexnav li li a.store-link:hover {
    background: #b0b0b0 none !important;
    color: #ffffff !important;
    text-decoration: none;
  }
  .flexnav li li a,
  .flexnav li li a.store-link {
    background: #fcfaf9 none;
    font-weight: normal;
    padding: 0.6em 40px 0.96em !important;
    text-align: center !important;
  }
}
@media all and (max-width: 971px) {
  .not-front #block-views-famous-peope-sidebar-block .views-slideshow-cycle-main-frame {
    height: 100% !important;
    max-height: 800px !important;
    min-height: 320px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  /*
  .not-front #block-views-famous-people-views-block .view.view-famous-people-views{
    height: 350px;
  }*/
  .not-front #block-views-famous-peope-sidebar-block .views-slideshow-cycle-main-frame-row {
    width: 100% !important;
  }
}
@media all and (min-width: 972px) {
  .not-front #block-views-famous-peope-sidebar-block .views-slideshow-cycle-main-frame {
    height: 100% !important;
    max-height: 800px !important;
    min-height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow: auto;
  }
  /*
  .not-front #block-views-famous-people-views-block .view.view-famous-people-views{
    height: 350px;
  }*/
}
::-webkit-scrollbar {
  -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
  width: 12px;
}
::-webkit-scrollbar:horizontal {
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

.c-footer .c-icon {
  line-height: 27.5px;
}
.c-footer .region-search-block input {
  margin-left: 5px;
  margin-right: 0px;
}
.c-footer .region-search-block .js-form-type-search input {
  margin-left: 0px;
}
.c-footer .form-item,
.c-footer .form-actions {
  margin-top: 0px;
  margin-bottom: 0px;
}
.c-footer__search .block-search .form-submit {
  width: 80px;
  text-indent: 0px;
}
.c-footer__search .form-search {
  width: 227px;
  height: 38px;
}
@media only screen and (min-width: 401px) {
  .c-footer__search form {
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  .c-footer__search .region-footer .content {
    display: flex;
    justify-content: center;
    padding: 0 0 30px 0;
  }
  .c-footer__search .region-footer .content a {
    width: 300px;
  }
  .c-footer__search .region-search-block {
    display: flex;
    justify-content: center;
  }
  .c-footer__search .c-footer__connect {
    display: flex;
    justify-content: center;
    padding: 30px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 400px) {
  .c-footer__search .c-footer__connect {
    padding: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .c-footer__search .c-footer__text {
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .c-footer__search .region-search-block form {
    display: flex;
  }
}
@media only screen and (max-width: 300px) {
  .c-footer__search .region-search-block form {
    display: initial;
  }
}
@media only screen and (max-width: 1024px) {
  .c-footer__text {
    font-size: 11px;
    clear: both;
    color: #9b9b9b;
    padding-top: 0px;
  }
}

.c-people__link .c-icon--svg span {
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}

.page-frontpage .region-content {
  padding: 0px !important;
  margin-top: 0px;
}
@media only screen and (max-width: 599px) {
  .page-frontpage .region-content img {
    height: unset;
    width: unset !important;
  }
}
.page-frontpage .node-blog.node-promoted.o-grid {
  padding: 0;
}
.page-frontpage .c-hero__text {
  padding: 0px 50px;
}
@media only screen and (min-width: 1025px) {
  .page-frontpage .c-hero__text {
    align-self: flex-start;
    max-width: 600px;
  }
}
@media only screen and (min-width: 325px) and (max-width: 990px) {
  .page-frontpage .c-hero__text {
    padding: 2px 5px;
  }
  .page-frontpage .c-hero__text p {
    margin: 2px 0px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 990px) {
  .page-frontpage .c-hero__text {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1023px) {
  .page-frontpage .c-hero__text {
    padding: 0px;
    width: 50%;
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 2000px) and (max-width: 2123px) {
  .page-frontpage .c-hero__text {
    align-self: center;
    padding: 0 50px;
    width: 100%;
    max-width: 970px;
    margin-top: -28em;
  }
  .page-frontpage .c-hero__text p {
    font-size: 28px;
  }
}
@media only screen and (min-width: 2124px) {
  .page-frontpage .c-hero__text {
    align-self: center;
    padding: 0 50px;
    width: 100%;
    max-width: 1000px;
    margin-top: -33em;
  }
  .page-frontpage .c-hero__text p {
    font-size: 28px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1023px) {
  .page-frontpage .c-hero__front {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 2000px) {
  .page-frontpage .c-hero__front {
    padding: 0px;
  }
}
@media only screen and (min-width: 2000px) and (max-width: 2123px) {
  .page-frontpage .n-grid,
  .page-frontpage .o-grid--wide,
  .page-frontpage .c-subheader {
    max-width: 1840px;
  }
}
@media only screen and (min-width: 2124px) {
  .page-frontpage .n-grid,
  .page-frontpage .o-grid--wide,
  .page-frontpage .c-subheader {
    max-width: 2000px;
  }
}
@media only screen and (min-width: 640px) {
  .page-frontpage .n-views__front--news .news-featured {
    display: flex;
    justify-content: start;
  }
  .page-frontpage .n-views__front--news .news-featured .featured-image {
    max-width: 360px;
    margin-right: 50px;
  }
  .page-frontpage .n-views__front--news .news-featured .featured-details {
    width: 516px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 768px) {
  .page-frontpage .n-views__front--news .news-featured .featured-details {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 2000px) and (max-width: 2123px) {
  .page-frontpage .n-views__front--news .news-featured .featured-details {
    width: 650px;
  }
  .page-frontpage .n-views__front--news .news-featured .featured-image {
    max-width: 508px;
    margin-right: 25px;
  }
}
@media only screen and (min-width: 2124px) {
  .page-frontpage .n-views__front--news .news-featured .featured-details {
    width: 850px;
  }
  .page-frontpage .n-views__front--news .news-featured .featured-image {
    max-width: 508px;
    margin-right: 25px;
  }
}
.page-frontpage .c-teaser__resource--meta {
  margin-bottom: 3px;
}
@media only screen and (min-width: 2000px) {
  .page-frontpage .c-teaser__resource--meta {
    font-size: 20px;
  }
}
.page-frontpage .featured-image a:hover {
  opacity: 0.6;
}
.page-frontpage .c-famous-people .c-card--square {
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .view-movie-views .lg-5 {
    margin-top: 70px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .view-movie-views .md-6:last-child {
    margin-right: 0;
    margin-top: 60px;
  }
}

.c-views__front--news img {
  transition: opacity 0.3s ease-in-out;
}
.c-views__front--news img:hover {
  opacity: 0.7;
}

.rpl,
.rpl-all {
  color: #113a69;
  background-color: #ffffff;
  cursor: pointer;
  border: 1px solid #cccccc;
  padding: 0.5rem 1.25rem !important;
  border-radius: 50px;
  min-width: 50px;
  font-size: 17px !important;
  font-weight: 600;
  margin-bottom: 0px;
}

.n-views__front--news {
  padding-left: 0px;
  list-style: none;
}
.n-views__front--news h2.c-title {
  margin-bottom: 0px;
  line-height: 0px;
}
.n-views__front--news h2.c-title a {
  color: #000000;
  line-height: 1.1;
  margin-bottom: 10px;
  background: none;
  font-size: 18px;
}
@media only screen and (min-width: 640px) and (max-width: 800px) {
  .n-views__front--news h2.c-title a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 2000px) {
  .n-views__front--news h2.c-title a {
    font-size: 34px;
  }
}
.n-views__front--news .c-author {
  font-weight: 600;
  color: rgba(9, 9, 12, 0.3411764706);
  margin: 15px 0;
}
@media only screen and (min-width: 640px) and (max-width: 800px) {
  .n-views__front--news .c-author {
    margin: 8px 0;
    font-size: 18px;
  }
}
@media only screen and (min-width: 2000px) {
  .n-views__front--news .c-author {
    font-size: 30px;
  }
}
.n-views__front--news .c-body {
  line-height: 1.2;
  text-align: justify;
}
@media only screen and (min-width: 640px) and (max-width: 800px) {
  .n-views__front--news .c-body {
    line-height: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .c-header.is-active {
    top: 0px !important;
  }
}
.c-header__search #search-block-form .form-item {
  margin: 0 5px 0 0;
}
.c-header__search input {
  padding: 5px 24px 7px;
  font-size: 20px;
  height: 38px;
}
@media only screen and (min-width: 1024px) {
  .c-header__menu--dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #123b6a;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
}

.toolbar-horizontal.toolbar-fixed .c-header {
  z-index: 499;
}
.toolbar-horizontal.toolbar-fixed .c-header.is-active {
  top: 100px;
  z-index: 499;
}
.toolbar-horizontal.toolbar-fixed .c-subheader__wrap {
  z-index: 499;
}
.toolbar-horizontal.toolbar-fixed .j-active .c-subheader__wrap {
  z-index: 0 !important;
}
@media only screen and (min-width: 1024px) {
  .toolbar-horizontal.toolbar-fixed .j-active .c-header__menu--dropdown {
    display: block;
    z-index: 1002;
    margin-top: -40px;
  }
}
@media only screen and (min-width: 353px) and (max-width: 1023px) {
  .toolbar-horizontal.toolbar-fixed .j-active .c-header__menu--dropdown {
    display: block;
    z-index: 1002;
    margin-top: 0px;
  }
}
.toolbar-horizontal.toolbar-fixed .j-active ~ .c-subheader__wrap {
  z-index: 0 !important;
}

@media only screen and (min-width: 1024px) {
  .c-header__search #search-block-form {
    display: flex;
    justify-content: end;
  }
}
@media only screen and (min-width: 353px) and (max-width: 1023px) {
  .c-header__search #search-block-form {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (min-width: 1024px) {
  .c-header__menu--dropdown {
    top: 120px;
    padding: 25px 0 10px;
  }
}

@media screen and (max-width: 971px) {
  #views_slideshow_cycle_teaser_section_famous_peope_sidebar-block.views_slideshow_cycle_teaser_section {
    height: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}
@media screen and (min-width: 971px) {
  #views_slideshow_cycle_teaser_section_famous_peope_sidebar-block.views_slideshow_cycle_teaser_section {
    height: 600px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

@media only screen and (max-width: 767px) {
  #sidebar-second #block-views-famous-peope-sidebar-block,
  #sidebar-second #block-views-famous-people-views-block {
    width: 100% !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #sidebar-second #block-views-famous-peope-sidebar-block,
  #sidebar-second #block-views-famous-people-views-block {
    width: 40% !important;
    float: left;
    margin: 1%;
  }
}

#block-views-famous-peope-sidebar-block {
  margin-bottom: 1.5rem !important;
}
@media only screen and (min-width: 768px) and (max-width: 971px) {
  #block-views-famous-peope-sidebar-block .views_slideshow_slide {
    position: relative !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 971px) {
  #block-views-famous-peope-sidebar-block #views_slideshow_cycle_teaser_section_famous_peope_sidebar-block {
    text-align: center;
  }
}

@media only screen and (max-width: 971px) {
  .views_slideshow_cycle_teaser_section img {
    height: 100%;
    width: 30% !important;
  }
}

@media only screen and (min-width: 739px) {
  .page-node-118 table {
    margin: 0px;
  }
}

.page-podcast #edit-submit-podcast,
.page-podcast-archive #edit-submit-podcast {
  margin-top: 0;
}
.page-podcast .view-filters input,
.page-podcast-archive .view-filters input {
  background: #123b6a;
  padding: 0.5rem 2rem 0.75rem;
  border: 1px solid #123b6a;
  border-radius: 2rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  font-size: 18px;
}
.page-podcast .form-item,
.page-podcast .form-actions,
.page-podcast-archive .form-item,
.page-podcast-archive .form-actions {
  margin-top: 0em;
  margin-bottom: 0em;
}

.page-blog .action-links a {
  font-size: 26px;
}

.page-training #page-title {
  font-size: 32px;
  color: white;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0;
}
.page-training .form-item,
.page-training .form-actions {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
}
.page-training .litmos-link a {
  font-size: 15px;
}
.page-training .block {
  margin-bottom: 1.5rem !important;
}

.page-search .search-help-link {
  display: none;
}
.page-search .search-advanced {
  display: none;
}
@media only screen and (min-width: 370px) {
  .page-search .search-form {
    display: flex;
    margin-bottom: 30px;
  }
  .page-search .search-form .form-search {
    margin: 15px 0 0 0;
    height: 19px;
    width: 100%;
    font-size: 13px;
    padding-left: 3px;
  }
}
@media only screen and (min-width: 370px) and (min-width: 632px) {
  .page-search .search-form .form-search {
    margin: 0;
    width: 341px;
  }
}
@media only screen and (min-width: 370px) and (max-width: 369px) {
  .page-search .search-form .form-search {
    margin: 12px 0 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 370px) {
  .page-search .search-form div {
    width: 50%;
    margin: 0;
    line-height: 0;
    height: 21px;
  }
}
@media only screen and (min-width: 370px) and (min-width: 632px) {
  .page-search .search-form div {
    width: 514px;
  }
}
@media only screen and (min-width: 370px) and (max-width: 369px) {
  .page-search .search-form div {
    width: 100%;
  }
}
@media only screen and (min-width: 370px) {
  .page-search .search-form div label {
    font-weight: bold;
  }
  .page-search .search-form #edit-submit {
    height: 19px;
    margin: 15px 0 0 5px;
    font-size: 13px;
    width: 55px;
    background-color: rgba(225, 224, 224, 0.5882352941);
  }
}
@media only screen and (min-width: 370px) and (min-width: 632px) {
  .page-search .search-form #edit-submit {
    margin: 0;
  }
}
@media only screen and (min-width: 370px) and (max-width: 369px) {
  .page-search .search-form #edit-submit {
    margin: 15px 0 0 0;
  }
}

.page-user .user-login-form input {
  padding: 0.5rem 1rem;
}
.page-user label {
  font-weight: bold;
}
.page-user .tabs a.is-active {
  background-color: #ffffff;
  color: #069;
}
.page-user ul.primary {
  border-bottom: 1px solid #bbbbbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 0;
  padding: 1px 0 0;
  white-space: nowrap;
}
.page-user ul.primary li a {
  background-color: #dddddd;
  border-color: #bbbbbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
  font-size: 20px;
}
.page-user ul.primary li a.is-active::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.page-user ul.primary li.is-active a {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-bottom: 0;
  position: relative;
  border-radius: 3px 3px 0 0;
}
.page-user .button {
  margin-right: 1em;
  margin-left: 0px;
}

.rpl,
.rpl-all {
  color: #123b6a;
  background-color: #ffffff;
  cursor: pointer;
  border: 1px solid #dbdbdb;
  padding: 0.5rem 1.25rem !important;
  border-radius: 50px;
  min-width: 50px;
  font-size: 17px !important;
  font-weight: 600;
  margin-bottom: 0px;
}

.node-type-podcast #edit-submit-podcast {
  margin-top: 0;
}
.node-type-podcast .views-field-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}

.node-type-landing-pages #subnav {
  margin-bottom: 30px;
}
.node-type-landing-pages .c-main {
  padding-top: 0px;
}
@media only screen and (max-width: 1024px) {
  .node-type-landing-pages .view-id-landing_page_content img {
    max-width: none !important;
    width: 100% !important;
    max-height: none !important;
    height: 100% !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    padding: 0 20px;
  }
}

.node-type-training #block-views-training-block-1 {
  clear: both;
  padding: 1.5rem 1rem;
  border-top: 1px solid #898a8d;
  box-sizing: border-box;
  margin: 0 auto;
}
.node-type-training #block-views-training-block-1 .views-field-title .field-content a {
  margin-bottom: 40px;
  display: block;
}
.node-type-training #block-views-training-block-1 .views-field-title a {
  font-size: 14px;
  line-height: 25px;
  color: #000000;
}

.region-navigation-header ul.menu a.is-active:not([data-drupal-link-system-path="<front>"]) {
  color: #ffffff;
  text-decoration: underline;
}
.region-navigation-header ul.menu a[data-drupal-link-system-path="<front>"].is-active {
  color: #ffffff;
}

@media only screen and (min-width: 767px) {
  #block-views-training-block-1 .views-field-field-training-product-image {
    float: left;
    height: 120px;
    margin: 7px 15px 0 0;
    width: 100px;
  }
}

.maintenance-page {
  margin: 50px 0 0 0;
}

.block {
  margin-bottom: 0px;
}

.form-actions {
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-button {
  margin-right: 1em;
  margin-left: 0px;
}

.famous-people-node {
  float: left;
  margin: 10px 18px 0 0;
}

.c-form .form-email {
  font-size: 14px;
  padding: 0.5rem;
  margin: 0;
  width: 100%;
}
.c-form label {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.c-form .button {
  margin: 2rem 0;
}
.c-form textarea {
  background-color: #8ea0b5;
}
.c-form input {
  background-color: #8ea0b5;
  border: 1px solid #8ea0b5;
  border-radius: 5px;
  height: auto;
}
.c-form [data-drupal-selector=edit-address] input {
  height: 50px;
}
.c-form fieldset#edit-address {
  margin-bottom: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.c-form .captcha-type-challenge--recaptcha legend {
  float: none;
}
.c-form .captcha-type-challenge--recaptcha {
  flex-direction: column;
  align-items: flex-start !important;
}

#edit-i-am-a-please-select-one {
  display: block;
  font-size: 14px;
  font-family: sans-serif;
  color: #444444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #bbbbbb;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-size: 9px 8px;
  background-position: 98% 13px;
  background-image: url(/sites/all/themes/newstutter/images/arrow_down.png);
  background-repeat: no-repeat, repeat;
}
#edit-i-am-a-please-select-one-wrapper .form-item {
  margin-top: 0px;
  margin-bottom: 0px;
}

input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-width: 0.5px;
  height: 36px;
}

textarea {
  min-height: 2em;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-width: 0.5px;
}

#webform-submission-free-info-add-form input,
#webform-submission-free-info-node-1577-add-form input {
  margin: 0;
}
#webform-submission-free-info-add-form fieldset,
#webform-submission-free-info-node-1577-add-form fieldset {
  border-radius: 1rem;
  border: 0;
  position: relative;
  background: #113a69;
  margin: 0.5rem 0;
  padding: 20px 55px;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
}
@media only screen and (min-width: 300px) and (max-width: 470px) {
  #webform-submission-free-info-add-form fieldset,
  #webform-submission-free-info-node-1577-add-form fieldset {
    padding: 20px 34px;
  }
}
#webform-submission-free-info-add-form fieldset.radios--wrapper .fieldset-wrapper,
#webform-submission-free-info-node-1577-add-form fieldset.radios--wrapper .fieldset-wrapper {
  margin: 0 15px;
}
#webform-submission-free-info-add-form fieldset.radios--wrapper legend,
#webform-submission-free-info-node-1577-add-form fieldset.radios--wrapper legend {
  float: left;
  line-height: 1.4;
  width: 30px;
}
#webform-submission-free-info-add-form legend,
#webform-submission-free-info-node-1577-add-form legend {
  float: left;
  width: 100%;
  line-height: 1.4;
  padding: 0.5rem 0 0 0;
  margin: 0 0 0.5rem 0;
}
#webform-submission-free-info-add-form label,
#webform-submission-free-info-node-1577-add-form label {
  font-weight: bold;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 1em;
  vertical-align: middle;
}
#webform-submission-free-info-add-form .fieldset-wrapper fieldset,
#webform-submission-free-info-node-1577-add-form .fieldset-wrapper fieldset {
  display: flex;
  align-items: center;
}
#webform-submission-free-info-add-form .webform-options-display-one-column,
#webform-submission-free-info-node-1577-add-form .webform-options-display-one-column {
  display: flex;
}
#webform-submission-free-info-add-form #edit-additional-options-fieldset fieldset,
#webform-submission-free-info-node-1577-add-form #edit-additional-options-fieldset fieldset {
  display: initial;
}
#webform-submission-free-info-add-form #edit-additional-options-fieldset legend,
#webform-submission-free-info-node-1577-add-form #edit-additional-options-fieldset legend {
  margin: 0;
  padding: 0;
}
#webform-submission-free-info-add-form .form-wrapper #edit-additional-options--wrapper.fieldset-wrapper fieldset,
#webform-submission-free-info-node-1577-add-form .form-wrapper #edit-additional-options--wrapper.fieldset-wrapper fieldset {
  display: initial;
}
#webform-submission-free-info-add-form .form-wrapper fieldset,
#webform-submission-free-info-node-1577-add-form .form-wrapper fieldset {
  border-radius: 1rem;
  border: 0;
  position: relative;
  background: transparent;
  margin: 0;
  padding: 0;
  width: 100%;
}
#webform-submission-free-info-add-form #edit-additional-options--wrapper .webform-options-display-one-column,
#webform-submission-free-info-node-1577-add-form #edit-additional-options--wrapper .webform-options-display-one-column {
  display: initial;
}
#webform-submission-free-info-add-form #edit-additional-options--wrapper legend,
#webform-submission-free-info-node-1577-add-form #edit-additional-options--wrapper legend {
  float: left;
  line-height: 1.4;
  width: 100%;
}
#webform-submission-free-info-add-form #edit-additional-options--wrapper .fieldset-wrapper,
#webform-submission-free-info-node-1577-add-form #edit-additional-options--wrapper .fieldset-wrapper {
  margin: 0px 0px;
}
#webform-submission-free-info-add-form .webform-type-radios legend,
#webform-submission-free-info-node-1577-add-form .webform-type-radios legend {
  border-radius: 1rem;
  border: 0;
  position: relative;
  background: transparent;
  margin: 0;
  padding: 0;
  width: 100%;
}
#webform-submission-free-info-add-form .form-actions,
#webform-submission-free-info-node-1577-add-form .form-actions {
  clear: both;
  background-color: #113a69;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 0px 55px 55px 55px;
}
@media only screen and (min-width: 300px) and (max-width: 470px) {
  #webform-submission-free-info-add-form .form-actions,
  #webform-submission-free-info-node-1577-add-form .form-actions {
    padding: 0px 34px 55px 34px;
  }
}
#webform-submission-free-info-add-form .form-actions input,
#webform-submission-free-info-node-1577-add-form .form-actions input {
  width: 125px;
  height: 45px;
  border-radius: unset;
}

@media only screen and (min-width: 300px) and (max-width: 470px) {
  .c-form .captcha-type-challenge--recaptcha .g-recaptcha.recaptcha-processed {
    width: 220px;
  }
  .c-form .captcha-type-challenge--recaptcha .g-recaptcha div:first-child {
    transform: scale(0.88);
    transform-origin: 0 0;
  }
}
@media only screen and (min-width: 600px) {
  .c-form .form-item-address-2 {
    float: left;
    width: 48%;
  }
  .c-form .form-item-address-3 {
    float: right;
    width: 50%;
  }
  #edit-address .form-item-first-name {
    width: 48%;
    float: left;
  }
  #edit-address .form-item-last-name {
    width: 50%;
    float: right;
  }
  #edit-address .form-item-salutation-mr-etc {
    width: 48%;
    float: left;
    margin-right: 2% !important;
  }
  #edit-address .form-item-suffix {
    width: 50%;
    float: left;
  }
  #edit-address .form-item-address-1 label {
    width: 100%;
  }
  #edit-address .form-item-city {
    width: 48%;
    margin-right: 2% !important;
    float: left;
  }
  #edit-address .form-item-state {
    width: 50%;
    float: left;
  }
  #edit-address .form-item-zip-code {
    width: 48%;
    margin-right: 2% !important;
    float: left;
  }
  #edit-address .form-item-country {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .c-main {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-header .c-header__menu--red {
    position: relative;
  }
  .c-header .c-header__menu--red span {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    line-height: 0px !important;
  }
}

@media only screen and (max-width: 639px) {
  .t-color--white .view-movie-views .c-btn {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .c-facebook-band .desktop {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .c-facebook-band .responsive {
    display: none;
  }
}
#block-views-famous-peope-sidebar-block {
  margin-bottom: 1.5rem !important;
}

.famous-people-node {
  float: left;
  margin: 10px 18px 0 0;
}

.page-search .search-help-link {
  display: none;
}

@media only screen and (min-width: 370px) {
  .page-search .search-form {
    display: flex;
    margin-bottom: 30px;
  }
  .page-search .search-form .form-search {
    margin: 15px 0 0 0;
    height: 19px;
    width: 100%;
    font-size: 13px;
    padding-left: 3px;
  }
  .page-search .search-form div {
    width: 50%;
    margin: 0;
    line-height: 0;
    height: 21px;
  }
  .page-search .search-form #edit-submit {
    height: 19px;
    margin: 15px 0 0 5px;
    font-size: 13px;
    width: 55px;
    background-color: rgba(225, 224, 224, 0.5882352941);
  }
}
@media only screen and (min-width: 632px) {
  .page-search .search-form .form-search {
    margin: 0;
    height: 19px;
    width: 341px;
    font-size: 13px;
    padding-left: 3px;
  }
  .page-search .search-form div {
    width: 514px;
    margin: 0;
    line-height: 0;
    height: 21px;
  }
  .page-search .search-form #edit-submit {
    height: 19px;
    margin: 0;
    font-size: 13px;
    width: 55px;
    background-color: rgba(225, 224, 224, 0.5882352941);
  }
}
@media only screen and (max-width: 369px) {
  .page-search .search-form .form-search {
    margin: 12px 0 0 0;
    height: 19px;
    width: 100%;
    font-size: 13px;
    padding-left: 3px;
  }
  .page-search .search-form div {
    width: 100%;
    margin: 0;
    line-height: 0;
    height: 21px;
  }
  .page-search .search-form #edit-submit {
    height: 19px;
    margin: 15px 0 0 0;
    font-size: 13px;
    width: 55px;
    background-color: rgba(225, 224, 224, 0.5882352941);
  }
}
.page-search .search-form div label {
  font-weight: bold;
}

.page-search .search-advanced {
  display: none;
}

.n-grid {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.n-views__front--news {
  padding-left: 0px;
  list-style: none;
}

@media only screen and (min-width: 640px) {
  .page-frontpage .n-views__front--news .news-featured {
    display: flex;
    justify-content: start;
  }
  .page-frontpage .n-views__front--news .news-featured .featured-image {
    max-width: 360px;
    margin-right: 50px;
  }
  .page-frontpage .n-views__front--news .news-featured .featured-details {
    width: 516px;
  }
}
.page-frontpage .node-blog.node-promoted.o-grid {
  padding: 0;
}

.c-famous-people .c-card--square {
  margin-bottom: 20px;
}

.n-views__front--news h2.c-title a {
  color: #000000;
  line-height: 1.1;
  margin-bottom: 10px;
  background: none;
  font-size: 18px;
}

.n-views__front--news h2.c-title {
  margin-bottom: 0px;
  line-height: 0px;
}

.n-views__front--news .c-author {
  font-weight: 600;
  color: rgba(9, 9, 12, 0.3411764706);
  margin: 15px 0;
}

.n-views__front--news .c-body {
  line-height: 1.2;
  text-align: justify;
}

/* captcha */
@media only screen and (min-width: 300px) and (max-width: 470px) {
  .c-form .captcha-type-challenge--recaptcha .g-recaptcha.recaptcha-processed {
    width: 220px;
  }
  .c-form .captcha-type-challenge--recaptcha .g-recaptcha div:first-child {
    /* width: 218px !important; */
    transform: scale(0.88);
    transform-origin: 0 0;
  }
  #webform-submission-free-info-add-form fieldset,
  #webform-submission-free-info-node-1577-add-form fieldset {
    padding: 20px 34px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 800px) {
  .n-views__front--news h2.c-title a {
    color: #000000;
    line-height: 1.1;
    margin-bottom: 10px;
    background: none;
    font-size: 20px;
  }
  .n-views__front--news .c-body {
    line-height: 20px;
    text-align: justify;
    font-size: 16px;
  }
  .n-views__front--news .c-author {
    font-weight: 600;
    color: rgba(9, 9, 12, 0.3411764706);
    margin: 8px 0;
    font-size: 18px;
  }
}
.page-frontpage .c-hero__text {
  padding: 0px 50px;
}

@media only screen and (min-width: 1025px) {
  .page-frontpage .c-hero__text {
    align-self: flex-start;
    max-width: 600px;
  }
}
@media only screen and (min-width: 325px) and (max-width: 990px) {
  .page-frontpage .c-hero__text {
    padding: 2px 5px;
  }
  .page-frontpage .c-hero__text p {
    margin: 2px 0px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 990px) {
  .page-frontpage .c-hero__text {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1023px) {
  .page-frontpage .c-hero__text {
    padding: 0px;
    width: 50%;
    margin-bottom: 55px;
  }
  .page-frontpage .c-hero__front {
    padding-left: 0px;
  }
}
.page-frontpage .c-teaser__resource--meta {
  margin-bottom: 3px;
}

.c-row,
.f-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .c-row,
  .f-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.c-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 15px;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px;
  }
  .col-lg-4 {
    flex: 0 0 31.666667%;
    max-width: 31.333333%;
    flex-shrink: 0;
  }
  .col-lg-5 {
    flex: 0 0 39.666667%;
    max-width: 39.666667%;
    flex-shrink: 0;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .page-frontpage .featured-details {
    margin-left: 20px;
  }
}
.page-frontpage .featured-image a:hover {
  opacity: 0.6;
}

.news-listing .listing h2 {
  margin: 0px;
}
.news-listing .listing h2.c-title a {
  color: #000000;
  line-height: 1.3;
  margin-bottom: 10px;
  background: none;
  font-size: 20px !important;
  display: block;
}
.news-listing .listing h2.c-title a:hover {
  color: #464545;
}
.news-listing .listing picture {
  line-height: 0;
  display: block;
}
.news-listing .listing .c-body {
  font-size: 16px;
}
.news-listing .listing .c-body > p > em {
  font-style: normal;
}
.news-listing .listing .listing-hover {
  position: relative;
  display: inline-block;
}
.news-listing .listing .listing-hover a:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #000000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
}
.news-listing .listing .listing-hover a:hover:after {
  opacity: 0.3;
  transition: 0.5s;
}

.featured-image {
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) {
  .h-band__people {
    list-style: none;
    margin: 0 auto;
    padding: 1rem 0;
    margin-top: -115px;
    position: absolute;
    text-align: center;
    justify-content: center;
    background: transparent;
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .h-band__people {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 25px 0;
  }
}

.h-people__pager {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .h-people__pager {
    display: flex;
    gap: 25px;
    justify-content: center;
  }
}
@media screen and (min-width: 1400px) {
  .h-people__pager {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  .h-people__pager li {
    display: flex;
    flex-direction: column;
    width: 100px;
    box-sizing: border-box;
    vertical-align: top;
    background-color: rgba(235, 235, 235, 0.97);
    height: 100px;
    border-radius: 10px 10px 0 0;
    transition: transform 0.3s ease;
    border: 1px solid transparent;
    justify-content: center;
    padding: 13px 3px 0 3px;
    align-items: center;
  }
  .h-people__pager li:hover {
    background: #ffffff;
    border: 1.5px solid skyblue;
    border-top: 2px solid skyblue;
    border-bottom: none;
    position: relative;
    padding-top: 0px;
    transform: perspective(500px) rotateX(10deg);
  }
  .h-people__pager li:hover .h-people__link {
    transform: translateY(-1px);
  }
}
@media only screen and (max-width: 991px) {
  .h-people__pager li {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: calc(33% - 10px);
    padding: 10px 10px;
  }
}
.h-people__link {
  color: #53799a !important;
}
@media only screen and (min-width: 992px) {
  .h-people__link {
    color: #6897c1 !important;
    transition: transform 0.4s ease;
    display: inline-block;
  }
}
.h-people__link-text {
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  display: block;
}
@media only screen and (max-width: 991px) {
  .h-people__link-text {
    display: block;
    font-size: 0.7rem;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .h-people__image {
    width: 50px;
    display: block;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media only screen and (max-width: 991px) {
  .h-people__image {
    width: 30px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .h-icon--svg {
    display: inline-block;
  }
}
@media only screen and (max-width: 991px) {
  .h-icon--svg {
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    border: 1px solid #a1a2a4;
    display: flex;
    justify-content: center;
  }
}

/*
@media screen and (min-width: 1400px) {

  .front .h-band__people .o-grid {
    max-width: calc(100% - 100px);
  }
}*/
.page-frontpage .slider-logo {
  margin-right: 10px;
  float: left;
  margin-top: 8px;
  height: 55px;
}
@media screen and (min-width: 425px) {
  .page-frontpage .slider-logo {
    height: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .page-frontpage .slider-logo {
    height: auto;
  }
}
.page-frontpage a:where(.link-box), .page-frontpage a:link:where(.link-box) {
  background: #d53839;
  color: #ffffff;
  padding: 0.1rem 0.25rem;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.page-frontpage a:where(.link-box):hover, .page-frontpage a:link:where(.link-box):hover {
  background: #ffffff !important;
  color: #d53839 !important;
}
@media screen and (min-width: 423px) and (max-width: 490px) {
  .page-frontpage .c-hero__text h1 {
    font-size: 35px;
  }
}

@media print {
  body {
    margin: 1em;
    background-color: #ffffff;
    font-family: sans-serif;
  }
  th {
    text-align: left; /* LTR */
    color: #006;
    border-bottom: 1px solid #cccccc;
  }
  tr.odd {
    background-color: #c7c5c5;
  }
  tr.even {
    background-color: #ffffff;
  }
  td {
    padding: 5px;
  }
  #menu {
    visibility: hidden;
  }
  #main {
    margin: 1em;
  }
  a:link {
    color: #000000;
  }
  a:link img {
    border: 0;
  }
  a:visited {
    color: #000000;
  }
  a:visited img {
    border: 0;
  }
  a:hover {
    color: #00f;
  }
  .print-footnote {
    font-size: xx-small;
  }
  .print-breadcrumb {
    font-size: x-small;
  }
  .print-submitted,
  .print-created {
    font-size: small;
  }
  .print-taxonomy {
    text-align: right;
  }
  .print-taxonomy li {
    display: inline;
  }
  .print-hr {
    border: 0;
    height: 1px;
    width: 100%;
    color: #9e9e9e;
    background-color: #9e9e9e;
  }
  .print-message {
    border: medium dotted #069;
    padding: 1em;
  }
  .print-source_url,
  .print-links {
    font-size: small;
  }
  .print-footer {
    text-align: center;
  }
  img.print-logo {
    border: 0;
  }
  fieldset {
    border-radius: 1rem;
    border: 0;
    position: relative;
    background: #f0f0f0;
    margin: 0.5rem 0;
    padding: 0.5rem 1.25rem;
    width: 100%;
    font-size: 16px;
  }
}
/* 12 redesign classes */
/* colors
darkgray : #30282d
lightred : de3d52 rgb(222,61,82)
facebookblue : 4267b2
*/
body {
  font-size: 20px;
}
/*# sourceMappingURL=style.css.map */
