/*!
	Project Name: Breaking News English
	Description: For Breaking News English by Mark Bain Design
	Author: Mark Bain Design
	Author URI: http://markbaindesign.com/
	Version: 1.4.4

	### IMPORTANT ###
	If you are looking at a file with a .css suffix, DO NOT EDIT!
	All edits MUST be made to the relevant .scss files and compiled.


*/
@import url("http://fonts.googleapis.com/css?family=Lato:100,300,400,700,400italic|PT+Mono");
.ExerciseSubtitle {
  font-size: 120%;
  color: #000000;
}

div.StdDiv {
  background-color: #dddddd;
  text-align: left;
  font-size: 100%;
  color: #000000;
  padding: 8px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000000;
  margin-bottom: 1px;
}

div#Timer {
  padding: 0.25em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #000000;
}

span#TimerText {
  padding: 0.25em;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  display: none;
  color: #000000;
}

div.Story {
  text-align: left;
  width: 100%;
  color: #000000;
  font-family: Geneva,Arial,sans-serif;
  background-color: #ffffff;
  margin-bottom: 1.0em;
  padding: 0.5em;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}

/* Begin Rhubarb-specific css */
div.Keypad {
  text-align: left;
  width: 100%;
}

div.Keypad button {
  background-color: #ffffff;
  color: #000000;
  width: 2em;
}

/* End Rhubarb-specific css */
/* Begin Sequitur-specific css */
span.Choice {
  color: #000000;
}

table.ExerciseTable {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.0em;
}

button#ShowWholeText {
  display: none;
}

/* End Sequitur-specific css */
.FuncButton {
  text-align: center;
  border-style: solid;
  border-left-color: #eeeeee;
  border-top-color: #eeeeee;
  border-right-color: #6e6e6e;
  border-bottom-color: #6e6e6e;
  color: #000000;
  background-color: #dddddd;
  margin-right: 10px;
  border-width: 2px;
  padding: 3px 6px 3px 6px;
  cursor: pointer;
}

.FuncButtonUp {
  color: #dddddd;
  text-align: center;
  border-style: solid;
  border-left-color: #eeeeee;
  border-top-color: #eeeeee;
  border-right-color: #6e6e6e;
  border-bottom-color: #6e6e6e;
  background-color: #000000;
  color: #dddddd;
  border-width: 2px;
  padding: 3px 6px 3px 6px;
  cursor: pointer;
}

.FuncButtonDown {
  color: #dddddd;
  text-align: center;
  border-style: solid;
  border-left-color: #6e6e6e;
  border-top-color: #6e6e6e;
  border-right-color: #eeeeee;
  border-bottom-color: #eeeeee;
  background-color: #000000;
  color: #dddddd;
  border-width: 2px;
  padding: 3px 6px 3px 6px;
  cursor: pointer;
}

/*BeginNavBarStyle*/
div.NavButtonBar {
  background-color: #999999;
  text-align: center;
  margin: 2px 0px 2px 0px;
  clear: both;
  font-size: 100%;
}

.NavButton {
  border-style: solid;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
  background-color: #999999;
  color: #000000;
  border-width: 2px;
  cursor: pointer;
}

.NavButtonUp {
  border-style: solid;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
  color: #999999;
  background-color: #000000;
  border-width: 2px;
  cursor: pointer;
}

.NavButtonDown {
  border-style: solid;
  border-left-color: #4c4c4c;
  border-top-color: #4c4c4c;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  color: #999999;
  background-color: #000000;
  border-width: 2px;
  cursor: pointer;
}

/*EndNavBarStyle*/
/* Elements added from hp6.cs_ */
.FeedbackText {
  color: #000000;
}

div.Feedback {
  background-color: #ffffff;
  left: 33%;
  width: 34%;
  top: 33%;
  z-index: 1;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  text-align: center;
  color: #000000;
  position: absolute;
  display: none;
  font-size: 100%;
}

.activities {
  font-size: small;
}

/* ==========================================================================
   Mixins
   ========================================================================== */
/*
 * Mixin for clearfix
 * @include clearfix;
*/
/*
 * Mixin for basic CSS triangles
 * @include triangle(up, #000, 50px)
*/
/*
 * @font-face mixin
 * Bulletproof font-face via Font Squirrel
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
/* Transitions */
.site-footer#widget-area ul, ul.no-bullets, #main-navigation .container ul li, .lesson-excerpt ul.lesson-levels li, ul.menu li, ul.social {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* ==========================================================================
   Border-box all the things!
   ========================================================================== */
