/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* flex box */
/* line 70, ../sass/_mixins.scss */
.section-tc-course article .commerce-add-to-cart > div, .section-checkout #content .form-wrapper.checkout_review .pane-data-full .form-type-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@font-face {
  font-family: "british_council-bold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/british_council_bold.eot");
  src: url("../fonts/british_council_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/british_council_bold.woff") format("woff"), url("../fonts/british_council_bold.ttf") format("truetype"), url("../fonts/british_council_bold.svg#british_council_bold") format("svg");
}
@font-face {
  font-family: "british_council";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/british_council_regular.eot");
  src: url("../fonts/british_council_regular.eot?#iefix") format("embedded-opentype"), url("../fonts/british_council_regular.woff") format("woff"), url("../fonts/british_council_regular.ttf") format("truetype"), url("../fonts/british_council_regular.svg#british_council_regular") format("svg");
}
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 38, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: "british_council", Verdana, Tahoma, sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Remove default margin. */
/* line 126, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* line 137, ../sass/_normalize.scss */
a:link {
  text-decoration: none;
  color: inherit;
}

/* line 141, ../sass/_normalize.scss */
a:visited {
  text-decoration: none;
  color: inherit;
}

/* line 145, ../sass/_normalize.scss */
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

/* line 150, ../sass/_normalize.scss */
a:active {
  text-decoration: none;
  color: inherit;
}

/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 156, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 177, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 181, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 190, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 198, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 203, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 208, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 213, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 218, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 225, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/* Address styling not present in Safari 5 and Chrome. */
/* line 236, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 241, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* Address styling not present in IE 8/9. */
/* line 250, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 256, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 270, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 282, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 287, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 299, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 302, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 309, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

/* line 318, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 324, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 329, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 349, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  __width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 370, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 375, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 391, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.9125em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 406, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 421, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 451, ../sass/_normalize.scss */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 465, ../sass/_normalize.scss */
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.
 */
/* line 479, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 490, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 514, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 530, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 536, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 544, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 33, ../sass/layouts/_responsive.scss */
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 41, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* Containers for grid items and flow items. */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* Navigation bar */
@media all and (min-width: 480px) {
  /* line 60, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 3em;
    position: relative;
  }

  /* line 65, ../sass/layouts/_responsive.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
    position: absolute;
    top: 0;
    height: 3em;
    width: 100%;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 480px) and (max-width: 959px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 86, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 88, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 200%;
    margin-left: 100%;
    margin-right: -300%;
  }
  /* line 93, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 101, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  /* line 103, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 200%;
    margin-left: 0%;
    margin-right: -200%;
  }
  /* line 108, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 116, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Start a new row and span all 3 columns. */
  }
  /* line 118, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 200%;
    margin-left: 100%;
    margin-right: -300%;
  }
  /* line 123, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 128, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 300%;
    margin-left: 0%;
    margin-right: -300%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    /* Span 1 column, starting in the 1st column from left. */
    /* Span 1 column, starting in the 2nd column from left. */
    /* Span 1 column, starting in the 3rd column from left. */
  }
  /* line 134, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 138, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
  }
  /* line 143, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 100%;
    margin-left: 100%;
    margin-right: -200%;
  }
  /* line 147, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
  }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 960px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 164, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 166, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 400%;
    margin-left: 100%;
    margin-right: -500%;
  }
  /* line 171, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 179, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 181, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 400%;
    margin-left: 0%;
    margin-right: -400%;
  }
  /* line 186, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 400%;
    margin-right: -500%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 194, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 196, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 300%;
    margin-left: 100%;
    margin-right: -400%;
  }
  /* line 201, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 206, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 400%;
    margin-right: -500%;
  }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 65, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 81, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 88, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 93, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 98, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
/* line 105, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 111, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 118, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 123, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 128, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 136, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 140, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 150, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 156, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 170, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 174, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 185, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 197, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAK1UExURUxpcTeANy6LLjBwMP///////////////////zhvOMHPwVySXE5/TqfOp0t8S1OLU4iziDVqNS5sLoGngYuti8/Xz93m3f///0F7QTFwMf///5W8lTtyO////9Td1E6CTpe9l////zp+Oj1yPU18TSpoKk95T9vp2yxqLDR1NFKCUtLg0kB+QD52Pjx3PH2ifXKUcjiCOEWARViHWDqBOjqDOjp+OjlxOVCGUEZ8Rjx6PD1/PUWFRTeBN0KAQjqAOjqEOkV8RT1+PT18PTp+OjeJN0ZdRkOHQzl8OTyBPDuCOzx8PDlVOTaLNj59PjWCNTx9PDp/OkZ0Rv///yePJyeOJyiSKCiQKCiTKFuzWyeNJyeMJ1+2XyiRKEenR06rTlWvVVWwVSiHKCeDJzqdOlu0WymUKWC3YFCwUECiQFexVy57LimDKSqLKieJJyiMKC2DLSaLJimBKSh8KCh5KCaGJmewZ06jTiaMJilzKSqPKieAJyuRKzSPNDCWMIzEjEiiSCqUKiqTKtTp1HC1cMnOxnm6eS2PLS+XL/v9+/j8+MzlzDGYMYPBg/39/UGiQefq5v7//oKTezKXMl2VWXmGc2d9YGCVXEGjQYLAgvz+/MjOxSyWLI3GjTObM3aCbi+DLzylPC2MLTKQMimTKVCuUGGdXjKeMvn7+fb69nmQc1GpUTGJMS2LLT6hPv7+/lihVjqeOnSCbZrNmjKcMvb39i+ZLymVKSyPLGKhYC+YL1qoWS2RLcLHv0+sTy6ULk+rT2+DaG98ZzSGNEiqSGx/ZTydPDihODGaMZe8lT+kPzCRMECgQDKZMqWyoMrlyjWKNT+iPzeeN0emR3KTbDymPF+1X3eZcm5/Z1+zXzGTMVyuW1arVTGNMXOhbzCaMJqjlIvHi/T08qy1pzOZM0eoR0+uTzPpAFAAAABTdFJOUwAOC/0BIA8DAuklabsarbZe6ftjcCA0Bs/7BWrpEzW4GxWS1b39uUb9/bRJyNJeh4++nHH7msIJpWOZ4cxByvtTouKj/DgLV/yc/KEJOeM/4fsL/OYlKwAAAXNJREFUKM9jYCAbMOopGZpZOTChCZubmtTWzVu+64KXdxCyuK314oUZqenpqRlXbwX4IsRd7bcsjQGDazefPQn0h4m7OZ3NioSA2zfuZd3384FKOJ8+kpiYmAACVx49uP70ridEnMnl+L4Du+NBYMO54ODHdy55MIIl3A+fijt4aGccEKxaHxz88PLFNZZgCcc9Z47u3bpp2Yz+6a3BweczM9ctMgJL2O0/djI4eMX8KZMnBQevXL0xJaVdByxhs+PEts3BwX1Tp00IDu5tnNPRUyUBlrBYuz0tbW5wcPDs4ODupgggyOUDSxgvWALkzJwIlOpqCAOBbG6whIJmLIjXNis4uD42NjY8PJyZFyzBwl8A4oW3dDbXhIcAQQ4PB8SHojL5IH5IWXkoCCRxcsECS1gyCSQSBQZ5QgLw0JWS5iyKBoOKwmJBEXFEuLPLqWhUJpcmV5eoyouxo0ShrLq+mrKuloG2Ikaks7CxsrJxEE4cAMZGjXno0JXmAAAAAElFTkSuQmCC');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 212, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAGSUExURUxpcf///2ldK31uLF1RIlVVALyxi////1xPIVtPIWtgLn1sKXBjL35tK3NmMoFvLXtrKXhoJXdqNGFWJ2ZZLHJiIpODQ29fHXptNnZmJVhOI5aFQ4FzL3JiJVxSJ3RmI4+AQpmIRI96PY+AQYVzMHZnKoV2P4yAOYl7QGxfJ4J0QpB8O4t8QIN1O4l2N4Z1OX5xOIBxPIl7O4V3PV1RI25gKX9xOXptO/nHAPjHAPnIAvnHAfjHAfbFAe2+A4RvH7iYFlNOOOO3CVNNN09JNGxiO0tGMEdBLNiyFnVmK921EHBjMG1fLd61EtmzF3hqLXFjJtixFHJmM3xuN4FxNduyDcWjGMSiGmpgOW5fImVcO962E9mwCmpcKUA7JNmyGPbGAT86I9auEUU/KWdhSnttMfXEAlhSPPDBA1dRPEM9J/bFBMeiC3ZoN+7BDmhiS963FuK2COvAENmzG9+2FYBxNfjGAcijEN2yCt62FMulDdmyGsahD7CRFKKGFdmyGbaVE05GJp2CF8mjC8+nCk5GJcDQdoMAAAA4dFJOUwAY8mj3Ay4o9/fyau1Z7FV8fef29o9vk+aP+WtHuPmTth4ZsEW4/ijO5f4nytg4/uD+NNb45d/+63p+PQAAAQJJREFUGBmNwQVXwmAABdCHCnZ3d3c/N0aH3d3d3d3+b/dtigh4jvcC/5CbgZBKj9aLEEJJzelhRTGC1Z2Rx1UIUtsskXJjJQK13lFReF6PAC2d0tvLx7t80YDfOp746vU+8qYJv5QdSHzweJ4pb+TBX9YSee9y3ZJzKfCTOCqR107nCSkPxeNHwiDJ7Z2tTZIDcfAJ75Oomp2mSu6JxbeYbgpj4xR6w/AlqV+iMDVJQR5Ohi5thILFarVQmEiFJntBomCz223UzKRDZSxYpcbhdjuomc8xAihc26NOUahbXswEUL57dWlWdfmY91fyAZja2yJUUbpoTbUJKkNkEAP+9gkKdEHwcviVXAAAAABJRU5ErkJggg==');
  border-color: #ed5;
}

/* line 221, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAGDUExURf/////8/P/9/eBKSuReXuNXV+FPT0xpcf///////+NXV+JSUuRgYOl9fel6eudubuh1deZqaudtbed2dv///9QAANkeHul7e9cREel/f9srK9UDA+ZtbeRgYN04OOBGRuJTU/O4uNUICNgVFYdxcc3NzeyPj9TU1NXV1dwyMtQCAtYMDOfn5+dubuJRUaKgoKJZWaSjo6FeXszMzNUREa6uruh1deZsbKFlZdfX14l1ddmfn//+/tMDA6+vr5GCguPR0Z+dndglJap/f+qEhOBTU7g7O+ZqapOFha+urvXExPfS0vfR0dUFBayDg9IAANUGBuNgYOuMjJZtbbGwsPbIyJWIiN4+Pu6WluVtba6JifbLy9kfH9spKbm4uJeKirq5ubOysuFMTNgXF9wwMN9DQ8dzc901Nd02NuRhYdohId45OdssLORfX6qOjqiJibGOjqmMjOBKSt9AQN9mZuReXuViYuVjY+RdXeJSUuFNTeRcXOJVVeFycpCIiI+IiOBJSSWGZjkAAAAUdFJOU6mqqd7X2twAbQLZ3NfMzdHP0tHOFvI21gAAATpJREFUKM9tkmVXwzAUQDMY0BWGJmizFjZgiru7u7u7u9tP572Xbuj9kDT3nvb0JGFJiEtjMTQXKWZ7t9MmK04VpnzK0/3doTy9fXg2k1Vhyr/kxShThZF/zPmGKgz9h2GcrS8aQOTi/TVyhYWBv5byfMM/NymlXNoMv93IXSiMuXcsa2+N89KBXmtshvPwpWXtZ8J/OwOmaS5wKO3dgzAtb5nmQSKGVQ8wBcrfBsPsvMdzfEJhJR/paeHIUAAXRxS82UQz+o4uet6mEMpFGmoxNDbV4CJEIVgAVFXSl3i1rxVWQQoCqCgHWVgHQ7FvHNbR0NeJvkgYWKbtkIpvlJAXop7zYS/MGXAuTKdCXoj+EfTxDg03kcqoUEwo76Jt18UP0NsHpf/x0aPVf/vYZUhPsElzfF2Gf6/PJ0xMOj5tZps7AAAAAElFTkSuQmCC');
  border-color: #ed541d;
}

/* line 231, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 234, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 239, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 244, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 249, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 254, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 265, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 275, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 279, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 292, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 301, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 307, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 317, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 321, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 345, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 351, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 358, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 367, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 372, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 400, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 404, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 412, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 419, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 422, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 425, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABdUExURUxpccXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxf///8nJyfHx8dDQ0NTU1O3t7fj4+OLi4ubm5tvb2/T09Onp6fv7+9E8Wi0AAAARdFJOUwAgv2AQMJ/vgM+n0DJ3UECvADtg6QAAAH5JREFUGBkFwUFygzAQADDtYogDh/7/mZ22DLENrgQAIGCN2Jk/NwL1DfjOYaG+ZYpXPHUOi/Vgvbfsx5hlbSnQ9Xb8LtxSoJQnu8lLsaNT2togAbXvAySg+zwgXWDLAU1qIFYQFrNVPAPOS5IXouB8poA6d/jrkwC+PrZzwD8kozImhHrBCQAAAABJRU5ErkJggg==');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 440, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 445, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 452, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 462, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 472, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
/* line 479, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  __list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAPUExURUxpcYuLiwAAAL+/v8DAwCOyiKgAAAABdFJOUwBA5thmAAAAHUlEQVQIW2NgAAMlBQYGJhEhIOFsBCSEhaBiIAAAFswBS8NinWMAAAAASUVORK5CYII=');
  __list-style-type: square;
}

/* line 486, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  __list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURUxpcQAAAJpcoR0AAAABdFJOUwBA5thmAAAAEklEQVQIHWP4x1DDYMEgwAAGABSwAcMpj1VEAAAAAElFTkSuQmCC');
  __list-style-type: circle;
}

/* line 493, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  __list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURUxpcQAAAJpcoR0AAAABdFJOUwBA5thmAAAAEUlEQVQIHWNWYIZAKWYRZg4ABnwAzLcc8tcAAAAASUVORK5CYII=');
  /* LTR */
  __list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 502, ../sass/components/_misc.scss */
.menu a.active {
  __color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 511, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 523, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 551, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 556, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 562, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 565, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 572, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 582, ../sass/components/_misc.scss */
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 586, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
  position: relative;
}
/* line 594, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 600, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 607, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 614, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 620, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 625, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 631, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 636, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 642, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 654, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 660, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 664, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 669, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 677, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 682, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 685, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 689, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 695, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 710, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 715, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 721, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 732, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 743, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURUxpcQAAAJpcoR0AAAABdFJOUwBA5thmAAAAEklEQVQIHWP4x1DDYMEgwAAGABSwAcMpj1VEAAAAAElFTkSuQmCC');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 752, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURUxpcQAAAJpcoR0AAAABdFJOUwBA5thmAAAAEUlEQVQIHWNWYIZAKWYRZg4ABnwAzLcc8tcAAAAASUVORK5CYII=');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 759, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 771, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 774, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 777, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 786, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 795, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 798, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 804, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1536832656');
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* line 2, ../sass/components/_header.scss */
#mobile-region {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 2, ../sass/components/_header.scss */
  #mobile-region {
    display: block;
  }
}
/* line 7, ../sass/components/_header.scss */
#mobile-region #sidr-0-button {
  display: block;
}

/* line 9, ../sass/components/_header.scss */
.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span,
.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span,
.sidr ul li ul li.active > a,
.sidr ul li ul li.active > span,
.sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* line 24, ../sass/components/_header.scss */
#sidr-0 {
  background-color: #333333;
  -webkit-overflow-scrolling: touch;
}
/* line 27, ../sass/components/_header.scss */
#sidr-0 ul {
  margin: 0;
}
/* line 29, ../sass/components/_header.scss */
#sidr-0 .sidr-left-menu-close-button {
  display: block;
  background-color: #484848;
  height: 50px;
  cursor: pointer;
}
/* line 35, ../sass/components/_header.scss */
#sidr-0 .sidr-left-menu-close-button:before {
  content: 'Close';
  line-height: 50px;
  margin-left: 15px;
}
/* line 42, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-menu-menu-section-menu .sidr-class-block__title {
  display: none;
}
/* line 43, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-menu-menu-section-menu ul {
  border: none;
}
/* line 45, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-menu-menu-section-menu ul li {
  border: none;
}
/* line 46, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-menu-menu-section-menu ul .sidr-class-menu .sidr-class-menu {
  display: none;
}
/* line 50, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-menu-menu-section-menu > ul > li {
  background-color: #00843d;
  border-top: #4c88aa;
  border-bottom: #4c88aa;
}
/* line 54, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-menu-menu-section-menu > ul > li a {
  font-size: 14px;
  line-height: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
/* line 60, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-menu-menu-section-menu > ul > li > a:after {
  content: ">";
  float: right;
}
/* line 65, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-menu-menu-section-menu > ul > li > ul > li {
  background-color: #006747;
  border-top: #4c88aa;
}
/* line 68, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-menu-menu-section-menu > ul > li > ul > li a:hover, #sidr-0 #sidr-id-block-menu-menu-section-menu > ul > li > ul > li a:focus, #sidr-0 #sidr-id-block-menu-menu-section-menu > ul > li > ul > li a:active {
  color: #ffffff;
}
/* line 69, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-menu-menu-section-menu > ul > li > ul > li ul {
  margin-left: 15px;
}
/* line 71, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-menu-menu-section-menu > ul > li > ul > li.sidr-class-first {
  border-top: none;
}
/* line 78, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-menu-menu-section-menu .sidr-class-premium-service {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: underline;
}
/* line 83, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-menu-menu-section-menu .sidr-class-premium-service .sidr-class-ext {
  display: none;
}
/* line 90, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-system-user-menu--2 .sidr-class-contextual-links-wrapper {
  display: none;
}
/* line 91, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-system-user-menu--2 ul.sidr-class-menu {
  font-size: 13px;
  background-color: #858585;
  border: none;
}
/* line 95, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-system-user-menu--2 ul.sidr-class-menu li {
  border-color: #aaaaaa;
}
/* line 100, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-menu-menu-top-menu--2 .sidr-class-contextual-links-wrapper {
  display: none;
}
/* line 101, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-menu-menu-top-menu--2 ul.sidr-class-menu {
  font-size: 13px;
  border: none;
  text-align: center;
}
/* line 105, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-menu-menu-top-menu--2 ul.sidr-class-menu li {
  border: none;
}
/* line 106, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-menu-menu-top-menu--2 ul.sidr-class-menu li:nth-child(1) {
  background-color: #903779;
}
/* line 107, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-menu-menu-top-menu--2 ul.sidr-class-menu li:nth-child(2) {
  background-color: #9bcf00;
}
/* line 108, ../sass/components/_header.scss */
#sidr-0 #sidr-id-block-menu-menu-top-menu--2 ul.sidr-class-menu li:nth-child(3) {
  background-color: #ff6600;
}

/* line 115, ../sass/components/_header.scss */
#header-bar {
  width: 100%;
  border-bottom: 1px solid #afdca1;
  height: 33px;
  background-color: #00843d;
}
@media screen and (max-width: 768px) {
  /* line 115, ../sass/components/_header.scss */
  #header-bar {
    display: none;
  }
}
/* line 123, ../sass/components/_header.scss */
#header-bar .region-header-bar {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 12px;
}
/* line 129, ../sass/components/_header.scss */
#header-bar .region-header-bar ul {
  text-decoration: none;
  list-style-type: none;
  margin: 0;
}
/* line 134, ../sass/components/_header.scss */
#header-bar .region-header-bar .top-login-menu-block, #header-bar .region-header-bar #block-menu-menu-top-login-menu {
  float: left;
  width: 33%;
}
/* line 137, ../sass/components/_header.scss */
#header-bar .region-header-bar .top-login-menu-block ul, #header-bar .region-header-bar #block-menu-menu-top-login-menu ul {
  padding-left: 10px;
}
/* line 139, ../sass/components/_header.scss */
#header-bar .region-header-bar .top-login-menu-block ul li, #header-bar .region-header-bar #block-menu-menu-top-login-menu ul li {
  float: left;
  margin-right: 18px;
  padding: 5px 0;
  list-style-image: none;
}
@media screen and (max-width: 1023px) {
  /* line 139, ../sass/components/_header.scss */
  #header-bar .region-header-bar .top-login-menu-block ul li, #header-bar .region-header-bar #block-menu-menu-top-login-menu ul li {
    margin-right: 15px;
  }
  /* line 148, ../sass/components/_header.scss */
  #header-bar .region-header-bar .top-login-menu-block ul li:last-child, #header-bar .region-header-bar #block-menu-menu-top-login-menu ul li:last-child {
    margin-right: 0;
  }
}
/* line 155, ../sass/components/_header.scss */
#header-bar .region-header-bar .block-lang-dropdown {
  float: left;
  width: 16%;
  margin-bottom: 0;
  padding-top: 3px;
}
/* line 161, ../sass/components/_header.scss */
#header-bar .region-header-bar .block-lang-dropdown select.lang-dropdown-select-element {
  height: 25px;
}
/* line 165, ../sass/components/_header.scss */
#header-bar .region-header-bar #block-menu-menu-menu-top-menu {
  float: right;
  width: 51%;
}
/* line 168, ../sass/components/_header.scss */
#header-bar .region-header-bar #block-menu-menu-menu-top-menu ul li {
  float: right;
  border-right: 1px solid #afdca1;
  padding: 4px 12px;
  cursor: pointer;
  list-style-image: none;
}
/* line 175, ../sass/components/_header.scss */
#header-bar .region-header-bar #block-menu-menu-menu-top-menu li:nth-child(1):hover, #header-bar .region-header-bar #block-menu-menu-menu-top-menu li:nth-child(1):active {
  background-color: #903779;
  color: #ffffff;
}
/* line 179, ../sass/components/_header.scss */
#header-bar .region-header-bar #block-menu-menu-menu-top-menu li:nth-child(2):hover, #header-bar .region-header-bar #block-menu-menu-menu-top-menu li:nth-child(2):active {
  background-color: #006ec7;
  color: #ffffff;
}
/* line 183, ../sass/components/_header.scss */
#header-bar .region-header-bar #block-menu-menu-menu-top-menu li:nth-child(3):hover, #header-bar .region-header-bar #block-menu-menu-menu-top-menu li:nth-child(3):active {
  background-color: #f60;
  color: #ffffff;
}
/* line 187, ../sass/components/_header.scss */
#header-bar .region-header-bar #block-menu-menu-menu-top-menu li:last-child {
  border-left: 1px solid #afdca1;
}

/* line 195, ../sass/components/_header.scss */
.header-bg {
  width: 100%;
  background-color: #00843d;
  background-repeat: no-repeat;
  background-position: center 140%;
}
/* line 200, ../sass/components/_header.scss */
.header-bg .header-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 205, ../sass/components/_header.scss */
  .header-bg .header-wrapper .header {
    padding: 0 !important;
  }
}
/* line 207, ../sass/components/_header.scss */
.header-bg .header-wrapper .header__logo {
  width: 100%;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 1024px) {
  /* line 207, ../sass/components/_header.scss */
  .header-bg .header-wrapper .header__logo {
    padding: 10px;
  }
}
/* line 213, ../sass/components/_header.scss */
.header-bg .header-wrapper .header__logo img {
  float: left;
}
@media screen and (max-width: 1024px) {
  /* line 213, ../sass/components/_header.scss */
  .header-bg .header-wrapper .header__logo img {
    width: 80px;
  }
}
/* line 219, ../sass/components/_header.scss */
.header-bg .header-wrapper .header__logo .header__logo-seperate {
  float: left;
  height: 35px;
  margin-left: 40px;
  padding-top: 4px;
  padding-left: 40px;
  border-left: 1px solid #3AB312;
}
@media screen and (max-width: 767px) {
  /* line 219, ../sass/components/_header.scss */
  .header-bg .header-wrapper .header__logo .header__logo-seperate {
    display: none;
  }
}
/* line 230, ../sass/components/_header.scss */
.header-bg .header-wrapper .header__logo .header__slogan {
  float: right;
}
@media screen and (max-width: 1024px) {
  /* line 232, ../sass/components/_header.scss */
  .header-bg .header-wrapper .header__logo .header__slogan img {
    width: 140px;
  }
}

/* line 239, ../sass/components/_header.scss */
.sticky-only {
  display: none;
  float: left;
}

/* line 245, ../sass/components/_header.scss */
.is-sticky #navigation {
  clear: both;
  z-index: 10;
  background-color: #00843d;
  margin: 0;
  width: 100% !important;
  left: 0;
}
/* line 252, ../sass/components/_header.scss */
.is-sticky #navigation .region-navigation {
  display: none;
}
/* line 254, ../sass/components/_header.scss */
.is-sticky .sticky-only {
  display: block;
}
/* line 256, ../sass/components/_header.scss */
.is-sticky .logo {
  border-right: 1px solid #3AB312;
  background: url("../images/icon-sticky-logo.png") left center no-repeat;
  width: 125px;
  height: 30px;
  margin: 10px 5px;
}
/* line 263, ../sass/components/_header.scss */
.is-sticky #mobile-region {
  display: block;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
/* line 268, ../sass/components/_header.scss */
.is-sticky #mobile-region .menu-mobile-menu {
  background: url("../images/icon-sticky-menu.png") center center no-repeat;
  width: 22px;
  height: 30px;
}
/* line 275, ../sass/components/_header.scss */
.is-sticky .search {
  /*
  border-right: 1px solid #3AB312;
  background: url('../images/icon-sticky-search.png') left center no-repeat;
  width: 35px;
  */
  height: 30px;
  margin: 10px 0 10px 10px;
}
/* line 283, ../sass/components/_header.scss */
.is-sticky .search .block-search {
  float: initial !important;
  margin: 0 !important;
}
/* line 288, ../sass/components/_header.scss */
.is-sticky .title {
  height: 30px;
  margin: 5px 0 5px 10px;
  font-size: 13px;
  line-height: 30px;
  font-weight: normal;
  display: none;
}
/* line 296, ../sass/components/_header.scss */
.is-sticky .rating {
  float: right;
  font-size: 12px;
  text-align: center;
  margin-top: 2px;
}
/* line 301, ../sass/components/_header.scss */
.is-sticky .rating .fivestar-widget .star {
  width: 28px;
  height: 24px;
  background: none;
}
/* line 306, ../sass/components/_header.scss */
.is-sticky .rating .description {
  margin-top: 5px;
}
/* line 308, ../sass/components/_header.scss */
.is-sticky .sharing {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
}
/* line 312, ../sass/components/_header.scss */
.is-sticky .sharing .sharethis-wrapper > span:nth-child(1), .is-sticky .sharing .sharethis-wrapper > span:nth-child(2), .is-sticky .sharing .sharethis-wrapper > span:nth-child(3) {
  display: none;
}
/* line 313, ../sass/components/_header.scss */
.is-sticky .sharing .sharethis-buttons:nth-child(2) {
  display: none;
}
/* line 314, ../sass/components/_header.scss */
.is-sticky .sharing .sharethis-wrapper {
  margin-top: 0 !important;
}

@media screen and (min-width: 1024px) {
  /* line 319, ../sass/components/_header.scss */
  .node-type-article .is-sticky .title {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  /* line 323, ../sass/components/_header.scss */
  .is-sticky {
    display: none;
  }
}
/* line 326, ../sass/components/_header.scss */
#navigation-sticky-wrapper {
  clear: both;
  position: relative \9;
}

/* line 330, ../sass/components/_header.scss */
#navigation {
  position: static;
  color: #ffffff;
  font-size: 14px;
  height: 50px;
  padding: 0;
  /*top bar search form*/
}
/* line 336, ../sass/components/_header.scss */
#navigation .menu-mobile-home, #navigation .menu-mobile-search {
  display: none;
}
@media screen and (max-width: 1023px) {
  /* line 330, ../sass/components/_header.scss */
  #navigation {
    margin-bottom: 35px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  /* line 330, ../sass/components/_header.scss */
  #navigation {
    margin-bottom: 0;
    border-top: 1px solid #afdca1;
  }
  /* line 344, ../sass/components/_header.scss */
  #navigation > div {
    float: left;
    width: 33.3%;
    height: 100%;
    border-right: 1px solid #afdca1;
    border-top: 1px solid #afdca1;
    border-bottom: 1px solid #afdca1;
    text-align: center;
    cursor: pointer;
  }
  /* line 354, ../sass/components/_header.scss */
  #navigation > div:last-child {
    border-right: none;
  }
  /* line 355, ../sass/components/_header.scss */
  #navigation .region-navigation {
    display: none;
  }
  /* line 356, ../sass/components/_header.scss */
  #navigation .menu-mobile-menu {
    background: url("../images/icon-mobile-menu.png") center center no-repeat;
    display: block;
    height: 49px;
  }
  /* line 361, ../sass/components/_header.scss */
  #navigation .menu-mobile-home {
    background: url("../images/icon-mobile-home.png") center center no-repeat;
    display: block;
  }
  /* line 364, ../sass/components/_header.scss */
  #navigation .menu-mobile-home a {
    display: block;
    height: 100%;
  }
  /* line 369, ../sass/components/_header.scss */
  #navigation .menu-mobile-search {
    display: block;
  }
  /* line 371, ../sass/components/_header.scss */
  #navigation .menu-mobile-search #block-search-form {
    float: initial;
    background-color: #00843d;
  }
  /* line 374, ../sass/components/_header.scss */
  #navigation .menu-mobile-search #block-search-form .container-inline {
    background-color: transparent;
  }
  /* line 376, ../sass/components/_header.scss */
  #navigation .menu-mobile-search #block-search-form .container-inline .form-text {
    position: absolute;
    top: 104px;
    z-index: 7;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 4px 8px;
    font-size: 16px;
  }
  /* line 386, ../sass/components/_header.scss */
  #navigation .menu-mobile-search #block-search-form .container-inline .search_icon {
    margin: 0 auto;
  }
  /* line 387, ../sass/components/_header.scss */
  #navigation .menu-mobile-search #block-search-form .container-inline .form-submit {
    background: url("../images/icon-search2.png") -3px 0 no-repeat;
    height: 30px;
  }
}
/* line 397, ../sass/components/_header.scss */
#navigation .block-superfish .sf-menu {
  line-height: 50px;
}
/* line 399, ../sass/components/_header.scss */
#navigation .block-superfish .sf-menu > .sf-depth-1 {
  padding: 14px 13px;
  max-width: 170px;
  line-height: 17px;
}
@media screen and (max-width: 1023px) {
  /* line 399, ../sass/components/_header.scss */
  #navigation .block-superfish .sf-menu > .sf-depth-1 {
    padding: 0 8px;
    line-height: 21px;
  }
}
/* line 409, ../sass/components/_header.scss */
#navigation .block-superfish .sf-menu > .first {
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
/* line 414, ../sass/components/_header.scss */
#navigation .block-superfish .sf-menu > .first a {
  background: url("../images/icon-nav-home.png") no-repeat;
  width: 21px;
  height: 21px;
  text-indent: -9999px;
}
/* line 421, ../sass/components/_header.scss */
#navigation .block-superfish .sf-menu > li:hover, #navigation .block-superfish .sf-menu > li.sfHover {
  background-color: #006747;
}
/* line 424, ../sass/components/_header.scss */
#navigation .block-superfish .sf-menu > li > ul {
  display: none;
  background-image: none;
  background-color: #006747;
  border-radius: 0;
  margin-top: 10px;
}
/* line 430, ../sass/components/_header.scss */
#navigation .block-superfish .sf-menu > li > ul li {
  line-height: 16px;
}
/* line 432, ../sass/components/_header.scss */
#navigation .block-superfish .sf-menu > li > ul li a {
  padding: 7px 15px;
  font-size: 13px;
}
/* line 439, ../sass/components/_header.scss */
#navigation .block-superfish .sf-menu .premium-service {
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 450, ../sass/components/_header.scss */
#navigation .block-search {
  float: right;
  margin: 8px 0;
}
@media screen and (max-width: 1023px) {
  /* line 450, ../sass/components/_header.scss */
  #navigation .block-search {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 450, ../sass/components/_header.scss */
  #navigation .block-search {
    margin: 8px 0;
  }
}
/* line 462, ../sass/components/_header.scss */
#navigation .block-search .container-inline {
  background-color: #ffffff;
}
/* line 464, ../sass/components/_header.scss */
#navigation .block-search .container-inline .form-text {
  border: 0;
  font-size: 12px;
  padding: 8px;
  width: auto;
  height: 25px;
  display: none;
}
/* line 472, ../sass/components/_header.scss */
#navigation .block-search .container-inline .form-submit {
  border: none;
  background: url("../images/icon-search.png") no-repeat;
  background-color: transparent;
  background-size: 15px 15px;
  background-position: center center;
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  padding: 0;
  display: none;
}
/* line 484, ../sass/components/_header.scss */
#navigation .block-search .container-inline .search_icon {
  background: url("../images/icon-search2.png") no-repeat;
  background-color: #00843d;
  display: block;
  width: 25px;
  height: 25px;
}
/* line 493, ../sass/components/_header.scss */
#navigation .expanded .form-text {
  display: inline-block !important;
}
/* line 494, ../sass/components/_header.scss */
#navigation .expanded .form-submit {
  display: inline-block !important;
}
/* line 495, ../sass/components/_header.scss */
#navigation .expanded .search_icon {
  display: none !important;
}