*,
:before,
:after {
  box-sizing: border-box;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

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

.clearfix:after {
  clear: both;
}

#featured-post.section {
  padding-top: 0;
  padding-bottom: 0;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: orange;
  text-shadow: none;
}

::selection {
  background: orange;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Layout
   ========================================================================== */
html,
body {
  min-height: 100%;
}

main {
  text-align: center;
}
@media (min-width: 320px) {
  main {
    text-align: left;
  }
}

.section {
  width: 100%;
  padding: 0 5%;
}
.section .container {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.section .container:before, .section .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.section .container:after {
  clear: both;
}
@media (min-width: 768px) {
  .section .container > header {
    text-align: center;
  }
  .section .container > header:before, .section .container > header:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .section .container > header:after {
    clear: both;
  }
}
.section .container > header > .intro {
  font-size: 1.25rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .section .container > header > .intro {
    width: 66.38655%;
    float: left;
    margin-right: -100%;
    margin-left: 16.80672%;
    clear: none;
  }
}
@media (min-width: 768px) {
  .section .container .intro, .section .container .outro {
    width: 66.38655%;
    float: left;
    margin-right: -100%;
    margin-left: 16.80672%;
    clear: none;
    text-align: center;
  }
}
.section .container .intro {
  margin-bottom: 3em;
}
.section .container .outro {
  margin-top: 3em;
}
.section .container #section-icon {
  margin-bottom: 3em;
}
.section .container > footer .read-more {
  text-align: right;
}
.section .container > footer .read-more.read-more--cta {
  padding-top: 2em;
  text-align: center;
}

/* Right sidebar */
.right-sidebar #primary {
  width: 100%;
}
@media (min-width: 768px) {
  .right-sidebar #primary {
    float: left;
    margin: 0 -25% 0 0;
  }
}

@media (min-width: 768px) {
  .right-sidebar .site-main {
    margin: 0 25% 0 0;
  }
}

@media (min-width: 768px) {
  .right-sidebar .site-content .widget-area {
    float: right;
    overflow: hidden;
    width: 25%;
  }
}

/* Left sidebar */
.left-sidebar #primary {
  width: 100%;
}
@media (min-width: 768px) {
  .left-sidebar #primary {
    float: left;
    margin: 0 -100% 0 0;
  }
}

@media (min-width: 768px) {
  .left-sidebar .site-main {
    margin-left: 25%;
  }
}

@media (min-width: 768px) {
  .left-sidebar .site-content .widget-area {
    float: left;
    overflow: hidden;
    width: 25%;
  }
}

.right-sidebar
ul.nav-menu li a {
  padding: 5px 0 10%;
}

/* Search */
input[type="search"] {
  background: transparent;
  border-width: 0;
  padding: 1em 10%;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
  /* Firefox 18- */
  color: red;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: red;
}

:-ms-input-placeholder {
  color: red;
}

a#search-toggle {
  float: left;
}

#work-categories {
  padding-top: 0;
  padding-bottom: 0;
}

.archive.tax-type .cover {
  padding-bottom: 3em;
}

.home #main-navigation-menu ul,
.home #search-toggle {
  z-index: 2;
}

.home #main-navigation-menu > ul {
  position: relative;
}

/* ==========================================================================
Layout
========================================================================== */
html,
body,
#page {
  height: 100%;
  /* Important for sticky footer */
}

.section {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section {
    padding: 0 3%;
  }
}

.container {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container .content-container {
  padding: .88rem 2%;
}
.container .content-container .boxed {
  border: 1px solid #c4c4b7;
  padding: 1rem 3%;
}

/* Sidebars */
.right-sidebar #main, .left-sidebar #main {
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 768px) {
  .right-sidebar #main, .left-sidebar #main {
    padding: 0 3%;
  }
}

/* Right sidebar */
.right-sidebar #primary {
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  .right-sidebar #primary {
    width: 66.66667%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
}
.right-sidebar #secondary {
  text-align: center;
}
@media (min-width: 768px) {
  .right-sidebar #secondary {
    width: 33.33333%;
    clear: right;
    float: right;
    margin-right: 0;
    padding: 0;
  }
}
.right-sidebar #secondary .container {
  padding: 0;
}