/*slider*/
@media screen and (max-width: 768px) {
  /* line 503, ../sass/components/_header.scss */
  .header__region div {
    box-sizing: content-box;
  }
}
/* line 505, ../sass/components/_header.scss */
.header__region > #block-views-custom-blocks-block-1 {
  margin-bottom: 0;
}
/* line 506, ../sass/components/_header.scss */
.header__region .views_slideshow_cycle_main {
  color: #ffffff;
  float: left;
  width: 75%;
}
@media screen and (max-width: 1023px) {
  /* line 506, ../sass/components/_header.scss */
  .header__region .views_slideshow_cycle_main {
    width: 100%;
    min-height: 336px;
  }
  /* line 514, ../sass/components/_header.scss */
  .header__region .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row img {
    width: 100% !important;
    height: auto;
  }
}
/* line 520, ../sass/components/_header.scss */
.header__region .views_slideshow_cycle_main .views-field-nothing {
  position: absolute;
  top: 0;
  width: 270px;
  height: 100%;
  background: url("../images/slider_bg.png");
  font-size: 12px;
  line-height: 18px;
  padding: 20px 15px;
}
/* line 530, ../sass/components/_header.scss */
.header__region .views_slideshow_cycle_main .views-field-nothing span.field-content {
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
/* line 536, ../sass/components/_header.scss */
.header__region .views_slideshow_cycle_main .views-field-nothing span.field-content p {
  font-size: 12px;
  line-height: 18px;
}
/* line 541, ../sass/components/_header.scss */
.header__region .views_slideshow_cycle_main .views-field-nothing span.field-content p + a {
  font-size: 13px;
  background-color: #006747;
  padding: 8px 20px;
  border-radius: 20px;
  display: inline-block;
}
/* line 548, ../sass/components/_header.scss */
.header__region .views_slideshow_cycle_main .views-field-nothing span.field-content p + a:hover {
  background-color: #00573c;
}
@media screen and (max-width: 768px) {
  /* line 520, ../sass/components/_header.scss */
  .header__region .views_slideshow_cycle_main .views-field-nothing {
    position: static;
    box-sizing: border-box;
    top: initial;
    width: 98%;
    font-size: 11px;
    padding: 10px;
    margin: 0 auto;
    height: auto;
  }
  /* line 564, ../sass/components/_header.scss */
  .header__region .views_slideshow_cycle_main .views-field-nothing span.field-content {
    font-size: 15px;
    line-height: 18px;
  }
  /* line 569, ../sass/components/_header.scss */
  .header__region .views_slideshow_cycle_main .views-field-nothing p {
    margin: 8px 0;
  }
}
/* line 572, ../sass/components/_header.scss */
.header__region .views_slideshow_cycle_main .views-field-field-image-1 a {
  display: block;
}
/* line 577, ../sass/components/_header.scss */
.header__region .views-slideshow-cycle-main-frame {
  height: 340px !important;
}
@media screen and (max-width: 768px) {
  /* line 577, ../sass/components/_header.scss */
  .header__region .views-slideshow-cycle-main-frame {
    height: auto !important;
  }
  /* line 582, ../sass/components/_header.scss */
  .header__region .views-slideshow-cycle-main-frame > div {
    height: auto !important;
  }
}
/* line 588, ../sass/components/_header.scss */
.header__region .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row-item {
  height: 340px !important;
}
@media screen and (max-width: 768px) {
  /* line 588, ../sass/components/_header.scss */
  .header__region .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row-item {
    height: auto !important;
  }
}
/* line 596, ../sass/components/_header.scss */
.header__region .views-slideshow-controls-bottom {
  float: left;
  width: 25%;
  height: 100%;
  color: #ffffff;
  box-shadow: 2px 0px 6px #004c34;
}
@media screen and (max-width: 1023px) {
  /* line 596, ../sass/components/_header.scss */
  .header__region .views-slideshow-controls-bottom {
    display: none;
  }
}
/* line 606, ../sass/components/_header.scss */
.header__region .views-slideshow-controls-bottom .views-slideshow-pager-fields {
  background-color: #00843d;
  font-size: 14px;
}
/* line 610, ../sass/components/_header.scss */
.header__region .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item {
  height: 67px;
  line-height: 18px;
  cursor: pointer;
  padding: 0 15px;
  border-bottom: 1px solid #339d63;
  display: table;
  width: 100%;
}
/* line 618, ../sass/components/_header.scss */
.header__region .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item .views-field-field-tab {
  display: table-cell;
  vertical-align: middle;
}
/* line 624, ../sass/components/_header.scss */
.header__region .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item:last-child {
  border-bottom: none;
}
/* line 628, ../sass/components/_header.scss */
.header__region .views-slideshow-controls-bottom .views-slideshow-pager-fields .active {
  background-color: #006747;
  position: relative;
}
/* line 631, ../sass/components/_header.scss */
.header__region .views-slideshow-controls-bottom .views-slideshow-pager-fields .active .views-field-title {
  border: none;
}
/* line 634, ../sass/components/_header.scss */
.header__region .views-slideshow-controls-bottom .views-slideshow-pager-fields .active:before {
  content: "";
  position: absolute;
  z-index: 9;
  right: 100%;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 20px solid #006747;
  border-bottom: 35px solid transparent;
}

/*end slider*/
/*course detail*/
/* line 654, ../sass/components/_header.scss */
.node-type-teacher-training .header {
  position: relative;
  /*
  .teacher-training-field-site-structure-container {
  	font-size: 14px;
  	font-family: 'british_council-bold';
  	margin-top: 110px;
  	@media screen and (max-width: $mobile) { 
  		margin-top: 150px;
  	}
  }
  */
}
/* line 668, ../sass/components/_header.scss */
.node-type-teacher-training .header .page__title {
  font-size: 22px;
  font-family: 'british_council';
  margin-top: 85px;
  background: url("../images/trans_bg.png");
  padding: 4px 8px;
  float: left;
  height: 34px;
}
@media screen and (max-width: 768px) {
  /* line 668, ../sass/components/_header.scss */
  .node-type-teacher-training .header .page__title {
    margin-top: 150px;
    font-size: 19px;
  }
}
/* line 683, ../sass/components/_header.scss */
.node-type-teacher-training .header .article-sharethis-container {
  margin-bottom: 10px;
  margin-top: 20px;
  clear: both;
}
@media screen and (max-width: 768px) {
  /* line 689, ../sass/components/_header.scss */
  .node-type-teacher-training .header .article-sharethis-container .st_twitter_hcount, .node-type-teacher-training .header .article-sharethis-container .st_facebook_hcount, .node-type-teacher-training .header .article-sharethis-container .st_email_hcount {
    display: none;
  }
}
/* line 694, ../sass/components/_header.scss */
.node-type-teacher-training .header .article-sharethis-container .sharethis-wrapper {
  float: none;
}
/* line 697, ../sass/components/_header.scss */
.node-type-teacher-training .header .page-field_apply_url-container {
  position: absolute;
  right: 10px;
  bottom: 12px;
  width: 270px;
  text-align: center;
  font-size: 14px;
  font-family: 'british_council-bold';
  padding: 1px 0;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  background: #0071cd;
  background: -moz-linear-gradient(top, #0071cd 0%, #0070c6 46%, #00568c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0071cd), color-stop(46%, #0070c6), color-stop(100%, #00568c));
  background: -webkit-linear-gradient(top, #0071cd 0%, #0070c6 46%, #00568c 100%);
  background: -o-linear-gradient(top, #0071cd 0%, #0070c6 46%, #00568c 100%);
  background: -ms-linear-gradient(top, #0071cd 0%, #0070c6 46%, #00568c 100%);
  background: linear-gradient(to bottom, #0071cd 0%, #0070c6 46%, #00568c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071cd', endColorstr='#00568c', GradientType=0 );
}
/* line 715, ../sass/components/_header.scss */
.node-type-teacher-training .header .page-field_apply_url-container a {
  display: block;
}
@media screen and (max-width: 768px) {
  /* line 697, ../sass/components/_header.scss */
  .node-type-teacher-training .header .page-field_apply_url-container {
    position: static;
    width: 100%;
    border-top: 1px solid #000000;
  }
}
/* line 724, ../sass/components/_header.scss */
.node-type-teacher-training .header .page-field_apply_url-container:before {
  content: url("../images/icon-arrow-white.png");
  position: absolute;
  margin-left: 115px;
  margin-top: 2px;
}
/* line 731, ../sass/components/_header.scss */
.node-type-teacher-training .header .teacher-training-field-apply-url-container {
  position: relative;
  float: right;
  width: 328px;
  margin-top: -50px;
  text-align: center;
  background: #0073cb;
  background: -moz-linear-gradient(top, #0073cb 0%, #01578c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0073cb), color-stop(100%, #01578c));
  background: -webkit-linear-gradient(top, #0073cb 0%, #01578c 100%);
  background: -o-linear-gradient(top, #0073cb 0%, #01578c 100%);
  background: -ms-linear-gradient(top, #0073cb 0%, #01578c 100%);
  background: linear-gradient(to bottom, #0073cb 0%, #01578c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0073cb', endColorstr='#01578c', GradientType=0 );
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
}
/* line 746, ../sass/components/_header.scss */
.node-type-teacher-training .header .teacher-training-field-apply-url-container a {
  display: block;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  /* line 731, ../sass/components/_header.scss */
  .node-type-teacher-training .header .teacher-training-field-apply-url-container {
    width: 100px;
    margin-top: -35px;
    margin-right: 10px;
  }
  /* line 754, ../sass/components/_header.scss */
  .node-type-teacher-training .header .teacher-training-field-apply-url-container a {
    padding: 2px 0;
  }
}
/* line 757, ../sass/components/_header.scss */
.node-type-teacher-training .header .teacher-training-field-apply-url-container:after {
  content: url("../images/icon-apply-arrow.png");
  position: absolute;
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  /* line 757, ../sass/components/_header.scss */
  .node-type-teacher-training .header .teacher-training-field-apply-url-container:after {
    top: 2px;
  }
}

/*end course detail*/
/* external lnink icon */
/* line 773, ../sass/components/_header.scss */
a.ext span.ext {
  background: url("../images/ext_link_green1.svg") center no-repeat;
  background-size: 16px;
  width: 17px;
  height: 17px;
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
  margin-left: 6px;
}

/* line 784, ../sass/components/_header.scss */
.sidebars a.ext span.ext {
  background: url("../images/ext_link_white.svg") center no-repeat;
  background-size: 16px;
}

/*for admin mode*/
/* line 2, ../sass/components/_main.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  font-size: 13px;
  list-style-image: none;
  margin-top: 4px;
}

/*end for admin mode*/
/*common styles*/
/* line 13, ../sass/components/_main.scss */
.showit {
  display: block !important;
}

/* line 14, ../sass/components/_main.scss */
#page {
  width: 100%;
  max-width: none;
}

/* line 18, ../sass/components/_main.scss */
div {
  box-sizing: border-box;
}

/* line 19, ../sass/components/_main.scss */
h1 {
  font-size: 1.5em;
}

/* line 20, ../sass/components/_main.scss */
.page__title {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  /* line 20, ../sass/components/_main.scss */
  .page__title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 33, ../sass/components/_main.scss */
.page__title + div + div.block-views > div.view > .attachment .views-field-description p {
  margin-top: 0;
}

/* line 41, ../sass/components/_main.scss */
h3 {
  margin: 16px 0 8px 0;
  color: #00843d;
}

/* line 45, ../sass/components/_main.scss */
h4 {
  margin: 10px 0 6px 0;
  color: #00843d;
  font-size: 14px;
  line-height: 16px;
}

/* line 52, ../sass/components/_main.scss */
form {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  background-color: #fafafa;
  padding: 0 20px;
}
/* line 59, ../sass/components/_main.scss */
.block-search form {
  padding: 0;
}
@media screen and (max-width: 768px) {
  /* line 59, ../sass/components/_main.scss */
  .block-search form {
    background-color: transparent;
  }
}
/* line 67, ../sass/components/_main.scss */
.block-lang-dropdown form {
  padding: 0;
  background-color: transparent;
}
/* line 72, ../sass/components/_main.scss */
form#ctools-jump-menu--2 {
  padding: 0;
  background-color: transparent;
}

/* line 78, ../sass/components/_main.scss */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* line 85, ../sass/components/_main.scss */
input, button {
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 10px;
  width: 100%;
}
/* line 92, ../sass/components/_main.scss */
input[type="submit"].form-submit, button[type="submit"].form-submit {
  padding: 8px 15px;
  background: #00843d;
  color: #fff;
  border: 0;
}
/* line 97, ../sass/components/_main.scss */
input[type="submit"].form-submit:hover, button[type="submit"].form-submit:hover {
  background: #037739;
}
/* line 100, ../sass/components/_main.scss */
input[type="submit"].form-submit:active, button[type="submit"].form-submit:active {
  background: #006747;
}
/* line 106, ../sass/components/_main.scss */
input[type="checkbox"], input[type="radio"], button[type="checkbox"], button[type="radio"] {
  opacity: 0;
  height: auto;
  width: auto;
  position: absolute;
  opacity: 0;
  bottom: 5px;
  left: 5px;
}
/* line 115, ../sass/components/_main.scss */
input[type="checkbox"] + label,
input[type="checkbox"] + div label, input[type="radio"] + label,
input[type="radio"] + div label, button[type="checkbox"] + label,
button[type="checkbox"] + div label, button[type="radio"] + label,
button[type="radio"] + div label {
  display: block;
  position: relative;
  padding-left: 40px;
  margin: 20px 0;
  pointer-events: none;
}
/* line 123, ../sass/components/_main.scss */
input[type="checkbox"] + label:before, input[type="checkbox"] + label:after,
input[type="checkbox"] + div label:before,
input[type="checkbox"] + div label:after, input[type="radio"] + label:before, input[type="radio"] + label:after,
input[type="radio"] + div label:before,
input[type="radio"] + div label:after, button[type="checkbox"] + label:before, button[type="checkbox"] + label:after,
button[type="checkbox"] + div label:before,
button[type="checkbox"] + div label:after, button[type="radio"] + label:before, button[type="radio"] + label:after,
button[type="radio"] + div label:before,
button[type="radio"] + div label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: auto;
  transition: all .2s;
}
/* line 135, ../sass/components/_main.scss */
input[type="checkbox"] + label:before,
input[type="checkbox"] + div label:before, input[type="radio"] + label:before,
input[type="radio"] + div label:before, button[type="checkbox"] + label:before,
button[type="checkbox"] + div label:before, button[type="radio"] + label:before,
button[type="radio"] + div label:before {
  width: 30px;
  height: 30px;
  background-color: #fff;
}
/* line 141, ../sass/components/_main.scss */
input[type="checkbox"] + label:after,
input[type="checkbox"] + div label:after, input[type="radio"] + label:after,
input[type="radio"] + div label:after, button[type="checkbox"] + label:after,
button[type="checkbox"] + div label:after, button[type="radio"] + label:after,
button[type="radio"] + div label:after {
  left: 8px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  box-shadow: 0 0 0 1px #b1bb9f;
  border: 2px solid #fff;
}
/* line 151, ../sass/components/_main.scss */
input[type="checkbox"] + label:hover:after,
input[type="checkbox"] + div label:hover:after, input[type="radio"] + label:hover:after,
input[type="radio"] + div label:hover:after, button[type="checkbox"] + label:hover:after,
button[type="checkbox"] + div label:hover:after, button[type="radio"] + label:hover:after,
button[type="radio"] + div label:hover:after {
  box-shadow: 0 0 0 1px #00843d !important;
}
/* line 161, ../sass/components/_main.scss */
input[type="checkbox"][type="radio"] + label:before, input[type="checkbox"][type="radio"] + label:after, input[type="radio"][type="radio"] + label:before, input[type="radio"][type="radio"] + label:after, button[type="checkbox"][type="radio"] + label:before, button[type="checkbox"][type="radio"] + label:after, button[type="radio"][type="radio"] + label:before, button[type="radio"][type="radio"] + label:after {
  border-radius: 999px;
}
/* line 169, ../sass/components/_main.scss */
input[type="checkbox"][type="radio"]:checked + label:after, input[type="radio"][type="radio"]:checked + label:after, button[type="checkbox"][type="radio"]:checked + label:after, button[type="radio"][type="radio"]:checked + label:after {
  background-color: #00843d;
  box-shadow: 0 0 0 1px #00843d;
}
/* line 182, ../sass/components/_main.scss */
input[type="checkbox"][type="checkbox"]:checked + label:after,
input[type="checkbox"][type="checkbox"]:checked + div label:after, input[type="radio"][type="checkbox"]:checked + label:after,
input[type="radio"][type="checkbox"]:checked + div label:after, button[type="checkbox"][type="checkbox"]:checked + label:after,
button[type="checkbox"][type="checkbox"]:checked + div label:after, button[type="radio"][type="checkbox"]:checked + label:after,
button[type="radio"][type="checkbox"]:checked + div label:after {
  background-color: #00843d;
  box-shadow: 0 0 0 1px #00843d;
}

/* line 192, ../sass/components/_main.scss */
select {
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 10px;
  width: 100%;
  border-radius: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 20 20' enable-background='new 0 0 20 20' xml:space='preserve'><path d='M10,1L5,8h10L10,1z M10,19l5-7H5L10,19z'/></svg>") right 10px top 50% no-repeat #fff;
  background-size: 20px 20px;
  padding-right: 40px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 207, ../sass/components/_main.scss */
select[multiple="multiple"] {
  background: #fff;
  padding-right: 10px;
}
/* line 212, ../sass/components/_main.scss */
.block-lang-dropdown select {
  background-size: 13px 13px;
  background-position: right 3px top 50%;
}

/* line 218, ../sass/components/_main.scss */
.form-textarea-wrapper textarea {
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  resize: none;
}

/* line 225, ../sass/components/_main.scss */
body #header {
  background-image: none;
  color: #ffffff;
}

/* line 229, ../sass/components/_main.scss */
ul {
  padding-left: 15px;
  margin: 0;
}
/* line 232, ../sass/components/_main.scss */
ul li {
  list-style-image: url("../images/icon-list-dot.png");
}

/* line 237, ../sass/components/_main.scss */
form .form-item #edit-campaignmonitor-lists + div.formtips-processed {
  display: block !important;
  position: relative;
  background: none;
  border: none;
  padding: 0;
  opacity: 1;
  color: #000;
}

/* line 247, ../sass/components/_main.scss */
fieldset {
  padding: 0;
  margin: 20px 0;
  border: 0;
}
/* line 252, ../sass/components/_main.scss */
fieldset legend {
  background: #00843d;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  padding: 15px 20px;
}
/* line 260, ../sass/components/_main.scss */
fieldset .fieldset-wrapper {
  display: inline-block;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e8f0d8;
  width: 100%;
}
/* line 267, ../sass/components/_main.scss */
fieldset .fieldset-wrapper .form-item {
  position: relative;
}
/* line 271, ../sass/components/_main.scss */
form fieldset .fieldset-wrapper {
  padding: 0 20px;
}
/* line 277, ../sass/components/_main.scss */
fieldset.collapsible legend {
  display: block;
  width: 100%;
  padding: 0;
}
/* line 282, ../sass/components/_main.scss */
fieldset.collapsible legend a {
  display: block;
  padding: 15px 50px 15px 20px;
  color: #fff;
  background-color: #006747;
  position: relative;
  box-sizing: border-box;
}
/* line 290, ../sass/components/_main.scss */
#content fieldset.collapsible legend a {
  color: #fff;
}
/* line 294, ../sass/components/_main.scss */
fieldset.collapsible legend a:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/minus.png") center no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 308, ../sass/components/_main.scss */
fieldset.collapsible .fieldset-legend {
  display: block;
  height: auto;
  padding: 0;
  background: none;
}
/* line 314, ../sass/components/_main.scss */
html.js fieldset.collapsible .fieldset-legend {
  padding: 0;
  background: none;
}
/* line 320, ../sass/components/_main.scss */
fieldset.collapsed {
  height: auto;
}
/* line 323, ../sass/components/_main.scss */
html.js fieldset.collapsed {
  height: auto;
}
/* line 327, ../sass/components/_main.scss */
fieldset.collapsed legend a {
  background-color: #00843d;
}
/* line 331, ../sass/components/_main.scss */
fieldset.collapsed legend a:before {
  background: url("../images/add.png") center no-repeat;
}
/* line 337, ../sass/components/_main.scss */
fieldset .summary:empty {
  display: none;
}

/* line 344, ../sass/components/_main.scss */
.form-item label {
  font-weight: normal;
  margin-bottom: 5px;
}
/* line 348, ../sass/components/_main.scss */
.form-item .password-suggestions.description {
  position: relative;
  color: #000;
  width: 100%;
  border: 1px solid #be7;
  background-color: #fffce5;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
}
/* line 358, ../sass/components/_main.scss */
.form-item .password-suggestions.description ul {
  font-size: 11px;
  line-height: 1.5;
  margin-top: 5px;
  font-weight: normal;
}

/* line 367, ../sass/components/_main.scss */
.form-actions {
  margin: 20px 0;
  text-align: center;
}
/* line 371, ../sass/components/_main.scss */
.form-actions input {
  max-width: 250px;
  border-radius: 999px;
}

/* line 378, ../sass/components/_main.scss */
.contextual-links-wrapper ul li:before {
  content: none !important;
}

/* line 381, ../sass/components/_main.scss */
.triangle {
  list-style-image: url("../images/icon-list-tr-down.png");
}

/* line 382, ../sass/components/_main.scss */
.tabs-primary ul li {
  list-style-image: none !important;
}

/* line 385, ../sass/components/_main.scss */
.print_html a {
  display: block;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url("../images/icon-print.png") center center no-repeat;
}
/* line 391, ../sass/components/_main.scss */
.print_html a img {
  display: none;
}

/* line 394, ../sass/components/_main.scss */
.ui-dialog .ui-dialog-content {
  padding: 0;
}
/* line 397, ../sass/components/_main.scss */
.ui-dialog .ui-dialog-titlebar {
  font-size: 14px;
}

/* line 402, ../sass/components/_main.scss */
.no-sidebars #content {
  width: 100% !important;
}

/* line 404, ../sass/components/_main.scss */
.field-type-text-long,
.field-type-text-with-summary {
  font-size: 16px;
  line-height: 20px;
}
/* line 409, ../sass/components/_main.scss */
.field-type-text-long h4,
.field-type-text-with-summary h4 {
  margin-top: 30px;
}
/* line 410, ../sass/components/_main.scss */
.field-type-text-long ul,
.field-type-text-with-summary ul {
  padding-left: 25px;
}
/* line 411, ../sass/components/_main.scss */
.field-type-text-long li,
.field-type-text-with-summary li {
  margin-bottom: 12px;
}
/* line 412, ../sass/components/_main.scss */
.field-type-text-long p,
.field-type-text-with-summary p {
  margin: 12px 0;
}

/* line 415, ../sass/components/_main.scss */
.breadcrumb {
  clear: both;
  color: #037739;
  font-size: 14.4px;
  margin-bottom: 24px;
}
/* line 421, ../sass/components/_main.scss */
.breadcrumb .delimiter {
  margin: 0 5px;
}
/* line 425, ../sass/components/_main.scss */
.breadcrumb a:hover {
  text-decoration: underline;
  color: #006747;
}
@media screen and (max-width: 768px) {
  /* line 415, ../sass/components/_main.scss */
  .breadcrumb {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 436, ../sass/components/_main.scss */
#main {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 20px;
  clear: both;
}
@media screen and (max-width: 768px) {
  /* line 436, ../sass/components/_main.scss */
  #main {
    padding-top: 30px;
    max-width: 100%;
  }
}

/* line 449, ../sass/components/_main.scss */
article a:visited, article a:link {
  color: #00843d;
}

/* line 454, ../sass/components/_main.scss */
.view-mode-full a:link:hover {
  text-decoration: underline;
}

/* line 459, ../sass/components/_main.scss */
p.rteindent1 {
  margin-left: 40px;
}

/* line 464, ../sass/components/_main.scss */
.field-name-field-viddler-video iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 467, ../sass/components/_main.scss */
  .field-name-field-viddler-video object {
    width: 100%;
  }
}

/* line 471, ../sass/components/_main.scss */
.horizontal-tabs ul.horizontal-tabs-list li,
.flex-direction-nav li {
  list-style-image: none;
}

@media screen and (max-width: 768px) {
  /* line 475, ../sass/components/_main.scss */
  #header,
  #content,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 485, ../sass/components/_main.scss */
  #navigation {
    padding-left: 0 !important;
    max-width: 100%;
  }

  /* line 491, ../sass/components/_main.scss */
  .not-front #content {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 496, ../sass/components/_main.scss */
  .not-front .print_html {
    display: none;
  }
}
/* line 501, ../sass/components/_main.scss */
.field-collection-view-links .edit, .field-collection-view-links .delete {
  list-style-image: none;
  border: 1px solid #00843d;
  padding-left: 10px;
  margin-top: 10px;
}

/* line 509, ../sass/components/_main.scss */
.flex-direction-nav a:before {
  margin-top: 10px;
}

/* line 513, ../sass/components/_main.scss */
.viddler-app-wrap div.viddler-embed div.media-gui div.bottom,
.viddler-app-wrap div.viddler-embed div.media-gui div.top {
  z-index: 1 !important;
}

/* line 518, ../sass/components/_main.scss */
#quick-level-test {
  width: 1px;
  min-width: 100%;
  height: 550px;
}
@media screen and (max-width: 768px) {
  /* line 518, ../sass/components/_main.scss */
  #quick-level-test {
    height: 760px;
  }
}

/*end common styles*/
/* common accordion */
/* line 533, ../sass/components/_main.scss */
.field-collection-container {
  border: 0;
}
/* line 536, ../sass/components/_main.scss */
.field-collection-container .action-links-field-collection-add {
  padding-left: 0 !important;
  float: none;
}
/* line 540, ../sass/components/_main.scss */
.field-collection-container .action-links-field-collection-add li {
  list-style-image: none;
  list-style-type: none;
  float: left;
  background-color: #00843d;
  padding: 2px 14px;
}
/* line 546, ../sass/components/_main.scss */
.field-collection-container .action-links-field-collection-add li a {
  color: #ffffff !important;
}

/* line 551, ../sass/components/_main.scss */
.field-group-accordion-wrapper {
  margin: 20px 0;
}
/* line 555, ../sass/components/_main.scss */
.field-group-accordion-wrapper.ui-accordion .ui-accordion-header {
  padding: 15px 20px;
}
/* line 557, ../sass/components/_main.scss */
.field-group-accordion-wrapper.ui-accordion .ui-accordion-header:hover, .field-group-accordion-wrapper.ui-accordion .ui-accordion-header:focus {
  text-decoration: underline;
}
/* line 560, ../sass/components/_main.scss */
.field-group-accordion-wrapper.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  left: auto;
  right: 20px;
}
/* line 567, ../sass/components/_main.scss */
.field-group-accordion-wrapper > h3 {
  background-color: #00843d;
  background-image: none;
  border-radius: 0;
  color: #ffffff;
  padding: 8px 14px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: normal;
  border: none;
}
/* line 578, ../sass/components/_main.scss */
.field-group-accordion-wrapper > h3 a {
  color: #ffffff !important;
}
/* line 579, ../sass/components/_main.scss */
.field-group-accordion-wrapper > h3 .ui-icon {
  background: url("../images/icon-plus.svg") center center no-repeat;
  background-size: 15px 15px;
}
/* line 585, ../sass/components/_main.scss */
.field-group-accordion-wrapper > h3.ui-state-active {
  background: #006747;
}
/* line 587, ../sass/components/_main.scss */
.field-group-accordion-wrapper > h3.ui-state-active .ui-icon {
  background: url("../images/icon-minus.svg") center center no-repeat;
  background-size: 15px 15px;
}
/* line 593, ../sass/components/_main.scss */
.field-group-accordion-wrapper .field-group-accordion-item {
  background: #e8f0d8;
  padding: 14px;
  border: none;
  height: auto !important;
}
/* line 599, ../sass/components/_main.scss */
.field-group-accordion-wrapper .field-group-accordion-item iframe {
  min-height: 550px;
}
/* line 604, ../sass/components/_main.scss */
.field-group-accordion-wrapper .field-group-accordion-item p {
  margin: 10px 0;
}

/* end common accordion */
/* common table */
/* line 612, ../sass/components/_main.scss */
table {
  width: 100%;
  border: 0;
}
/* line 616, ../sass/components/_main.scss */
table th, table td {
  padding: 16px 20px;
  border: 1px solid #ffffff;
  background-color: #f1f1f1;
}
/* line 624, ../sass/components/_main.scss */
table thead th {
  background-color: #e1e1e1;
  text-align: left;
  font-weight: normal;
}
/* line 652, ../sass/components/_main.scss */
table a {
  color: #00843d;
  font-weight: bold;
}
/* line 656, ../sass/components/_main.scss */
table a:hover {
  text-decoration: underline;
}
/* line 660, ../sass/components/_main.scss */
table a:link, table a:visited {
  color: #00843d;
}

/* end common table */
/* common widget */
/* line 671, ../sass/components/_main.scss */
.rate-widget {
  margin-top: 10px;
}
/* line 674, ../sass/components/_main.scss */
.rate-widget > div {
  float: left;
  clear: none;
  line-height: 24px;
  margin-right: 10px;
  color: #ffffff;
}
/* line 681, ../sass/components/_main.scss */
.rate-widget > div ul {
  padding-left: 0;
}
/* line 686, ../sass/components/_main.scss */
.rate-widget .rate-fivestar-btn-filled {
  background: url("../images/elt.png") -1px -29px no-repeat;
  width: 22px;
  height: 22px;
}
/* line 692, ../sass/components/_main.scss */
.rate-widget .rate-fivestar-btn-empty {
  background: url("../images/elt.png") -1px -3px no-repeat;
  width: 22px;
  height: 22px;
}

/* end common widget */
/* line 704, ../sass/components/_main.scss */
#content {
  width: 66% !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  /* line 704, ../sass/components/_main.scss */
  #content {
    float: initial !important;
    width: auto !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 704, ../sass/components/_main.scss */
  #content {
    width: 100% !important;
  }
}
/* line 716, ../sass/components/_main.scss */
#content p a,
#content p a:visited,
#content p a:link {
  color: #00843d;
  font-family: 'british_council-bold';
}
/* line 721, ../sass/components/_main.scss */
#content p a:hover,
#content p a:visited:hover,
#content p a:link:hover {
  color: #006747;
  text-decoration: underline;
}
/* line 728, ../sass/components/_main.scss */
#content .news_block > .view-taxonomy-blocks > .view-content {
  overflow: auto;
}
/* line 731, ../sass/components/_main.scss */
#content .news_block > .view-taxonomy-blocks > .view-content > .views-row {
  float: left;
  width: 49%;
  height: 370px;
  overflow: hidden;
  margin-right: 2%;
  margin-bottom: 10px;
  box-sizing: border-box;
}
/* line 740, ../sass/components/_main.scss */
#content .news_block > .view-taxonomy-blocks > .view-content > .views-row:hover .views-field-title {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  /* line 731, ../sass/components/_main.scss */
  #content .news_block > .view-taxonomy-blocks > .view-content > .views-row {
    height: auto;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  /* line 731, ../sass/components/_main.scss */
  #content .news_block > .view-taxonomy-blocks > .view-content > .views-row {
    width: 100%;
    margin-right: 0;
  }
}
/* line 753, ../sass/components/_main.scss */
#content .news_block > .view-taxonomy-blocks > .view-content > .views-row .views-field-name {
  font-size: 11px;
  color: #00843d;
}
@media screen and (max-width: 768px) {
  /* line 753, ../sass/components/_main.scss */
  #content .news_block > .view-taxonomy-blocks > .view-content > .views-row .views-field-name {
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'british_council-bold';
    font-size: 13px;
  }
}
/* line 764, ../sass/components/_main.scss */
#content .news_block > .view-taxonomy-blocks > .view-content > .views-row .views-field-title {
  font-size: 14px;
  line-height: 16px;
  font-family: 'british_council-bold';
  color: #00843d;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  /* line 764, ../sass/components/_main.scss */
  #content .news_block > .view-taxonomy-blocks > .view-content > .views-row .views-field-title {
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'british_council';
  }
}
/* line 777, ../sass/components/_main.scss */
#content .news_block > .view-taxonomy-blocks > .view-content > .views-row .views-field-field-image img {
  width: 100%;
  height: auto;
}
/* line 782, ../sass/components/_main.scss */
#content .news_block > .view-taxonomy-blocks > .view-content > .views-row .views-field-body,
#content .news_block > .view-taxonomy-blocks > .view-content > .views-row .views-field-field-text-teaser {
  font-size: 13px;
  line-height: 16px;
  padding-bottom: 12px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
  height: 100px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  /* line 782, ../sass/components/_main.scss */
  #content .news_block > .view-taxonomy-blocks > .view-content > .views-row .views-field-body,
  #content .news_block > .view-taxonomy-blocks > .view-content > .views-row .views-field-field-text-teaser {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    height: auto;
    overflow: visible;
  }
}
/* line 800, ../sass/components/_main.scss */
#content .news_block > .view-taxonomy-blocks > .view-content > .views-row .views-field-body P,
#content .news_block > .view-taxonomy-blocks > .view-content > .views-row .views-field-field-text-teaser P {
  margin: 0;
}
/* line 803, ../sass/components/_main.scss */
#content .news_block > .view-taxonomy-blocks > .view-content > .views-row .views-field-comment-count {
  font-size: 11px;
  color: #c6c6c6;
  float: right;
}
@media screen and (max-width: 768px) {
  /* line 803, ../sass/components/_main.scss */
  #content .news_block > .view-taxonomy-blocks > .view-content > .views-row .views-field-comment-count {
    margin-top: -28px;
  }
}
/* line 812, ../sass/components/_main.scss */
#content .news_block > .view-taxonomy-blocks > .view-content > .views-row .views-field-comment-count:before {
  content: url("../images/icon-talk.png");
}
/* line 817, ../sass/components/_main.scss */
#content .news_block > .view-taxonomy-blocks > .view-content > .views-row-even {
  margin-right: 0;
}
/* line 823, ../sass/components/_main.scss */
#content #block-views-comments-block {
  width: 100%;
  border-top: 5px solid #00843d;
  background-color: #fbfbfb;
  padding: 6px 18px;
}
@media screen and (max-width: 767px) {
  /* line 823, ../sass/components/_main.scss */
  #content #block-views-comments-block {
    padding: 6px;
    padding-bottom: 40px;
    position: relative;
  }
}
/* line 833, ../sass/components/_main.scss */
#content #block-views-comments-block .block-title {
  color: #00843d;
  font-size: 20px;
  font-weight: normal;
}
/* line 838, ../sass/components/_main.scss */
#content #block-views-comments-block .view-comments {
  position: relative;
}
/* line 839, ../sass/components/_main.scss */
#content #block-views-comments-block .views-slideshow-controls-top {
  float: right;
  margin-top: -30px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  /* line 839, ../sass/components/_main.scss */
  #content #block-views-comments-block .views-slideshow-controls-top {
    float: none;
    position: absolute;
    margin-top: 220px;
    width: 100%;
  }
  /* line 848, ../sass/components/_main.scss */
  #content #block-views-comments-block .views-slideshow-controls-top .views-slideshow-slide-counter {
    display: none;
  }
}
/* line 851, ../sass/components/_main.scss */
#content #block-views-comments-block .views-slideshow-controls-top > div {
  float: left;
}
/* line 852, ../sass/components/_main.scss */
#content #block-views-comments-block .views-slideshow-controls-top .views-slideshow-slide-counter {
  color: #c6c6c6;
}
/* line 856, ../sass/components/_main.scss */
#content #block-views-comments-block .views-slideshow-controls-text > span {
  padding: 0 8px;
  border-right: 1px solid #000000;
}
/* line 860, ../sass/components/_main.scss */
#content #block-views-comments-block .views-slideshow-controls-text > span:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  /* line 855, ../sass/components/_main.scss */
  #content #block-views-comments-block .views-slideshow-controls-text {
    width: 100%;
  }
  /* line 863, ../sass/components/_main.scss */
  #content #block-views-comments-block .views-slideshow-controls-text > span {
    padding: 0;
    text-align: center;
    background-color: #f4f4f4;
    width: 33%;
    height: 35px;
    line-height: 35px;
    border-right: 1px solid #dbdbdb;
    display: block;
    float: left;
  }
  /* line 874, ../sass/components/_main.scss */
  #content #block-views-comments-block .views-slideshow-controls-text #views_slideshow_controls_text_pause_comments-block {
    display: none;
  }
}
/* line 878, ../sass/components/_main.scss */
#content #block-views-comments-block .views-slideshow-cycle-main-frame > .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  /* line 882, ../sass/components/_main.scss */
  #content #block-views-comments-block .views-slideshow-cycle-main-frame {
    width: 100% !important;
  }
}
/* line 885, ../sass/components/_main.scss */
#content #block-views-comments-block .views-slideshow-cycle-main-frame-row-item {
  margin-left: 60px;
  padding: 6px 15px;
  background-color: #ffffff;
  font-size: 15px;
}
/* line 890, ../sass/components/_main.scss */
#content #block-views-comments-block .views-slideshow-cycle-main-frame-row-item .views-field-picture {
  float: left;
  margin-left: -75px;
  margin-top: -5px;
  width: 60px;
}
/* line 895, ../sass/components/_main.scss */
#content #block-views-comments-block .views-slideshow-cycle-main-frame-row-item .views-field-picture img {
  width: 100%;
}
/* line 897, ../sass/components/_main.scss */
#content #block-views-comments-block .views-slideshow-cycle-main-frame-row-item .views-field-subject {
  color: #00843d;
  margin-bottom: 10px;
}
/* line 901, ../sass/components/_main.scss */
#content #block-views-comments-block .views-slideshow-cycle-main-frame-row-item .views-field-created, #content #block-views-comments-block .blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-comment-count, .blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row #content #block-views-comments-block .views-slideshow-cycle-main-frame-row-item .views-field-comment-count {
  float: right;
  font-size: 12px;
  margin-top: -18px;
}
/* line 906, ../sass/components/_main.scss */
#content #block-views-comments-block .views-slideshow-cycle-main-frame-row-item .views-field-comment-body {
  margin: 0;
  line-height: 18px;
  height: 65px;
  overflow: auto;
  clear: both;
}
/* line 913, ../sass/components/_main.scss */
#content #block-views-comments-block .views-slideshow-cycle-main-frame-row-item .views-field-title {
  font-size: 12px;
  color: #00843d;
  border-top: 1px solid #e6e6e6;
  padding-top: 5px;
  margin-bottom: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  /* line 923, ../sass/components/_main.scss */
  #content #block-views-comments-block .views-slideshow-cycle-main-frame-row-item {
    margin-left: 0;
    margin-top: 10px;
  }
  /* line 927, ../sass/components/_main.scss */
  #content #block-views-comments-block .views-slideshow-cycle-main-frame-row-item .views-field-picture {
    margin: -20px 10px 0 0 !important;
  }
  /* line 930, ../sass/components/_main.scss */
  #content #block-views-comments-block .views-slideshow-cycle-main-frame-row-item .views-field-subject {
    float: left;
    margin-top: -30px;
    margin-bottom: 0;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
  }
  /* line 938, ../sass/components/_main.scss */
  #content #block-views-comments-block .views-slideshow-cycle-main-frame-row-item .views-field-created, #content #block-views-comments-block .blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-comment-count, .blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row #content #block-views-comments-block .views-slideshow-cycle-main-frame-row-item .views-field-comment-count {
    float: left !important;
    color: #acacac;
    margin-top: 0 !important;
  }
  /* line 943, ../sass/components/_main.scss */
  #content #block-views-comments-block .views-slideshow-cycle-main-frame-row-item .views-field-comment-body {
    clear: both;
    height: 95px;
    overflow: hidden;
    font-size: 12px;
  }
  /* line 949, ../sass/components/_main.scss */
  #content #block-views-comments-block .views-slideshow-cycle-main-frame-row-item .views-field-title {
    font-size: 11px;
    line-height: 14px;
    height: 52px;
    overflow: hidden;
  }
}

/*catagory landing*/
/* line 967, ../sass/components/_main.scss */
.catagory_landing .view-taxonomy-blocks > .view-content > .views-row {
  border-bottom: 1px solid #00843d;
  padding: 10px 0;
  overflow: auto;
}
/* line 972, ../sass/components/_main.scss */
.catagory_landing .view-taxonomy-blocks > .view-content > .views-row > div {
  float: left;
  width: 50%;
}
@media all and (max-width: 768px) {
  /* line 972, ../sass/components/_main.scss */
  .catagory_landing .view-taxonomy-blocks > .view-content > .views-row > div {
    float: none;
    width: 100%;
  }
  /* line 978, ../sass/components/_main.scss */
  .catagory_landing .view-taxonomy-blocks > .view-content > .views-row > div img {
    width: 100%;
  }
}
/* line 982, ../sass/components/_main.scss */
.catagory_landing .view-taxonomy-blocks > .view-content .views-field-nothing {
  min-height: 70px;
  padding-right: 15px;
}
@media all and (max-width: 768px) {
  /* line 982, ../sass/components/_main.scss */
  .catagory_landing .view-taxonomy-blocks > .view-content .views-field-nothing {
    padding-right: 0;
    min-height: 0;
  }
}
/* line 990, ../sass/components/_main.scss */
.catagory_landing .view-taxonomy-blocks > .view-content .views-field-nothing .views-field-name {
  color: #00843d;
  font-family: 'british_council-bold';
  margin-bottom: 8px;
  font-size: 18px;
}
/* line 996, ../sass/components/_main.scss */
.catagory_landing .view-taxonomy-blocks > .view-content .views-field-nothing .views-field-description {
  font-size: 14px;
  line-height: 18px;
}
/* line 1001, ../sass/components/_main.scss */
.catagory_landing .view-taxonomy-blocks > .view-content .views-field-view {
  padding: 12px 15px;
  background-color: #ebeef0;
}
/* line 1004, ../sass/components/_main.scss */
.catagory_landing .view-taxonomy-blocks > .view-content .views-field-view .view-content {
  background-color: #ffffff;
  padding: 8px;
  overflow: auto;
}
/* line 1008, ../sass/components/_main.scss */
.catagory_landing .view-taxonomy-blocks > .view-content .views-field-view .view-content > div {
  position: relative;
  border-top: 1px solid #f1f1f1;
  padding-bottom: 10px;
  padding-top: 10px;
}
/* line 1014, ../sass/components/_main.scss */
.catagory_landing .view-taxonomy-blocks > .view-content .views-field-view .view-content > div:first-child {
  border-top: 0;
  padding-top: 0;
}
/* line 1019, ../sass/components/_main.scss */
.catagory_landing .view-taxonomy-blocks > .view-content .views-field-view .views-field-field-site-structure {
  background-color: #00843d;
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  padding: 4px 6px;
  float: left;
}
/* line 1027, ../sass/components/_main.scss */
.catagory_landing .view-taxonomy-blocks > .view-content .views-field-view .views-field-comment-count {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  background: url("../images/icon-bubble.jpg") left center no-repeat;
  padding-left: 15px;
  color: #adadad;
  font-size: 11px;
}
/* line 1037, ../sass/components/_main.scss */
.catagory_landing .view-taxonomy-blocks > .view-content .views-field-view .views-field-created, .catagory_landing .view-taxonomy-blocks > .view-content .views-field-view .blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-comment-count, .blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .catagory_landing .view-taxonomy-blocks > .view-content .views-field-view .views-field-comment-count {
  float: right;
  color: #adadad;
  font-size: 11px;
}
/* line 1042, ../sass/components/_main.scss */
.catagory_landing .view-taxonomy-blocks > .view-content .views-field-view .views-field-field-image {
  position: absolute;
  left: 0;
}
@media all and (max-width: 768px) {
  /* line 1042, ../sass/components/_main.scss */
  .catagory_landing .view-taxonomy-blocks > .view-content .views-field-view .views-field-field-image {
    position: static;
  }
}
/* line 1049, ../sass/components/_main.scss */
.catagory_landing .view-taxonomy-blocks > .view-content .views-field-view .views-field-title {
  padding-left: 130px;
  font-size: 12px;
  line-height: 14px;
  font-family: 'british_council-bold';
  margin-bottom: 12px;
}
@media all and (max-width: 768px) {
  /* line 1049, ../sass/components/_main.scss */
  .catagory_landing .view-taxonomy-blocks > .view-content .views-field-view .views-field-title {
    padding: 0;
  }
}
/* line 1059, ../sass/components/_main.scss */
.catagory_landing .view-taxonomy-blocks > .view-content .views-field-view .views-field-field-text-teaser {
  padding-left: 130px;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  /* line 1059, ../sass/components/_main.scss */
  .catagory_landing .view-taxonomy-blocks > .view-content .views-field-view .views-field-field-text-teaser {
    padding-left: 0;
  }
}
/* line 1068, ../sass/components/_main.scss */
.catagory_landing .view-taxonomy-blocks > .view-content .views-field-view .views-field-field-text-teaser p {
  margin: 0;
}

/*end catagory landing*/
/*index blog*/
/* line 1079, ../sass/components/_main.scss */
.blog-view {
  width: 100%;
  border-top: 5px solid #4ea5e8;
  background-color: #00843d;
  padding: 15px 20px;
  color: #ffffff;
  height: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 1079, ../sass/components/_main.scss */
  .blog-view {
    height: 350px;
    padding: 15px 0;
  }
}
/* line 1092, ../sass/components/_main.scss */
.blog-view h2 {
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
}
/* line 1097, ../sass/components/_main.scss */
.blog-view .views-slideshow-controls-top {
  float: right;
  font-size: 13px;
  margin-top: -35px;
}
/* line 1101, ../sass/components/_main.scss */
.blog-view .views-slideshow-controls-top > div {
  float: left;
}
/* line 1104, ../sass/components/_main.scss */
.blog-view .views-slideshow-controls-top .views-slideshow-slide-counter {
  margin-right: 15px;
  color: #5ea6e0;
}
/* line 1109, ../sass/components/_main.scss */
.blog-view .views-slideshow-controls-top .views-slideshow-controls-text > span {
  padding: 0 8px;
  border-left: 1px solid #ffffff;
}
/* line 1113, ../sass/components/_main.scss */
.blog-view .views-slideshow-controls-top .views-slideshow-controls-text > span:first-child {
  border-left: none;
}
@media screen and (max-width: 768px) {
  /* line 1119, ../sass/components/_main.scss */
  .blog-view h2 {
    text-align: center;
  }
  /* line 1120, ../sass/components/_main.scss */
  .blog-view .views-slideshow-controls-top {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #ffffff;
    width: 100%;
  }
  /* line 1125, ../sass/components/_main.scss */
  .blog-view .views-slideshow-controls-top .views-slideshow-slide-counter {
    display: none;
  }
  /* line 1126, ../sass/components/_main.scss */
  .blog-view .views-slideshow-controls-top .views-slideshow-controls-text {
    float: none;
  }
  /* line 1128, ../sass/components/_main.scss */
  .blog-view .views-slideshow-controls-top .views-slideshow-controls-text > span {
    padding: 5px 0;
    display: block;
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
  }
  /* line 1137, ../sass/components/_main.scss */
  .blog-view .views-slideshow-controls-top .views-slideshow-controls-text-pause {
    display: none !important;
  }
}
/* line 1141, ../sass/components/_main.scss */
.blog-view .views_slideshow_cycle_main {
  margin-top: 15px;
}
/* line 1143, ../sass/components/_main.scss */
.blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  /* line 1143, ../sass/components/_main.scss */
  .blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
    padding: 0 5px;
  }
}
/* line 1148, ../sass/components/_main.scss */
.blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
}
/* line 1150, ../sass/components/_main.scss */
.blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item {
  width: 50%;
  float: left;
}
/* line 1153, ../sass/components/_main.scss */
.blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-picture {
  width: 35px;
  height: 35px;
  float: left;
}
/* line 1157, ../sass/components/_main.scss */
.blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-picture img {
  width: 100%;
  height: auto;
}
/* line 1162, ../sass/components/_main.scss */
.blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-value, .blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-value-1 {
  margin-left: 10px;
  font-size: 12px;
  color: #ffffff;
}
/* line 1167, ../sass/components/_main.scss */
.blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-title {
  background-color: #ffffff;
  padding: 10px;
  color: #00843d;
  font-size: 15px !important;
  line-height: 18px;
  margin: 0;
  height: 62px;
  overflow: hidden;
  clear: both;
}
/* line 1178, ../sass/components/_main.scss */
.blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-created, .blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-comment-count {
  color: #80b9e7;
  font-size: 12px;
}
/* line 1182, ../sass/components/_main.scss */
.blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-comment-count {
  float: right;
}
/* line 1186, ../sass/components/_main.scss */
.blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-comment-count:before {
  content: url("../images/icon-talk2.png");
}
@media screen and (max-width: 768px) {
  /* line 1191, ../sass/components/_main.scss */
  .blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item {
    width: 100%;
    float: none;
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* line 1199, ../sass/components/_main.scss */
.blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item:first-child {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  /* line 1203, ../sass/components/_main.scss */
  .blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item:first-child {
    padding-right: 5px;
  }
}

/*end index blog*/
/* line 1215, ../sass/components/_main.scss */
.sidebars {
  float: left;
  width: 34%;
  /*popular block*/
  /*end popular block*/
  /*choose front page country block*/
  /*end choose front page country block*/
  /*help and support block*/
  /*end help and support block*/
  /*dictionary block*/
  /*end dictionary block*/
  /*course block*/
  /*end course block*/
  /*normal sidebar block*/
  /*end normal sidebar block*/
  /*sidebar-book-navigation*/
  /*end sidebar-book-navigation*/
  /*course_two block*/
  /*end course_two block*/
}
@media screen and (max-width: 768px) {
  /* line 1215, ../sass/components/_main.scss */
  .sidebars {
    width: 100%;
  }
}
/* line 1222, ../sass/components/_main.scss */
.sidebars .sidebar > .block {
  margin-bottom: 1em;
}
/* line 1224, ../sass/components/_main.scss */
.sidebars .item-list {
  font-size: 14px;
}
/* line 1226, ../sass/components/_main.scss */
.sidebars .item-list ul {
  padding-left: 25px;
}
/* line 1229, ../sass/components/_main.scss */
.sidebars #views-exposed-form-glossary-block-1 {
  display: none;
}
/* line 1231, ../sass/components/_main.scss */
.sidebars h2 {
  color: #037739;
  text-decoration: underline;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  padding: 10px 12px;
  background-color: #f4f4f4;
}
/* line 1242, ../sass/components/_main.scss */
.sidebars .pager .pager-previous {
  float: left;
}
/* line 1243, ../sass/components/_main.scss */
.sidebars .pager .pager-current {
  border-bottom: none;
  background-color: transparent;
  color: #000000;
  font-size: 11px;
}
/* line 1249, ../sass/components/_main.scss */
.sidebars .pager .pager-next {
  margin-right: 0;
  position: static;
  float: right;
}
/* line 1254, ../sass/components/_main.scss */
.sidebars .pager .ajax-progress {
  display: none;
}
/* line 1257, ../sass/components/_main.scss */
.sidebars .region-sidebar-second {
  margin: 0 !important;
  width: 100%;
  box-sizing: border-box;
}
/* line 1261, ../sass/components/_main.scss */
.sidebars .region-sidebar-second .block-image img {
  width: 100%;
}
/* line 1264, ../sass/components/_main.scss */
.sidebars div[id*="block-views-taxonomy-blocks"] {
  background-color: #00843d;
  margin: 0 !important;
  padding: 8px 8px 8px 15px;
  color: #fff;
}
/* line 1270, ../sass/components/_main.scss */
.sidebars div[id*="block-views-taxonomy-blocks"] a {
  display: block;
  font-size: 16px;
  padding-left: 24px;
  position: relative;
}
/* line 1276, ../sass/components/_main.scss */
.sidebars div[id*="block-views-taxonomy-blocks"] a:hover {
  text-decoration: underline;
}
/* line 1280, ../sass/components/_main.scss */
.sidebars div[id*="block-views-taxonomy-blocks"] a:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/right-arrow-button.svg") left center no-repeat;
  background-size: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
/* line 1294, ../sass/components/_main.scss */
.sidebars .block-menu-block {
  background: #f4f4f4;
  padding: 15px;
  box-sizing: border-box;
}
/* line 1299, ../sass/components/_main.scss */
.sidebars .block-menu-block .menu-block-wrapper > ul.menu {
  padding: 0;
  font-size: 15px;
}
/* line 1303, ../sass/components/_main.scss */
.sidebars .block-menu-block .menu-block-wrapper > ul.menu > li {
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
/* line 1310, ../sass/components/_main.scss */
.sidebars .block-menu-block .menu-block-wrapper > ul.menu > li a:hover {
  text-decoration: underline;
}
/* line 1314, ../sass/components/_main.scss */
.sidebars .block-menu-block .menu-block-wrapper > ul.menu > li.is-active-trail > a {
  display: block;
  color: #00843d;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 1327, ../sass/components/_main.scss */
.sidebars .block-menu-block .menu-block-wrapper > ul.menu > li:last-child {
  border: 0;
  padding-bottom: 0;
}
/* line 1333, ../sass/components/_main.scss */
.sidebars .block-menu-block .menu-block-wrapper > ul.menu > li > ul {
  padding: 0;
}
/* line 1336, ../sass/components/_main.scss */
.sidebars .block-menu-block .menu-block-wrapper > ul.menu > li > ul li {
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 5px;
}
/* line 1343, ../sass/components/_main.scss */
.sidebars .block-menu-block .menu-block-wrapper > ul.menu > li > ul li a:hover {
  text-decoration: underline;
}
/* line 1356, ../sass/components/_main.scss */
.sidebars .letter-menu-block {
  background-color: #f4f4f4;
  border-top: 3px solid #00843d;
  padding-bottom: 10px;
}
/* line 1360, ../sass/components/_main.scss */
.sidebars .letter-menu-block .attachment .view-content {
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
  padding: 4px 10px;
  overflow: auto;
}
/* line 1365, ../sass/components/_main.scss */
.sidebars .letter-menu-block .attachment .view-content .views-summary a {
  display: block;
  float: left;
  color: #000000;
  width: 23px;
  text-align: center;
  font-size: 13px;
}
/* line 1373, ../sass/components/_main.scss */
.sidebars .letter-menu-block .attachment .view-content .views-summary a:hover {
  background-color: #000000;
  color: #ffffff;
}
/* line 1377, ../sass/components/_main.scss */
.sidebars .letter-menu-block .attachment .view-content .ajax-progress {
  display: none;
}
/* line 1379, ../sass/components/_main.scss */
.sidebars .letter-menu-block table.views-table {
  margin: 0;
  width: 100%;
}
/* line 1382, ../sass/components/_main.scss */
.sidebars .letter-menu-block table.views-table th {
  text-align: left;
  padding: 4px 15px;
}
/* line 1386, ../sass/components/_main.scss */
.sidebars .letter-menu-block table.views-table td {
  padding: 2px 15px;
}
/* line 1389, ../sass/components/_main.scss */
.sidebars .letter-menu-block table.views-table tr, .sidebars .letter-menu-block table.views-table td.active {
  border: none;
  background-color: transparent;
}
/* line 1393, ../sass/components/_main.scss */
.sidebars .letter-menu-block table.views-table td:hover {
  background-color: #676767;
  color: #ffffff;
}
/* line 1397, ../sass/components/_main.scss */
.sidebars .letter-menu-block table.views-table tbody {
  font-size: 13px;
}
/* line 1404, ../sass/components/_main.scss */
.sidebars .popular-block {
  background-color: #f4f4f4;
  border-top: 3px solid #00843d;
}
/* line 1409, ../sass/components/_main.scss */
.sidebars .popular-block .view-content .views-row {
  font-family: 'arial';
  font-size: 12px;
  padding: 8px 12px 8px 35px;
  border-top: 1px solid #b0b0b0;
  line-height: 18px;
  position: relative;
}
/* line 1416, ../sass/components/_main.scss */
.sidebars .popular-block .view-content .views-row .views-field-comment-count {
  color: #acacac;
  margin-right: 10px;
  display: none;
}
/* line 1421, ../sass/components/_main.scss */
.sidebars .popular-block .view-content .views-row .views-field-comment-count:before {
  content: url("../images/icon-talk.png");
}
/* line 1426, ../sass/components/_main.scss */
.sidebars .popular-block .view-content .views-row:hover .views-field-comment-count {
  display: inline;
}
/* line 1428, ../sass/components/_main.scss */
.sidebars .popular-block .view-content .views-row:before {
  font-family: 'Times New Roman';
  color: #b3b3b3;
  font-size: 24px;
  font-family: 'british_council-bold';
  font-style: italic;
  position: absolute;
  left: 12px;
}
/* line 1438, ../sass/components/_main.scss */
.sidebars .popular-block .view-content .views-row:nth-child(1):before {
  content: "1";
}
/* line 1439, ../sass/components/_main.scss */
.sidebars .popular-block .view-content .views-row:nth-child(2):before {
  content: "2";
}
/* line 1440, ../sass/components/_main.scss */
.sidebars .popular-block .view-content .views-row:nth-child(3):before {
  content: "3";
}
/* line 1441, ../sass/components/_main.scss */
.sidebars .popular-block .view-content .views-row:nth-child(4):before {
  content: "4";
}
/* line 1442, ../sass/components/_main.scss */
.sidebars .popular-block .view-content .views-row:nth-child(5):before {
  content: "5";
}
/* line 1448, ../sass/components/_main.scss */
.sidebars .country-select-block {
  background-color: #00843d;
  padding: 14px 8px;
}
/* line 1452, ../sass/components/_main.scss */
.sidebars .country-select-block h2 {
  padding: 0;
  background-color: transparent;
  color: #ffffff;
  font-size: 15px;
  font-family: 'british_council-bold';
}
/* line 1460, ../sass/components/_main.scss */
.sidebars .country-select-block .form-item {
  margin: 0;
}
/* line 1464, ../sass/components/_main.scss */
.sidebars .country-select-block select {
  margin-top: 8px;
  font-size: 14px;
}
/* line 1472, ../sass/components/_main.scss */
.sidebars .help_support, .sidebars .dictionaries_block {
  border-bottom: 1px solid #4c4c4c;
  color: #ffffff;
  padding: 18px 0;
}
/* line 1477, ../sass/components/_main.scss */
.sidebars .help_support h2, .sidebars .dictionaries_block h2 {
  font-size: 17px;
  line-height: 18px;
  padding-left: 0;
  padding-right: 0;
  background: #333333 url("../images/icon-i.png") 10px 12px no-repeat;
  color: #ffffff;
  padding: 10px 20px 10px 30px;
  text-decoration: none;
  font-family: british_council-bold;
  text-transform: uppercase;
}
/* line 1489, ../sass/components/_main.scss */
.sidebars .help_support ul, .sidebars .dictionaries_block ul {
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  border: 1px solid #333333;
  padding: 5px 35px;
  background-color: #ebeff0;
}
/* line 1497, ../sass/components/_main.scss */
.sidebars .help_support ul li, .sidebars .dictionaries_block ul li {
  list-style-type: none;
  list-style-image: none;
}
/* line 1502, ../sass/components/_main.scss */
.sidebars .help_support ul li:before, .sidebars .dictionaries_block ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #00843d;
  position: absolute;
  margin-left: -15px;
  margin-top: 8px;
}
/* line 1514, ../sass/components/_main.scss */
.sidebars .help_support ul a:hover, .sidebars .dictionaries_block ul a:hover {
  text-decoration: underline;
}
/* line 1522, ../sass/components/_main.scss */
.sidebars .dictionaries_block {
  background: url("../images/icon-dict.png") 10px 5px no-repeat;
  background-color: #333333;
  border: none;
}
/* line 1527, ../sass/components/_main.scss */
.sidebars .dictionaries_block form {
  margin: 10px 0;
}
/* line 1529, ../sass/components/_main.scss */
.sidebars .dictionaries_block form .form-item {
  width: 180px;
  margin: 0 5px 0 0;
  float: left;
}
@media screen and (max-width: 768px) {
  /* line 1529, ../sass/components/_main.scss */
  .sidebars .dictionaries_block form .form-item {
    width: 130px;
  }
}
/* line 1537, ../sass/components/_main.scss */
.sidebars .dictionaries_block form .form-item input {
  width: 100%;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
}
/* line 1542, ../sass/components/_main.scss */
.sidebars .dictionaries_block form input[type=submit] {
  color: #ffffff;
  font-size: 12px;
  padding: 6px 10px;
  border: none;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  background: #00a349;
  background: -moz-linear-gradient(top, #00a349 0%, #00843e 72%, #00843e 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00a349), color-stop(72%, #00843e), color-stop(100%, #00843e));
  background: -webkit-linear-gradient(top, #00a349 0%, #00843e 72%, #00843e 100%);
  background: -o-linear-gradient(top, #00a349 0%, #00843e 72%, #00843e 100%);
  background: -ms-linear-gradient(top, #00a349 0%, #00843e 72%, #00843e 100%);
  background: linear-gradient(to bottom, #00a349 0%, #00843e 72%, #00843e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a349', endColorstr='#00843e', GradientType=0 );
}
/* line 1563, ../sass/components/_main.scss */
.sidebars .sidebar-course-block .view-content > .views-row {
  position: relative;
}
/* line 1566, ../sass/components/_main.scss */
.sidebars .sidebar-course-block .views-field-title {
  position: absolute;
  top: 12px;
  font-size: 11px;
  color: #ffffff;
  background-color: #006ec7;
  padding: 0 10px;
}
/* line 1574, ../sass/components/_main.scss */
.sidebars .sidebar-course-block .views-field-field-site-structure {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  bottom: 5px;
  left: 0;
  width: 100%;
  padding: 2px 8px;
  background: url("../images/trans_bg.png");
  font-size: 14px;
  font-family: "british_council-bold";
}
/* line 1586, ../sass/components/_main.scss */
.sidebars .sidebar-course-block .views-field-field-image img {
  width: 328px;
}
@media screen and (max-width: 768px) {
  /* line 1590, ../sass/components/_main.scss */
  .sidebars .sidebar-course-block .views-field-field-image img {
    width: 100%;
    height: auto;
  }
}
/* line 1599, ../sass/components/_main.scss */
.sidebars .normal-block {
  border-top: 1px solid #dbdbdb;
  font-size: 13px;
  padding: 10px 12px;
  background-color: #f4f4f4;
}
/* line 1611, ../sass/components/_main.scss */
.sidebars .sidebar-book-navigation > .menu {
  padding-left: 0;
  font-size: 12px;
  list-style-type: none;
}
/* line 1616, ../sass/components/_main.scss */
.sidebars .sidebar-book-navigation > .menu > li {
  list-style-image: none;
  border-top: 1px solid #dbdbdb;
}
/* line 1619, ../sass/components/_main.scss */
.sidebars .sidebar-book-navigation > .menu > li > a {
  padding: 5px 12px;
  background-color: #f4f4f4;
  display: block;
}
/* line 1625, ../sass/components/_main.scss */
.sidebars .sidebar-book-navigation > .menu > li > .menu {
  background-color: #e8f0d8;
  padding: 5px 12px 5px 27px;
  color: #037739;
}
/* line 1631, ../sass/components/_main.scss */
.sidebars .sidebar-book-navigation > .menu > li .is-active-trail > a {
  color: #000000;
}
/* line 1634, ../sass/components/_main.scss */
.sidebars .sidebar-book-navigation > .menu > li.active-trail > a {
  background-color: #00843d;
  color: #ffffff;
}
/* line 1644, ../sass/components/_main.scss */
.sidebars .course_two {
  color: #ffffff;
  padding: 18px 0;
  font-size: 14px;
  line-height: normal;
}
/* line 1650, ../sass/components/_main.scss */
.sidebars .course_two h2 {
  padding-left: 0;
  padding-right: 0;
  color: #02c15a;
  background: #333333 url("../images/icon-hat.svg") 10px 12px no-repeat;
  color: #ffffff;
  padding: 10px 20px 10px 40px;
  text-decoration: none;
  font-family: british_council-bold;
  text-transform: uppercase;
}
/* line 1662, ../sass/components/_main.scss */
.sidebars .course_two > p {
  background-color: #333333;
  padding: 10px 15px;
}
/* line 1667, ../sass/components/_main.scss */
.sidebars .course_two p {
  margin: 0;
}
/* line 1669, ../sass/components/_main.scss */
.sidebars .course_two ul {
  margin: 0;
  color: #000000;
  border: 1px solid #333333;
  padding: 5px 35px;
  background-color: #ebeff0;
}
/* line 1676, ../sass/components/_main.scss */
.sidebars .course_two ul li {
  list-style-image: none;
  list-style-type: none;
  line-height: 1.5em;
}
/* line 1682, ../sass/components/_main.scss */
.sidebars .course_two ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #00843d;
  position: absolute;
  margin-left: -15px;
  margin-top: 6px;
}
/* line 1694, ../sass/components/_main.scss */
.sidebars .course_two ul a:hover {
  text-decoration: underline;
}

/* line 1704, ../sass/components/_main.scss */
.book-navigation {
  clear: both;
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 1709, ../sass/components/_main.scss */
.book-navigation .page-links {
  border: none;
  border-bottom: 1px solid #00843d;
  background-color: #e8f0d8;
  font-size: 14px;
  font-family: 'british_council-bold';
}
/* line 1717, ../sass/components/_main.scss */
.book-navigation a {
  text-decoration: none;
  color: #00843d;
}
/* line 1722, ../sass/components/_main.scss */
.book-navigation .page-previous {
  padding-left: 15px;
  background: url("../images/icon-arrow-left.png") left center no-repeat;
}
/* line 1727, ../sass/components/_main.scss */
.book-navigation .page-next {
  padding-right: 15px;
  background: url("../images/icon-arrow-right.png") right center no-repeat;
}
/* line 1732, ../sass/components/_main.scss */
.book-navigation .page-up {
  width: auto;
  margin: 0;
}

/* line 1739, ../sass/components/_main.scss */
.find_course_link {
  margin-top: 10px;
  border-top: 3px solid #00843d;
  background-color: #e8f0d8;
  color: #00843d;
  padding: 0.5em;
  padding-left: 40px;
  position: relative;
}
/* line 1748, ../sass/components/_main.scss */
.find_course_link p {
  margin: 0;
  font-size: 14px;
}

/* line 1754, ../sass/components/_main.scss */
.find_course_link:before {
  content: url("../images/icon-hat-white.svg");
  position: absolute;
  left: 0;
  background-color: #00843d;
  height: 100%;
  top: 0;
  padding: 8px 6px 0 6px;
  box-sizing: border-box;
}

/*header promote block*/
/* line 1768, ../sass/components/_main.scss */
.view-id-ad_block .views-field-field-site-link {
  background-color: #436300 !important;
}
/* line 1771, ../sass/components/_main.scss */
.view-id-ad_block .views-field-field-image {
  width: 100% !important;
  line-height: 0;
}
/* line 1774, ../sass/components/_main.scss */
.view-id-ad_block .views-field-field-image img {
  width: 100%;
}

/*end header promote block*/
/*aside promote block*/
/* line 1784, ../sass/components/_main.scss */
.view-ad-block {
  position: relative;
}
/* line 1787, ../sass/components/_main.scss */
.view-ad-block > .view-content > .views-row {
  position: relative;
  margin-bottom: 1em;
}
/* line 1792, ../sass/components/_main.scss */
.view-ad-block .views-field-field-site-link-1 {
  background-color: #00843d;
  padding: 8px 8px;
  padding-left: 20px;
  color: #ffffff;
  font-size: 14px;
}
/* line 1800, ../sass/components/_main.scss */
.view-ad-block .views-field-field-site-link-1:before {
  content: url("../images/icon-arrow-right-white.png");
  position: absolute;
  margin-left: -12px;
}
/* line 1806, ../sass/components/_main.scss */
.view-ad-block .views-field-body {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  background: url("../images/promo_box_bg.png");
  float: none !important;
  color: #ffffff;
  padding: 6px;
}
/* line 1818, ../sass/components/_main.scss */
.view-ad-block .views-field-body a {
  display: block;
}
/* line 1823, ../sass/components/_main.scss */
.view-ad-block .views-field-field-image {
  line-height: 0;
}
@media screen and (max-width: 768px) {
  /* line 1826, ../sass/components/_main.scss */
  .view-ad-block .views-field-field-image img {
    width: 100%;
  }
}

/* line 1832, ../sass/components/_main.scss */
.view-ad-block .view-content > div:hover .views-field-body {
  display: block;
  float: none !important;
}
/* line 1836, ../sass/components/_main.scss */
.view-ad-block .view-content > div:hover .views-field-body a {
  text-decoration: underline;
}

/*end aside promote block*/
/*Subcat landing*/
@media screen and (max-width: 768px) {
  /* line 1849, ../sass/components/_main.scss */
  .page-taxonomy-term- #content {
    width: 100% !important;
  }
}
/* line 1851, ../sass/components/_main.scss */
.page-taxonomy-term- #top-main {
  background-color: #00843d;
  width: 100%;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  /* line 1851, ../sass/components/_main.scss */
  .page-taxonomy-term- #top-main {
    background-color: transparent;
  }
}
/* line 1858, ../sass/components/_main.scss */
.page-taxonomy-term- #top-main .top-main__wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
/* line 1863, ../sass/components/_main.scss */
.page-taxonomy-term- #top-main .top-main__wrapper .region-highlighted {
  color: #ffffff;
}
/* line 1866, ../sass/components/_main.scss */
.page-taxonomy-term- #top-main .top-main__wrapper .region-highlighted > div:first-child {
  width: 66%;
  padding: 0 10px;
  float: left;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  /* line 1866, ../sass/components/_main.scss */
  .page-taxonomy-term- #top-main .top-main__wrapper .region-highlighted > div:first-child {
    width: 100%;
    float: none;
    padding: 0;
  }
}
/* line 1878, ../sass/components/_main.scss */
.page-taxonomy-term- #top-main .top-main__wrapper .region-highlighted > div:nth-child(2) {
  width: 34%;
  padding: 0 10px;
  float: left;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  /* line 1878, ../sass/components/_main.scss */
  .page-taxonomy-term- #top-main .top-main__wrapper .region-highlighted > div:nth-child(2) {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
}
/* line 1890, ../sass/components/_main.scss */
.page-taxonomy-term- #top-main .top-main__wrapper .region-highlighted .view-content {
  height: 230px;
}
@media screen and (max-width: 768px) {
  /* line 1890, ../sass/components/_main.scss */
  .page-taxonomy-term- #top-main .top-main__wrapper .region-highlighted .view-content {
    height: auto;
  }
}
/* line 1896, ../sass/components/_main.scss */
.page-taxonomy-term- #top-main .top-main__wrapper .region-highlighted .views-row {
  height: 100%;
  margin-bottom: 0;
}
/* line 1900, ../sass/components/_main.scss */
.page-taxonomy-term- #top-main .top-main__wrapper .region-highlighted .views-row > div {
  float: right;
}
@media screen and (max-width: 768px) {
  /* line 1900, ../sass/components/_main.scss */
  .page-taxonomy-term- #top-main .top-main__wrapper .region-highlighted .views-row > div {
    float: none;
  }
}
/* line 1908, ../sass/components/_main.scss */
.page-taxonomy-term- #top-main .top-main__wrapper .region-highlighted .views-row .views-field-field-image {
  width: 60%;
  max-height: 230px;
  overflow: hidden;
}
/* line 1913, ../sass/components/_main.scss */
.page-taxonomy-term- #top-main .top-main__wrapper .region-highlighted .views-row .views-field-nothing {
  width: 40%;
  background-color: #006747;
  height: 100%;
  padding: 10px 18px;
  overflow: hidden;
}
/* line 1919, ../sass/components/_main.scss */
.page-taxonomy-term- #top-main .top-main__wrapper .region-highlighted .views-row .views-field-nothing .views-field-name {
  font-size: 24px;
  line-height: 24px;
  margin-top: 8px;
}
/* line 1924, ../sass/components/_main.scss */
.page-taxonomy-term- #top-main .top-main__wrapper .region-highlighted .views-row .views-field-nothing .views-field-description {
  font-size: 11px;
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  /* line 1931, ../sass/components/_main.scss */
  .page-taxonomy-term- #top-main .top-main__wrapper .region-highlighted .views-row .views-field-field-image {
    width: 100%;
    background-color: #436300;
    max-width: initial;
    max-height: inherit;
    overflow: initial;
  }
  /* line 1937, ../sass/components/_main.scss */
  .page-taxonomy-term- #top-main .top-main__wrapper .region-highlighted .views-row .views-field-field-image img {
    width: 100%;
    height: auto;
  }
  /* line 1942, ../sass/components/_main.scss */
  .page-taxonomy-term- #top-main .top-main__wrapper .region-highlighted .views-row .views-field-nothing {
    width: 98%;
    margin: 0 auto;
    margin-top: -30px;
    position: relative;
  }
}
/* line 1951, ../sass/components/_main.scss */
.page-taxonomy-term- #top-main .top-main__wrapper .region-highlighted .apps-landing-header {
  position: relative;
}