/* Left sidebar */
.left-sidebar #primary {
  width: 100%;
}
@media (min-width: 768px) {
  .left-sidebar #primary {
    float: left;
    margin: 0 -100% 0 0;
  }
}

@media (min-width: 768px) {
  .left-sidebar .site-main {
    margin-left: 25%;
  }
}

@media (min-width: 768px) {
  .left-sidebar #secondary {
    float: left;
    overflow: hidden;
    width: 25%;
  }
}

/* Menu */
ul.nav-menu li a {
  padding: 5px 0 10%;
}

/* Search */
input[type="search"] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHklEQVQIW2NkQAXGjEh8YyD7LEwAzAFJggTgHJAAAE+uAzjGgU3wAAAAAElFTkSuQmCC);
  background-repeat: repeat;
  border-width: 0;
  padding: 1em;
  margin-bottom: 1rem;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

a#search-toggle {
  float: left;
}

/* Right sidebar */
.media_block:before, .media_block:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.media_block:after {
  clear: both;
}
.media_block .media_block-text {
  width: 100%;
}
.media_block .media_block-image {
  text-align: center;
}
.media_block .media_block-image img {
  margin-bottom: 1em;
  max-width: 66px;
}

.non-featured-posts.section {
  padding-top: 0;
}
.non-featured-posts.section .container {
  margin-top: 0.7%;
}

@media (min-width: 768px) {
  .content-container.col-2-1 {
    width: 50%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .content-container.col-2-2 {
    width: 50%;
    clear: right;
    float: right;
    margin-right: 0;
  }
  .content-container.col-3-1 {
    width: 33.33333%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .content-container.col-3-2 {
    width: 33.33333%;
    clear: right;
    float: left;
    margin-right: 0%;
  }
  .content-container.col-3-3 {
    width: 33.33333%;
    clear: right;
    float: right;
    margin-right: 0;
  }
  .content-container.col-4-1 {
    width: 25%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .content-container.col-4-2 {
    width: 25%;
    clear: right;
    float: left;
    margin-right: 0%;
  }
  .content-container.col-4-3 {
    width: 25%;
    clear: right;
    float: left;
    margin-right: 0%;
  }
  .content-container.col-4-4 {
    width: 25%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}
small, .font_small, .site-info {
  font-size: 1rem;
}

.font_normal {
  font-size: 1.15rem;
}

body {
  font-family: "Lato", sans-serif;
  line-height: 1.25;
  font-size: 1.15rem;
}

.h6, h6 {
  font-size: 1.3225rem;
}

.h5, h5 {
  font-size: 1.52087rem;
}

.h4, h4 {
  font-size: 1.74901rem;
}

.h3, h3 {
  font-size: 2.01136rem;
}

.h2, h2 {
  font-size: 2.31306rem;
}

.h1, h1 {
  font-size: 2.66002rem;
}

html {
  font-size: 10.2px;
}
@media (min-width: 320px) {
  html {
    font-size: 10.8px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 11.4px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 12.6px;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 12.96px;
  }
}
@media (min-width: 1500px) {
  html {
    font-size: 13.2px;
  }
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-family: "Lato", sans-serif;
  margin: 1em 0;
  line-height: 1.25em;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  text-align: center;
}
.site-footer .container ul.menu {
  text-align: center;
}
.site-footer#widget-area .widget {
  background-color: transparent;
  border: none;
}
.site-footer#widget-area .widget:nth-of-type(3n+1) {
  width: 33.33333%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
}
.site-footer#widget-area .widget:nth-of-type(3n+2) {
  width: 33.33333%;
  float: left;
  margin-right: -100%;
  margin-left: 33.33333%;
  clear: none;
}
.site-footer#widget-area .widget:nth-of-type(3n+3) {
  width: 33.33333%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}
.site-footer#widget-area .widget a {
  display: inline;
  border-bottom: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.site-footer#widget-area .widget a:link {
  transition: all 0.3s ease-in-out;
}
.site-footer#widget-area .widget a:visited {
  transition: all 0.3s ease-in-out;
}
.site-footer#widget-area .widget a:hover {
  transition: all 0.3s ease-in-out;
}
.site-footer #back-to-top {
  margin-bottom: 1rem;
  font-size: 1.3225rem;
}
.site-footer #back-to-top i::before {
  content: '\f176';
}
.site-footer #back-to-top a {
  border-bottom: none;
}
@media (min-width: 768px) {
  .site-footer #back-to-top {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    text-align: right;
    margin-bottom: 0;
  }
}