/*end subcat landing*/
/*landing app page*/
/* line 1965, ../sass/components/_main.scss */
.landing_apps .region-highlighted > .block-views .view-taxonomy-blocks .view-content .views-row {
  __background: url("../images/app_bg.jpg") no-repeat;
  __background-size: cover;
}
@media screen and (max-width: 768px) {
  /* line 1965, ../sass/components/_main.scss */
  .landing_apps .region-highlighted > .block-views .view-taxonomy-blocks .view-content .views-row {
    background: #006747;
  }
}
/* line 1974, ../sass/components/_main.scss */
.landing_apps .region-highlighted > div:first-child {
  width: 100% !important;
}
/* line 1978, ../sass/components/_main.scss */
.landing_apps .region-highlighted > div:first-child .views-row .views-field-field-image {
  width: 100% !important;
  float: none !important;
  text-align: right;
  background-color: #017136;
}
@media screen and (max-width: 768px) {
  /* line 1978, ../sass/components/_main.scss */
  .landing_apps .region-highlighted > div:first-child .views-row .views-field-field-image {
    display: none;
  }
}
/* line 1988, ../sass/components/_main.scss */
.landing_apps .region-highlighted > div:first-child .views-row .views-field-nothing {
  width: 45% !important;
  background: none !important;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  /* line 1988, ../sass/components/_main.scss */
  .landing_apps .region-highlighted > div:first-child .views-row .views-field-nothing {
    width: 100% !important;
    margin-top: 0 !important;
  }
}
/* line 2002, ../sass/components/_main.scss */
.landing_apps .region-highlighted > div:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1024px;
  width: 100% !important;
  float: none !important;
  margin-top: 230px;
  z-index: 1;
  color: #000000 !important;
}
@media screen and (max-width: 768px) {
  /* line 2002, ../sass/components/_main.scss */
  .landing_apps .region-highlighted > div:nth-child(2) {
    position: static;
  }
}
/* line 2017, ../sass/components/_main.scss */
.landing_apps .region-highlighted > div:nth-child(2) .view-content {
  height: auto !important;
}
/* line 2020, ../sass/components/_main.scss */
.landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row {
  padding-top: 15px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  /* line 2020, ../sass/components/_main.scss */
  .landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row {
    padding-top: 0;
  }
}
/* line 2028, ../sass/components/_main.scss */
.landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-field-image2 {
  line-height: normal;
}
@media screen and (max-width: 768px) {
  /* line 2031, ../sass/components/_main.scss */
  .landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-field-image2 img {
    width: 100%;
  }
}
/* line 2035, ../sass/components/_main.scss */
.landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 2035, ../sass/components/_main.scss */
  .landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 {
    width: 100%;
  }
  /* line 2042, ../sass/components/_main.scss */
  .landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 img {
    width: 100%;
  }
}
/* line 2045, ../sass/components/_main.scss */
.landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 .content_left {
  float: left;
  width: 25%;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  /* line 2045, ../sass/components/_main.scss */
  .landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 .content_left {
    width: 40%;
  }
  /* line 2053, ../sass/components/_main.scss */
  .landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 .content_left .images {
    text-align: center;
  }
}
/* line 2057, ../sass/components/_main.scss */
.landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 .content_right {
  float: left;
  width: 75%;
}
@media screen and (max-width: 768px) {
  /* line 2057, ../sass/components/_main.scss */
  .landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 .content_right {
    width: 60%;
  }
}
/* line 2065, ../sass/components/_main.scss */
.landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 .content_right .sub_title {
  font-size: 26px;
  line-height: 30px;
  font-family: 'british_council-bold';
  color: #037739;
}
@media screen and (max-width: 768px) {
  /* line 2065, ../sass/components/_main.scss */
  .landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 .content_right .sub_title {
    font-size: 20px;
    line-height: 24px;
  }
}
/* line 2077, ../sass/components/_main.scss */
.landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 .content_right .caption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 15px;
  font-family: 'british_council';
  color: #000000;
}
/* line 2083, ../sass/components/_main.scss */
.landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 .content_right .caption p {
  margin: 0;
}
/* line 2087, ../sass/components/_main.scss */
.landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 .featured-banner-text {
  position: absolute;
  top: 16%;
  left: 5%;
  color: #ffffff;
  max-width: 46%;
}
@media screen and (max-width: 768px) {
  /* line 2087, ../sass/components/_main.scss */
  .landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 .featured-banner-text {
    top: 10%;
    max-width: 68%;
  }
}
/* line 2099, ../sass/components/_main.scss */
.landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 .featured-banner-text .featured-banner-icon {
  float: left;
  width: 110px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  /* line 2099, ../sass/components/_main.scss */
  .landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 .featured-banner-text .featured-banner-icon {
    display: none;
  }
}
/* line 2109, ../sass/components/_main.scss */
.landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 .featured-banner-text .featured-banner-right {
  float: left;
  width: calc(100% - 125px);
}
@media screen and (max-width: 768px) {
  /* line 2109, ../sass/components/_main.scss */
  .landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 .featured-banner-text .featured-banner-right {
    width: 100%;
  }
}
/* line 2118, ../sass/components/_main.scss */
.landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 .featured-banner-text .featured-banner-title {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  /* line 2118, ../sass/components/_main.scss */
  .landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 .featured-banner-text .featured-banner-title {
    font-size: 16px;
    line-height: 1.2em;
  }
}
/* line 2127, ../sass/components/_main.scss */
.landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 .featured-banner-text .featured-banner-teaser {
  font-size: 12px;
  line-height: normal;
}
/* line 2131, ../sass/components/_main.scss */
.landing_apps .region-highlighted > div:nth-child(2) .view-content > .views-row .views-field-nothing-1 .featured-banner-text .featured-banner-teaser p {
  margin: 10px 0 0 0;
}
/* line 2140, ../sass/components/_main.scss */
.landing_apps #main {
  padding-top: 260px;
}
@media screen and (max-width: 1024px) {
  /* line 2140, ../sass/components/_main.scss */
  .landing_apps #main {
    padding-top: 280px;
  }
}
@media screen and (max-width: 768px) {
  /* line 2140, ../sass/components/_main.scss */
  .landing_apps #main {
    padding-top: 0;
  }
}
/* line 2153, ../sass/components/_main.scss */
.landing_apps #content h2.block-title {
  padding: 8px 14px;
  color: #005355;
  border-top: 4px solid #005355;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  background-color: #f4f4f4;
  font-family: 'british_council-bold';
}
/* line 2163, ../sass/components/_main.scss */
.landing_apps #content h2.block-title span {
  line-height: normal;
}
/* line 2166, ../sass/components/_main.scss */
.landing_apps #content .view-learnenglish-apps {
  background-color: #f4f4f4;
}
/* line 2169, ../sass/components/_main.scss */
.landing_apps #content .view-learnenglish-apps > .view-content {
  padding: 5px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 2185, ../sass/components/_main.scss */
.landing_apps #content .view-learnenglish-apps > .view-content > .views-row {
  background-color: #fff;
  width: 48%;
  margin: 0 1% 15px 1%;
  padding: 15px 16px;
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  /* line 2185, ../sass/components/_main.scss */
  .landing_apps #content .view-learnenglish-apps > .view-content > .views-row {
    width: 100%;
  }
}
/* line 2208, ../sass/components/_main.scss */
.landing_apps #content .view-learnenglish-apps > .view-content > .views-row .views-field-nothing-1 {
  width: 32%;
}
/* line 2210, ../sass/components/_main.scss */
.landing_apps #content .view-learnenglish-apps > .view-content > .views-row .views-field-nothing-1 .app-icon {
  display: none;
}
/* line 2214, ../sass/components/_main.scss */
.landing_apps #content .view-learnenglish-apps > .view-content > .views-row .views-field-nothing {
  width: 65%;
}
/* line 2218, ../sass/components/_main.scss */
.landing_apps #content .view-learnenglish-apps .image img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 2218, ../sass/components/_main.scss */
  .landing_apps #content .view-learnenglish-apps .image img {
    width: 100%;
  }
}
/* line 2225, ../sass/components/_main.scss */
.landing_apps #content .view-learnenglish-apps .app_title {
  font-size: 18px;
  font-family: 'british_council-bold';
  color: #005355;
  line-height: normal;
}
/* line 2232, ../sass/components/_main.scss */
.landing_apps #content .view-learnenglish-apps .text {
  font-size: 13px;
  line-height: 17px;
}
/* line 2236, ../sass/components/_main.scss */
.landing_apps #content .view-learnenglish-apps .text p {
  margin: 8px 0 0 0;
}
/* line 2241, ../sass/components/_main.scss */
.landing_apps #content .app_learning_tool h2.block-title {
  color: #9d2235;
  border-top: 4px solid #9d2235;
}
/* line 2246, ../sass/components/_main.scss */
.landing_apps #content .app_learning_tool .view-learnenglish-apps .app_title {
  color: #9d2235;
}
/* line 2251, ../sass/components/_main.scss */
.landing_apps #content .app_games h2.block-title {
  color: #702f8a;
  border-top: 4px solid #702f8a;
}
/* line 2256, ../sass/components/_main.scss */
.landing_apps #content .app_games .view-learnenglish-apps .app_title {
  color: #702f8a;
}
/* line 2263, ../sass/components/_main.scss */
.landing_apps .sidebar .learnenglish-kids-feature-apps h2.block-title {
  padding: 8px 14px;
  color: #c14d00;
  border-top: 4px solid #c14d00;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
  line-height: normal;
  background-color: #f4f4f4;
}
/* line 2273, ../sass/components/_main.scss */
.landing_apps .sidebar .learnenglish-kids-feature-apps h2.block-title span {
  line-height: normal;
}
/* line 2276, ../sass/components/_main.scss */
.landing_apps .sidebar .learnenglish-kids-feature-apps > .view-content {
  padding: 5px 10px;
  background-color: #f4f4f4;
}
/* line 2280, ../sass/components/_main.scss */
.landing_apps .sidebar .learnenglish-kids-feature-apps > .view-content .views-row {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px 16px;
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}
/* line 2296, ../sass/components/_main.scss */
.landing_apps .sidebar .learnenglish-kids-feature-apps > .view-content .views-row .left {
  width: 32%;
}
/* line 2297, ../sass/components/_main.scss */
.landing_apps .sidebar .learnenglish-kids-feature-apps > .view-content .views-row .right {
  width: 65%;
}
@media screen and (max-width: 768px) {
  /* line 2299, ../sass/components/_main.scss */
  .landing_apps .sidebar .learnenglish-kids-feature-apps > .view-content .views-row .views-field-field-image img {
    width: 100%;
  }
}
/* line 2305, ../sass/components/_main.scss */
.landing_apps .sidebar .learnenglish-kids-feature-apps > .view-content .views-row .views-field-title {
  font-size: 18px;
  font-family: 'british_council-bold';
  color: #c14d00;
  line-height: normal;
}
/* line 2312, ../sass/components/_main.scss */
.landing_apps .sidebar .learnenglish-kids-feature-apps > .view-content .views-row .views-field-field-text-teaser {
  font-size: 14px;
  line-height: 17px;
}
/* line 2316, ../sass/components/_main.scss */
.landing_apps .sidebar .learnenglish-kids-feature-apps > .view-content .views-row .views-field-field-text-teaser p {
  margin: 8px 0 0 0;
}
/* line 2323, ../sass/components/_main.scss */
.landing_apps .sidebar #block-views-learnenglish-apps-kids h2.block-title {
  padding: 8px 14px;
  color: #c14d00;
  border-top: 4px solid #c14d00;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
  line-height: normal;
  background-color: #f4f4f4;
}
/* line 2333, ../sass/components/_main.scss */
.landing_apps .sidebar #block-views-learnenglish-apps-kids h2.block-title span {
  line-height: normal;
}
/* line 2336, ../sass/components/_main.scss */
.landing_apps .sidebar #block-views-learnenglish-apps-kids .view-learnenglish-apps > .view-content {
  padding: 5px 10px;
  background-color: #f4f4f4;
}
/* line 2340, ../sass/components/_main.scss */
.landing_apps .sidebar #block-views-learnenglish-apps-kids .view-learnenglish-apps > .view-content .lekids-app-list {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px 16px;
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}
/* line 2356, ../sass/components/_main.scss */
.landing_apps .sidebar #block-views-learnenglish-apps-kids .view-learnenglish-apps > .view-content .lekids-app-list .left {
  width: 32%;
}
/* line 2357, ../sass/components/_main.scss */
.landing_apps .sidebar #block-views-learnenglish-apps-kids .view-learnenglish-apps > .view-content .lekids-app-list .right {
  width: 65%;
}
@media screen and (max-width: 768px) {
  /* line 2359, ../sass/components/_main.scss */
  .landing_apps .sidebar #block-views-learnenglish-apps-kids .view-learnenglish-apps > .view-content .lekids-app-list .views-field-field-image img {
    width: 100%;
  }
}
/* line 2365, ../sass/components/_main.scss */
.landing_apps .sidebar #block-views-learnenglish-apps-kids .view-learnenglish-apps > .view-content .lekids-app-list .views-field-title {
  font-size: 18px;
  font-family: 'british_council-bold';
  color: #c14d00;
  line-height: normal;
}
/* line 2372, ../sass/components/_main.scss */
.landing_apps .sidebar #block-views-learnenglish-apps-kids .view-learnenglish-apps > .view-content .lekids-app-list .views-field-field-text-teaser {
  font-size: 13px;
  line-height: 17px;
}
/* line 2376, ../sass/components/_main.scss */
.landing_apps .sidebar #block-views-learnenglish-apps-kids .view-learnenglish-apps > .view-content .lekids-app-list .views-field-field-text-teaser p {
  margin: 8px 0 0 0;
}
/* line 2383, ../sass/components/_main.scss */
.landing_apps .app-icon-white {
  margin-top: 10px;
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 2383, ../sass/components/_main.scss */
  .landing_apps .app-icon-white {
    display: none;
  }
}
/* line 2390, ../sass/components/_main.scss */
.landing_apps .app-icon-white > span a {
  display: block;
  text-indent: -9999px;
  display: block;
  float: left;
  width: 16px;
  height: 18px;
  background: url("../images/icon_app.png") no-repeat;
  margin: 0 3px;
}
/* line 2401, ../sass/components/_main.scss */
.landing_apps .app-icon-white .app-icon-apple a {
  background-position: 0 0px;
}
/* line 2402, ../sass/components/_main.scss */
.landing_apps .app-icon-white .app-icon-google a {
  background-position: -16px 0px;
}
/* line 2403, ../sass/components/_main.scss */
.landing_apps .app-icon-white .app-icon-blackberry a {
  background-position: -32px 0px;
}
/* line 2404, ../sass/components/_main.scss */
.landing_apps .app-icon-white .app-icon-windows a {
  background-position: -64px 0px;
}
/* line 2405, ../sass/components/_main.scss */
.landing_apps .app-icon-white .app-icon-amazon a {
  background-position: -96px 0;
}

/* line 2409, ../sass/components/_main.scss */
.app-icon {
  line-height: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  /* line 2409, ../sass/components/_main.scss */
  .app-icon {
    display: none;
  }
}
/* line 2432, ../sass/components/_main.scss */
.app-icon span a {
  display: block;
  width: 16px;
  height: 18px;
  background: url("../images/icon_app.png") no-repeat;
  margin: 0 4px;
  display: block;
  text-indent: -9999px;
}
/* line 2442, ../sass/components/_main.scss */
.app-icon .app-icon-apple a {
  background-position: 0 -30px;
}
/* line 2443, ../sass/components/_main.scss */
.app-icon .app-icon-google a {
  background-position: -16px -30px;
}
/* line 2444, ../sass/components/_main.scss */
.app-icon .app-icon-blackberry a {
  background-position: -32px -30px;
}
/* line 2445, ../sass/components/_main.scss */
.app-icon .app-icon-windows a {
  background-position: -64px -30px;
}
/* line 2446, ../sass/components/_main.scss */
.app-icon .app-icon-amazon a {
  background-position: -96px -30px;
}

/*end landing app page*/
/*detail app page*/
@media screen and (max-width: 768px) {
  /* line 2453, ../sass/components/_main.scss */
  .node-mobile-learning {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 2468, ../sass/components/_main.scss */
.node-mobile-learning .group-left {
  width: 65%;
}
@media screen and (max-width: 768px) {
  /* line 2468, ../sass/components/_main.scss */
  .node-mobile-learning .group-left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
/* line 2479, ../sass/components/_main.scss */
.node-mobile-learning .group-left .group-banner {
  position: relative;
  padding: 0;
  float: left;
  width: 140px;
}
@media screen and (max-width: 768px) {
  /* line 2479, ../sass/components/_main.scss */
  .node-mobile-learning .group-left .group-banner {
    width: 100%;
    float: none;
  }
}
/* line 2489, ../sass/components/_main.scss */
.node-mobile-learning .group-left .group-banner > h3 {
  display: none;
}
/* line 2491, ../sass/components/_main.scss */
.node-mobile-learning .group-left .group-banner .field-name-field-image {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  /* line 2491, ../sass/components/_main.scss */
  .node-mobile-learning .group-left .group-banner .field-name-field-image {
    float: left;
    width: 133px;
    padding-right: 10px;
  }
}
/* line 2500, ../sass/components/_main.scss */
.node-mobile-learning .group-left .group-banner .field-name-field-image img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 2506, ../sass/components/_main.scss */
  .node-mobile-learning .group-left .group-banner #node-mobile-learning-full-group-top {
    clear: both;
    width: 100%;
  }
}
/* line 2512, ../sass/components/_main.scss */
.node-mobile-learning .group-left .group-banner #node-mobile-learning-full-group-top h3 {
  color: #848282;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  /* line 2512, ../sass/components/_main.scss */
  .node-mobile-learning .group-left .group-banner #node-mobile-learning-full-group-top h3 {
    margin: 0 0 5px 0;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  /* line 2524, ../sass/components/_main.scss */
  .node-mobile-learning .group-left .group-banner #node-mobile-learning-full-group-top .group-download-now > div {
    width: 32.3%;
    margin-left: 1.5%;
  }
  /* line 2528, ../sass/components/_main.scss */
  .node-mobile-learning .group-left .group-banner #node-mobile-learning-full-group-top .group-download-now > div:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 2537, ../sass/components/_main.scss */
  .node-mobile-learning .group-left .group-banner .field-name-field-text-teaser {
    display: block;
    float: left;
    width: calc(100% - 143px);
  }
}
/* line 2544, ../sass/components/_main.scss */
.node-mobile-learning .group-left .group-banner .field-name-field-text-teaser p {
  margin: 0;
}
/* line 2550, ../sass/components/_main.scss */
.node-mobile-learning .group-left .group-banner .group-top .field-name-title {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  /* line 2550, ../sass/components/_main.scss */
  .node-mobile-learning .group-left .group-banner .group-top .field-name-title {
    display: none;
  }
}
/* line 2556, ../sass/components/_main.scss */
.node-mobile-learning .group-left .group-banner .group-top .field-name-title h2 {
  line-height: normal;
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  /* line 2562, ../sass/components/_main.scss */
  .node-mobile-learning .group-left .group-banner .group-top .group-download-now {
    overflow: auto;
    clear: both;
  }
}
/* line 2568, ../sass/components/_main.scss */
.node-mobile-learning .group-left .group-banner .group-top .group-download-now > div {
  float: left;
}
@media screen and (max-width: 768px) {
  /* line 2568, ../sass/components/_main.scss */
  .node-mobile-learning .group-left .group-banner .group-top .group-download-now > div {
    width: 100%;
    margin-bottom: 4px;
  }
  /* line 2575, ../sass/components/_main.scss */
  .node-mobile-learning .group-left .group-banner .group-top .group-download-now > div img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 2582, ../sass/components/_main.scss */
  .node-mobile-learning .group-left .group-banner .group-top .group-download-now .field-name-qr-code-block {
    display: none;
  }
  /* line 2586, ../sass/components/_main.scss */
  .node-mobile-learning .group-left .group-banner .group-top .group-download-now .app-icon-google,
  .node-mobile-learning .group-left .group-banner .group-top .group-download-now .app-icon-apple,
  .node-mobile-learning .group-left .group-banner .group-top .group-download-now .app-icon-windows {
    display: block;
  }
}
/* line 2599, ../sass/components/_main.scss */
.node-mobile-learning .group-left .field-name-body {
  float: left;
  width: calc(100% - 140px);
  padding-left: 22px;
}
@media screen and (max-width: 768px) {
  /* line 2599, ../sass/components/_main.scss */
  .node-mobile-learning .group-left .field-name-body {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}
/* line 2610, ../sass/components/_main.scss */
.node-mobile-learning .group-left .field-name-body strong {
  color: #00843d;
}
/* line 2613, ../sass/components/_main.scss */
.node-mobile-learning .group-left .field-name-field-viddler-video {
  width: calc(100% - 162px);
  margin-left: 162px;
}
@media screen and (max-width: 768px) {
  /* line 2613, ../sass/components/_main.scss */
  .node-mobile-learning .group-left .field-name-field-viddler-video {
    width: 100%;
    margin-left: 0;
  }
}
/* line 2622, ../sass/components/_main.scss */
.node-mobile-learning .group-left #comments {
  width: calc(100% - 162px);
  margin-left: 162px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  /* line 2622, ../sass/components/_main.scss */
  .node-mobile-learning .group-left #comments {
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 2636, ../sass/components/_main.scss */
.node-mobile-learning .group-right {
  width: 35%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  /* line 2636, ../sass/components/_main.scss */
  .node-mobile-learning .group-right {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
/* line 2650, ../sass/components/_main.scss */
.node-mobile-learning .group-right .flex-control-paging li a {
  background: #cdcdcd;
}
/* line 2651, ../sass/components/_main.scss */
.node-mobile-learning .group-right .flex-control-paging li a.flex-active {
  background: #00843d;
}
/* line 2654, ../sass/components/_main.scss */
.node-mobile-learning .group-footer {
  padding-top: 20px;
}

/* line 2659, ../sass/components/_main.scss */
#colorbox {
  background: transparent;
}
/* line 2662, ../sass/components/_main.scss */
#colorbox #cboxContent {
  border-radius: 9px;
}
/* line 2664, ../sass/components/_main.scss */
#colorbox #cboxLoadedContent {
  padding: 15px 0;
  overflow: hidden !important;
}
/* line 2669, ../sass/components/_main.scss */
#colorbox .views-field {
  float: left;
  max-width: 33.3%;
}
/* line 2673, ../sass/components/_main.scss */
#colorbox .views-field .views-label {
  display: block;
  text-align: center;
  font-family: 'british_council-bold';
  font-size: 13px;
  line-height: 15px;
}

/*end detail app page*/
/* line 2687, ../sass/components/_main.scss */
.filter_slider {
  background-color: #f4f4f4;
  font-size: 13px;
  color: #037739;
  line-height: 34px;
  overflow-x: hidden;
  overflow-y: visible;
  margin: 0 0 15px 0;
}
/* line 2696, ../sass/components/_main.scss */
.filter_slider .jcarousel-clip-horizontal {
  margin: 0 30px;
  overflow: hidden;
}
/* line 2699, ../sass/components/_main.scss */
.filter_slider .jcarousel-clip-horizontal ul li {
  padding: 0 20px;
  font-family: 'british_council-bold';
}
/* line 2703, ../sass/components/_main.scss */
.filter_slider .jcarousel-clip-horizontal li.is-active {
  background-color: #000000;
  color: #ffffff;
}
/* line 2708, ../sass/components/_main.scss */
.filter_slider .jcarousel-prev, .filter_slider .jcarousel-next {
  width: 30px;
  height: 34px;
  margin-top: -34px;
  float: left;
  background: url("../images/icon-filter-arrow-left.png") center center no-repeat;
}
/* line 2715, ../sass/components/_main.scss */
.filter_slider .jcarousel-next {
  float: right;
  background: url("../images/icon-filter-arrow-right.png") center center no-repeat;
}

/* line 2725, ../sass/components/_main.scss */
.item-list ul.quicktabs-tabs {
  margin: 0;
  padding: 0;
  background: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 2735, ../sass/components/_main.scss */
.item-list ul.quicktabs-tabs li:first-child:nth-last-child(1) {
  width: 100%;
}
/* line 2738, ../sass/components/_main.scss */
.item-list ul.quicktabs-tabs li:first-child:nth-last-child(2),
.item-list ul.quicktabs-tabs li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
/* line 2742, ../sass/components/_main.scss */
.item-list ul.quicktabs-tabs li:first-child:nth-last-child(3),
.item-list ul.quicktabs-tabs li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}
/* line 2746, ../sass/components/_main.scss */
.item-list ul.quicktabs-tabs li:first-child:nth-last-child(4),
.item-list ul.quicktabs-tabs li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
/* line 2750, ../sass/components/_main.scss */
.item-list ul.quicktabs-tabs li:first-child:nth-last-child(5),
.item-list ul.quicktabs-tabs li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}
/* line 2754, ../sass/components/_main.scss */
.item-list ul.quicktabs-tabs li:first-child:nth-last-child(6),
.item-list ul.quicktabs-tabs li:first-child:nth-last-child(6) ~ li {
  width: 16.66%;
}
/* line 2759, ../sass/components/_main.scss */
.item-list ul.quicktabs-tabs li {
  display: block;
  text-align: center;
  box-sizing: border-box;
  color: #999999;
  border-bottom: 3px solid #ecebeb;
  margin: 0 0 6px 0;
  padding: 4px 0;
  background: none !important;
  height: 36px;
}
/* line 2769, ../sass/components/_main.scss */
.item-list ul.quicktabs-tabs li a {
  font-weight: normal;
  font-size: 14px;
  display: block;
  margin: 0;
  padding: 0;
  background: none !important;
}
/* line 2778, ../sass/components/_main.scss */
.item-list ul.quicktabs-tabs li.active {
  color: #00843d;
  border-bottom: 3px solid #00843d;
  background: none !important;
}

/* line 2788, ../sass/components/_main.scss */
.quicktabs_main {
  clear: both;
}
/* line 2791, ../sass/components/_main.scss */
.quicktabs_main h2 {
  color: #00843d;
  font-weight: normal;
  font-size: 18px;
}
/* line 2797, ../sass/components/_main.scss */
.quicktabs_main div.views-row {
  height: 130px;
  margin-top: 15px;
  overflow: hidden;
}
/* line 2801, ../sass/components/_main.scss */
.quicktabs_main div.views-row > div {
  float: left;
}
/* line 2803, ../sass/components/_main.scss */
.quicktabs_main div.views-row:hover .views-field-title {
  text-decoration: underline;
}
/* line 2807, ../sass/components/_main.scss */
.quicktabs_main div.views-row .views-field-field-image {
  width: 230px;
  margin-right: 10px;
}
/* line 2810, ../sass/components/_main.scss */
.quicktabs_main div.views-row .views-field-field-image img {
  height: auto;
}
/* line 2813, ../sass/components/_main.scss */
.quicktabs_main div.views-row .views-field-title {
  color: #00843d;
  font-weight: normal;
  font-size: 18px;
  float: none;
}
/* line 2820, ../sass/components/_main.scss */
.quicktabs_main div.views-row .views-field-field-text-teaser {
  float: none;
  font-size: 13px;
  line-height: 16px;
  clear: both;
}
/* line 2825, ../sass/components/_main.scss */
.quicktabs_main div.views-row .views-field-field-text-teaser p {
  margin: 0;
}
/* line 2828, ../sass/components/_main.scss */
.quicktabs_main div.views-row .views-field-nothing {
  width: 400px;
  position: relative;
}
/* line 2832, ../sass/components/_main.scss */
.quicktabs_main div.views-row .views-field-nothing .views-field-field-section {
  padding: 2px 8px;
  float: left;
  background-color: #00843d;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
}
/* line 2840, ../sass/components/_main.scss */
.quicktabs_main div.views-row .views-field-nothing .views-field-field-category {
  padding: 2px 8px;
  float: left;
  background-color: #00843d;
  color: #ffffff;
  font-size: 12px;
}
/* line 2847, ../sass/components/_main.scss */
.quicktabs_main div.views-row .views-field-nothing .views-field-created, .quicktabs_main div.views-row .views-field-nothing .blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-comment-count, .blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .quicktabs_main div.views-row .views-field-nothing .views-field-comment-count {
  float: right;
  color: #d2d2d2;
  font-size: 11px;
  line-height: 15px;
}
/* line 2853, ../sass/components/_main.scss */
.quicktabs_main div.views-row .views-field-nothing .views-field-comment-count {
  position: absolute;
  right: 0;
  top: 0;
  bottom: auto;
  width: 50px;
  background: url("../images/icon-bubble.jpg") left center no-repeat;
  padding-left: 15px;
  color: #adadad;
  font-size: 11px;
  height: 26px;
}
/* line 2865, ../sass/components/_main.scss */
.quicktabs_main div.views-row .views-field-nothing .views-field-title {
  clear: both;
  color: #00843d;
  font-size: 16px;
  padding: 2px 0;
  width: calc(100% - 55px);
}
/* line 2872, ../sass/components/_main.scss */
.quicktabs_main div.views-row .views-field-nothing .views-field-body {
  font-size: 13px;
  line-height: 16px;
}
/* line 2875, ../sass/components/_main.scss */
.quicktabs_main div.views-row .views-field-nothing .views-field-body p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  /* line 2880, ../sass/components/_main.scss */
  .quicktabs_main div.views-row {
    overflow: initial;
    position: relative;
  }
  /* line 2883, ../sass/components/_main.scss */
  .quicktabs_main div.views-row .views-field-field-image {
    position: absolute;
  }
  /* line 2884, ../sass/components/_main.scss */
  .quicktabs_main div.views-row .views-field-nothing {
    margin-left: 0;
    padding-left: 245px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 2892, ../sass/components/_main.scss */
  .quicktabs_main div.views-row {
    height: auto;
  }
  /* line 2894, ../sass/components/_main.scss */
  .quicktabs_main div.views-row > div {
    float: none;
  }
  /* line 2895, ../sass/components/_main.scss */
  .quicktabs_main div.views-row .views-field-field-image {
    position: initial;
    width: 100%;
  }
  /* line 2898, ../sass/components/_main.scss */
  .quicktabs_main div.views-row .views-field-field-image img {
    width: 100%;
  }
  /* line 2900, ../sass/components/_main.scss */
  .quicktabs_main div.views-row .views-field-nothing {
    padding-left: 0;
  }
}
/* line 2905, ../sass/components/_main.scss */
.quicktabs_main .one-column div.views-row {
  height: 170px;
}
@media screen and (max-width: 768px) {
  /* line 2905, ../sass/components/_main.scss */
  .quicktabs_main .one-column div.views-row {
    height: auto;
  }
}

/*flip page bar*/
/* line 2917, ../sass/components/_main.scss */
.pager {
  background-color: #f4f4f4;
  line-height: 35px;
  font-size: 14px;
  position: relative;
  margin-top: 10px;
}
/* line 2923, ../sass/components/_main.scss */
.pager .pager-item {
  color: #0072cd;
}
/* line 2924, ../sass/components/_main.scss */
.pager .pager-current {
  color: #00843d;
  border-bottom: 2px solid #00843d;
  background-color: #ffffff;
  padding-top: 9px;
  padding-bottom: 6px;
}
/* line 2931, ../sass/components/_main.scss */
.pager .pager-first a, .pager .pager-last a {
  text-indent: -9999px;
  background: url("../images/icon-page-arrow.png") no-repeat;
  width: 28px;
  height: 18px;
  display: block;
}
/* line 2938, ../sass/components/_main.scss */
.pager .pager-first {
  float: left;
}
/* line 2940, ../sass/components/_main.scss */
.pager .pager-first a {
  float: left;
  background-position: -4px -82px;
  margin: 8px 0;
}
/* line 2944, ../sass/components/_main.scss */
.pager .pager-first a:hover {
  background-position: -4px -56px;
}
/* line 2947, ../sass/components/_main.scss */
.pager .pager-last {
  float: right;
}
/* line 2949, ../sass/components/_main.scss */
.pager .pager-last a {
  float: right;
  background-position: -41px -82px;
  margin: 8px 0;
}
/* line 2953, ../sass/components/_main.scss */
.pager .pager-last a:hover {
  background-position: -41px -56px;
}
/* line 2956, ../sass/components/_main.scss */
.pager .pager-previous a, .pager .pager-next a {
  text-indent: -9999px;
  background: url("../images/icon-page-arrow.png") no-repeat;
  width: 14px;
  height: 18px;
  display: block;
}
/* line 2963, ../sass/components/_main.scss */
.pager .pager-previous a {
  float: left;
  background-position: -4px -28px;
  margin: 8px 0;
}
/* line 2967, ../sass/components/_main.scss */
.pager .pager-previous a:hover {
  background-position: -4px -1px;
}
/* line 2970, ../sass/components/_main.scss */
.pager .pager-next {
  position: absolute;
  right: 0;
  margin-right: 38px;
}
/* line 2974, ../sass/components/_main.scss */
.pager .pager-next a {
  background-position: -28px -29px;
  margin: 8px 0 8px 8px;
}
/* line 2977, ../sass/components/_main.scss */
.pager .pager-next a:hover {
  background-position: -28px -2px;
}
@media screen and (max-width: 768px) {
  /* line 2981, ../sass/components/_main.scss */
  .pager li {
    padding: 0 4px;
  }
}

/*end flip page bar*/
/*Article*/
/* line 2989, ../sass/components/_main.scss */
.node-type-article {
  	/*
  	@media screen and (max-width: $mobile) { 
  		.field-group-accordion {
  			position: relative;
  			height: 1020px;
  
  			.accordion-item {
  				float: left; 
  				width: 25%;
  				box-sizing: border-box;
  				z-index: 1;
  				background-color: #e8f0d8;
  				color: $main-theme-color;
  				font-family: 'british_council-bold';
  				border-bottom: 3px solid $main-theme-color;
  				.ui-accordion-header-icon {
  					display: none;
  				}
  			}
  			.ui-state-active {
  				background-color: $main-theme-color;
  				color: #ffffff;
  				.ui-accordion-header-icon {
  					display: block;
  				}
  			}
  
  			.field-group-accordion-item {
  				position: absolute;
  				left: 0;
  				top: 27px;
  				background: #ffffff;
  			}
  		}
  	}
  	*/
}
/* line 2990, ../sass/components/_main.scss */
.node-type-article .header {
  padding-bottom: 10px;
}
/* line 2991, ../sass/components/_main.scss */
.node-type-article .page__title {
  font-weight: normal;
}
/* line 2995, ../sass/components/_main.scss */
.node-type-article table {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 2997, ../sass/components/_main.scss */
  .node-type-article #content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 3003, ../sass/components/_main.scss */
.node-type-article #content a {
  color: #00843d;
}
/* line 3004, ../sass/components/_main.scss */
.node-type-article #content a:hover {
  text-decoration: underline;
}
/* line 3006, ../sass/components/_main.scss */
.node-type-article #content ul {
  padding-left: 15px;
}
/* line 3008, ../sass/components/_main.scss */
.node-type-article #content ul li {
  margin-bottom: 7px;
}
/* line 3013, ../sass/components/_main.scss */
.node-type-article #content .field-name-submitted-by {
  color: #cdcdcd;
  font-size: 11px;
  float: left;
}
/* line 3019, ../sass/components/_main.scss */
.node-type-article #content .field-name-print {
  float: right;
  margin-top: -15px;
  margin-right: 10px;
}
/* line 3025, ../sass/components/_main.scss */
.node-type-article #content .field-name-field-text-teaser {
  clear: both;
}
/* line 3029, ../sass/components/_main.scss */
.node-type-article #content .field-name-body {
  clear: both;
  font-size: 14px;
  line-height: 20px;
}
/* line 3033, ../sass/components/_main.scss */
.node-type-article #content .field-name-body p {
  margin: 1em 0;
}
/* line 3036, ../sass/components/_main.scss */
.node-type-article #content .file {
  clear: both;
  display: block;
}
/* line 3041, ../sass/components/_main.scss */
.node-type-article #content .group-downloads {
  background-color: #f4f4f4;
  padding: 12px 20px;
  font-size: 16px;
  margin-top: 20px;
  clear: both;
  color: #000000;
  border: none;
}
/* line 3049, ../sass/components/_main.scss */
.node-type-article #content .group-downloads legend {
  background: url("../images/icon-download.png") 97% center no-repeat;
  background-color: #f4f4f4;
  color: #a9a9a9;
  width: 100%;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
}
/* line 3061, ../sass/components/_main.scss */
.node-type-article #content .group-downloads .field-name-upload .field-item {
  padding: 5px 15px;
  background-color: #ffffff;
  border-top: 2px solid #f4f4f4;
  font-size: 13px;
}
/* line 3067, ../sass/components/_main.scss */
.node-type-article #content .group-downloads .field-name-upload .field-item:first-child {
  border-top: none;
}
/* line 3073, ../sass/components/_main.scss */
.node-type-article #content .field-name-comments-list {
  width: 100%;
  border-top: 5px solid #0072cf;
  padding: 6px 18px;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  /* line 3073, ../sass/components/_main.scss */
  .node-type-article #content .field-name-comments-list {
    padding: 6px;
    padding-bottom: 40px;
  }
}
/* line 3084, ../sass/components/_main.scss */
.node-type-article #content .field-name-comments-list > .field-items:nth-child(1) .field-item > div:nth-child(1) {
  color: #00843d;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  /* line 3084, ../sass/components/_main.scss */
  .node-type-article #content .field-name-comments-list > .field-items:nth-child(1) .field-item > div:nth-child(1) {
    text-align: center;
  }
}
/* line 3093, ../sass/components/_main.scss */
.node-type-article #content .field-name-comments-list .ds-1col {
  background-color: #f4f4f4;
  font-size: 12px;
  padding: 10px;
  margin-left: 55px;
}
/* line 3098, ../sass/components/_main.scss */
.node-type-article #content .field-name-comments-list .ds-1col .field-name-ds-user-picture {
  float: left;
  margin-left: -60px;
}
/* line 3102, ../sass/components/_main.scss */
.node-type-article #content .field-name-comments-list .ds-1col .field-name-post-date {
  color: #b6b6b6;
  font-size: 11px;
  float: right;
}
/* line 3107, ../sass/components/_main.scss */
.node-type-article #content .field-name-comments-list .ds-1col .field-name-comment-body {
  clear: both;
}
/* line 3109, ../sass/components/_main.scss */
.node-type-article #content .field-name-comments-list .ds-1col .field-name-comment-body p {
  margin: 0;
  line-height: 18px;
}
/* line 3114, ../sass/components/_main.scss */
.node-type-article #content .field-name-comments-list .ds-1col .links {
  display: block;
  border-top: 1px solid #dad9d9;
  text-align: right;
  color: #dad9d9;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 0;
}
/* line 3122, ../sass/components/_main.scss */
.node-type-article #content .field-name-comments-list .ds-1col .links a {
  color: #00843d;
}
@media screen and (max-width: 768px) {
  /* line 3093, ../sass/components/_main.scss */
  .node-type-article #content .field-name-comments-list .ds-1col {
    margin-left: 0;
    margin-top: 30px;
  }
  /* line 3128, ../sass/components/_main.scss */
  .node-type-article #content .field-name-comments-list .ds-1col .field-name-ds-user-picture {
    margin: -30px 10px 0 0;
  }
  /* line 3129, ../sass/components/_main.scss */
  .node-type-article #content .field-name-comments-list .ds-1col .field-name-post-date {
    float: none;
  }
}
/* line 3136, ../sass/components/_main.scss */
.node-type-article .group-accordion {
  clear: both;
}
/* line 3139, ../sass/components/_main.scss */
.node-type-article .group-accordion .accordion-item {
  border: none;
  background-image: none;
  background-color: #f4f4f4;
  border-radius: 0;
  font-size: 14px;
  font-family: 'british_council-bold';
  padding: 12px 20px;
}
/* line 3148, ../sass/components/_main.scss */
.node-type-article .group-accordion .accordion-item a {
  color: #00843d;
  padding: 0;
  display: inline;
}
/* line 3154, ../sass/components/_main.scss */
.node-type-article .group-accordion .accordion-item span.ui-icon-triangle-1-e {
  background: url("../images/icon-accordion-btn.png") -2px 0 no-repeat;
  width: 21px;
  height: 21px;
  left: inherit;
  right: 0.5em;
  margin-top: -11px;
}
/* line 3164, ../sass/components/_main.scss */
.node-type-article .group-accordion .ui-state-active {
  background-color: #000000;
}
/* line 3166, ../sass/components/_main.scss */
.node-type-article .group-accordion .ui-state-active a {
  color: #ffffff;
}
/* line 3167, ../sass/components/_main.scss */
.node-type-article .group-accordion .ui-state-active span.ui-icon-triangle-1-s {
  background: url("../images/icon-accordion-btn.png") -2px 0 no-repeat;
  width: 21px;
  height: 21px;
  left: inherit;
  right: 0.5em;
  margin-top: -11px;
  background-position: -2px -24px;
}
/* line 3178, ../sass/components/_main.scss */
.node-type-article .group-accordion .field-group-accordion-item {
  border: none;
  padding: 20px;
  font-size: 13px;
}
/* line 3182, ../sass/components/_main.scss */
.node-type-article .group-accordion .field-group-accordion-item p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  /* line 3223, ../sass/components/_main.scss */
  .node-type-article .print_html {
    display: none;
  }
}

/* line 3230, ../sass/components/_main.scss */
article {
  /*taxonomy tags in article*/
  /*end taxonomy tags in article*/
}
/* line 3231, ../sass/components/_main.scss */
article h2 {
  color: #00843d;
}
/* line 3233, ../sass/components/_main.scss */
article .ui-widget {
  font-family: "british_council";
}
/* line 3235, ../sass/components/_main.scss */
article .collapsible {
  margin-bottom: 20px;
}
/* line 3238, ../sass/components/_main.scss */
article .collapsible > h3 {
  margin: 0;
  background: url("../images/icon-arrow-downward-grey.png") #f4f4f4 8px center no-repeat;
  font-size: 12px;
  padding-left: 15px;
  font-weight: normal;
}
/* line 3245, ../sass/components/_main.scss */
article .collapsible > h3 a {
  color: #818181 !important;
  text-decoration: none !important;
  display: block;
  padding: 4px 8px;
}
/* line 3253, ../sass/components/_main.scss */
article .collapsible .field-group-format-wrapper {
  background-color: #f4f4f4;
  padding: 10px;
  padding-top: 0;
  font-size: 12px;
  line-height: 16px;
  width: 100% !important;
}
/* line 3261, ../sass/components/_main.scss */
article .collapsible .field-group-format-wrapper .field-item {
  background-color: #ffffff;
  padding: 4px 10px;
}
/* line 3266, ../sass/components/_main.scss */
article .collapsible .field-group-format-wrapper p {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 3273, ../sass/components/_main.scss */
article .collapsed h3 {
  background-image: url("../images/icon-arrow-right-grey.png") no-repeat;
}
/* line 3275, ../sass/components/_main.scss */
article .group-preparation {
  margin: 0;
}
/* line 3278, ../sass/components/_main.scss */
article .group-preparation > h3 {
  margin: 0;
  background: url("../images/icon-minus.svg") #006747 calc(100% - 20px) center no-repeat;
  background-size: 15px 15px;
  padding: 0;
  font-size: 16px;
}
/* line 3286, ../sass/components/_main.scss */
article .group-preparation > h3 a {
  color: #ffffff !important;
  display: block;
  padding: 15px 20px;
}
/* line 3294, ../sass/components/_main.scss */
article .group-preparation .field-group-format-wrapper {
  border: 1px solid #006747;
  padding: 0;
}
/* line 3300, ../sass/components/_main.scss */
article .group-preparation:hover > h3 a, article .group-preparation:hover > h3 a:link, article .group-preparation:focus > h3 a, article .group-preparation:focus > h3 a:link {
  text-decoration: underline !important;
}
/* line 3307, ../sass/components/_main.scss */
article .group-preparation.collapsed > h3 {
  background: url("../images/icon-plus.svg") #00843d calc(100% - 20px) center no-repeat;
  background-size: 15px 15px;
}
/* line 3312, ../sass/components/_main.scss */
article .group-preparation.collapsed .field-group-format-wrapper {
  background-color: #00843d;
}
/* line 3317, ../sass/components/_main.scss */
article ul.links.inline {
  clear: both;
  display: block;
  padding-left: 0 !important;
  font-size: 12px;
}
/* line 3322, ../sass/components/_main.scss */
article ul.links.inline .sharethis {
  display: block;
  margin-top: 10px;
}
/* line 3328, ../sass/components/_main.scss */
article > .form-type-item,
article > .field-name-field-hide-image {
  clear: both;
  margin: 10px 0;
  float: left;
  font-size: 14px;
  line-height: 18px;
}
/* line 3338, ../sass/components/_main.scss */
article .webform-client-form {
  clear: both;
}
/* line 3343, ../sass/components/_main.scss */
article .group_vocabularies {
  float: left;
}
/* line 3344, ../sass/components/_main.scss */
article .field-type-taxonomy-term-reference {
  float: left;
  margin-top: 5px;
  margin-bottom: 10px;
}
/* line 3352, ../sass/components/_main.scss */
article .field-name-field-audio-upload a {
  font-size: 14px;
}

/* line 3357, ../sass/components/_main.scss */
.node-english-grammar .field-type-text-with-summary {
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 3366, ../sass/components/_main.scss */
.article-sharethis-container .sharethis-buttons .sharethis-wrapper {
  float: right;
  margin-top: -5px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  /* line 3366, ../sass/components/_main.scss */
  .article-sharethis-container .sharethis-buttons .sharethis-wrapper {
    float: none;
    margin-top: 10px;
  }
  /* line 3373, ../sass/components/_main.scss */
  .article-sharethis-container .sharethis-buttons .sharethis-wrapper > span:nth-child(1), .article-sharethis-container .sharethis-buttons .sharethis-wrapper > span:nth-child(2), .article-sharethis-container .sharethis-buttons .sharethis-wrapper > span:nth-child(3) {
    display: none;
  }
}
/* line 3379, ../sass/components/_main.scss */
.article-sharethis-container .jiathis-wrapper {
  float: right;
  margin-top: -30px !important;
  margin-bottom: 0 !important;
  height: auto !important;
}
@media screen and (max-width: 768px) {
  /* line 3379, ../sass/components/_main.scss */
  .article-sharethis-container .jiathis-wrapper {
    float: none;
    margin: 10px 0 0 10px !important;
  }
  /* line 3388, ../sass/components/_main.scss */
  .article-sharethis-container .jiathis-wrapper > span:nth-child(1), .article-sharethis-container .jiathis-wrapper > span:nth-child(2), .article-sharethis-container .jiathis-wrapper > span:nth-child(3) {
    display: none;
  }
}

/* line 3395, ../sass/components/_main.scss */
.article-field-vote-container {
  color: #ffffff;
}
/* line 3397, ../sass/components/_main.scss */
.article-field-vote-container .fivestar-widget {
  float: left;
}
/* line 3398, ../sass/components/_main.scss */
.article-field-vote-container .description {
  float: left;
  margin-left: 10px;
  line-height: 25px;
}

/*end article*/
/*blog pages*/
/* line 3411, ../sass/components/_main.scss */
.node-blog a {
  color: #00843d;
}
/* line 3413, ../sass/components/_main.scss */
.node-blog .field-name-submitted-by {
  color: #cdcdcd;
  font-size: 11px;
}
/* line 3418, ../sass/components/_main.scss */
.node-blog .field-name-print {
  float: right;
  margin-top: -15px;
  margin-right: 10px;
}
/* line 3424, ../sass/components/_main.scss */
.node-blog .field-name-field-text-teaser {
  clear: both;
}
/* line 3428, ../sass/components/_main.scss */
.node-blog .field-name-body {
  font-size: 14px;
  line-height: 20px;
}
/* line 3433, ../sass/components/_main.scss */
.node-blog .group-downloads {
  background-color: #f4f4f4;
  padding: 12px 20px;
  font-size: 16px;
  margin-top: 20px;
  clear: both;
  color: #000000;
  border: none;
}
/* line 3441, ../sass/components/_main.scss */
.node-blog .group-downloads legend {
  background: url("../images/icon-download.png") 97% center no-repeat;
  background-color: #f4f4f4;
  color: #a9a9a9;
  width: 100%;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
}
/* line 3453, ../sass/components/_main.scss */
.node-blog .group-downloads .field-name-upload .field-item {
  padding: 5px 15px;
  background-color: #ffffff;
  border-top: 2px solid #f4f4f4;
  font-size: 13px;
}
/* line 3459, ../sass/components/_main.scss */
.node-blog .group-downloads .field-name-upload .field-item:first-child {
  border-top: none;
}
/* line 3465, ../sass/components/_main.scss */
.node-blog .field-name-comments-list {
  width: 100%;
  border-top: 5px solid #0072cf;
  padding: 6px 18px;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  /* line 3465, ../sass/components/_main.scss */
  .node-blog .field-name-comments-list {
    padding: 6px;
    padding-bottom: 40px;
  }
}
/* line 3476, ../sass/components/_main.scss */
.node-blog .field-name-comments-list > .field-items:nth-child(1) .field-item > div:nth-child(1) {
  color: #00843d;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  /* line 3476, ../sass/components/_main.scss */
  .node-blog .field-name-comments-list > .field-items:nth-child(1) .field-item > div:nth-child(1) {
    text-align: center;
  }
}
/* line 3485, ../sass/components/_main.scss */
.node-blog .field-name-comments-list .ds-1col {
  background-color: #f4f4f4;
  font-size: 12px;
  padding: 10px;
  margin-left: 55px;
}
/* line 3491, ../sass/components/_main.scss */
.node-blog .field-name-comments-list .ds-1col ul {
  padding-left: 15px;
}
/* line 3493, ../sass/components/_main.scss */
.node-blog .field-name-comments-list .ds-1col ul li {
  margin-bottom: 7px;
}
/* line 3498, ../sass/components/_main.scss */
.node-blog .field-name-comments-list .ds-1col .field-name-ds-user-picture {
  float: left;
  margin-left: -60px;
}
/* line 3503, ../sass/components/_main.scss */
.node-blog .field-name-comments-list .ds-1col .field-name-post-date {
  color: #b6b6b6;
  font-size: 11px;
  float: right;
}
/* line 3509, ../sass/components/_main.scss */
.node-blog .field-name-comments-list .ds-1col .field-name-comment-body {
  clear: both;
}
/* line 3511, ../sass/components/_main.scss */
.node-blog .field-name-comments-list .ds-1col .field-name-comment-body p {
  margin: 0;
  line-height: 18px;
}
/* line 3517, ../sass/components/_main.scss */
.node-blog .field-name-comments-list .ds-1col .links {
  display: block;
  border-top: 1px solid #dad9d9;
  text-align: right;
  color: #dad9d9;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 0;
}
/* line 3525, ../sass/components/_main.scss */
.node-blog .field-name-comments-list .ds-1col .links li {
  background-color: #eaeaea;
  padding: 5px 10px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  /* line 3485, ../sass/components/_main.scss */
  .node-blog .field-name-comments-list .ds-1col {
    margin-left: 0;
    margin-top: 30px;
  }
  /* line 3535, ../sass/components/_main.scss */
  .node-blog .field-name-comments-list .ds-1col .field-name-ds-user-picture {
    margin: -30px 10px 0 0;
  }
  /* line 3536, ../sass/components/_main.scss */
  .node-blog .field-name-comments-list .ds-1col .field-name-post-date {
    float: none;
  }
}

/*end blog pages*/
/*comment block in article*/
/* line 3548, ../sass/components/_main.scss */
#comments {
  border-top: 3px solid #00843d;
  clear: both;
  margin-top: 10px;
  background-color: #f4f4f4;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  /* line 3548, ../sass/components/_main.scss */
  #comments {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* line 3559, ../sass/components/_main.scss */
#comments h2 {
  color: #00843d;
  margin-top: 5px;
  font-size: 18px;
  clear: both;
}
/* line 3566, ../sass/components/_main.scss */
#comments > span {
  font-size: 11px;
}
/* line 3568, ../sass/components/_main.scss */
#comments article {
  border: 1px solid #ebeaea;
  background-color: #fafafa;
  padding: 10px;
  margin: 5px 0 15px 60px;
}
@media screen and (max-width: 768px) {
  /* line 3568, ../sass/components/_main.scss */
  #comments article {
    margin: 20px 0 35px 0;
  }
}
/* line 3577, ../sass/components/_main.scss */
#comments article p {
  margin: 0;
}
/* line 3578, ../sass/components/_main.scss */
#comments article p.submitted {
  text-align: right;
  margin-right: 5px;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  /* line 3578, ../sass/components/_main.scss */
  #comments article p.submitted {
    text-align: left;
  }
}
/* line 3586, ../sass/components/_main.scss */
#comments article p.submitted .username {
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  /* line 3586, ../sass/components/_main.scss */
  #comments article p.submitted .username {
    text-align: left;
    margin-top: -32px;
  }
}
/* line 3595, ../sass/components/_main.scss */
#comments article .user-picture {
  float: left;
  margin-left: -70px;
  margin-top: -10px;
}
/* line 3599, ../sass/components/_main.scss */
#comments article .user-picture a {
  display: block;
}
@media screen and (max-width: 768px) {
  /* line 3595, ../sass/components/_main.scss */
  #comments article .user-picture {
    margin: -30px 10px 0 0;
  }
}
/* line 3604, ../sass/components/_main.scss */
#comments article .username {
  color: #00843d;
  font-size: 15px;
  display: block;
  float: left;
  font-family: 'Arial';
}
/* line 3611, ../sass/components/_main.scss */
#comments article h3.comment__title a {
  font-size: 16px;
  font-family: 'british_council-bold';
  text-decoration: none;
  color: #00843d;
}
/* line 3617, ../sass/components/_main.scss */
#comments article .field-name-comment-body {
  clear: both;
  font-size: 13px;
}
/* line 3621, ../sass/components/_main.scss */
#comments article .links {
  font-size: 12px;
  margin-top: 15px;
  display: block;
  border-top: 1px solid #cccccc;
}
/* line 3628, ../sass/components/_main.scss */
#comments form.comment-form {
  padding: 8px 10px;
  background-color: #fafafa;
  font-size: 14px;
}
/* line 3632, ../sass/components/_main.scss */
#comments form.comment-form .form-item {
  margin: 0;
}
/* line 3633, ../sass/components/_main.scss */
#comments form.comment-form input[type=text] {
  width: 100%;
}
/* line 3634, ../sass/components/_main.scss */
#comments form.comment-form .filter-wrapper {
  padding: 5px 0;
}
/* line 3636, ../sass/components/_main.scss */
#comments form.comment-form .filter-wrapper .fieldset-wrapper > div {
  padding: 0;
}
/* line 3637, ../sass/components/_main.scss */
#comments form.comment-form .filter-wrapper .filter-list {
  width: 150px;
}
/* line 3638, ../sass/components/_main.scss */
#comments form.comment-form .filter-wrapper li {
  margin-bottom: 0;
}
/* line 3641, ../sass/components/_main.scss */
#comments form.comment-form .form-actions input[type=submit] {
  width: 48%;
  margin: 0 1%;
}

/*end comment block in article*/
/*tag*/
/* line 3653, ../sass/components/_main.scss */
.group-tag, .field-type-taxonomy-term-reference {
  border: none;
  margin-top: 15px;
  padding: 0;
  overflow: auto;
}
/* line 3659, ../sass/components/_main.scss */
.group-tag legend, .field-type-taxonomy-term-reference legend {
  color: #00843d;
  font-family: 'british_council-bold';
}
/* line 3663, ../sass/components/_main.scss */
.group-tag .field-label, .field-type-taxonomy-term-reference .field-label {
  display: none;
}
/* line 3665, ../sass/components/_main.scss */
.group-tag .field-items > div, .field-type-taxonomy-term-reference .field-items > div {
  float: left;
  background-color: #00843d;
  padding: 2px 8px;
  color: #ffffff;
  margin-right: 6px;
  margin-top: 5px;
  font-size: 13px;
}
/* line 3674, ../sass/components/_main.scss */
.group-tag .field-items div:first-child, .field-type-taxonomy-term-reference .field-items div:first-child {
  margin-left: 6px;
}
/* line 3676, ../sass/components/_main.scss */
.group-tag a, .field-type-taxonomy-term-reference a {
  color: #ffffff !important;
}
/* line 3677, ../sass/components/_main.scss */
.group-tag a.fieldset-title, .field-type-taxonomy-term-reference a.fieldset-title {
  color: #00843d !important;
}

/*end tag*/
/*search result*/
/* line 3686, ../sass/components/_main.scss */
.section-search form.search-form {
  border-bottom: 1px solid #cccccc;
  padding: 15px 10px;
}
/* line 3690, ../sass/components/_main.scss */
.section-search .spelling-suggestions {
  font-size: 13px;
}
/* line 3691, ../sass/components/_main.scss */
.section-search h2 {
  color: #00843d;
}
/* line 3692, ../sass/components/_main.scss */
.section-search ol.search-results {
  padding-left: 0;
}
/* line 3694, ../sass/components/_main.scss */
.section-search ol.search-results li {
  border-top: 1px solid #e5e5e5;
  padding: 6px 0;
  margin-bottom: 8px;
}
/* line 3699, ../sass/components/_main.scss */
.section-search ol.search-results li:first-child {
  border-top: none;
}
/* line 3700, ../sass/components/_main.scss */
.section-search ol.search-results h3 {
  font-size: 15px;
  margin-top: 6px;
  margin-bottom: 6px;
}
/* line 3705, ../sass/components/_main.scss */
.section-search ol.search-results p {
  margin: 8px 0;
}
/* line 3706, ../sass/components/_main.scss */
.section-search ol.search-results .search-snippet-info {
  font-size: 11px;
  line-height: 16px;
}

/*end search result*/
/*faq*/
/* line 3718, ../sass/components/_main.scss */
.node-teacher-training p {
  margin-bottom: 12px;
}
/* line 3719, ../sass/components/_main.scss */
.node-teacher-training a {
  color: #00843d;
}
/* line 3721, ../sass/components/_main.scss */
.node-teacher-training .field-name-upload table {
  margin: 0;
  width: 100%;
}
/* line 3724, ../sass/components/_main.scss */
.node-teacher-training .field-name-upload table thead {
  color: #979797;
  text-align: left;
  font-size: 14px;
}
/* line 3728, ../sass/components/_main.scss */
.node-teacher-training .field-name-upload table thead th {
  padding-bottom: 8px;
  font-weight: normal;
}
/* line 3734, ../sass/components/_main.scss */
.node-teacher-training .field-name-upload table tbody td {
  background-color: #ffffff;
  padding: 7px 12px;
  margin-bottom: 2px;
}
/* line 3739, ../sass/components/_main.scss */
.node-teacher-training .field-name-upload table tbody img {
  vertical-align: middle;
}
/* line 3743, ../sass/components/_main.scss */
.node-teacher-training .sharethis-buttons {
  margin-top: 15px;
}

/*end faq*/
/*elt development*/
/* line 3750, ../sass/components/_main.scss */
.view-display-id-block_3_wrapper {
  float: none !important;
}
/* line 3754, ../sass/components/_main.scss */
.view-display-id-block_3_wrapper .view-display-id-block_3 .views-row {
  overflow: auto;
}
/* line 3757, ../sass/components/_main.scss */
.view-display-id-block_3_wrapper .view-display-id-block_3 .views-row .views-field-nothing {
  float: right;
  width: 35%;
  height: 250px;
  background-color: #00843d;
  color: #ffffff;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  /* line 3757, ../sass/components/_main.scss */
  .view-display-id-block_3_wrapper .view-display-id-block_3 .views-row .views-field-nothing {
    width: 100%;
    height: auto;
  }
}
/* line 3769, ../sass/components/_main.scss */
.view-display-id-block_3_wrapper .view-display-id-block_3 .views-row .views-field-nothing .views-field-description {
  font-size: 11px;
  line-height: 16px;
}
/* line 3775, ../sass/components/_main.scss */
.view-display-id-block_3_wrapper .view-display-id-block_3 .views-row .views-field-field-image {
  float: right;
  width: 65%;
  height: 250px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  /* line 3781, ../sass/components/_main.scss */
  .view-display-id-block_3_wrapper .view-display-id-block_3 .views-row .views-field-field-image img {
    height: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  /* line 3775, ../sass/components/_main.scss */
  .view-display-id-block_3_wrapper .view-display-id-block_3 .views-row .views-field-field-image {
    width: 100%;
    height: auto;
  }
  /* line 3789, ../sass/components/_main.scss */
  .view-display-id-block_3_wrapper .view-display-id-block_3 .views-row .views-field-field-image img {
    height: auto;
    width: 100%;
  }
}

/* line 3800, ../sass/components/_main.scss */
.block-quicktabs {
  clear: both;
}

/* line 3802, ../sass/components/_main.scss */
.block-quicktabs .views-field-path a {
  display: inline-block;
  background-color: #00843d;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  padding: 5px 20px 5px 10px;
  border-radius: 8px;
  position: relative;
}
/* line 3812, ../sass/components/_main.scss */
.block-quicktabs .views-field-path a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/sites/podcasts/themes/le7/images/right-arrow-button.svg) center no-repeat;
  background-size: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 3827, ../sass/components/_main.scss */
#quicktabs-elt_research .quicktabs-tabs {
  clear: both;
}
/* line 3829, ../sass/components/_main.scss */
#quicktabs-elt_research .quicktabs-tabs li {
  border-bottom: none;
  background-color: #cccccc;
  color: #666666;
  margin-right: 4px;
  margin-bottom: -1px;
  font-family: 'british_council-bold';
  white-space: normal;
  font-size: 13px;
  line-height: 20px;
  height: 45px;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
}
/* line 3841, ../sass/components/_main.scss */
#quicktabs-elt_research .quicktabs-tabs li a {
  display: block;
}
/* line 3843, ../sass/components/_main.scss */
#quicktabs-elt_research .quicktabs-tabs li.active {
  background-color: #ffffff;
  border-top: 3px solid #00843d;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  color: #000000;
}
/* line 3852, ../sass/components/_main.scss */
#quicktabs-elt_research #quicktabs-container-elt_research {
  border: 1px solid #999999;
  font-size: 12px;
  line-height: 20px;
  padding: 15px;
}

/*end elt development*/
/*seminars quicktabs*/
/* line 3867, ../sass/components/_main.scss */
#quicktabs-container-_seminars .quicktabs-tabpage .field-name-submitted-by {
  float: right;
  color: #d2d2d2;
  font-size: 11px;
  line-height: 15px;
}
/* line 3874, ../sass/components/_main.scss */
#quicktabs-container-_seminars .quicktabs-tabpage .field-name-body {
  clear: both;
  padding-top: 1px;
  font-size: 13px;
}
/* line 3879, ../sass/components/_main.scss */
#quicktabs-container-_seminars .quicktabs-tabpage .field-name-body h4 {
  font-size: 15px;
  color: #00843d;
}
/* line 3884, ../sass/components/_main.scss */
#quicktabs-container-_seminars .quicktabs-tabpage .field-name-body > .field-items > .field-item > div {
  max-width: 100%;
}
/* line 3886, ../sass/components/_main.scss */
#quicktabs-container-_seminars .quicktabs-tabpage .field-name-body > .field-items > .field-item > div > div {
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  /* line 3889, ../sass/components/_main.scss */
  #quicktabs-container-_seminars .quicktabs-tabpage .field-name-body > .field-items > .field-item > div > div .vidget-list {
    width: 100%;
  }
}
/* line 3894, ../sass/components/_main.scss */
#quicktabs-container-_seminars .quicktabs-tabpage .field-name-body .vidget-list > li {
  list-style-image: none;
  list-style-type: none;
}
/* line 3898, ../sass/components/_main.scss */
#quicktabs-container-_seminars .quicktabs-tabpage .field-name-body .vidget-list > li > a:last-child {
  margin-left: 50px;
  text-indent: -12px;
  display: block;
  line-height: 14px;
  font-size: 12px;
  list-style-image: none;
  list-style-type: none;
}

/*end seminars quicktabs*/
/* upcoming event */
/* line 3917, ../sass/components/_main.scss */
#block-quicktabs-upcoming-events h3.ui-accordion-header {
  border-radius: 0;
  border: 0;
  cursor: default !important;
}
/* line 3922, ../sass/components/_main.scss */
#block-quicktabs-upcoming-events h3.ui-accordion-header a {
  cursor: default;
  font-size: 14px;
  background-color: #00843d;
  color: #ffffff;
}
/* line 3930, ../sass/components/_main.scss */
#block-quicktabs-upcoming-events .ui-accordion-content {
  border-radius: 0;
  border: 0;
  padding: 12px 10px;
  font-size: 12px;
  overflow: visible;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