#footer-widgets aside {
  padding: 1%;
}

.site-info {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .site-info {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    text-align: left;
    margin-bottom: 0;
    line-height: 48px;
  }
}
.site-info a {
  border-bottom: none;
}

#copyright {
  margin-bottom: 10px;
}

#signup h2 {
  margin-top: .5em;
}
#signup h2 i.fa-envelope {
  display: block;
}
@media (min-width: 768px) {
  #signup h2 i.fa-envelope {
    display: inline-block;
  }
}

#footer-navigation .menu {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.site-footer .social {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .site-footer .social {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    text-align: right;
    margin-bottom: 0;
    font-size: 1rem;
  }
}
.site-footer .social ul {
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer .social ul {
    text-align: right;
  }
}

body {
  background-color: #F2F2EF;
  text-align: left;
}

ol.inline {
  display: inline-block;
  padding: 0 20px;
}
ol.inline:before, ol.inline:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ol.inline:after {
  clear: both;
}
ol.inline li {
  float: left;
  margin: 0 10px;
  padding: 0 10px;
}
ol.upper-roman {
  list-style-type: upper-roman;
}
ol.lower-roman {
  list-style-type: lower-roman;
}
ol.upper-alpha {
  list-style-type: upper-alpha;
}
ol.lower-alpha {
  list-style-type: lower-alpha;
}
ol li {
  padding-bottom: .3rem;
}
ol li ol {
  padding: 1rem 0 1rem 1rem;
}

ul {
  margin: 1em 0;
  padding: 0 0 0 1em;
  text-align: left;
}
ul.inline {
  display: inline-block;
  padding: 0 20px;
}
ul.inline:before, ul.inline:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.inline:after {
  clear: both;
}
ul.inline li {
  float: left;
  margin: 0 10px;
  padding: 0 10px;
}

.gap {
  display: inline-block;
  width: 130px;
  border-bottom: 1px solid #c4c4b7;
}

.choices {
  font-style: italic;
}

.spaced-words {
  word-spacing: 10px;
}

.verysmall {
  font-size: 10px;
}

.section .section-header {
  color: #fff;
  background-color: #000077;
}

.container {
  background-color: #fff;
}
.container.section-header {
  color: #fff;
  background-color: #000077;
}
.container#lesson-archive {
  padding: 0;
  background-color: #FADDFE;
}

.site-header #branding {
  background-color: #fff;
}
@media (min-width: 768px) {
  .site-header #branding {
    text-align: left;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .site-header #branding {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

.site-header #branding h1 {
  margin: 0;
  font-family: "Times New Roman", serif;
}
.site-header #branding h1 a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
}
@media (min-width: 768px) {
  .site-header #branding h1 {
    font-size: 4.04556rem;
  }
}
.site-header #branding .tagline {
  margin: 0;
  padding-bottom: .5em;
  font-size: 1.15rem;
}
@media (min-width: 768px) {
  .site-header #branding .tagline {
    font-size: 1.52087rem;
  }
}
.site-header #ideas-activities-ebook {
  text-align: center;
  color: #770000;
  background-color: #DBFFD6;
  width: 50%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
}
@media (min-width: 768px) {
  .site-header #ideas-activities-ebook {
    width: 16.66667%;
    float: left;
    margin-right: -100%;
    margin-left: 66.66667%;
    clear: none;
  }
}
.site-header #more-free-lessons {
  text-align: center;
  background-color: #FADDFE;
  width: 50%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}