/* end upcoming event */
/* one-column */
/* line 3948, ../sass/components/_main.scss */
.one-column .view-content > div {
  clear: both;
  margin-bottom: 15px;
  overflow: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 3948, ../sass/components/_main.scss */
  .one-column .view-content > div {
    margin-bottom: 10px;
  }
}
/* line 3959, ../sass/components/_main.scss */
.one-column .views-field-field-image,
.one-column .views-field-nothing {
  float: left;
  height: 100%;
}
@media screen and (max-width: 768px) {
  /* line 3959, ../sass/components/_main.scss */
  .one-column .views-field-field-image,
  .one-column .views-field-nothing {
    float: none;
  }
}
/* line 3969, ../sass/components/_main.scss */
.one-column .views-field-field-image {
  width: 28% !important;
  margin-right: 2% !important;
}
@media screen and (max-width: 768px) {
  /* line 3969, ../sass/components/_main.scss */
  .one-column .views-field-field-image {
    width: 100%;
    margin-right: 0;
  }
  /* line 3977, ../sass/components/_main.scss */
  .one-column .views-field-field-image img {
    width: 100%;
  }
}
/* line 3981, ../sass/components/_main.scss */
.one-column .views-field-nothing {
  width: 70%;
}
@media screen and (max-width: 768px) {
  /* line 3981, ../sass/components/_main.scss */
  .one-column .views-field-nothing {
    width: 100%;
  }
}
/* line 3988, ../sass/components/_main.scss */
.one-column .views-field-nothing .views-field-title {
  color: #00843d;
  font-size: 18px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  /* line 3988, ../sass/components/_main.scss */
  .one-column .views-field-nothing .views-field-title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 3998, ../sass/components/_main.scss */
.one-column .views-field-nothing .views-field-field-text-teaser {
  font-size: 13px;
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  /* line 3998, ../sass/components/_main.scss */
  .one-column .views-field-nothing .views-field-field-text-teaser {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 4006, ../sass/components/_main.scss */
.one-column .views-field-nothing .views-field-field-text-teaser p {
  margin: 6px 0;
}
/* line 4009, ../sass/components/_main.scss */
.one-column .views-field-nothing .views-field-comment-count {
  background: url("../images/icon-bubble.jpg") left center no-repeat;
  padding-left: 15px;
  color: #adadad;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  /* line 4009, ../sass/components/_main.scss */
  .one-column .views-field-nothing .views-field-comment-count {
    margin-right: 10px;
    position: static;
    float: right;
  }
}
/* line 4026, ../sass/components/_main.scss */
.one-column .views-field-path {
  display: inline-block;
}
/* line 4029, ../sass/components/_main.scss */
.one-column .views-field-path a {
  display: inline-block;
  background-color: #00843d;
  color: #fff;
  font-size: 14px;
  padding: 5px 20px 5px 10px;
  border-radius: 8px;
  position: relative;
}
/* line 4038, ../sass/components/_main.scss */
.one-column .views-field-path a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../images/right-arrow-button.svg") center no-repeat;
  background-size: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

/* end one-column */
/* grid b */
/* line 4059, ../sass/components/_main.scss */
.grid-b > .view-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 4076, ../sass/components/_main.scss */
.grid-b > .view-content > .views-row {
  width: 32%;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  /* line 4076, ../sass/components/_main.scss */
  .grid-b > .view-content > .views-row {
    width: 100%;
  }
}
/* line 4085, ../sass/components/_main.scss */
.grid-b > .view-content > .views-row .views-field-field-image {
  line-height: 0;
}
@media screen and (max-width: 768px) {
  /* line 4088, ../sass/components/_main.scss */
  .grid-b > .view-content > .views-row .views-field-field-image img {
    width: 100%;
  }
}
/* line 4095, ../sass/components/_main.scss */
.grid-b > .view-content > .views-row .views-field-nothing {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  color: #ffffff;
  padding: 2px 14px;
  font-size: 11px;
  line-height: 16px;
}
/* line 4107, ../sass/components/_main.scss */
.grid-b > .view-content > .views-row .views-field-nothing a {
  display: block;
}
@media screen and (max-width: 768px) {
  /* line 4095, ../sass/components/_main.scss */
  .grid-b > .view-content > .views-row .views-field-nothing {
    position: relative;
    max-height: none;
    background: #00843d;
    padding: 12px 35px 12px 14px;
  }
}
/* line 4116, ../sass/components/_main.scss */
.grid-b > .view-content > .views-row .views-field-nothing .views-field-name {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: 'british_council-bold';
}
/* line 4122, ../sass/components/_main.scss */
.grid-b > .view-content > .views-row .views-field-nothing .views-field-description {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 4122, ../sass/components/_main.scss */
  .grid-b > .view-content > .views-row .views-field-nothing .views-field-description {
    display: block;
  }
}
/* line 4129, ../sass/components/_main.scss */
.grid-b > .view-content > .views-row .views-field-nothing p {
  margin: 0;
}
/* line 4132, ../sass/components/_main.scss */
.grid-b > .view-content > .views-row .views-field-nothing:after {
  content: url("../images/arrow_line_white_right.png");
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -16px;
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 4132, ../sass/components/_main.scss */
  .grid-b > .view-content > .views-row .views-field-nothing:after {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  /* line 4149, ../sass/components/_main.scss */
  .grid-b > .view-content > .views-row:hover .views-field-nothing {
    background: url("../images/trans_black_bg.png");
    top: 0;
    bottom: none;
    padding: 12px 14px;
  }
  /* line 4155, ../sass/components/_main.scss */
  .grid-b > .view-content > .views-row:hover .views-field-nothing .views-field-name {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'british_council-bold';
  }
  /* line 4161, ../sass/components/_main.scss */
  .grid-b > .view-content > .views-row:hover .views-field-nothing .views-field-description {
    display: block;
  }
  /* line 4167, ../sass/components/_main.scss */
  .grid-b > .view-content > .views-row:hover .views-field-nothing:after {
    display: block;
  }
}

/* end grid b */
/* grid a */
/* line 4181, ../sass/components/_main.scss */
.grid-a .view-header {
  font-size: 14px;
  line-height: 18px;
}
/* line 4185, ../sass/components/_main.scss */
.grid-a .view-header p {
  margin: 15px 0;
}
/* line 4188, ../sass/components/_main.scss */
.grid-a .view-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 4205, ../sass/components/_main.scss */
.grid-a .view-content > .views-row {
  width: 32%;
  background-color: #ebeff0;
  padding: 10px 24px;
  margin-bottom: 15px;
  margin-right: 1.95%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 4205, ../sass/components/_main.scss */
  .grid-a .view-content > .views-row {
    width: 100%;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  /* line 4220, ../sass/components/_main.scss */
  .grid-a .view-content > .views-row .views-field-field-image {
    float: left;
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  /* line 4227, ../sass/components/_main.scss */
  .grid-a .view-content > .views-row .views-field-nothing {
    float: left;
    width: 65%;
    text-align: left;
  }
}
/* line 4235, ../sass/components/_main.scss */
.grid-a .view-content > .views-row .views-field-name {
  color: #037739;
  font-family: 'british_council-bold';
  font-size: 14px;
  line-height: 18px;
}
@media screen and (max-width: 768px) {
  /* line 4235, ../sass/components/_main.scss */
  .grid-a .view-content > .views-row .views-field-name {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 4245, ../sass/components/_main.scss */
  .grid-a .view-content > .views-row .views-field-name img {
    width: 100%;
  }
}
/* line 4249, ../sass/components/_main.scss */
.grid-a .view-content > .views-row .views-field-description {
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  /* line 4249, ../sass/components/_main.scss */
  .grid-a .view-content > .views-row .views-field-description {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 4259, ../sass/components/_main.scss */
.grid-a .view-content > .views-row .views-field-description p {
  margin: 0;
}
/* line 4263, ../sass/components/_main.scss */
.grid-a .view-content > .views-row:nth-child(3n+3) {
  margin-right: 0;
}

/* end grid a */
/* grid c */
/* line 4274, ../sass/components/_main.scss */
.grid-c .view-header {
  font-size: 16px;
  line-height: 18px;
}
/* line 4278, ../sass/components/_main.scss */
.grid-c .view-header p {
  margin: 15px 0;
}
/* line 4281, ../sass/components/_main.scss */
.grid-c .view-content-blocks > .view-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 4298, ../sass/components/_main.scss */
.grid-c .view-content-blocks > .view-content > .views-row {
  width: 49%;
  margin-bottom: 15px;
  margin-right: 2%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 4298, ../sass/components/_main.scss */
  .grid-c .view-content-blocks > .view-content > .views-row {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 4312, ../sass/components/_main.scss */
.grid-c .view-content-blocks > .view-content > .views-row .views-field-title {
  color: #ffffff;
  font-family: 'british_council-bold';
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  z-index: 2;
  padding-left: 14px;
  padding-right: 14px;
  bottom: 10px;
  left: 0;
}
@media screen and (max-width: 768px) {
  /* line 4312, ../sass/components/_main.scss */
  .grid-c .view-content-blocks > .view-content > .views-row .views-field-title {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 4328, ../sass/components/_main.scss */
  .grid-c .view-content-blocks > .view-content > .views-row .views-field-title img {
    width: 100%;
  }
}
/* line 4332, ../sass/components/_main.scss */
.grid-c .view-content-blocks > .view-content > .views-row .views-field-field-image {
  line-height: 0;
}
/* line 4336, ../sass/components/_main.scss */
.grid-c .view-content-blocks > .view-content > .views-row .views-field-field-text-teaser {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  background: url("../images/trans_black_bg.png");
  color: #ffffff;
  padding: 50px 15px 0 15px;
  text-align: left;
  display: none;
}
/* line 4351, ../sass/components/_main.scss */
.grid-c .view-content-blocks > .view-content > .views-row .views-field-field-text-teaser p {
  margin: 0;
}
/* line 4354, ../sass/components/_main.scss */
.grid-c .view-content-blocks > .view-content > .views-row .views-field-field-text-teaser:before {
  content: url("../images/arrow_line_white_right.png");
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -16px;
}
/* line 4364, ../sass/components/_main.scss */
.grid-c .view-content-blocks > .view-content > .views-row:hover .views-field-title {
  bottom: initial;
  top: 10px;
}
/* line 4369, ../sass/components/_main.scss */
.grid-c .view-content-blocks > .view-content > .views-row:hover .views-field-field-text-teaser {
  display: block;
}
/* line 4374, ../sass/components/_main.scss */
.grid-c .view-content-blocks > .view-content > .views-row:nth-child(2n+2) {
  margin-right: 0;
}

/* line 4382, ../sass/components/_main.scss */
.grid-c_no_sidebar .view-content-blocks > .view-content > .views-row {
  width: 32%;
  margin-bottom: 15px;
  margin-right: 2% !important;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 4382, ../sass/components/_main.scss */
  .grid-c_no_sidebar .view-content-blocks > .view-content > .views-row {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 4397, ../sass/components/_main.scss */
.grid-c_no_sidebar .view-content-blocks > .view-content > .views-row:nth-child(3n+3) {
  margin-right: 0 !important;
}

/* end grid c */
/* grid d */
/* line 4409, ../sass/components/_main.scss */
.grid-d .group-right {
  float: right;
  width: 46%;
  background-color: #006847;
  padding: 10px;
  color: #ffffff;
  height: 200px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  /* line 4409, ../sass/components/_main.scss */
  .grid-d .group-right {
    float: none;
    width: 100%;
    height: auto;
    overflow: visible;
  }
}
/* line 4425, ../sass/components/_main.scss */
.grid-d .group-right a {
  color: #afdca1 !important;
}
/* line 4427, ../sass/components/_main.scss */
.grid-d .group-right p {
  margin: 0 !important;
}
/* line 4429, ../sass/components/_main.scss */
.grid-d .group-right .field-name-body {
  font-size: 12px !important;
  line-height: 18px !important;
}
/* line 4435, ../sass/components/_main.scss */
.grid-d .group-left {
  float: right;
  width: 54%;
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  /* line 4435, ../sass/components/_main.scss */
  .grid-d .group-left {
    float: none;
    width: 100%;
  }
}
/* line 4446, ../sass/components/_main.scss */
.grid-d .group-left img {
  max-width: none;
  height: 100%;
}
@media screen and (max-width: 768px) {
  /* line 4446, ../sass/components/_main.scss */
  .grid-d .group-left img {
    width: 100%;
    height: auto;
  }
}
/* line 4456, ../sass/components/_main.scss */
.grid-d .group-footer {
  padding-top: 30px;
}
/* line 4459, ../sass/components/_main.scss */
.grid-d .group-footer .view-content > div {
  clear: both;
  margin-bottom: 15px;
  overflow: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 4459, ../sass/components/_main.scss */
  .grid-d .group-footer .view-content > div {
    margin-bottom: 10px;
  }
}
/* line 4470, ../sass/components/_main.scss */
.grid-d .group-footer .views-field-field-image,
.grid-d .group-footer .views-field-nothing {
  float: left;
  height: 100%;
}
@media screen and (max-width: 768px) {
  /* line 4470, ../sass/components/_main.scss */
  .grid-d .group-footer .views-field-field-image,
  .grid-d .group-footer .views-field-nothing {
    float: none;
  }
}
/* line 4480, ../sass/components/_main.scss */
.grid-d .group-footer .views-field-field-image {
  width: 28%;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  /* line 4480, ../sass/components/_main.scss */
  .grid-d .group-footer .views-field-field-image {
    width: 100%;
    margin-right: 0;
  }
  /* line 4488, ../sass/components/_main.scss */
  .grid-d .group-footer .views-field-field-image img {
    width: 100%;
  }
}
/* line 4492, ../sass/components/_main.scss */
.grid-d .group-footer .views-field-nothing {
  width: 70%;
}
@media screen and (max-width: 768px) {
  /* line 4492, ../sass/components/_main.scss */
  .grid-d .group-footer .views-field-nothing {
    width: 100%;
  }
}
/* line 4499, ../sass/components/_main.scss */
.grid-d .group-footer .views-field-nothing .views-field-title {
  color: #00843d;
  font-size: 18px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  /* line 4499, ../sass/components/_main.scss */
  .grid-d .group-footer .views-field-nothing .views-field-title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 4509, ../sass/components/_main.scss */
.grid-d .group-footer .views-field-nothing .views-field-field-text-teaser {
  font-size: 13px;
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  /* line 4509, ../sass/components/_main.scss */
  .grid-d .group-footer .views-field-nothing .views-field-field-text-teaser {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 4517, ../sass/components/_main.scss */
.grid-d .group-footer .views-field-nothing .views-field-field-text-teaser p {
  margin: 6px 0;
}
/* line 4520, ../sass/components/_main.scss */
.grid-d .group-footer .views-field-nothing .views-field-comment-count {
  background: url("../images/icon-bubble.jpg") left center no-repeat;
  padding-left: 15px;
  color: #adadad;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  /* line 4520, ../sass/components/_main.scss */
  .grid-d .group-footer .views-field-nothing .views-field-comment-count {
    margin-right: 10px;
    position: static;
    float: right;
  }
}

/* end grid d */
/* online learn english page filter */
/* line 4545, ../sass/components/_main.scss */
.views-exposed-form {
  font-size: 12px;
}
/* line 4547, ../sass/components/_main.scss */
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 25px;
}

/* line 4553, ../sass/components/_main.scss */
.english-level-content .views-table {
  font-size: 12px;
  width: 100%;
}
/* line 4557, ../sass/components/_main.scss */
.english-level-content .views-table .views-field-taxonomy-vocabulary-1 {
  width: 100px;
}
/* line 4561, ../sass/components/_main.scss */
.english-level-content .views-table a {
  color: #00843d;
}
/* line 4563, ../sass/components/_main.scss */
.english-level-content .views-table thead {
  text-align: left;
}
/* line 4568, ../sass/components/_main.scss */
.english-level-content .views-table tbody td {
  padding: 10px 6px;
}
/* line 4570, ../sass/components/_main.scss */
.english-level-content .views-table tbody h2 {
  color: #00843d;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
}
/* line 4577, ../sass/components/_main.scss */
.english-level-content .views-table tbody ul {
  padding-left: 0;
}

/* end online learn english page filter */
/*getting start page faq*/
/* line 4588, ../sass/components/_main.scss */
.field-name-field-faq > .field-label {
  margin-top: 30px;
  margin-bottom: 6px;
  color: #00843d;
}
/* line 4595, ../sass/components/_main.scss */
.field-name-field-faq .field-item .field-label {
  display: none;
}
/* line 4600, ../sass/components/_main.scss */
.field-name-field-faq .field-collection-view {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
/* line 4606, ../sass/components/_main.scss */
.field-name-field-faq .field-name-field-label {
  background-color: #00843d;
  color: #ffffff;
  padding: 4px 12px;
  overflow: auto;
  cursor: pointer;
  font-size: 12px;
  font-family: 'british_council-bold';
}
/* line 4615, ../sass/components/_main.scss */
.field-name-field-faq .field-name-field-label .field-item {
  padding-left: 15px;
  background: url("../images/icon-arrow-right-white.png") left center no-repeat;
}
/* line 4621, ../sass/components/_main.scss */
.field-name-field-faq .active_arrow {
  background-color: #006747;
}
/* line 4623, ../sass/components/_main.scss */
.field-name-field-faq .active_arrow .field-item {
  background: url("../images/icon-arrow-downward-white.png") left center no-repeat;
}
/* line 4626, ../sass/components/_main.scss */
.field-name-field-faq .field-name-field-text-teaser {
  padding: 4px 12px;
}

/*end getting start page faq*/
/*404 page*/
/* line 4636, ../sass/components/_main.scss */
.section-search404 #content a {
  color: #00843d;
}
/* line 4638, ../sass/components/_main.scss */
.section-search404 h1 {
  color: #00843d;
  font-size: 20px;
  margin-bottom: 0;
}
/* line 4644, ../sass/components/_main.scss */
.section-search404 #search404-page-text {
  font-size: 14px;
}
/* line 4648, ../sass/components/_main.scss */
.section-search404 .search-form {
  margin-top: 15px;
  font-size: 12px;
}

/*end 404 page*/
/*magazine page*/
/* line 4658, ../sass/components/_main.scss */
.block > .view-id-magazine_glossary .view-display-id-attachment {
  font-size: 14px;
  color: #999999;
}
/* line 4662, ../sass/components/_main.scss */
.block > .view-id-magazine_glossary .view-display-id-attachment .views-summary {
  float: left;
}
/* line 4665, ../sass/components/_main.scss */
.block > .view-id-magazine_glossary .view-display-id-attachment .views-summary a {
  border-bottom: 3px solid #f4f4f4;
  padding: 4px 8px;
  margin-bottom: 10px;
  display: block;
}
/* line 4671, ../sass/components/_main.scss */
.block > .view-id-magazine_glossary .view-display-id-attachment .views-summary .active {
  color: #006747;
  border-color: #006747;
}

/* line 4680, ../sass/components/_main.scss */
.magazine_image > .view-id-magazine_glossary > .view-content {
  clear: both;
}
/* line 4684, ../sass/components/_main.scss */
.magazine_image > .view-id-magazine_glossary > .view-content > .views-row {
  margin-bottom: 10px;
  width: 160px !important;
}
/* line 4688, ../sass/components/_main.scss */
.magazine_image > .view-id-magazine_glossary > .view-content > .views-row .views-field-field-image {
  line-height: 0;
}
/* line 4692, ../sass/components/_main.scss */
.magazine_image > .view-id-magazine_glossary > .view-content > .views-row .views-field-title {
  background-color: #ebeff0;
  color: #00843d;
  padding: 8px 6px;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  font-family: 'british_council-bold';
}

/* line 4706, ../sass/components/_main.scss */
.magazine_title > .view-id-magazine_glossary > .view-content {
  clear: both;
}
/* line 4709, ../sass/components/_main.scss */
.magazine_title > .view-id-magazine_glossary > .view-content h3 {
  color: #006747;
  width: 10%;
  float: left;
  margin: 0;
  font-size: 16px;
}
/* line 4717, ../sass/components/_main.scss */
.magazine_title > .view-id-magazine_glossary > .view-content > table {
  width: 90%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px 0;
  color: #00843d;
}
/* line 4725, ../sass/components/_main.scss */
.magazine_title > .view-id-magazine_glossary > .view-content > table tr:nth-child(even) {
  background-color: transparent;
}
/* line 4727, ../sass/components/_main.scss */
.magazine_title > .view-id-magazine_glossary > .view-content > table td {
  border-left: 0;
  border-right: 0;
  width: 50%;
  padding: 0 10px 10px 0;
  vertical-align: top;
}
/* line 4735, ../sass/components/_main.scss */
.magazine_title > .view-id-magazine_glossary > .view-content > table tr:last-child td {
  padding-bottom: 20px;
}

/* line 4742, ../sass/components/_main.scss */
.view-magazine-glossary form .views-exposed-form {
  display: none;
}

/*end magazine page*/
/*field collection accordioin*/
/* line 4752, ../sass/components/_main.scss */
.field-collection-container .field-name-field-label {
  background: #00843d url("../images/icon-arrow-right-white.png") 10px center no-repeat;
  border-radius: 0;
  color: #ffffff;
  padding: .5em .5em .5em .7em;
  padding-left: 25px;
  font-size: 12px;
  font-weight: normal;
  border: none;
  line-height: normal;
  cursor: pointer;
}
/* line 4764, ../sass/components/_main.scss */
.field-collection-container .field-name-field-label .field-item {
  padding-left: 0;
  background: none;
}
/* line 4770, ../sass/components/_main.scss */
.field-collection-container .active_arrow {
  background: #00843d url("../images/icon-arrow-downward-white.png") 10px center no-repeat;
}
/* line 4774, ../sass/components/_main.scss */
.field-collection-container .group_fold .field-name-field-text-teaser {
  background: #e8f0d8;
  padding: 14px;
  border: none;
}
/* line 4779, ../sass/components/_main.scss */
.field-collection-container .group_fold .field-name-field-text-teaser p {
  margin: 10px 0;
}

/*end field collection accordioin*/
/*two_box_promote*/
/* line 4787, ../sass/components/_main.scss */
html:lang(zh-hans) .section-courses .two_box_promote .views-row .views-field-nothing .field-info {
  height: 160px;
}
@media screen and (max-width: 768px) {
  /* line 4787, ../sass/components/_main.scss */
  html:lang(zh-hans) .section-courses .two_box_promote .views-row .views-field-nothing .field-info {
    height: auto;
  }
}
/* line 4794, ../sass/components/_main.scss */
html:lang(zh-hans) .section-courses .two_box_promote .views-row .views-field-nothing .field-info .field-body p {
  margin-bottom: 10px;
}
/* line 4798, ../sass/components/_main.scss */
html:lang(zh-hans) .section-courses .two_box_promote .views-row .views-field-nothing .field-info li {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  /* line 4802, ../sass/components/_main.scss */
  html:lang(zh-hans) .section-courses .two_box_promote .views-row .views-field-nothing .field-info li br {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  /* line 4808, ../sass/components/_main.scss */
  html:lang(zh-hans) .section-courses .two_box_promote .views-row .views-field-nothing .field-info li br {
    display: block;
  }
}

/* line 4815, ../sass/components/_main.scss */
.two_box_promote {
  border-top: 1px solid #00833d;
  padding-top: 10px;
  clear: both;
  overflow: auto;
}
/* line 4821, ../sass/components/_main.scss */
.two_box_promote .views-row {
  float: left;
  width: 49%;
  overflow: hidden;
  margin-left: 2%;
  margin-bottom: 10px;
  position: relative;
}
/* line 4829, ../sass/components/_main.scss */
.two_box_promote .views-row:hover .field-title {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  /* line 4821, ../sass/components/_main.scss */
  .two_box_promote .views-row {
    width: 100%;
    margin-left: 0;
  }
}
/* line 4838, ../sass/components/_main.scss */
.two_box_promote .views-row .views-field-nothing {
  position: relative;
}
/* line 4841, ../sass/components/_main.scss */
.two_box_promote .views-row .views-field-nothing .views-field-field-image {
  line-height: 0;
}
/* line 4843, ../sass/components/_main.scss */
.two_box_promote .views-row .views-field-nothing .views-field-field-image img {
  width: 100%;
}
/* line 4846, ../sass/components/_main.scss */
.two_box_promote .views-row .views-field-nothing .field-info {
  background-color: #006747;
  padding: 10px 14px;
  color: #ffffff;
  width: 100%;
  height: 76px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  /* line 4846, ../sass/components/_main.scss */
  .two_box_promote .views-row .views-field-nothing .field-info {
    height: auto;
  }
}
/* line 4859, ../sass/components/_main.scss */
.two_box_promote .views-row .views-field-nothing .field-info .field-title {
  font-family: 'british_council-bold';
  font-size: 15px;
}
/* line 4864, ../sass/components/_main.scss */
.two_box_promote .views-row .views-field-nothing .field-info .field-body {
  font-size: 13px;
  line-height: 16px;
}
/* line 4869, ../sass/components/_main.scss */
.two_box_promote .views-row .views-field-nothing .field-info p {
  margin: 0;
}
/* line 4874, ../sass/components/_main.scss */
.two_box_promote .views-row:first-child {
  margin-left: 0;
}

/*end two_box_promote*/
/* line 4881, ../sass/components/_main.scss */
html:lang(zh-hans) body.section-courses #content .country-select-block h2 {
  box-sizing: border-box;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  /* line 4881, ../sass/components/_main.scss */
  html:lang(zh-hans) body.section-courses #content .country-select-block h2 {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 4881, ../sass/components/_main.scss */
  html:lang(zh-hans) body.section-courses #content .country-select-block h2 {
    padding-top: 20%;
  }
}
@media screen and (max-width: 360px) {
  /* line 4881, ../sass/components/_main.scss */
  html:lang(zh-hans) body.section-courses #content .country-select-block h2 {
    padding-top: 30%;
  }
}
/* line 4897, ../sass/components/_main.scss */
html:lang(zh-hans) body.section-courses #content .country-select-block h2 + p {
  float: right;
  width: 55%;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  /* line 4897, ../sass/components/_main.scss */
  html:lang(zh-hans) body.section-courses #content .country-select-block h2 + p {
    float: none;
    text-align: center;
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
  }
}

/* line 4913, ../sass/components/_main.scss */
#content .country-select-block {
  padding: 30px;
  background-color: #ebeff0;
}
/* line 4917, ../sass/components/_main.scss */
#content .country-select-block h2 {
  font-weight: normal;
  font-size: 20px;
  line-height: normal;
}
@media screen and (min-width: 481px) {
  /* line 4917, ../sass/components/_main.scss */
  #content .country-select-block h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
  }
  /* line 4929, ../sass/components/_main.scss */
  #content .country-select-block h2:before {
    content: '';
    background: url("../images/icon-globe.svg") center no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: 10.5px;
  }
  /* line 4942, ../sass/components/_main.scss */
  #content .country-select-block h2:after {
    content: '';
    width: 40.5px;
    height: 40.5px;
    border: 2px solid #00843d;
    border-radius: 999px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  /* line 4954, ../sass/components/_main.scss */
  #content .country-select-block h2 > span {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  /* line 4917, ../sass/components/_main.scss */
  #content .country-select-block h2 {
    text-align: center;
  }
  /* line 4962, ../sass/components/_main.scss */
  #content .country-select-block h2:before {
    display: inline-block;
    content: url("../images/icon-globe.svg");
    width: 23px;
    height: 23px;
    padding: 9px;
    border: 2px solid #00843d;
    border-radius: 999px;
  }
  /* line 4972, ../sass/components/_main.scss */
  #content .country-select-block h2 > span {
    display: block;
    margin-top: 15px;
  }
}
/* line 4980, ../sass/components/_main.scss */
#content .country-select-block > .view-content-blocks {
  margin-top: 20px;
}
/* line 4984, ../sass/components/_main.scss */
#content .country-select-block .form-type-select {
  font-size: 14px;
}
/* line 4987, ../sass/components/_main.scss */
#content .country-select-block .form-type-select select {
  padding-right: 40px;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 0;
}
@supports (-webkit-appearance: none) {
  /* line 4997, ../sass/components/_main.scss */
  #content .country-select-block .form-type-select select {
    -webkit-appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 20 20' enable-background='new 0 0 20 20' xml:space='preserve'><path d='M10,1L5,8h10L10,1z M10,19l5-7H5L10,19z'/></svg>") right 10px top 50% no-repeat #fff;
    background-size: 20px 20px;
  }
}
/* line 5006, ../sass/components/_main.scss */
#content .welcome_intro {
  border-top: 4px solid #00843d;
  background-color: #ebeff0;
  padding: 10px 14px;
}
/* line 5011, ../sass/components/_main.scss */
#content .welcome_intro > h2.block__title {
  font-weight: normal;
  font-family: 'british_council';
  font-size: 24px;
  line-height: normal;
  color: #5D5D5D;
}
/* line 5019, ../sass/components/_main.scss */
#content .welcome_intro > p {
  margin: 1em 0;
  font-size: 16px;
  line-height: normal;
}

/* line 5031, ../sass/components/_main.scss */
.contents-overview .view-header h4 {
  font-size: 15px;
  color: #000000;
  font-weight: bold;
}
/* line 5037, ../sass/components/_main.scss */
.contents-overview .view-header p {
  font-size: 13px;
  margin-top: 0;
}
/* line 5043, ../sass/components/_main.scss */
.contents-overview .view-filters {
  background-color: #f4f4f4;
  padding: 30px 30px 20px 30px;
}
@media screen and (max-width: 768px) {
  /* line 5043, ../sass/components/_main.scss */
  .contents-overview .view-filters {
    padding: 20px 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
/* line 5053, ../sass/components/_main.scss */
.contents-overview .view-filters .views-exposed-widgets {
  margin-bottom: 0;
}
/* line 5057, ../sass/components/_main.scss */
.contents-overview .view-filters .views-exposed-widget {
  padding-top: 0;
}
/* line 5061, ../sass/components/_main.scss */
.contents-overview .view-filters label {
  font-weight: normal;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  /* line 5068, ../sass/components/_main.scss */
  .contents-overview .view-filters .views-widget-filter-field_language_level_tid {
    width: 28%;
    padding: 0;
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  /* line 5076, ../sass/components/_main.scss */
  .contents-overview .view-filters .views-widget-filter-field_section_tid,
  .contents-overview .view-filters .views-widget-filter-taxonomy_vocabulary_4_tid_1 {
    width: 70%;
    padding: 0;
  }
}
/* line 5084, ../sass/components/_main.scss */
.contents-overview .view-filters .views-widget-filter-field_topics_tid {
  width: 320px;
}
@media screen and (max-width: 768px) {
  /* line 5084, ../sass/components/_main.scss */
  .contents-overview .view-filters .views-widget-filter-field_topics_tid {
    width: 100%;
    padding-right: 0;
    margin-top: 5px;
  }
}
/* line 5092, ../sass/components/_main.scss */
.contents-overview .view-filters .views-widget-filter-field_topics_tid input {
  background-image: none;
}
@media screen and (max-width: 768px) {
  /* line 5097, ../sass/components/_main.scss */
  .contents-overview .view-filters .views-widget-filter-language {
    width: 100%;
    padding-right: 0;
    margin-top: 5px;
  }
}
/* line 5105, ../sass/components/_main.scss */
.contents-overview .view-filters .views-submit-button {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 5105, ../sass/components/_main.scss */
  .contents-overview .view-filters .views-submit-button {
    width: 100%;
  }
}
/* line 5112, ../sass/components/_main.scss */
.contents-overview .view-filters select,
.contents-overview .view-filters input[type="text"] {
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  padding: 4px 12px;
  border: 1px solid #dfdfdf;
  height: 26px;
}
@media screen and (max-width: 768px) {
  /* line 5112, ../sass/components/_main.scss */
  .contents-overview .view-filters select,
  .contents-overview .view-filters input[type="text"] {
    width: 100%;
  }
}
/* line 5124, ../sass/components/_main.scss */
.contents-overview .view-filters input[type="submit"] {
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  border: 0;
  background-color: #903779;
  color: #ffffff;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 28px;
  width: 90px;
}
@media screen and (max-width: 768px) {
  /* line 5124, ../sass/components/_main.scss */
  .contents-overview .view-filters input[type="submit"] {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
/* line 5142, ../sass/components/_main.scss */
.contents-overview .view-content {
  background-color: #f4f4f4;
  padding: 20px 30px 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  /* line 5142, ../sass/components/_main.scss */
  .contents-overview .view-content {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }
}
/* line 5157, ../sass/components/_main.scss */
.contents-overview .view-content > .views-row {
  width: 32%;
  margin-right: 1.95%;
  padding: 0 20px 20px 20px;
  margin-bottom: 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.2);
  line-height: normal;
  font-size: 13px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  /* line 5157, ../sass/components/_main.scss */
  .contents-overview .view-content > .views-row {
    width: 100%;
    margin-right: 0;
  }
}
/* line 5176, ../sass/components/_main.scss */
.contents-overview .view-content > .views-row:nth-child(3n+3) {
  margin-right: 0;
}
/* line 5181, ../sass/components/_main.scss */
.contents-overview .view-content .views-field-field-image {
  margin-left: -20px;
  margin-right: -20px;
}
/* line 5185, ../sass/components/_main.scss */
.contents-overview .view-content .views-field-field-image img {
  width: 100%;
}
/* line 5190, ../sass/components/_main.scss */
.contents-overview .view-content h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #00843d;
  line-height: normal;
  font-size: 20px;
  font-weight: bold;
}
/* line 5199, ../sass/components/_main.scss */
.contents-overview .view-content .views-field-field-section {
  font-style: italic;
  color: #a5a5a5;
}
/* line 5204, ../sass/components/_main.scss */
.contents-overview .view-content .views-field-taxonomy-vocabulary-4 {
  font-size: 13px;
  color: #00843d;
  margin-bottom: 30px;
}
/* line 5210, ../sass/components/_main.scss */
.contents-overview .view-content .views-field-taxonomy-vocabulary-1 {
  float: left;
}
/* line 5213, ../sass/components/_main.scss */
.contents-overview .view-content .views-field-taxonomy-vocabulary-1 .views-label-taxonomy-vocabulary-1 {
  font-style: italic;
  color: #a5a5a5;
}
/* line 5218, ../sass/components/_main.scss */
.contents-overview .view-content .views-field-taxonomy-vocabulary-1 .field-content {
  color: #00843d;
  font-weight: bold;
}
/* line 5224, ../sass/components/_main.scss */
.contents-overview .view-content .views-field-created, .contents-overview .view-content .blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-comment-count, .blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .contents-overview .view-content .views-field-comment-count {
  float: right;
}
/* line 5227, ../sass/components/_main.scss */
.contents-overview .view-content .views-field-created .views-label-created, .contents-overview .view-content .blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-comment-count .views-label-created, .blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .contents-overview .view-content .views-field-comment-count .views-label-created {
  font-style: italic;
  color: #a5a5a5;
}
/* line 5232, ../sass/components/_main.scss */
.contents-overview .view-content .views-field-created .field-content, .contents-overview .view-content .blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-comment-count .field-content, .blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .contents-overview .view-content .views-field-comment-count .field-content {
  color: #00843d;
  font-weight: bold;
}
/* line 5237, ../sass/components/_main.scss */
.contents-overview .view-content .views-field-created span, .contents-overview .view-content .blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-comment-count span, .blog-view .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .contents-overview .view-content .views-field-comment-count span {
  display: block;
}
/* line 5242, ../sass/components/_main.scss */
.contents-overview .view-content .views-field-value {
  clear: both;
  margin-top: 20px;
  padding-top: 1px;
}
/* line 5247, ../sass/components/_main.scss */
.contents-overview .view-content .views-field-value .rate-widget {
  width: 100%;
}
/* line 5251, ../sass/components/_main.scss */
.contents-overview .view-content .views-field-value .rate-info {
  font-style: italic;
  color: #a5a5a5;
  font-size: 11px;
}

/* chinese version slider banner */
/* line 5267, ../sass/components/_main.scss */
html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default {
  max-width: 1024px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  /* line 5267, ../sass/components/_main.scss */
  html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default {
    padding: 0;
    width: 100%;
  }
}
/* line 5278, ../sass/components/_main.scss */
html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views_slideshow_cycle_main {
  float: left;
  width: 75%;
}
@media screen and (max-width: 768px) {
  /* line 5278, ../sass/components/_main.scss */
  html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views_slideshow_cycle_main {
    float: none;
    width: 100%;
  }
}
/* line 5287, ../sass/components/_main.scss */
html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
  position: relative;
  max-height: 340px;
}
@media screen and (max-width: 768px) {
  /* line 5287, ../sass/components/_main.scss */
  html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
    max-height: none;
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 5296, ../sass/components/_main.scss */
  html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row {
    width: 100% !important;
  }
  /* line 5301, ../sass/components/_main.scss */
  html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row img {
    width: 100%;
  }
}
/* line 5306, ../sass/components/_main.scss */
html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-field-nothing {
  position: absolute;
  top: 25%;
  right: 10%;
}
@media screen and (max-width: 768px) {
  /* line 5306, ../sass/components/_main.scss */
  html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-field-nothing {
    position: relative;
    top: -6px;
    right: auto;
  }
}
/* line 5317, ../sass/components/_main.scss */
html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-field-nothing .field-content {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 768px) {
  /* line 5317, ../sass/components/_main.scss */
  html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-field-nothing .field-content {
    background-color: #006B43;
    padding: 15px;
  }
}
/* line 5326, ../sass/components/_main.scss */
html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-field-nothing .field-content a {
  color: #01843E;
  border: 1px solid #01843E;
  text-align: center;
  padding: 2px 0;
  width: 95px;
}
@media screen and (max-width: 768px) {
  /* line 5326, ../sass/components/_main.scss */
  html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-field-nothing .field-content a {
    border-color: #fff;
    color: #fff;
    font-size: 13px;
  }
}
/* line 5340, ../sass/components/_main.scss */
html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-field-nothing .field-content p {
  font-size: 35px;
  width: 300px;
  margin: 0;
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  /* line 5340, ../sass/components/_main.scss */
  html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views_slideshow_cycle_main .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-field-nothing .field-content p {
    font-size: 15px;
    width: 100%;
    color: #fff;
    margin-bottom: 15px;
  }
}
/* line 5361, ../sass/components/_main.scss */
html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views-slideshow-controls-bottom {
  float: left;
  width: 25%;
  height: 100%;
  box-shadow: 2px 0px 6px #004c34;
  height: 340px;
}
@media screen and (max-width: 1023px) {
  /* line 5361, ../sass/components/_main.scss */
  html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views-slideshow-controls-bottom {
    display: none;
  }
}
/* line 5372, ../sass/components/_main.scss */
html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views-slideshow-controls-bottom .views-slideshow-pager-fields {
  background-color: #00843d;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
/* line 5378, ../sass/components/_main.scss */
html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item {
  height: 113.33px;
  padding: 0 15px;
  border-bottom: 1px solid #339d63;
  display: table;
  width: 100%;
  cursor: pointer;
}
/* line 5386, ../sass/components/_main.scss */
html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item:last-child {
  border: 0;
}
/* line 5390, ../sass/components/_main.scss */
html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item.active {
  background-color: #006747;
  position: relative;
}
/* line 5394, ../sass/components/_main.scss */
html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item.active:before {
  content: "";
  position: absolute;
  z-index: 9;
  right: 100%;
  width: 0;
  height: 0;
  border-top: 56px solid transparent;
  border-right: 25px solid #006747;
  border-bottom: 56px solid transparent;
}
/* line 5407, ../sass/components/_main.scss */
html:lang(zh-hans) body.section-courses .top-main__wrapper .skin-default .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item .views-field-field-tab {
  display: table-cell;
  vertical-align: middle;
}

/* line 5420, ../sass/components/_main.scss */
.app-icon-google img,
.app-icon-apple img {
  max-width: 116px;
}

/* 20170825 chinese version globe banner*/
/* line 5428, ../sass/components/_main.scss */
html:lang(zh-hans) .nocn {
  display: none;
}

/* 20171114 youtube video on mobile */
@media screen and (max-width: 768px) {
  /* line 5436, ../sass/components/_main.scss */
  #content .field-name-field-youtube-video iframe {
    width: 100%;
    height: 200px;
    margin-top: 15px;
  }
}
/* 20180710 one & two column page */
/* line 5449, ../sass/components/_main.scss */
.one-column-landing #main > .column .block-views.layout-column-block .views-row {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 480px) {
  /* line 5449, ../sass/components/_main.scss */
  .one-column-landing #main > .column .block-views.layout-column-block .views-row {
    margin-bottom: 30px;
  }
}
/* line 5456, ../sass/components/_main.scss */
.one-column-landing #main > .column .block-views.layout-column-block .views-row:hover > .views-field-nothing .field-content .views-field-name {
  text-decoration: underline;
}
/* line 5461, ../sass/components/_main.scss */
.one-column-landing #main > .column .block-views.layout-column-block .views-row > .views-field-nothing .field-content .views-field-field-image {
  float: left;
  width: 40%;
}
/* line 5465, ../sass/components/_main.scss */
.one-column-landing #main > .column .block-views.layout-column-block .views-row > .views-field-nothing .field-content .name-description {
  float: left;
  width: 60%;
  padding-left: 15px;
}
/* line 5470, ../sass/components/_main.scss */
.one-column-landing #main > .column .block-views.layout-column-block .views-row > .views-field-nothing .field-content .views-field-name {
  color: #00843d;
  font-family: 'british_council-bold';
  margin-bottom: 8px;
  font-size: 18px;
}
/* line 5476, ../sass/components/_main.scss */
.one-column-landing #main > .column .block-views.layout-column-block .views-row > .views-field-nothing .field-content .views-field-description {
  font-size: 12px;
  line-height: 16px;
}
/* line 5479, ../sass/components/_main.scss */
.one-column-landing #main > .column .block-views.layout-column-block .views-row > .views-field-nothing .field-content .views-field-description p {
  margin: 0;
}
@media screen and (max-width: 480px) {
  /* line 5484, ../sass/components/_main.scss */
  .one-column-landing #main > .column .block-views.layout-column-block .views-row > .views-field-nothing .field-content .views-field-field-image, .one-column-landing #main > .column .block-views.layout-column-block .views-row > .views-field-nothing .field-content .name-description {
    width: 100%;
    padding-left: 0;
  }
  /* line 5488, ../sass/components/_main.scss */
  .one-column-landing #main > .column .block-views.layout-column-block .views-row > .views-field-nothing .field-content .views-field-field-image.views-field-field-image img, .one-column-landing #main > .column .block-views.layout-column-block .views-row > .views-field-nothing .field-content .name-description.views-field-field-image img {
    width: 100%;
  }
}

/* line 5502, ../sass/components/_main.scss */
.two-column-landing #main > .column .block-views.layout-column-block .view-taxonomy-blocks > .view-content {
  display: inline-block;
}
/* line 5505, ../sass/components/_main.scss */
.two-column-landing #main > .column .block-views.layout-column-block .views-row {
  float: left;
  display: inline-block;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  /* line 5505, ../sass/components/_main.scss */
  .two-column-landing #main > .column .block-views.layout-column-block .views-row {
    width: 100%;
    margin-right: 0;
  }
}
/* line 5515, ../sass/components/_main.scss */
.two-column-landing #main > .column .block-views.layout-column-block .views-row:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  /* line 5521, ../sass/components/_main.scss */
  .two-column-landing #main > .column .block-views.layout-column-block .views-row > .views-field-nothing .field-content .views-field-field-image img {
    width: 100%;
  }
}
/* line 5526, ../sass/components/_main.scss */
.two-column-landing #main > .column .block-views.layout-column-block .views-row > .views-field-nothing .field-content .views-field-name {
  color: #00843d;
  font-family: 'british_council-bold';
  margin-bottom: 8px;
  font-size: 18px;
}
/* line 5532, ../sass/components/_main.scss */
.two-column-landing #main > .column .block-views.layout-column-block .views-row > .views-field-nothing .field-content .views-field-description {
  font-size: 12px;
  line-height: 16px;
}
/* line 5535, ../sass/components/_main.scss */
.two-column-landing #main > .column .block-views.layout-column-block .views-row > .views-field-nothing .field-content .views-field-description p {
  margin: 0;
}

/* line 5547, ../sass/components/_main.scss */
.layout-column-link .view-content {
  background: #ebeff0;
  padding: 1.444rem 20px;
}
/* line 5550, ../sass/components/_main.scss */
.layout-column-link .view-content .views-field-field-site-link {
  text-align: center;
}
/* line 5553, ../sass/components/_main.scss */
.layout-column-link .view-content p {
  margin: 0;
}
/* line 5556, ../sass/components/_main.scss */
.layout-column-link .view-content a {
  display: inline-block;
  padding: .8em 35px;
  margin: 25px 0 10px;
  color: #fff;
  background-color: #00843d;
  border-radius: 100px;
  min-width: 10.4em;
}
/* line 5564, ../sass/components/_main.scss */
.layout-column-link .view-content a:hover {
  background-color: #006b31;
}
/* line 5567, ../sass/components/_main.scss */
.layout-column-link .view-content a .ext {
  background-image: url("../images/ext_link_white.svg");
  display: none;
}
/* line 5572, ../sass/components/_main.scss */
.layout-column-link .view-content a.ext .ext {
  display: inline-block;
}

/* 30032020 for online classes */
/* line 5581, ../sass/components/_main.scss */
.section-online-classes.no-sidebars #content {
  max-width: 675.83px;
}
/* line 5590, ../sass/components/_main.scss */
.section-online-classes .webform-client-form .captcha {
  margin: 20px 0;
}
@media screen and (max-width: 480px) {
  /* line 5595, ../sass/components/_main.scss */
  .section-online-classes .webform-client-form .form-actions {
    max-width: 400px;
    margin: 0 auto;
  }
  /* line 5599, ../sass/components/_main.scss */
  .section-online-classes .webform-client-form .form-actions input {
    width: 100%;
  }
}
/* line 5605, ../sass/components/_main.scss */
.section-online-classes .field-name-field-data-protection {
  margin-top: 20px;
  background-color: #e8f0d8;
  padding: 14px 20px 10px;
  margin-bottom: 20px;
}

/* Transcript css */
/* Button */
/* line 5678, ../sass/components/_main.scss */
.field-name-field-site-link {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 2px;
  border-bottom: 1px solid #ccc;
}
/* line 5685, ../sass/components/_main.scss */
.field-name-field-site-link a {
  display: inline-block;
  float: right;
  background-color: #00843d;
  color: #fff !important;
  font-size: 14px;
  padding: 5px 20px 5px 10px;
  border-radius: 8px;
  position: relative;
}
/* line 5695, ../sass/components/_main.scss */
.field-name-field-site-link a:hover {
  text-decoration: none !important;
}
/* line 5699, ../sass/components/_main.scss */
.field-name-field-site-link a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../images/right-arrow-button.svg") center no-repeat;
  background-size: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

/* Highlight Title Section */
/* line 5717, ../sass/components/_main.scss */
.highlight-title-section #top-main .top-main__wrapper .region-highlighted > div:first-child {
  width: 100%;
  padding: 0;
  float: none;
}
/* line 5722, ../sass/components/_main.scss */
.highlight-title-section #top-main .top-main__wrapper .region-highlighted > div:first-child .view-content {
  height: auto;
}
/* line 5725, ../sass/components/_main.scss */
.highlight-title-section #top-main .top-main__wrapper .region-highlighted > div:first-child .view-content .views-field {
  float: none;
}
/* line 5728, ../sass/components/_main.scss */
.highlight-title-section #top-main .top-main__wrapper .region-highlighted > div:first-child .view-content .views-field .field-content {
  display: inline-block;
  padding-left: 10px;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
}

/* line 5739, ../sass/components/_main.scss */
.block.page-notification {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  background-color: #f8fff0;
  border: 1px solid #00843d;
  color: #00843d;
  padding: 10px 40px;
  margin-top: 20px;
}

/* User Account */
@media all and (max-width: 767px) {
  /* line 5757, ../sass/components/_main.scss */
  .section-user #content #user-register-form .form-item.form-type-password {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 5762, ../sass/components/_main.scss */
  .section-user #content #user-register-form .form-item.form-type-password .password-strength {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0;
    margin-bottom: 15px;
  }
  /* line 5768, ../sass/components/_main.scss */
  .section-user #content #user-register-form .form-item.form-type-password .formtips-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 5772, ../sass/components/_main.scss */
  .section-user #content #user-register-form .form-item.form-type-password .password-suggestions {
    width: auto;
  }
  /* line 5775, ../sass/components/_main.scss */
  .section-user #content #user-register-form .form-item.form-type-password .password-field {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 5779, ../sass/components/_main.scss */
  .section-user #content #user-register-form .form-item.form-type-password label[for="edit-pass-pass2"] {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 5782, ../sass/components/_main.scss */
  .section-user #content #user-register-form .form-item.form-type-password div.password-confirm {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0;
  }
  /* line 5787, ../sass/components/_main.scss */
  .section-user #content #user-register-form .form-item.form-type-password input.password-confirm {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 5796, ../sass/components/_main.scss */
  .section-user #content #user-register-form .form-item.form-item-profile-givennames input, .section-user #content #user-register-form .form-item.form-item-profile-givennames select, .section-user #content #user-register-form .form-item.form-item-profile-surname input, .section-user #content #user-register-form .form-item.form-item-profile-surname select, .section-user #content #user-register-form .form-item.form-item-profile-country input, .section-user #content #user-register-form .form-item.form-item-profile-country select {
    width: 100%;
  }
}

/* line 5806, ../sass/components/_main.scss */
#content article, .accordion-landing {
  /* CK Editor Accordion */
}
/* line 5811, ../sass/components/_main.scss */
#content article .ckeditor-accordion-container > dl, .accordion-landing .ckeditor-accordion-container > dl {
  border: 0;
}
/* line 5815, ../sass/components/_main.scss */
#content article .ckeditor-accordion-container > dl dt, .accordion-landing .ckeditor-accordion-container > dl dt {
  margin-bottom: 2px;
}
/* line 5818, ../sass/components/_main.scss */
#content article .ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle, .accordion-landing .ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle {
  display: none;
}
/* line 5822, ../sass/components/_main.scss */
#content article .ckeditor-accordion-container > dl dt > a, .accordion-landing .ckeditor-accordion-container > dl dt > a {
  padding: 15px 50px 15px 20px;
  background-color: #00843d;
  color: #fff;
  border: 0;
  position: relative;
}
/* line 5829, ../sass/components/_main.scss */
#content article .ckeditor-accordion-container > dl dt > a:before, .accordion-landing .ckeditor-accordion-container > dl dt > a:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/add.png") center no-repeat;
}
/* line 5842, ../sass/components/_main.scss */
#content article .ckeditor-accordion-container > dl dt > a:hover, .accordion-landing .ckeditor-accordion-container > dl dt > a:hover {
  background-color: #00843d;
  text-decoration: underline;
}
/* line 5847, ../sass/components/_main.scss */
#content article .ckeditor-accordion-container > dl dt.active, .accordion-landing .ckeditor-accordion-container > dl dt.active {
  margin-bottom: 0;
}
/* line 5850, ../sass/components/_main.scss */
#content article .ckeditor-accordion-container > dl dt.active > a, .accordion-landing .ckeditor-accordion-container > dl dt.active > a {
  background-color: #006747;
}
/* line 5853, ../sass/components/_main.scss */
#content article .ckeditor-accordion-container > dl dt.active > a:before, .accordion-landing .ckeditor-accordion-container > dl dt.active > a:before {
  background: url("../images/minus.png") center no-repeat;
}
/* line 5860, ../sass/components/_main.scss */
#content article .ckeditor-accordion-container > dl dd, .accordion-landing .ckeditor-accordion-container > dl dd {
  margin-bottom: 2px;
  padding: 14px;
  background-color: #e8f0d8;
  box-sizing: border-box;
}
/* line 5871, ../sass/components/_main.scss */
#content article .collapsible .field-name-field-reading-text table tr:nth-child(odd), .accordion-landing .collapsible .field-name-field-reading-text table tr:nth-child(odd) {
  background-color: #d9eae1;
}
/* line 5874, ../sass/components/_main.scss */
#content article .collapsible .field-name-field-reading-text table tr:first-child, .accordion-landing .collapsible .field-name-field-reading-text table tr:first-child {
  background-color: transparent;
}
/* line 5876, ../sass/components/_main.scss */
#content article .collapsible .field-name-field-reading-text table tr:first-child th, .accordion-landing .collapsible .field-name-field-reading-text table tr:first-child th {
  padding-bottom: 5px;
}
/* line 5881, ../sass/components/_main.scss */
#content article .collapsible .field-name-field-reading-text table tr:not(:first-child) th, .accordion-landing .collapsible .field-name-field-reading-text table tr:not(:first-child) th {
  border: 1px solid #ccc;
}
/* line 5885, ../sass/components/_main.scss */
#content article .collapsible .field-name-field-reading-text table td, .accordion-landing .collapsible .field-name-field-reading-text table td {
  border: 1px solid #ccc;
}
@media screen and (max-width: 480px) {
  /* line 5870, ../sass/components/_main.scss */
  #content article .collapsible .field-name-field-reading-text table, .accordion-landing .collapsible .field-name-field-reading-text table {
    width: calc(100vw - 48px);
  }
}

/* line 5899, ../sass/components/_main.scss */
.smartbanner__info {
  font-family: "british_council", Verdana, Tahoma, sans-serif;
}
/* line 5902, ../sass/components/_main.scss */
.smartbanner--british-council {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
/* line 5907, ../sass/components/_main.scss */
.smartbanner__exit {
  position: static;
  padding: 12px;
}
/* line 5911, ../sass/components/_main.scss */
.smartbanner__exit:before, .smartbanner__exit:after {
  width: 2px;
  height: 16px;
}
/* line 5917, ../sass/components/_main.scss */
.smartbanner__icon {
  position: static;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 5923, ../sass/components/_main.scss */
.smartbanner__info {
  flex: 1;
  line-height: 1.5;
  position: static;
  padding: 0 10px;
}
/* line 5929, ../sass/components/_main.scss */
.smartbanner__info__title {
  font-weight: bold;
  font-size: 16px;
}
/* line 5933, ../sass/components/_main.scss */
.smartbanner__info__price {
  color: #aaa;
}
/* line 5936, ../sass/components/_main.scss */
.smartbanner__button {
  font-family: "british_council", Verdana, Tahoma, sans-serif;
  font-size: 13px;
  background-color: #f34b0a;
  color: #ffffff !important;
  padding: 5px 10px;
  position: static;
}
/* line 5944, ../sass/components/_main.scss */
.smartbanner__button:hover, .smartbanner__button:visited, .smartbanner__button:active, .smartbanner__button:focus {
  color: #ffffff;
}
@media all and (max-width: 400px) {
  /* line 5953, ../sass/components/_main.scss */
  .smartbanner__info__title {
    font-size: 4.5vw;
  }
  /* line 5956, ../sass/components/_main.scss */
  .smartbanner__info__author, .smartbanner__info__price {
    font-size: 2.75vw;
  }
  /* line 5960, ../sass/components/_main.scss */
  .smartbanner__button {
    font-size: 3vw;
    padding: 5px 2vw;
    min-width: 50px;
  }
}

/*#21958*/
/* line 5970, ../sass/components/_main.scss */
.sidebars .view-ad-block > .view-content > .views-row {
  position: relative;
  margin-bottom: 60px;
}
/* line 5973, ../sass/components/_main.scss */
.sidebars .view-ad-block > .view-content > .views-row:last-of-type {
  margin-bottom: 40px;
}
/* line 5976, ../sass/components/_main.scss */
.sidebars .view-ad-block > .view-content > .views-row:only-child {
  margin-bottom: 40px;
}
/* line 5980, ../sass/components/_main.scss */
.sidebars .view-ad-block .views-field-body {
  bottom: 24px;
}
/* line 5984, ../sass/components/_main.scss */
.sidebars .view-ad-block .view-content {
  padding: 20px;
  background: #ebeff0;
}
/* line 5989, ../sass/components/_main.scss */
.sidebars .view-ad-block .views-field-field-site-link-1 {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  background: #fff;
  color: #333;
  padding-left: 10px;
}
/* line 5997, ../sass/components/_main.scss */
.sidebars .view-ad-block .views-field-field-site-link-1 a {
  text-decoration: none;
  font-size: 1.11em;
}
/* line 6000, ../sass/components/_main.scss */
.sidebars .view-ad-block .views-field-field-site-link-1 a:hover {
  text-decoration: underline;
}
/* line 6005, ../sass/components/_main.scss */
.sidebars .view-ad-block .view-content > div:hover .views-field-body {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  padding: 25px;
}
/* line 6011, ../sass/components/_main.scss */
.sidebars .view-ad-block .view-content > div:hover .views-field-body a {
  text-decoration: underline;
}

/* line 6017, ../sass/components/_main.scss */
#content .country-select-block {
  padding: 15px 15px;
}
/* line 6019, ../sass/components/_main.scss */
#content .country-select-block h2 {
  padding-left: 0;
  display: none;
}
/* line 6022, ../sass/components/_main.scss */
#content .country-select-block h2::before, #content .country-select-block h2::after {
  display: none;
}
/* line 6027, ../sass/components/_main.scss */
#content .country-select-block p {
  margin-top: 0;
}
/* line 6030, ../sass/components/_main.scss */
#content .country-select-block h2 > span {
  font-size: 18px;
  color: green;
  font-weight: bold;
}
/* line 6035, ../sass/components/_main.scss */
#content .country-select-block .views-field-nothing .field-content a {
  font-size: 18px;
  color: green;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
/* line 6042, ../sass/components/_main.scss */
#content .country-select-block .view-content-blocks .views-row {
  display: flex;
  align-items: flex-start;
}
/* line 6046, ../sass/components/_main.scss */
#content .country-select-block .views-field-field-image {
  min-width: 220px;
  margin-right: 20px;
}

/* line 2, ../sass/components/_checkout.scss */
.section-tc-course article {
  padding-bottom: 30px;
}
/* line 5, ../sass/components/_checkout.scss */
.section-tc-course article .commerce-add-to-cart > div {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
/* line 11, ../sass/components/_checkout.scss */
.section-tc-course article .commerce-add-to-cart .form-type-select {
  margin: 0;
  margin-right: 10px;
}
/* line 15, ../sass/components/_checkout.scss */
.section-tc-course article .commerce-add-to-cart .form-select {
  padding: 10px 15px;
  border-color: #006747;
  color: #006747;
}
@media all and (max-width: 767px) {
  /* line 22, ../sass/components/_checkout.scss */
  .section-tc-course article .commerce-add-to-cart > div {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-top: 20px;
  }
  /* line 27, ../sass/components/_checkout.scss */
  .section-tc-course article .commerce-add-to-cart .form-type-select, .section-tc-course article .commerce-add-to-cart .form-select {
    margin-right: 0;
    width: 100%;
  }
}
/* line 33, ../sass/components/_checkout.scss */
.section-tc-course article .form-submit {
  font-size: 21px;
  border: 1px solid #006747;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  /* line 33, ../sass/components/_checkout.scss */
  .section-tc-course article .form-submit {
    margin-top: 10px;
  }
}

/* line 45, ../sass/components/_checkout.scss */
.commerce-add-to-cart {
  text-align: center;
}
/* line 48, ../sass/components/_checkout.scss */
.commerce-add-to-cart .form-submit {
  display: inline-block;
  padding: .8em 35px;
  margin: 30px 0 30px;
  color: #fff;
  background-color: #00843d;
  border-radius: 100px;
  width: auto;
  min-width: 10.4em;
}

@media all and (max-width: 767px) {
  /* line 60, ../sass/components/_checkout.scss */
  .section-checkout {
    padding: 0 5px;
  }
}
/* line 65, ../sass/components/_checkout.scss */
.section-checkout #content .form-wrapper {
  margin: 0;
}
/* line 67, ../sass/components/_checkout.scss */
.section-checkout #content .form-wrapper .form-item {
  margin: 0;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  /* line 72, ../sass/components/_checkout.scss */
  .section-checkout #content .form-wrapper .form-item.form-type-textfield input {
    width: 100%;
  }
}
/* line 79, ../sass/components/_checkout.scss */
.section-checkout #content .form-wrapper [class*="country"].form-type-select {
  max-width: 300px;
}
/* line 84, ../sass/components/_checkout.scss */
.section-checkout #content .form-wrapper .addressfield-container-inline > div {
  margin-right: 5px;
}
/* line 90, ../sass/components/_checkout.scss */
.section-checkout #content .form-wrapper.checkout_review table {
  width: 100%;
}
/* line 94, ../sass/components/_checkout.scss */
.section-checkout #content .form-wrapper.checkout_review .pane-data-full .form-type-item {
  margin: 5px 0;
}
@media all and (max-width: 767px) {
  /* line 94, ../sass/components/_checkout.scss */
  .section-checkout #content .form-wrapper.checkout_review .pane-data-full .form-type-item {
    display: block;
  }
}
/* line 101, ../sass/components/_checkout.scss */
.section-checkout #content .form-wrapper.checkout_review .pane-data-full label {
  width: 120px;
  margin-right: 15px;
}
/* line 104, ../sass/components/_checkout.scss */
.section-checkout #content .form-wrapper.checkout_review .pane-data-full label:after {
  content: ':';
}
/* line 110, ../sass/components/_checkout.scss */
.section-checkout #content .form-wrapper .field-type-addressfield {
  margin: 10px;
}
/* line 115, ../sass/components/_checkout.scss */
.section-checkout #content fieldset.form-wrapper {
  margin: 15px 0;
}
/* line 118, ../sass/components/_checkout.scss */
.section-checkout #content fieldset > .fieldset-wrapper {
  padding: 20px;
}
/* line 127, ../sass/components/_checkout.scss */
.section-checkout #content fieldset#edit-commerce-payment #payment-details > div {
  margin: 0;
  overflow: visible;
}
/* line 132, ../sass/components/_checkout.scss */
.section-checkout #content fieldset#edit-commerce-payment #payment-details > .form-item:last-child {
  margin-bottom: 0;
}
/* line 137, ../sass/components/_checkout.scss */
.section-checkout #content fieldset#edit-commerce-payment #edit-commerce-payment-payment-details-braintree-cc-number {
  margin-bottom: 5px;
}
/* line 141, ../sass/components/_checkout.scss */
.section-checkout #content fieldset#edit-commerce-payment .payment_instrument_logos > img {
  margin-left: 0;
  margin-bottom: 10px;
}
/* line 146, ../sass/components/_checkout.scss */
.section-checkout #content fieldset#edit-commerce-payment #edit-commerce-payment-payment-details-braintree-cc {
  margin: 10px 0 10px 10px;
  width: 100%;
}
@media all and (max-width: 767px) {
  /* line 146, ../sass/components/_checkout.scss */
  .section-checkout #content fieldset#edit-commerce-payment #edit-commerce-payment-payment-details-braintree-cc {
    width: 100%;
  }
}
/* line 154, ../sass/components/_checkout.scss */
.section-checkout #content fieldset#edit-commerce-payment #edit-commerce-payment-payment-details-braintree-cc #card-number.braintree-hosted-fields-valid, .section-checkout #content fieldset#edit-commerce-payment #edit-commerce-payment-payment-details-braintree-cc #expiration-month.braintree-hosted-fields-valid, .section-checkout #content fieldset#edit-commerce-payment #edit-commerce-payment-payment-details-braintree-cc #expiration-year.braintree-hosted-fields-valid, .section-checkout #content fieldset#edit-commerce-payment #edit-commerce-payment-payment-details-braintree-cc #cvv.braintree-hosted-fields-valid {
  background: #e8ffea;
}
/* line 159, ../sass/components/_checkout.scss */
.section-checkout #content fieldset#edit-commerce-payment .form-item-commerce-payment-payment-details-cardonfile-instance-default {
  padding-left: 11px;
}
/* line 162, ../sass/components/_checkout.scss */
.section-checkout #content fieldset#edit-commerce-payment .formtips-processed.description {
  font-size: 12px;
  padding: 6px;
  background: #fff;
  color: #000;
  border: 1px solid #ddd;
  margin-top: -1px;
}
/* line 170, ../sass/components/_checkout.scss */
.section-checkout #content fieldset#edit-commerce-payment a.formtip {
  background: url("../images/help_black.png") no-repeat 0 0;
}
/* line 172, ../sass/components/_checkout.scss */
.section-checkout #content fieldset#edit-commerce-payment a.formtip:hover {
  background-position: 0 -12px;
}
/* line 181, ../sass/components/_checkout.scss */
.section-checkout #content #addressfield-wrapper .street-block > div {
  width: 100%;
}
/* line 183, ../sass/components/_checkout.scss */
.section-checkout #content #addressfield-wrapper .street-block > div input {
  width: 100%;
}
/* line 190, ../sass/components/_checkout.scss */
.section-checkout #content .checkout-help {
  background: #e3ffdc;
  padding: 10px 15px;
  margin-top: 18px;
  border: 1px solid #315f23;
  padding-left: 50px;
  line-height: 1.3;
  font-size: 14px;
  position: relative;
}
/* line 199, ../sass/components/_checkout.scss */
.section-checkout #content .checkout-help:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  background-image: url("../images/icon-info.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
/* line 214, ../sass/components/_checkout.scss */
.section-checkout #content .checkout_review {
  background: #e8f0d8;
  padding: 20px 25px 0;
}
/* line 217, ../sass/components/_checkout.scss */
.section-checkout #content .checkout_review table {
  margin: 0;
}
/* line 219, ../sass/components/_checkout.scss */
.section-checkout #content .checkout_review table tbody {
  border: 0;
}
/* line 222, ../sass/components/_checkout.scss */
.section-checkout #content .checkout_review table tr {
  border-bottom: 0;
}
/* line 224, ../sass/components/_checkout.scss */
.section-checkout #content .checkout_review table tr.odd, .section-checkout #content .checkout_review table tr.even {
  background: transparent;
}
/* line 227, ../sass/components/_checkout.scss */
.section-checkout #content .checkout_review table tr td {
  border: 0;
  padding: 0;
}
/* line 230, ../sass/components/_checkout.scss */
.section-checkout #content .checkout_review table tr td label {
  font-weight: normal;
}
/* line 236, ../sass/components/_checkout.scss */
.section-checkout #content .checkout_review table tr.even td {
  padding-bottom: 20px;
}
/* line 246, ../sass/components/_checkout.scss */
.section-checkout #content .checkout-completion-message p:first-child {
  background-color: #f8fff0;
  color: #234600;
  margin: 18px 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAK1UExURUxpcTeANy6LLjBwMP///////////////////zhvOMHPwVySXE5/TqfOp0t8S1OLU4iziDVqNS5sLoGngYuti8/Xz93m3f///0F7QTFwMf///5W8lTtyO////9Td1E6CTpe9l////zp+Oj1yPU18TSpoKk95T9vp2yxqLDR1NFKCUtLg0kB+QD52Pjx3PH2ifXKUcjiCOEWARViHWDqBOjqDOjp+OjlxOVCGUEZ8Rjx6PD1/PUWFRTeBN0KAQjqAOjqEOkV8RT1+PT18PTp+OjeJN0ZdRkOHQzl8OTyBPDuCOzx8PDlVOTaLNj59PjWCNTx9PDp/OkZ0Rv///yePJyeOJyiSKCiQKCiTKFuzWyeNJyeMJ1+2XyiRKEenR06rTlWvVVWwVSiHKCeDJzqdOlu0WymUKWC3YFCwUECiQFexVy57LimDKSqLKieJJyiMKC2DLSaLJimBKSh8KCh5KCaGJmewZ06jTiaMJilzKSqPKieAJyuRKzSPNDCWMIzEjEiiSCqUKiqTKtTp1HC1cMnOxnm6eS2PLS+XL/v9+/j8+MzlzDGYMYPBg/39/UGiQefq5v7//oKTezKXMl2VWXmGc2d9YGCVXEGjQYLAgvz+/MjOxSyWLI3GjTObM3aCbi+DLzylPC2MLTKQMimTKVCuUGGdXjKeMvn7+fb69nmQc1GpUTGJMS2LLT6hPv7+/lihVjqeOnSCbZrNmjKcMvb39i+ZLymVKSyPLGKhYC+YL1qoWS2RLcLHv0+sTy6ULk+rT2+DaG98ZzSGNEiqSGx/ZTydPDihODGaMZe8lT+kPzCRMECgQDKZMqWyoMrlyjWKNT+iPzeeN0emR3KTbDymPF+1X3eZcm5/Z1+zXzGTMVyuW1arVTGNMXOhbzCaMJqjlIvHi/T08qy1pzOZM0eoR0+uTzPpAFAAAABTdFJOUwAOC/0BIA8DAuklabsarbZe6ftjcCA0Bs/7BWrpEzW4GxWS1b39uUb9/bRJyNJeh4++nHH7msIJpWOZ4cxByvtTouKj/DgLV/yc/KEJOeM/4fsL/OYlKwAAAXNJREFUKM9jYCAbMOopGZpZOTChCZubmtTWzVu+64KXdxCyuK314oUZqenpqRlXbwX4IsRd7bcsjQGDazefPQn0h4m7OZ3NioSA2zfuZd3384FKOJ8+kpiYmAACVx49uP70ridEnMnl+L4Du+NBYMO54ODHdy55MIIl3A+fijt4aGccEKxaHxz88PLFNZZgCcc9Z47u3bpp2Yz+6a3BweczM9ctMgJL2O0/djI4eMX8KZMnBQevXL0xJaVdByxhs+PEts3BwX1Tp00IDu5tnNPRUyUBlrBYuz0tbW5wcPDs4ODupgggyOUDSxgvWALkzJwIlOpqCAOBbG6whIJmLIjXNis4uD42NjY8PJyZFyzBwl8A4oW3dDbXhIcAQQ4PB8SHojL5IH5IWXkoCCRxcsECS1gyCSQSBQZ5QgLw0JWS5iyKBoOKwmJBEXFEuLPLqWhUJpcmV5eoyouxo0ShrLq+mrKuloG2Ikaks7CxsrJxEE4cAMZGjXno0JXmAAAAAElFTkSuQmCC');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}
/* line 259, ../sass/components/_checkout.scss */
.section-checkout #content .checkout-completion-message p:not(:first-child) {
  font-size: 21px;
  line-height: 1.3;
}
/* line 266, ../sass/components/_checkout.scss */
.section-checkout #content #edit-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 269, ../sass/components/_checkout.scss */
.section-checkout #content #edit-buttons .checkout-continue {
  margin-right: 15px;
  width: auto;
}
/* line 273, ../sass/components/_checkout.scss */
.section-checkout #content #edit-buttons .checkout-cancel, .section-checkout #content #edit-buttons .checkout-back {
  background: transparent;
  color: #000;
  text-decoration: underline;
  width: auto;
}
@media all and (max-width: 767px) {
  /* line 266, ../sass/components/_checkout.scss */
  .section-checkout #content #edit-buttons {
    text-align: center;
  }
  /* line 281, ../sass/components/_checkout.scss */
  .section-checkout #content #edit-buttons .checkout-continue {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }
}

/* line 294, ../sass/components/_checkout.scss */
#commerce-braintree-js-cardonfile-form .braintree-form#edit-braintree {
  margin-bottom: 0;
}
/* line 297, ../sass/components/_checkout.scss */
#commerce-braintree-js-cardonfile-form .braintree-form #edit-cc {
  width: 60%;
  margin-top: 0;
}
@media all and (max-width: 767px) {
  /* line 297, ../sass/components/_checkout.scss */
  #commerce-braintree-js-cardonfile-form .braintree-form #edit-cc {
    width: 100%;
  }
}
/* line 303, ../sass/components/_checkout.scss */
#commerce-braintree-js-cardonfile-form .braintree-form #edit-cc > div {
  margin: 0;
  overflow: visible;
}
/* line 309, ../sass/components/_checkout.scss */
#commerce-braintree-js-cardonfile-form .braintree-form #edit-cc #card-number.braintree-hosted-fields-valid, #commerce-braintree-js-cardonfile-form .braintree-form #edit-cc #expiration-month.braintree-hosted-fields-valid, #commerce-braintree-js-cardonfile-form .braintree-form #edit-cc #expiration-year.braintree-hosted-fields-valid, #commerce-braintree-js-cardonfile-form .braintree-form #edit-cc #cvv.braintree-hosted-fields-valid {
  background: #e8ffea;
}
/* line 315, ../sass/components/_checkout.scss */
#commerce-braintree-js-cardonfile-form .form-item-instance-default {
  margin-top: 0;
}
/* line 319, ../sass/components/_checkout.scss */
#commerce-braintree-js-cardonfile-form #edit-submit {
  margin-right: 10px;
}

/* line 325, ../sass/components/_checkout.scss */
.view.view-commerce-cart-summary table,
.view-commerce-card-on-file-user-cards table {
  width: 100%;
}
/* line 327, ../sass/components/_checkout.scss */
.view.view-commerce-cart-summary table th,
.view-commerce-card-on-file-user-cards table th {
  padding-left: 8px;
}

/**********************************************
* 5.4. Checkout process
**********************************************/
/**
* Checkout progress
*/
/* line 338, ../sass/components/_checkout.scss */
.block.block-commerce-checkout-progress {
  margin-top: 20px;
}

/* line 342, ../sass/components/_checkout.scss */
ul.inline.commerce-checkout-progress li {
  display: block;
  float: left;
}

/* line 347, ../sass/components/_checkout.scss */
ul.inline.commerce-checkout-progress,
ol.inline.commerce-checkout-progress {
  margin-bottom: 0;
  margin-left: 10px;
  margin: 0;
}
/* line 352, ../sass/components/_checkout.scss */
ul.inline.commerce-checkout-progress li,
ol.inline.commerce-checkout-progress li {
  background-color: #efefef;
  color: #898A8C;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0px 10px 0;
  padding: 15px 15px 15px 35px;
  /* LTR */
  position: relative;
  width: auto;
}
/* line 362, ../sass/components/_checkout.scss */
ul.inline.commerce-checkout-progress li:after,
ol.inline.commerce-checkout-progress li:after {
  background: transparent url("../images/bg_checkout_progress.png") right center no-repeat;
  /* LTR */
  content: " ";
  font-size: 0;
  display: block;
  float: right;
  /* LTR */
  position: absolute;
  top: 0;
  right: -25px;
  /* LTR */
  height: 50px;
  width: 25px;
  z-index: 2;
}
/* line 375, ../sass/components/_checkout.scss */
ul.inline.commerce-checkout-progress li.last:after,
ol.inline.commerce-checkout-progress li.last:after {
  background: #efefef url("../images/bg_checkout_progress_last.png") right center no-repeat;
  /* LTR */
}
/* line 378, ../sass/components/_checkout.scss */
ul.inline.commerce-checkout-progress li.active, ul.inline.commerce-checkout-progress li.last.active,
ol.inline.commerce-checkout-progress li.active,
ol.inline.commerce-checkout-progress li.last.active {
  background-color: #00843d;
  color: #ffffff;
}
/* line 383, ../sass/components/_checkout.scss */
ul.inline.commerce-checkout-progress li.active:after, ul.inline.commerce-checkout-progress li.last.active:after,
ol.inline.commerce-checkout-progress li.active:after,
ol.inline.commerce-checkout-progress li.last.active:after {
  background: transparent url("../images/bg_checkout_progress_active.png") right center no-repeat;
  /* LTR */
}
/* line 388, ../sass/components/_checkout.scss */
ul.inline.commerce-checkout-progress li.previous, ul.inline.commerce-checkout-progress li.visited,
ol.inline.commerce-checkout-progress li.previous,
ol.inline.commerce-checkout-progress li.visited {
  color: #00843d;
}
/* line 391, ../sass/components/_checkout.scss */
ul.inline.commerce-checkout-progress li.previous a, ul.inline.commerce-checkout-progress li.visited a,
ol.inline.commerce-checkout-progress li.previous a,
ol.inline.commerce-checkout-progress li.visited a {
  color: #00843d;
}
/* line 394, ../sass/components/_checkout.scss */
ul.inline.commerce-checkout-progress li a,
ol.inline.commerce-checkout-progress li a {
  font-size: 16px;
  font-weight: 700;
}

/* line 401, ../sass/components/_checkout.scss */
.checkout-payment-terms-top {
  background: #e8f0d8;
  padding: 20px 25px 20px;
  max-height: 300px;
  overflow-y: scroll;
  margin: 20px 0 30px;
}
@media all and (max-width: 767px) {
  /* line 401, ../sass/components/_checkout.scss */
  .checkout-payment-terms-top {
    margin-top: 0;
  }
}