@media (min-width: 768px) {
  .site-header #more-free-lessons {
    width: 16.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
@media (min-width: 768px) {
  .site-header.layout-title-center .container .header-maincontent {
    width: 66.66667%;
    clear: right;
    float: left;
    margin-right: 0%;
  }
  .site-header.layout-title-center .container .header-subcontent-primary {
    width: 16.66667%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .site-header.layout-title-center .container .header-subcontent-secondary {
    width: 16.66667%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .site-header.layout-title-center #branding {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .site-header.layout-title-left .header-maincontent {
    width: 66.66667%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
}
@media (min-width: 768px) {
  .site-header.layout-title-left .header-subcontent-primary {
    width: 16.66667%;
    clear: right;
    float: left;
    margin-right: 0%;
  }
}
@media (min-width: 768px) {
  .site-header.layout-title-left .header-subcontent-secondary {
    width: 16.66667%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

#main-navigation .container {
  background-color: #000077;
  text-align: center;
}
#main-navigation .container ul li {
  display: inline;
}
#main-navigation .container ul li a {
  color: #fff;
}

@media (min-width: 768px) {
  #secondary {
    font-size: 1rem;
    border-left: 1px solid #ddd;
  }
}

main header {
  color: #fff;
  background-color: #000077;
}

.right-sidebar #secondary {
  background-color: #fff;
}

.link-menu {
  font-size: 13px;
  padding: 0 !important;
}
.link-menu:before, .link-menu:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.link-menu:after {
  clear: both;
}
.link-menu .link-menu-container {
  padding: 1em;
  background-color: #FADDFE;
}
.link-menu .link-menu-container:nth-child(even) {
  background-color: #DBFFD6;
}
.link-menu .link-menu-container ul {
  padding: 0 0 10px 0;
  margin: 0;
  list-style-position: inside;
}
@media (min-width: 480px) {
  .link-menu .link-menu-container {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .link-menu .link-menu-container {
    width: 33.333333333%;
  }
  .link-menu .link-menu-container:nth-child(even) {
    background-color: #DBFFD6;
  }
}
@media (min-width: 1024px) {
  .link-menu .link-menu-container {
    width: 16.666666667%;
  }
  .link-menu .link-menu-container:nth-child(even) {
    background-color: #DBFFD6;
  }
  .link-menu .link-menu-container:first-child {
    background-color: #fff;
  }
}
.link-menu h1, .link-menu h2, .link-menu h3, .link-menu h4, .link-menu h5, .link-menu h6 {
  color: #770000;
  margin: 3px 0;
}

.more-activities-link-menu {
  font-size: 13px;
  padding: 5px;
}
.more-activities-link-menu .link-menu-container {
  padding: 3px;
}
.more-activities-link-menu .link-menu-container ul {
  padding: 0 0 10px 0;
  margin: 0;
  list-style-position: inside;
}
.more-activities-link-menu h1, .more-activities-link-menu h2, .more-activities-link-menu h3, .more-activities-link-menu h4, .more-activities-link-menu h5, .more-activities-link-menu h6 {
  margin: 3px 0;
}
@media (min-width: 768px) {
  .more-activities-link-menu {
    padding: 0 !important;
  }
  .more-activities-link-menu:before, .more-activities-link-menu:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .more-activities-link-menu:after {
    clear: both;
  }
  .more-activities-link-menu .link-menu-container {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    width: 20%;
    float: left;
  }
  .more-activities-link-menu .link-menu-container:last-of-type {
    border: none;
  }
  .more-activities-link-menu .link-menu-container ul {
    padding: 5px;
  }
}

.long-ad-block.section .container {
  background-color: #F2F2EF;
  border-top: 3px solid #000077;
}

#theme-lessons.section .themes {
  background-color: #DBFFD6;
}
@media (min-width: 768px) {
  #theme-lessons.section .themes {
    width: 50%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
}
#theme-lessons.section .resource-book {
  background-color: #FFF1E0;
}
@media (min-width: 768px) {
  #theme-lessons.section .resource-book {
    width: 25%;
    clear: right;
    float: left;
    margin-right: 0%;
  }
}
#theme-lessons.section .facebook {
  background-color: #FADDFE;
}
@media (min-width: 768px) {
  #theme-lessons.section .facebook {
    width: 25%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

.section#search-more-lessons .search-form {
  text-align: left;
}
@media (min-width: 768px) {
  .section#search-more-lessons .search-form {
    width: 50%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
}
.section#search-more-lessons .search-form input[type="text"] {
  background: none !important;
  width: 100%;
  padding: .5rem;
  border: 2px solid #ccc;
  margin: 0 0 1rem 0;
}
.section#search-more-lessons .subscribe {
  background-color: #FFF1E0;
}
@media (min-width: 768px) {
  .section#search-more-lessons .subscribe {
    width: 25%;
    clear: right;
    float: left;
    margin-right: 0%;
  }
}
@media (min-width: 768px) {
  .section#search-more-lessons .mini-ads {
    width: 25%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

.facebook iframe {
  margin: 10px auto;
}

@media (min-width: 768px) {
  #footer-adverts.section .footer-ad-1 {
    width: 50%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
}
@media (min-width: 768px) {
  #footer-adverts.section .footer-ad-2 {
    width: 50%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

#primary footer {
  background-color: #FADDFE;
}

.lesson-excerpt {
  padding: 1.5em 0;
  border-bottom: 18px solid #000077;
  background-color: #FFF1E0;
}
.lesson-excerpt:nth-child(even) {
  background-color: #DBFFD6;
}
.lesson-excerpt article {
  padding: 1%;
  text-align: left;
}
.lesson-excerpt .thumbnail {
  float: left;
  margin-right: 10px;
}
.lesson-excerpt ul.lesson-levels {
  padding: 1em 0 0;
  margin: 0;
}
.lesson-excerpt ul.lesson-levels li {
  display: inline-block;
  margin: 0 5px !important;
}
@media (min-width: 768px) {
  .lesson-excerpt ul.lesson-levels li {
    margin: 0 5px 0 0 !important;
  }
}
.lesson-excerpt ul.lesson-levels li a {
  display: inline-block;
  background-color: #000077;
  font-size: .88em;
  padding: 2px 3px;
  color: #fff;
  text-decoration: none;
}

footer#colophon .container {
  background-color: #fff;
  border-top: 3px solid #000077;
}

.bg-grey {
  background-color: #F2F2EF;
}

.bg-white {
  background-color: #fff;
}

.bg-green {
  background-color: #DBFFD6;
}

.bg-pink {
  background-color: #FADDFE;
}

.bg-blue {
  background-color: #000077;
}

.bg-peach {
  background-color: #FFF1E0;
}

.bg-yellow {
  background-color: yellow;
}

ul.menu {
  margin: 0;
  padding: 0;
}
ul.menu li {
  display: block;
}
@media (min-width: 480px) {
  ul.menu li {
    display: inline;
  }
}
ul.menu li a {
  display: inline-block;
  padding: 1rem;
}
@media (min-width: 480px) {
  ul.menu li a {
    display: inline;
    padding: 0 .5rem;
  }
}
ul.social li {
  display: block;
  padding: .5rem;
}
ul.social li a {
  display: block;
  padding: 0 .5rem;
}
@media (min-width: 480px) {
  ul.pipes li:last-of-type::after, ul.pipes span:last-of-type::after {
    content: "";
  }
  ul.pipes li::after, ul.pipes li:first-of-type::after, ul.pipes span::after, ul.pipes span:first-of-type::after {
    content: " | ";
    color: #adad9b;
  }
}

header h3 {
  font-weight: bold;
  font-size: 1.52087rem;
  margin: 0 .33rem;
}

body.lesson .site-header #branding .site-title {
  font-size: 2.31306rem;
}
@media (min-width: 480px) {
  body.lesson .site-header #branding .site-title {
    font-size: 3.51788rem;
  }
}
body.lesson .site-header .header-subcontent-primary {
  color: #770000;
  text-align: center;
  font-weight: 800;
}

#ebook-ad-insert {
  text-align: center;
}
#ebook-ad-insert a {
  display: block;
}

#back-to-top {
  text-align: center;
}

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

#usps {
  font-size: 1.3225rem;
  font-weight: bold;
}

div.StdDiv {
  margin-bottom: 1em;
}

.paypal-forms {
  text-align: center;
}
.paypal-forms:before, .paypal-forms:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.paypal-forms:after {
  clear: both;
}
@media (min-width: 480px) {
  .paypal-forms form {
    float: left;
    width: 19.2%;
    margin-right: 1%;
  }
  .paypal-forms form:last-of-type {
    margin-right: 0;
  }
}
.paypal-forms form input {
  max-width: 100%;
}

.paypal-whatis {
  text-align: center;
}
.paypal-whatis img {
  max-width: 100%;
  height: auto;
}

.long-ad-block {
  text-align: center;
}

iframe#NewsWindow {
  border: #cccccc 1px solid;
  width: 100%;
  min-height: 300px;
}

#listening-speeds {
  text-align: center;
}

.tt {
  font-family: monospace;
}

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