/* line 1, ../sass/components/_footer.scss */
#footer {
  width: 100%;
  background-color: #00843d;
  margin-top: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  /* line 1, ../sass/components/_footer.scss */
  #footer {
    padding: 0;
  }
}
/* line 7, ../sass/components/_footer.scss */
#footer .footer__wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 14px;
}
/* line 13, ../sass/components/_footer.scss */
#footer .footer__wrapper > div {
  float: left;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  /* line 13, ../sass/components/_footer.scss */
  #footer .footer__wrapper > div {
    padding: 0;
  }
}
/* line 21, ../sass/components/_footer.scss */
#footer .footer__wrapper .backToTop {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 21, ../sass/components/_footer.scss */
  #footer .footer__wrapper .backToTop {
    display: block;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    background-color: #006747;
    margin: 12px 6px;
    padding: 10px 0;
  }
}
/* line 34, ../sass/components/_footer.scss */
#footer .footer__wrapper .backToTop:after {
  content: url(../images/icon-backTop.png);
  position: absolute;
  margin-top: 4px;
  margin-left: 8px;
}
/* line 43, ../sass/components/_footer.scss */
#footer #block-menu-menu-follow-us {
  width: 27%;
  padding-left: 140px;
  padding-top: 25px;
  background: url("../images/bc_logo.png") left 30px no-repeat #00843d;
}
@media screen and (max-width: 1024px) {
  /* line 43, ../sass/components/_footer.scss */
  #footer #block-menu-menu-follow-us {
    padding-left: 0;
    padding-top: 100px;
    width: 18%;
  }
}
@media screen and (max-width: 767px) {
  /* line 43, ../sass/components/_footer.scss */
  #footer #block-menu-menu-follow-us {
    width: 100%;
    height: auto;
    background: none;
    padding-left: 0;
    padding-top: 40px;
    margin-bottom: 0;
  }
  /* line 60, ../sass/components/_footer.scss */
  #footer #block-menu-menu-follow-us h2.block__title {
    display: none;
  }
}
/* line 62, ../sass/components/_footer.scss */
#footer #block-menu-menu-follow-us h2.block__title {
  font-size: 14px;
}
/* line 63, ../sass/components/_footer.scss */
#footer #block-menu-menu-follow-us ul.menu {
  padding: 0;
  margin: 0;
}
/* line 66, ../sass/components/_footer.scss */
#footer #block-menu-menu-follow-us ul.menu li {
  list-style-image: none;
  list-style-type: none;
  color: #ffffff;
  margin: 10px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  /* line 66, ../sass/components/_footer.scss */
  #footer #block-menu-menu-follow-us ul.menu li {
    float: left;
    width: 50%;
    margin: 0;
    border-right: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
  }
}
/* line 80, ../sass/components/_footer.scss */
#footer #block-menu-menu-follow-us ul.menu li a {
  padding-left: 40px;
  display: block;
}
@media screen and (max-width: 767px) {
  /* line 80, ../sass/components/_footer.scss */
  #footer #block-menu-menu-follow-us ul.menu li a {
    padding: 10px 0;
    padding-left: 42%;
  }
}
/* line 90, ../sass/components/_footer.scss */
#footer #block-menu-menu-follow-us ul.menu .twi {
  background: url("../images/icon-footer-twit.png") no-repeat;
}
/* line 91, ../sass/components/_footer.scss */
#footer #block-menu-menu-follow-us ul.menu .facebook {
  background: url("../images/icon-footer-fb.png") no-repeat;
}
/* line 92, ../sass/components/_footer.scss */
#footer #block-menu-menu-follow-us ul.menu .rss {
  background: url("../images/icon-footer-rss.png") no-repeat;
}
/* line 93, ../sass/components/_footer.scss */
#footer #block-menu-menu-follow-us ul.menu .email {
  background: url("../images/icon-footer-email.png") no-repeat;
}
/* line 94, ../sass/components/_footer.scss */
#footer #block-menu-menu-follow-us ul.menu .weibo {
  background: url("../images/icon-footer-weibo.png") no-repeat;
}
/* line 95, ../sass/components/_footer.scss */
#footer #block-menu-menu-follow-us ul.menu .qq {
  background: url("../images/icon-footer-qq.png") no-repeat;
}
/* line 96, ../sass/components/_footer.scss */
#footer #block-menu-menu-follow-us ul.menu .qrcode {
  background: url("../images/footer_qr_code.png") no-repeat;
  text-indent: -9999px;
  height: 106px;
}
@media screen and (max-width: 767px) {
  /* line 102, ../sass/components/_footer.scss */
  #footer #block-menu-menu-follow-us ul.menu li:nth-child(even) {
    border-right: none;
  }
  /* line 103, ../sass/components/_footer.scss */
  #footer #block-menu-menu-follow-us ul.menu .twi,
  #footer #block-menu-menu-follow-us ul.menu .facebook,
  #footer #block-menu-menu-follow-us ul.menu .rss,
  #footer #block-menu-menu-follow-us ul.menu .email,
  #footer #block-menu-menu-follow-us ul.menu .weibo,
  #footer #block-menu-menu-follow-us ul.menu .qq {
    background-position: 25% center;
  }
  /* line 110, ../sass/components/_footer.scss */
  #footer #block-menu-menu-follow-us ul.menu .qrcode {
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  /* line 115, ../sass/components/_footer.scss */
  #footer #block-menu-menu-follow-us:before {
    content: "Follow us";
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -30px;
  }
}
/* line 125, ../sass/components/_footer.scss */
#footer #block-menu-block-1 {
  width: 73%;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 0;
  border-left: 1px solid #dbdbdb;
}
@media screen and (max-width: 1024px) {
  /* line 125, ../sass/components/_footer.scss */
  #footer #block-menu-block-1 {
    width: 82%;
  }
}
@media screen and (max-width: 767px) {
  /* line 125, ../sass/components/_footer.scss */
  #footer #block-menu-block-1 {
    display: none;
  }
}
/* line 138, ../sass/components/_footer.scss */
#footer #block-menu-block-1 .menu-block-wrapper > ul.menu > li.first {
  display: none;
}
/* line 139, ../sass/components/_footer.scss */
#footer #block-menu-block-1 .menu-block-wrapper > ul.menu > li {
  float: left;
  padding-top: 10px;
  padding-left: 1%;
  width: 32.3%;
  min-height: 130px;
}
/* line 147, ../sass/components/_footer.scss */
#footer #block-menu-block-1 ul.menu {
  margin: 0;
  padding: 0;
}
/* line 150, ../sass/components/_footer.scss */
#footer #block-menu-block-1 ul.menu li {
  list-style-image: none;
  list-style-type: none;
}
/* line 153, ../sass/components/_footer.scss */
#footer #block-menu-block-1 ul.menu li ul.menu li {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  margin-top: 7px;
  color: #ffffff;
}

/* line 165, ../sass/components/_footer.scss */
.region-bottom-bg {
  width: 100%;
  background-color: #00843d;
  border-top: 1px solid #dbdbdb;
  padding: 10px;
  padding-top: 15px;
}
@media screen and (max-width 767px) {
  /* line 165, ../sass/components/_footer.scss */
  .region-bottom-bg {
    border-top: none;
    padding: 0;
  }
}

/* line 176, ../sass/components/_footer.scss */
.region-bottom {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  /* line 176, ../sass/components/_footer.scss */
  .region-bottom {
    padding-bottom: 80px;
    background-position: center bottom;
  }
}
/* line 187, ../sass/components/_footer.scss */
.region-bottom .block {
  margin: 0;
}
/* line 188, ../sass/components/_footer.scss */
.region-bottom ul.menu {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  /* line 188, ../sass/components/_footer.scss */
  .region-bottom ul.menu {
    padding: 10px 0;
  }
}
/* line 196, ../sass/components/_footer.scss */
.region-bottom ul.menu li {
  list-style-image: none;
  list-style-type: none;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  /* line 196, ../sass/components/_footer.scss */
  .region-bottom ul.menu li {
    float: none;
    margin-right: 0;
    text-align: center;
    line-height: 30px;
  }
}
/* line 209, ../sass/components/_footer.scss */
.region-bottom #block-block-14, .region-bottom #block-block-15 {
  clear: both;
  color: #dbdbdb;
  font-size: 11px;
  line-height: 15px;
}
@media screen and (max-width: 767px) {
  /* line 209, ../sass/components/_footer.scss */
  .region-bottom #block-block-14, .region-bottom #block-block-15 {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #dbdbdb;
  }
}
/* line 219, ../sass/components/_footer.scss */
.region-bottom #block-block-14 p, .region-bottom #block-block-15 p {
  margin: 0;
}

/* line 1, ../sass/components/_popup.scss */
#cboxOverlay {
  opacity: 0.5 !important;
}

@media all and (max-width: 767px) {
  /* line 5, ../sass/components/_popup.scss */
  #colorbox,
  #cboxWrapper,
  #cboxMiddleLeft,
  #cboxContent,
  #cboxLoadedContent {
    width: auto !important;
    height: auto !important;
  }
}

@media all and (max-width: 767px) {
  /* line 17, ../sass/components/_popup.scss */
  #cboxWrapper > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-top: 20px;
  }
}

/* line 27, ../sass/components/_popup.scss */
#cboxLoadedContent {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 767px) {
  /* line 27, ../sass/components/_popup.scss */
  #cboxLoadedContent {
    padding-bottom: 25px !important;
  }
}
/* line 35, ../sass/components/_popup.scss */
#cboxLoadedContent iframe {
  order: 1;
  height: 86%;
}
@media all and (max-width: 767px) {
  /* line 35, ../sass/components/_popup.scss */
  #cboxLoadedContent iframe {
    min-width: 320px;
    min-height: 335px;
  }
}

/* line 46, ../sass/components/_popup.scss */
#colorbox {
  border-radius: 0;
}
/* line 53, ../sass/components/_popup.scss */
#colorbox #cboxWrapper {
  border-radius: 0;
  background-color: #fff;
}
@media all and (max-width: 767px) {
  /* line 53, ../sass/components/_popup.scss */
  #colorbox #cboxWrapper {
    position: fixed;
    background-color: transparent;
  }
}
/* line 63, ../sass/components/_popup.scss */
#colorbox #cboxContent {
  margin: 0;
  border-radius: 0;
}
/* line 69, ../sass/components/_popup.scss */
#colorbox #cboxLoadedContent {
  text-align: center;
  padding: 0;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  /* line 75, ../sass/components/_popup.scss */
  #colorbox #cboxTitle {
    display: none !important;
  }
}
/* line 81, ../sass/components/_popup.scss */
#colorbox #cboxClose {
  top: 5px;
  right: 5px;
  background: none;
}
/* line 86, ../sass/components/_popup.scss */
#colorbox #cboxClose:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 27'%3E%3Crect y='12' width='27' height='3' fill='%23000000'/%3E%3Crect x='654' y='432' width='27' height='3' transform='translate(-420 681) rotate(-90)' fill='%23000000'/%3E%3C/svg%3E");
  background-size: 70% 70%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
/* line 106, ../sass/components/_popup.scss */
#colorbox .close-popup-text {
  order: 2;
  font-family: 'british_council-bold', Verdana, Tahoma, sans-serif;
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
}

/* flex box */
/* line 70, ../sass/_mixins.scss */
.section-tc-course article .commerce-add-to-cart > div, .section-checkout #content .form-wrapper.checkout_review .pane-data-full .form-type-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@font-face {
  font-family: 'Reenie Beanie';
  src: url("../fonts/ReenieBeanie.ttf");
}
@font-face {
  font-family: 'MrDafoe Regular';
  src: url("../fonts/MrDafoe-Regular.ttf");
}
/* line 31, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .white-box-container {
  margin: 10px 0;
}
/* line 33, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .white-box-container .inner-wrapper {
  background: #fff;
  padding: 20px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
}
/* line 42, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .quotation-item-container .quotation-content {
  padding: 10px 45px;
  background: #fff;
  width: 90%;
  margin: 0 auto;
  margin-top: 15px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  position: relative;
}
/* line 51, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .quotation-item-container .quotation-content:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  width: 15px;
  height: 15px;
  background: url("../images/icon-left-quotation.svg") center center/15px 15px no-repeat;
}
/* line 60, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .quotation-item-container .quotation-content:after {
  content: '';
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  background: url("../images/icon-right-quotation.svg") center center/15px 15px no-repeat;
}
/* line 73, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template:last-child .quotation-item-container .quotation-content {
  margin-bottom: 10px;
}
/* line 76, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template:last-child .quotation-item-container hr {
  display: none;
}
/* line 83, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .poster-item-container {
  text-align: center;
}
/* line 85, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .poster-item-container > .inner-wrapper {
  background: #fff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
/* line 90, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .poster-item-container .top-section {
  position: relative;
}
/* line 94, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .poster-item-container .poster-heading {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  margin: 15px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
  max-width: 60%;
}
/* line 102, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .poster-item-container .poster-heading:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 30%;
  height: 1px;
  background: rgba(255, 255, 255, 0.9);
}
/* line 111, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .poster-item-container .poster-heading > * {
  margin: 0;
  font-size: 32px;
  font-weight: normal;
}
/* line 118, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .poster-item-container .img-wrapper img {
  display: block;
}
/* line 122, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .poster-item-container .poster-content {
  padding: 15px 25px 25px;
}
/* line 130, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .image-advert-container > .inner-wrapper,
.ckeditor-custom-template .image-item-container > .inner-wrapper {
  padding: 40px;
}
/* line 133, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .image-advert-container .advert-heading,
.ckeditor-custom-template .image-advert-container .item-heading,
.ckeditor-custom-template .image-item-container .advert-heading,
.ckeditor-custom-template .image-item-container .item-heading {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 65%;
}
/* line 139, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .image-advert-container .advert-heading h3,
.ckeditor-custom-template .image-advert-container .item-heading h3,
.ckeditor-custom-template .image-item-container .advert-heading h3,
.ckeditor-custom-template .image-item-container .item-heading h3 {
  display: inline-block;
  padding: 7px 20px 5px;
  background: #00843d;
  color: #fff;
  font-size: 30px;
  margin: 0;
  margin-left: 30px;
}
/* line 149, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .image-advert-container .img-wrapper,
.ckeditor-custom-template .image-item-container .img-wrapper {
  border: 5px solid #fff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
}
/* line 152, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .image-advert-container .img-wrapper img,
.ckeditor-custom-template .image-item-container .img-wrapper img {
  display: block;
}
/* line 156, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .image-advert-container .bottom-section,
.ckeditor-custom-template .image-item-container .bottom-section {
  padding: 0 15px;
  position: relative;
}
/* line 160, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .image-advert-container .advert-content,
.ckeditor-custom-template .image-advert-container .item-content,
.ckeditor-custom-template .image-item-container .advert-content,
.ckeditor-custom-template .image-item-container .item-content {
  border-top: 2px solid #00843d;
  background: #fff;
  padding: 5px 20px;
  margin-top: -50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 170, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .image-advert-container > .inner-wrapper,
  .ckeditor-custom-template .image-item-container > .inner-wrapper {
    padding: 0;
  }
  /* line 173, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .image-advert-container .advert-heading,
  .ckeditor-custom-template .image-advert-container .item-heading,
  .ckeditor-custom-template .image-item-container .advert-heading,
  .ckeditor-custom-template .image-item-container .item-heading {
    width: calc(100% - 10px);
    left: 5px;
    border-bottom: 2px solid #00843d;
  }
  /* line 178, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .image-advert-container .advert-heading h3,
  .ckeditor-custom-template .image-advert-container .item-heading h3,
  .ckeditor-custom-template .image-item-container .advert-heading h3,
  .ckeditor-custom-template .image-item-container .item-heading h3 {
    font-size: 18px;
    margin-left: 20px;
  }
  /* line 183, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .image-advert-container .bottom-section,
  .ckeditor-custom-template .image-item-container .bottom-section {
    padding: 0;
  }
  /* line 186, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .image-advert-container .advert-content,
  .ckeditor-custom-template .image-advert-container .item-content,
  .ckeditor-custom-template .image-item-container .advert-content,
  .ckeditor-custom-template .image-item-container .item-content {
    padding: 5px 15px;
    margin-top: -7px;
    border: 0;
  }
  /* line 193, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .image-advert-container + .image-advert-container,
  .ckeditor-custom-template .image-advert-container + .image-item-container,
  .ckeditor-custom-template .image-item-container + .image-advert-container,
  .ckeditor-custom-template .image-item-container + .image-item-container {
    margin-top: 20px;
  }
}
/* line 202, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template:nth-child(even) .image-advert-container .item-heading,
.ckeditor-custom-template:nth-child(even) .image-item-container .item-heading {
  right: 0;
  left: auto;
  text-align: right;
}
/* line 206, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template:nth-child(even) .image-advert-container .item-heading h3,
.ckeditor-custom-template:nth-child(even) .image-item-container .item-heading h3 {
  margin-left: auto;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  /* line 213, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template:nth-child(even) .image-advert-container .item-heading,
  .ckeditor-custom-template:nth-child(even) .image-item-container .item-heading {
    right: 5px;
  }
  /* line 215, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template:nth-child(even) .image-advert-container .item-heading h3,
  .ckeditor-custom-template:nth-child(even) .image-item-container .item-heading h3 {
    margin-right: 20px;
  }
}
/* line 225, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .dictionary-entry-container > .inner-wrapper {
  background: #fff;
  padding: 20px 20px 15px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
/* line 232, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .dictionary-entry-container .word-heading .word {
  font-size: 18px;
}
/* line 235, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .dictionary-entry-container .word-heading .grammar {
  display: inline-block;
  font-size: 13px;
  background: #ebeff0;
  min-width: 30px;
  text-align: center;
  margin: 5px 0 10px;
}
/* line 244, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .dictionary-entry-container .word-description {
  font-size: 14px;
}
/* line 246, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .dictionary-entry-container .word-description ol, .ckeditor-custom-template .dictionary-entry-container .word-description ul {
  margin: 0;
  padding-left: 20px;
}
/* line 250, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .dictionary-entry-container .word-description .description-row {
  margin-bottom: 5px;
}
/* line 257, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template:last-child .dictionary-entry-container > .inner-wrapper {
  margin-bottom: 0;
}
/* line 264, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .business-card-container {
  margin-top: 30px;
}
/* line 266, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .business-card-container > .inner-wrapper {
  padding: 0 50px;
}
@media screen and (max-width: 480px) {
  /* line 266, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .business-card-container > .inner-wrapper {
    padding: 0;
  }
}
/* line 273, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .business-card-container .card-wrapper {
  background: #fff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
  padding: 20px;
  height: 275px;
  position: relative;
}
@media screen and (max-width: 480px) {
  /* line 273, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .business-card-container .card-wrapper {
    padding: 3vw;
    height: 57vw;
  }
}
/* line 285, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .business-card-container .primary-section {
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
/* line 292, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .business-card-container .primary-section .company {
  font-size: 22px;
  text-align: left;
  line-height: 1.1;
}
@media screen and (max-width: 480px) {
  /* line 292, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .business-card-container .primary-section .company {
    font-size: 4vw;
  }
}
/* line 301, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .business-card-container .primary-section .card-person {
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  /* line 301, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .business-card-container .primary-section .card-person {
    line-height: 1.5;
  }
}
/* line 308, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .business-card-container .primary-section .name {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  /* line 308, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .business-card-container .primary-section .name {
    font-size: 3vw;
  }
}
/* line 316, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .business-card-container .primary-section .position {
  font-style: italic;
}
@media screen and (max-width: 480px) {
  /* line 316, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .business-card-container .primary-section .position {
    font-size: 3vw;
  }
}
/* line 324, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .business-card-container .secondary-section {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 20px;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  /* line 324, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .business-card-container .secondary-section {
    margin: 3vw;
    font-size: 2.5vw;
    line-height: 1.5;
  }
}
/* line 342, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .text-advert-container .inner-wrapper,
.ckeditor-custom-template .text-item-container .inner-wrapper {
  background: #fff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
}
/* line 348, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .text-advert-container .primary-section,
.ckeditor-custom-template .text-item-container .primary-section {
  background: #f6f6f6;
  padding: 15px;
  border: 1px solid #e6e6e6;
}
/* line 354, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .text-advert-container .secondary-section > div,
.ckeditor-custom-template .text-item-container .secondary-section > div {
  margin: 15px 0;
}
/* line 356, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .text-advert-container .secondary-section > div:last-child,
.ckeditor-custom-template .text-item-container .secondary-section > div:last-child {
  margin-bottom: 0;
}
/* line 360, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .text-advert-container .secondary-section .label,
.ckeditor-custom-template .text-item-container .secondary-section .label {
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 369, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template:last-child .text-advert-container > .inner-wrapper,
.ckeditor-custom-template:last-child .text-item-container > .inner-wrapper {
  margin-bottom: 0;
}
/* line 376, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .whatsapp-messages-container {
  background: url("../images/whatsapp-container-bg.jpg");
  overflow: hidden;
  min-height: 800px;
}
/* line 380, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .whatsapp-messages-container .chat-header {
  background: #065f55;
  color: #fff;
  padding: 15px;
  font-size: 21px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
/* line 386, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .whatsapp-messages-container .chat-header .status {
  font-size: 14px;
}
/* line 390, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .whatsapp-messages-container .whatsapp-bubbles {
  padding: 15px 20px;
}
/* line 395, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .whatsapp-bubble-container .item-wrapper {
  display: table;
  max-width: 75%;
  background: #fff;
  border-radius: 8px;
  padding: 5px 5px 2px;
  margin-top: 15px;
  position: relative;
}
/* line 403, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .whatsapp-bubble-container .item-wrapper:before {
  content: '';
  position: absolute;
  bottom: 20%;
  width: 12px;
  height: 12px;
}
/* line 410, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .whatsapp-bubble-container .item-wrapper:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
/* line 416, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .whatsapp-bubble-container .item-wrapper .message-wrapper {
  padding: 5px 5px 0;
}
/* line 418, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .whatsapp-bubble-container .item-wrapper .message-wrapper p {
  margin: 0;
}
/* line 422, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .whatsapp-bubble-container .item-wrapper .message-time {
  font-size: 13px;
  color: #aaa;
  float: right;
  margin-right: 5px;
}
/* line 430, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .whatsapp-bubble-container.left-side .item-wrapper {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 432, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .whatsapp-bubble-container.left-side .item-wrapper:before {
  right: 100%;
  background: url("../images/whatsapp-bubble-left.svg") right center no-repeat;
  background-size: contain;
}
/* line 440, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .whatsapp-bubble-container.right-side .item-wrapper {
  background: #e1f7ca;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
  margin-left: auto;
}
/* line 444, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .whatsapp-bubble-container.right-side .item-wrapper:before {
  left: 100%;
  background: url("../images/whatsapp-bubble-right.svg") right center no-repeat;
  background-size: contain;
}
/* line 454, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template.whatsapp-bubble-left + .whatsapp-bubble-left .item-wrapper {
  margin-top: 5px;
}
/* line 456, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template.whatsapp-bubble-left + .whatsapp-bubble-left .item-wrapper:before {
  display: none;
}
/* line 462, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template.whatsapp-bubble-right + .whatsapp-bubble-right .item-wrapper {
  margin-top: 5px;
}
/* line 464, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template.whatsapp-bubble-right + .whatsapp-bubble-right .item-wrapper:before {
  display: none;
}
/* line 471, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .skype-messages-container {
  background: #fff;
  overflow: hidden;
  min-height: 800px;
  font-family: 'Arial';
}
/* line 476, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .skype-messages-container .chat-header {
  color: #333;
  padding: 25px 15px 15px;
  font-size: 21px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
/* line 482, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .skype-messages-container .chat-header .status {
  color: #999;
  font-size: 13px;
  margin-top: 5px;
  padding-left: 15px;
  position: relative;
}
/* line 488, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .skype-messages-container .chat-header .status:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #47e147;
}
/* line 501, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .skype-messages-container .skype-bubbles {
  padding: 15px 20px;
}
/* line 506, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .skype-bubble-container .item-wrapper {
  display: table;
  max-width: 75%;
  background: #fff;
  border-radius: 10px;
  padding: 5px 5px 10px;
  margin-top: 15px;
  position: relative;
}
/* line 514, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .skype-bubble-container .item-wrapper:before {
  content: '';
  position: absolute;
  bottom: 20%;
  width: 12px;
  height: 12px;
}
/* line 521, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .skype-bubble-container .item-wrapper:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
/* line 527, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .skype-bubble-container .item-wrapper .message-wrapper {
  padding: 5px 5px 0;
  font-size: 15px;
}
/* line 530, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .skype-bubble-container .item-wrapper .message-wrapper p {
  margin: 0;
}
/* line 534, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .skype-bubble-container .item-wrapper .message-time {
  position: absolute;
  bottom: 100%;
  left: 0;
  font-size: 12px;
  color: #aaa;
  margin-right: 5px;
}
/* line 544, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .skype-bubble-container.left-side .item-wrapper {
  border-top-left-radius: 0;
  background: linear-gradient(to right, #00aff0, #45cdff);
  color: #fff;
}
/* line 551, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .skype-bubble-container.right-side .item-wrapper {
  border-bottom-right-radius: 0;
  background: #eee;
  margin-left: auto;
}
/* line 557, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .skype-bubble-container.right-side .item-wrapper .message-time {
  left: auto;
  right: 0;
}
/* line 566, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template.skype-bubble-left + .skype-bubble-left .item-wrapper {
  margin-top: 5px;
}
/* line 569, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template.skype-bubble-left + .skype-bubble-left .item-wrapper .message-time {
  display: none;
}
/* line 575, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template.skype-bubble-right + .skype-bubble-right .item-wrapper {
  margin-top: 5px;
}
/* line 578, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template.skype-bubble-right + .skype-bubble-right .item-wrapper .message-time {
  display: none;
}
/* line 585, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container {
  font-size: 13px;
}
/* line 587, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper {
  background: #eee;
  padding: 10px 15px 25px;
  margin: 0 auto;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
/* line 593, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper > div > div {
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
}
/* line 598, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper .primary-section {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
/* line 603, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper .primary-section .navigation {
  padding: 0 30px;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}
/* line 607, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper .primary-section .navigation .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
/* line 611, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper .primary-section .navigation .items > div {
  width: 28%;
  text-align: center;
  padding-bottom: 5px;
}
/* line 616, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper .primary-section .navigation .items > div:first-child {
  font-weight: bold;
  border-bottom: 2px solid #4a90e2;
}
/* line 625, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper .secondary-section {
  padding: 15px;
}
/* line 629, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper .heading-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  margin: 20px 0;
}
@media screen and (max-width: 480px) {
  /* line 629, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .online-menu-container .inner-wrapper .heading-info {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 639, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper .heading-info .icon-image img {
  max-width: 120px;
  max-height: 120px;
}
@media screen and (max-width: 480px) {
  /* line 645, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .online-menu-container .inner-wrapper .heading-info .left-wrapper {
    width: 100%;
    text-align: center;
  }
}
/* line 652, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper .heading-info .right-wrapper {
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
  /* line 652, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .online-menu-container .inner-wrapper .heading-info .right-wrapper {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
/* line 662, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper .heading-info .name {
  font-size: 18px;
  margin-bottom: 5px;
}
/* line 667, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper .heading-info .rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 670, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper .heading-info .rating .reviews {
  font-size: 11px;
  padding-left: 5px;
}
/* line 676, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper .heading-info .time {
  color: #d0021b;
}
/* line 683, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper .menu-type:not(:first-child) {
  margin-top: 20px;
}
/* line 687, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper .menu-type > .title {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
/* line 691, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper .menu-type > .title:before {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 7px;
  height: 20px;
  background: #555;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 703, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper .menu-type > .title:after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 20px;
  background: #555;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 717, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper .menu-type .item {
  border-bottom: 2px dashed #777;
  margin: 10px 0;
  padding: 5px 0 10px;
}
/* line 723, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper .menu-type .price {
  text-align: right;
  position: relative;
  padding-right: 20px;
}
/* line 727, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .online-menu-container .inner-wrapper .menu-type .price:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../images/icon-square-plus-blue.jpg") center no-repeat;
  background-size: contain;
}
/* line 744, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .notes-work-container .inner-wrapper {
  background: #fff;
  padding: 45px 35px 50px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  /* line 744, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .notes-work-container .inner-wrapper {
    padding: 45px 5px 50px;
  }
}
/* line 754, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .notes-work-container .item-wrapper {
  display: inline-block;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
}
/* line 761, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .notes-work-container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  width: 300px;
  max-width: 100%;
  min-height: 270px;
  max-height: 270px;
  position: relative;
  border: 1px solid #E8E8E8;
  border-top: 1px solid #f3f3f3 !important;
  font-family: "Reenie Beanie" !important;
  font-size: 22px;
  border-bottom-right-radius: 60px 5px;
  background: #ffff88;
  background: -moz-linear-gradient(-45deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(81%, #ffff88), color-stop(82%, #ffff88), color-stop(82%, #ffff88), color-stop(100%, #ffffc6));
  background: -webkit-linear-gradient(-45deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%);
  background: -o-linear-gradient(-45deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%);
  background: -ms-linear-gradient(-45deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%);
  background: linear-gradient(135deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffffc6',GradientType=1 );
}
@media screen and (max-width: 480px) {
  /* line 761, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .notes-work-container .item {
    width: 250px;
    min-height: 240px;
    max-height: 240px;
  }
}
/* line 785, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .notes-work-container .item:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -0px;
  bottom: 20px;
  width: 200px;
  height: 25px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 2px 15px 5px rgba(0, 0, 0, 0.4);
  -moz-transform: matrix(-1, -0.1, 0, 1, 0, 0);
  -webkit-transform: matrix(-1, -0.1, 0, 1, 0, 0);
  -o-transform: matrix(-1, -0.1, 0, 1, 0, 0);
  -ms-transform: matrix(-1, -0.1, 0, 1, 0, 0);
  transform: matrix(-1, -0.1, 0, 1, 0, 0);
}
/* line 802, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .notes-work-container .item:after {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.1);
  content: '';
  height: 17px;
  width: 2px;
  left: 50%;
  position: absolute;
  top: -2px;
  transform: rotate(57.5deg);
  -moz-transform: rotate(57.5deg);
  -webkit-transform: rotate(57.5deg);
  -o-transform: rotate(57.5deg);
  -ms-transform: rotate(57.5deg);
  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
}
/* line 826, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .notes-work-container .item .text {
  font-size: 36px;
  padding: 10px;
}
/* line 830, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .notes-work-container .item .text:before {
  content: '';
  background-color: #aaa;
  display: block;
  height: 32px;
  width: 2px;
  position: absolute;
  left: 50%;
  top: -16px;
  z-index: 1;
  transform: translateX(-50%);
}
/* line 843, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .notes-work-container .item .text:after {
  background-color: #A31;
  background-image: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.3));
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 3px 3px 3px rgba(255, 255, 255, 0.2), inset -3px -3px 3px rgba(0, 0, 0, 0.2), 22px 10px 3px rgba(0, 0, 0, 0.15);
  content: '';
  height: 15px;
  left: 50%;
  position: absolute;
  top: -16px;
  width: 15px;
  transform: translateX(-50%);
  z-index: 1;
}
/* line 867, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template.notes-work.red .notes-work-container .item {
  background: #ff8888;
  background: -moz-linear-gradient(-45deg, #ff8888 81%, #ff8888 82%, #ff8888 82%, #fbb2b2 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(81%, #ff8888), color-stop(82%, #ff8888), color-stop(82%, #ff8888), color-stop(100%, #fbb2b2));
  background: -webkit-linear-gradient(-45deg, #ff8888 81%, #ff8888 82%, #ff8888 82%, #fbb2b2 100%);
  background: -o-linear-gradient(-45deg, #ff8888 81%, #ff8888 82%, #ff8888 82%, #fbb2b2 100%);
  background: -ms-linear-gradient(-45deg, #ff8888 81%, #ff8888 82%, #ff8888 82%, #fbb2b2 100%);
  background: linear-gradient(135deg, #ff8888 81%, #ff8888 82%, #ff8888 82%, #fbb2b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8888', endColorstr='#fbb2b2',GradientType=1 );
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
/* line 875, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template.notes-work.blue .notes-work-container .item {
  background: #88ffe9;
  background: -moz-linear-gradient(-45deg, #88ffe9 81%, #88ffe9 82%, #88ffe9 82%, #d2fbfd 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(81%, #88ffe9), color-stop(82%, #88ffe9), color-stop(82%, #88ffe9), color-stop(100%, #d2fbfd));
  background: -webkit-linear-gradient(-45deg, #88ffe9 81%, #88ffe9 82%, #88ffe9 82%, #d2fbfd 100%);
  background: -o-linear-gradient(-45deg, #88ffe9 81%, #88ffe9 82%, #88ffe9 82%, #d2fbfd 100%);
  background: -ms-linear-gradient(-45deg, #88ffe9 81%, #88ffe9 82%, #88ffe9 82%, #d2fbfd 100%);
  background: linear-gradient(135deg, #88ffe9 81%, #88ffe9 82%, #88ffe9 82%, #d2fbfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88ffe9', endColorstr='#d2fbfd',GradientType=1 );
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
/* line 884, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template.notes-work.green .notes-work-container .item {
  background: #a5ff88;
  background: -moz-linear-gradient(-45deg, #a5ff88 81%, #a5ff88 82%, #a5ff88 82%, #dffdd2 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(81%, #a5ff88), color-stop(82%, #a5ff88), color-stop(82%, #a5ff88), color-stop(100%, #dffdd2));
  background: -webkit-linear-gradient(-45deg, #a5ff88 81%, #a5ff88 82%, #a5ff88 82%, #dffdd2 100%);
  background: -o-linear-gradient(-45deg, #a5ff88 81%, #a5ff88 82%, #a5ff88 82%, #dffdd2 100%);
  background: -ms-linear-gradient(-45deg, #a5ff88 81%, #a5ff88 82%, #a5ff88 82%, #dffdd2 100%);
  background: linear-gradient(135deg, #a5ff88 81%, #a5ff88 82%, #a5ff88 82%, #dffdd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5ff88', endColorstr='#dffdd2',GradientType=1 );
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
/* line 893, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .email-layout-container .inner-wrapper {
  background: #fff;
  padding: 20px;
}
/* line 899, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .email-layout-container .top-section > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 1px solid #00843d;
  margin-bottom: 5px;
  font-size: 14px;
}
/* line 906, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .email-layout-container .top-section > div > div:first-child {
  font-size: 13px;
  width: 20%;
  max-width: 75px;
  padding: 5px;
  background: #00843d;
  color: #fff;
}
/* line 914, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .email-layout-container .top-section > div > div:last-child {
  padding-left: 10px;
}
/* line 920, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .email-layout-container .top-section .email-subject div:last-child {
  font-weight: bold;
}
/* line 926, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .email-layout-container .content-section {
  padding: 5px 0;
}
/* line 930, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .email-layout-container .bottom-section {
  margin-top: 20px;
}
/* line 932, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .email-layout-container .bottom-section > div:first-child {
  margin-bottom: 15px;
}
/* line 936, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .email-layout-container .bottom-section .sender {
  font-size: 35px;
}
/* line 941, ../sass/ckeditor/_templates.scss */
.ckeditor-custom-template .email-layout-container .bottom-section .position {
  font-size: 14px;
  margin-top: 15px;
  font-style: italic;
  color: #666;
}
@media screen and (max-width: 480px) {
  /* line 951, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .email-layout-container .top-section > div {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 5px;
  }
  /* line 955, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .email-layout-container .top-section > div > div {
    width: 100%;
  }
  /* line 959, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .email-layout-container .top-section > div > div:first-child {
    font-weight: normal;
    padding: 0;
    background: none;
    color: #333;
  }
  /* line 966, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .email-layout-container .top-section > div > div:last-child {
    padding: 0;
    font-weight: bold;
  }
  /* line 973, ../sass/ckeditor/_templates.scss */
  .ckeditor-custom-template .email-layout-container .content-section {
    padding: 15px 0;
  }
}

/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
