@import url(./../css/bootstrap.css);
/**
 * @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 must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'PlutoSansBold';
  src: url("./../webfonts/29FDE5_0_0.eot");
  src: url("./../webfonts/29FDE5_0_0.eot?#iefix") format("embedded-opentype"), url("./../webfonts/29FDE5_0_0.woff") format("woff"), url("./../webfonts/29FDE5_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'PlutoSansLight';
  src: url("./../webfonts/29FDE5_1_0.eot");
  src: url("./../webfonts/29FDE5_1_0.eot?#iefix") format("embedded-opentype"), url("./../webfonts/29FDE5_1_0.woff") format("woff"), url("./../webfonts/29FDE5_1_0.ttf") format("truetype");
}

/* Import Sass mixins, variables, Compass modules, etc. */
/* 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 33, ../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 40, ../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 _base.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: Verdana, Tahoma, "DejaVu Sans", 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
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 154, ../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 170, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 173, ../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 182, ../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 190, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

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

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

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

/* line 210, ../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 217, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/* Address differences between Firefox and other browsers. */
/* line 233, ../sass/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-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 242, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 253, ../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 262, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

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

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

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

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

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

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

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

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

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

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 341, ../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 362, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 383, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-style: solid;
  border-top-width: 0.0625em;
  padding-top: 0.4625em;
  border-bottom-style: solid;
  border-bottom-width: 0.0625em;
  padding-bottom: 0.9125em;
  border-left-style: solid;
  border-left-width: 0.0625em;
  padding-left: 0.9125em;
  border-right-style: solid;
  border-right-width: 0.0625em;
  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 398, ../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 416, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 433, ../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 444, ../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 460, ../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 472, ../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 483, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-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 497, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 507, ../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 513, ../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 522, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/**
 * Tables
 */
/* line 536, ../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 34, ../sass/layouts/_responsive.scss */
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
}

/* line 39, ../sass/layouts/_responsive.scss */
.region-bottom {
  max-width: 1200px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 50, ../sass/layouts/_responsive.scss */
#header,
#content,
#content-bottom,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 5px;
  padding-right: 5px;
  -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 46, ../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 64, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 3em;
    position: relative;
  }

  /* line 69, ../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 90, ../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 93, ../sass/layouts/_responsive.scss */
  .sidebar-first #content,
  .sidebar-first #content-bottom {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 98, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 106, ../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 108, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
  /* line 113, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 121, ../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 123, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 128, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 133, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    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 139, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block {
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 143, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    clear: left;
  }
  /* line 148, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 152, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
}
/**
 * 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 169, ../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 172, ../sass/layouts/_responsive.scss */
  .sidebar-first #content,
  .sidebar-first #content-bottom {
    float: left;
    width: 80%;
    margin-left: 20%;
    margin-right: -100%;
  }
  /* line 177, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 185, ../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 188, ../sass/layouts/_responsive.scss */
  .sidebar-second #content,
  .sidebar-second #content-bottom {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 193, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 201, ../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 204, ../sass/layouts/_responsive.scss */
  .two-sidebars #content,
  .two-sidebars #content-bottom {
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: -80%;
  }
  /* line 209, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }
  /* line 214, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
  }
}
/* 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 22, ../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 40, ../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 66, ../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 106, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 112, ../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;
}

/* Pop-up modal announcement */
#block-views-modal-block-block{
  position: fixed;
  width: 100%;
  z-index: 500;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  height: 100%;
  display: block;
}

/*.visible {*/
/*    display: block !important;*/
/*}*/
.closed {
    display: none !important;
}

#block-views-modal-block-block .view-content{
  background: #fff;
  width: 650px;
  position: absolute;
  top: 50px;
  bottom: 0;
  height: 450px;
  margin: auto;
  left: 0;
  right: 0;
  padding: 20px;
}

#block-views-modal-block-block .view-content .views-row .views-field-nothing {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 10px;
    right: 0;
    cursor: pointer;
    display:block;

}

#block-views-modal-block-block .view-content .views-row .views-field-nothing #close-btn {
    position: relative;
    background:url(../images/popup-close.png) no-repeat;
    background-size: cover;
    height: 22px;
    width: 20px;
    cursor: pointer;
    z-index: 100;
    display: inline-block;
}

/*#block-views-modal-block-block .view-content .views-row .views-field-body p {*/
/*    font-size: 35px;*/
/*    color: #1081c7;*/
    
/*}*/

/*#block-views-modal-block-block .view-content .views-row .views-field-body p span {*/
/*    color: #d1710b;*/
/*}*/

#block-views-modal-block-block .view-content .views-row .views-field-nothing-1 {
    position: absolute;
    left: 41px;
    bottom:71px;
}

#block-views-modal-block-block .view-content .views-row .views-field-nothing-1 span a {
    background: #d1710b;
    padding: 10px 20px;
    border-radius: 30px;
    color: #ffffff;
}


/**
 * 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 151, ../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 190, ../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,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  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,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 221, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  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 245, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

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

/* line 255, ../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;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -o-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbbbbb \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 white;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

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

/* 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;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}



.page-node-1298 #footer-top{
    display : none;
}

.page-node-1298 .webform-client-form-1298 .webform-submit{
     background-color: #e1a729;
    border: none;
    height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
    border-radius: 4px;
    color: #0c2756;
    margin-top : 20px;
    float : right;
}

.page-node-1298 .webform-client-form-1298 #edit-submitted-service-feedback-how-are-we-doing-cont4-what-is-the-most-important-thing-that-bitc-need-to-do-to-improve-its-service{
    
   
}

.page-node-1298 .webform-client-form-1298 .form-submit:hover{
     background-color : #a6541c;
       color: white;
}

.page-node-1298 .webform-client-form-1298 .webform-next{
    margin-right : 0px;
    margin-top : 20px;
    background-color: #e1a729;
    border: none;
    height: 32px;
    float : right;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
    border-radius: 4px;
    color: #0c2756;
}


.page-node-1298 .webform-client-form-1298 .webform-previous{
    margin-right : 0px;
    margin-top : 20px;
    background-color: #e1a729;
    border: none;
    height: 32px;
    float : left;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
    border-radius: 4px;
    color: #0c2756;
} 

.page-node-1298 .webform-client-form-1298 .form-submit:hover{
 background-color : #a6541c;
    color: white;
}

.page-node-1298 #header-left{
    width: 60%;
    min-width: 360px;
    margin-left: 20%;
}


/*--- Walk in webform ----*/

.page-node-1298 .webform-client-form-1298 #edit-submitted-general-information-contd-contact-number{
    width : 100%;
}






/* 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;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-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 352, ../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 {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  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 #333333;
  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,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  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 457, ../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,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 486, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 493, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* 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 512, ../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 587, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 594, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 601, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 606, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 613, ../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 619, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

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

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

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

/* Drupal's default login form block. */
/* line 641, ../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 653, ../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 668, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 676, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 681, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 684, ../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 694, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 709, ../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 720, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

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

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 742, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 751, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 758, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

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

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

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

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

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

/**
 * @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 16, ../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 35, ../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 57, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 77, ../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 35, ../sass/styles.scss */
.search-info {
  display: none;
}

/* line 40, ../sass/styles.scss */
li.dhtml-menu-open > a {
  font-style: normal;
}

/* line 44, ../sass/styles.scss */
* {
  font-weight: normal;
  font-style: normal;
}

/* line 49, ../sass/styles.scss */
html {
  height: 100%;
}

/* line 53, ../sass/styles.scss */
body {
  font-family: 'PlutoSansLight';
  font-size: 13px;
}
/* line 57, ../sass/styles.scss */
body a {
  font-family: 'PlutoSansLight';
  font-size: 13px;
}

/* line 63, ../sass/styles.scss */
.block {
  margin: 0;
}

/* line 67, ../sass/styles.scss */
#page {
  margin: 0 auto;
  width: 100%;
}

/* line 73, ../sass/styles.scss */
#container,
.container {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  position: relative;
  height: inherit;
}

/* line 81, ../sass/styles.scss */
#header {
  margin: 0 auto;
  background: #fff;
  border-bottom: 1px solid #666;
  width: 100%;
  padding-bottom: 10px;
}
/* line 88, ../sass/styles.scss */
#header #header-left {
  line-height: normal;
  height: inherit;
}
@media only all and (max-width: 590px) {
  /* line 88, ../sass/styles.scss */
  #header #header-left {
    width: 100%;
  }
}
/* line 96, ../sass/styles.scss */
#header #header-left #logo {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only all and (max-width: 760px) {
  /* line 100, ../sass/styles.scss */
  #header #header-left #logo img {
    width: 260px;
    height: auto;
  }
}
@media only all and (max-width: 590px) {
  /* line 100, ../sass/styles.scss */
  #header #header-left #logo img {
    width: auto;
    height: auto;
  }
}
/* line 114, ../sass/styles.scss */
#header #header-left .responsive-menus.responsified span.toggler {
  background: #b4b4b4;
  color: #000;
  text-align: left;
  border-radius: 2px;
  box-shadow: none;
  padding: 4px;
}
/* line 123, ../sass/styles.scss */
#header #header-left .responsive-menus.responsified .responsive-menus-simple {
  background: #fff;
  border-radius: 2px;
  box-shadow: none;
  font-family: 'PlutoSansLight';
  font-size: 12px;
}
/* line 130, ../sass/styles.scss */
#header #header-left .responsive-menus.responsified .responsive-menus-simple li a {
  color: #5e5e5e;
  border-bottom: 1px dashed #b2b2b2;
}
/* line 134, ../sass/styles.scss */
#header #header-left .responsive-menus.responsified .responsive-menus-simple li a:hover {
  background: #dedede;
}
/* line 140, ../sass/styles.scss */
#header #header-left .responsive-menus.responsified .responsive-menus-simple li.first a {
  border-bottom: none;
}
/* line 145, ../sass/styles.scss */
#header #header-left .responsive-menus.responsified .responsive-menus-simple li.menu-802 a {
  background: #093246;
  color: #fff;
  border-bottom: none;
}
/* line 149, ../sass/styles.scss */
#header #header-left .responsive-menus.responsified .responsive-menus-simple li.menu-802 a:hover {
  opacity: 0.8;
}
/* line 155, ../sass/styles.scss */
#header #header-left .responsive-menus.responsified .responsive-menus-simple li.menu-797 a {
  background: #dd9e00;
  border-bottom: none;
  color: #fff;
}
/* line 159, ../sass/styles.scss */
#header #header-left .responsive-menus.responsified .responsive-menus-simple li.menu-797 a:hover {
  opacity: 0.8;
}
/* line 167, ../sass/styles.scss */
#header #header-left #main-menu {
  margin-top: 20px;
  width: 100%;
  display: inline-block;
}

/* line 172, ../sass/styles.scss */
#header #header-left #main-menu ul.links {
  font-family: 'PlutoSansLight';
  font-size: 12px;
  height: auto;
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0;
}
/* line 181, ../sass/styles.scss */
#block-nice-menus-1 .nice-menu > li,
#header #header-left #main-menu ul.links li {
  display: inline-block;
  border-right: 1px dashed #b2b2b2;
}
@media only all and (min-width: 820px) {
  /* line 181, ../sass/styles.scss */
  #block-nice-menus-1 .nice-menu > li,
  #header #header-left #main-menu ul.links li {
    padding: 15px 7px;
  }
}
@media only all and (min-width: 995px) {
  /* line 181, ../sass/styles.scss */
  #block-nice-menus-1 .nice-menu > li,
  #header #header-left #main-menu ul.links li {
    padding: 15px 9px;
  }
}
@media only all and (min-width: 1200px) {
  /* line 181, ../sass/styles.scss */
  #block-nice-menus-1 .nice-menu > li,
  #header #header-left #main-menu ul.links li {
    padding: 15px 14px;
  }
  #header #advert #block-block-49 {
  margin-top: 37px;
  margin-left: 83px;
}
 

}
@media only  all and (min-width: 1024px) {
  #header #advert #block-block-49 {
  margin-top: 35px;
  margin-left: 42px;
  }
}

#block-nice-menus-1 .nice-menu > li{
    border: none;
    border-right: 1px dashed #b2b2b2;
    background: none;
    padding: 15px 14px;
}

#block-nice-menus-1 ul.nice-menu > li > ul{
    top: 55px;
}

#block-nice-menus-1 ul.nice-menu-down li li.menuparent{
    background: rgba(54,54,54,0.9);
    border: none;
    list-style: none;
}

#block-nice-menus-1 ul.nice-menu-down li ul li:hover{
    background: #d59812;
}

#block-nice-menus-1 ul ul li a{
    color: #fff;
    padding: 10px;
}

#block-nice-menus-1 ul ul li a:hover{
    color: #fff;
    text-decoration: none;
}

#block-nice-menus-1 .nice-menu > li ul li{
    background: rgba(54, 54, 54, 0.9);
    border: none;
}

/* line 197, ../sass/styles.scss */
#block-nice-menus-1 .nice-menu > li:last-child,
#header #header-left #main-menu ul.links li:last-child {
  border-right: none;
}
/* line 201, ../sass/styles.scss */
#block-nice-menus-1 .nice-menu > li:first-child,
#header #header-left #main-menu ul.links li:first-child {
  padding-left: 0;
}
/* line 205, ../sass/styles.scss */
#block-nice-menus-1 .nice-menu > li:first-child a:first-child,
#header #header-left #main-menu ul.links li:first-child a:first-child {
  padding-left: 8px;
}
/* line 211, ../sass/styles.scss */
#block-nice-menus-1 .nice-menu > li > a,
#header #header-left #main-menu ul.links li a {
  text-decoration: none;
  padding: 5px 1px;
  color: #000;
}
/* line 216, ../sass/styles.scss */
#block-nice-menus-1 .nice-menu > li > a:hover,
#header #header-left #main-menu ul.links li a:hover {
  background: #dedede;
}
/* line 221, ../sass/styles.scss */
#block-nice-menus-1 .nice-menu > li a.export,
#header #header-left #main-menu ul.links li a.export {
  background: #dd9e00;
  color: #fff;
}
/* line 225, ../sass/styles.scss */
#block-nice-menus-1 .nice-menu > li a.export:hover,
#header #header-left #main-menu ul.links li a.export:hover {
  background: #F6BE31;
}
/* line 230, ../sass/styles.scss */
#block-nice-menus-1 .nice-menu > li a.invest,
#header #header-left #main-menu ul.links li a.invest {
  background: #093246;
  color: #fff;
}
/* line 234, ../sass/styles.scss */
#block-nice-menus-1 .nice-menu > li a.invest:hover,
#header #header-left #main-menu ul.links li a.invest:hover {
  background: #115B7F;
}
/* line 230, ../sass/styles.scss */
#block-nice-menus-1 .nice-menu > li a.one-stop-service,
#header #header-left #main-menu ul.links li a.one-stop-service {
  background: #934530;
  color: #fff;
}
/* line 234, ../sass/styles.scss */
#block-nice-menus-1 .nice-menu > li a.one-stop-service,
#header #header-left #main-menu ul.links li a.one-stop-service {
  background: #934530
}
/* line 240, ../sass/styles.scss */
#block-nice-menus-1 .nice-menu > li.last,
#header #header-left #main-menu ul.links li.last {
  border-right: none;
}
/* line 247, ../sass/styles.scss */
#header #header-right {
  margin-top: 20px;
  height: inherit;
  border-left: 1px dashed #b2b2b2;
  padding-bottom: 20px;
}
@media only all and (min-width: 768px) {
  /* line 247, ../sass/styles.scss */
  #header #header-right {
    margin-top: 25px;
  }
}

@media only all and (max-width: 590px) {
  /* line 247, ../sass/styles.scss */
  #header #header-right {
    width: 100%;
  }
}
/* line 261, ../sass/styles.scss */
#header #header-right .block {
  margin: 10px 0;
}
/* line 265, ../sass/styles.scss */
#header #header-right #block-block-8 {
  display: inline-block;
  width: 100%;
}
/* line 269, ../sass/styles.scss */
#header #header-right #block-block-8 p {
  margin: 0;
  display: inline-block;
}
/* line 274, ../sass/styles.scss */
#header #header-right #block-block-8 a {
  margin-right: 5px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
/* line 281, ../sass/styles.scss */
#header #header-right #block-block-8 a.youtube {
    background: url("./../images/social-media.png") no-repeat;
    height: 18px;
    width: 23px;
    display: inline-block;
    top: 6px;
    position: relative;
    background-position: 0 0;
}
#header #header-right #block-block-8 a.instagram {
    background: url("./../images/social-media.png") no-repeat;
    height: 18px;
    width: 23px;
    display: inline-block;
    top: 6px;
    position: relative;
    background-position: -135px 0;
}


/* line 307, ../sass/styles.scss */
#header #header-right #block-block-8 a.rss {
  background: url("./../images/social-media.png") no-repeat;
  height: 18px;
  width: 20px;
  display: inline-block;
  top: 6px;
  position: relative;
  background-position: -173px 0;
}
#header #header-right #block-block-8 a.linkedin {
  background: url("./../images/social-media.png") no-repeat;
  height: 18px;
  width: 20px;
  display: inline-block;
  top: 6px;
  position: relative;
  background-position: -38px 0;
}

/* line 320, ../sass/styles.scss */
#header #header-right #block-block-8 a.twitter {
  background: url("./../images/social-media.png") no-repeat;
  height: 18px;
  width: 20px;
  display: inline-block;
  top: 6px;
  position: relative;
  background-position: -73px 0;
}

/* line 333, ../sass/styles.scss */
#header #header-right #block-block-8 a.facebook {
  background: url("./../images/social-media.png") no-repeat;
  height: 18px;
  width: 14px;
  display: inline-block;
  top: 6px;
  position: relative;
  background-position: -107px 0;
}
/* line 289, ../sass/styles.scss */
#header #header-right #block-block-8 a:hover {
  opacity: 0.8;
}
/* line 347, ../sass/styles.scss */
#header #header-right #block-search-form {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
/* line 352, ../sass/styles.scss */
#header #header-right #block-search-form .container-inline {
  width: 100%;
  white-space: nowrap;
}
/* line 357, ../sass/styles.scss */
#header #header-right #block-search-form .form-item {
  display: block;
  max-width: 100% !important;
  margin: 0;
}
/* line 364, ../sass/styles.scss */
#header #header-right #block-search-form input {
  width: 100%;
  max-height: 22px;
  border: 1px solid #cccccc;
  font-size: 13px;
  padding: 2px 10px;
}

#header #header-right #block-search-form .form-actions{
    position: absolute;
    top: 0;
    right: -5px;
}

/* line 373, ../sass/styles.scss */
#header #header-right #block-search-form .form-submit {
  background: url("./../images/search-bg.png") no-repeat;
  background-position: 0 4px;
  border: none;
  max-width: 8px;
  height: auto;
  display: inline-block;
  width: 20%;
  /* Hide the text. */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  text-shadow: none;
  color: transparent;
}
/* line 391, ../sass/styles.scss */
#header #header-right #block-views-offices-block {
  display: inline-block;
  width: 100%;
}
/* line 395, ../sass/styles.scss */
#header #header-right #block-views-offices-block .container-inline {
  width: 100%;
  white-space: nowrap;
}
/* line 400, ../sass/styles.scss */
#header #header-right #block-views-offices-block .form-item {
  display: inline-block;
  max-width: 130px !important;
  margin: 0;
}
/* line 407, ../sass/styles.scss */
#header #header-right #block-views-offices-block .view-offices {
  display: inline-block;
  width: 100%;
}
/* line 412, ../sass/styles.scss */
#header #header-right #block-views-offices-block #edit-go {
  background: url("./../images/offices-selection.png") no-repeat;
  background-position: 0 8px;
  border: none;
  max-width: 8px;
  display: inline-block;
  width: 20%;
  /* Hide the text. */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  text-shadow: none;
  color: transparent;
}
/* line 428, ../sass/styles.scss */
#header #header-right #block-views-offices-block select {
  width: 130px;
  max-width: 130px;
  height: 22px;
  border: 1px solid #cccccc;
  font-size: 11px;
  color: #cccccc !important;
  padding: 2px 4px;
  background: none !important;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
}
/* line 443, ../sass/styles.scss */
#header #header-right #block-views-offices-block option {
  padding: 5px 0;
}
/* line 449, ../sass/styles.scss */
#header #header-right #block-lang-dropdown-language {
    display: block;
    width: 100%;
}
/* line 453, ../sass/styles.scss */
#header #header-right #block-lang-dropdown-language .lang_dropdown_form {
  white-space: nowrap;
}
/* line 457, ../sass/styles.scss */
#header #header-right #block-lang-dropdown-language .language-icon {
  margin-left: -30px;
  height: 10px;
  width: 15px;
}
/* line 463, ../sass/styles.scss */
#header #header-right #block-lang-dropdown-language .dropdown p {
  display: inline-block;
  font-weight: bold;
}
/* line 468, ../sass/styles.scss */
#header #header-right #block-lang-dropdown-language .form-item {
  display: block;
  margin: 0;
  max-width: 100%;
}
/* line 474, ../sass/styles.scss */
#header #header-right #block-lang-dropdown-language select {
  height: 22px;
  width: 100% !important;
  max-width: 100%;
  border: 1px solid #cccccc;
  font-size: 11px;
  color: #585858 !important;
  padding: 2px 4px;
  background: none !important;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
}

/* line 494, ../sass/styles.scss */
#header #header-right #block-lang-dropdown-language option {
  padding: 5px 0;
}

/* line 501, ../sass/styles.scss */
#modal-block {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
}
/* line 509, ../sass/styles.scss */
#modal-block #block-block-19,
#modal-block #block-block-16 {
  line-height: normal;
  position: relative;
  top: 0;
  right: 35px;
  z-index: 100;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
/* line 520, ../sass/styles.scss */
#modal-block #block-block-19 .block,
#modal-block #block-block-16 .block {
  margin: 0;
}
/* line 524, ../sass/styles.scss */
#modal-block #block-block-19 p,
#modal-block #block-block-16 p {
  margin: 0;
  display: block;
  width: 158px;
  height: 38px;
  background: url("./../images/investment-sectors-bg.png") no-repeat;
  top: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
/* line 535, ../sass/styles.scss */
#modal-block #block-block-19 p a,
#modal-block #block-block-16 p a {
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  padding: 14px 2px;
  top: -8px;
  position: relative;
}
/* line 544, ../sass/styles.scss */
#modal-block #block-block-19 p a:hover,
#modal-block #block-block-16 p a:hover {
  color: #dd9e00;
}
/* line 551, ../sass/styles.scss */
#modal-block #block-views-c8adc0a0e537ca525d9488db02ab200a {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  position: absolute;
  top: 0;
  margin: 0 auto;
  padding-top: 55px;
  color: #fff;
  z-index: 50;
  font-size: 12px;
  font-family: 'PlutoSansLight';
  display: none;
}
/* line 564, ../sass/styles.scss */
#modal-block #block-views-c8adc0a0e537ca525d9488db02ab200a .col-md-3 {
  width: 20%;
}
/* line 568, ../sass/styles.scss */
#modal-block #block-views-c8adc0a0e537ca525d9488db02ab200a .view-investment-sectors-modal-subpage {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 0;
  z-index: 200;
  display: block;
}
/* line 577, ../sass/styles.scss */
#modal-block #block-views-c8adc0a0e537ca525d9488db02ab200a .view-investment-sectors-modal-subpage p,
#modal-block #block-views-c8adc0a0e537ca525d9488db02ab200a .view-investment-sectors-modal-subpage .field-content {
  color: #fff;
  font-size: 12px;
  font-family: 'PlutoSansLight';
}
/* line 582, ../sass/styles.scss */
#modal-block #block-views-c8adc0a0e537ca525d9488db02ab200a .view-investment-sectors-modal-subpage .views-field-title {
  border: 1px solid #fff;
  text-align: left;
  padding: 3px 10px;
  border-radius: 3px;
  font-style: italic;
}
/* line 589, ../sass/styles.scss */
#modal-block #block-views-c8adc0a0e537ca525d9488db02ab200a .view-investment-sectors-modal-subpage .views-field-title a {
  color: #fff;
}
/* line 596, ../sass/styles.scss */
#modal-block .view-sub-page-top-image {
  max-height: 67px;
}
/* line 598, ../sass/styles.scss */
#modal-block .view-sub-page-top-image * {
  max-height: 67px;
}
/* line 602, ../sass/styles.scss */
#modal-block .view-sub-page-top-image img {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
/* line 611, ../sass/styles.scss */
#modal-block #block-views-ca9effaf218f66f1ebac4cb020b2c5b2 {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  position: absolute;
  top: 0;
  margin: 0 auto;
  padding: 55px 15px 20px 15px;
  color: #fff;
  z-index: 50;
  font-size: 12px;
  font-family: 'PlutoSansLight';
  display: none;
}
@media only all and (min-width: 995px) {
  /* line 624, ../sass/styles.scss */
  #modal-block #block-views-ca9effaf218f66f1ebac4cb020b2c5b2 .col-md-3 {
    width: 20%;
  }
}
/* line 631, ../sass/styles.scss */
#modal-block #block-views-ca9effaf218f66f1ebac4cb020b2c5b2 .row:before {
  display: inline;
}
/* line 638, ../sass/styles.scss */
#modal-block #block-views-ca9effaf218f66f1ebac4cb020b2c5b2 .views-row-1:before,
#modal-block #block-views-ca9effaf218f66f1ebac4cb020b2c5b2 .views-row-2:before {
  display: inline;
}
/* line 643, ../sass/styles.scss */
#modal-block #block-views-ca9effaf218f66f1ebac4cb020b2c5b2 h4 {
  font-family: 'PlutoSansLight';
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
}
/* line 651, ../sass/styles.scss */
#modal-block #block-views-ca9effaf218f66f1ebac4cb020b2c5b2 h4 a {
  font-family: 'PlutoSansLight';
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: left;
  padding: 3px 10px;
}
/* line 662, ../sass/styles.scss */
#modal-block #block-views-ca9effaf218f66f1ebac4cb020b2c5b2 .view-investment-sectors-modal-subpage,
#modal-block #block-views-ca9effaf218f66f1ebac4cb020b2c5b2 .view-investment-sectors-modal-view {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 0;
  z-index: 200;
  display: block;
}
/* line 671, ../sass/styles.scss */
#modal-block #block-views-ca9effaf218f66f1ebac4cb020b2c5b2 .view-investment-sectors-modal-subpage p,
#modal-block #block-views-ca9effaf218f66f1ebac4cb020b2c5b2 .view-investment-sectors-modal-subpage .field-content,
#modal-block #block-views-ca9effaf218f66f1ebac4cb020b2c5b2 .view-investment-sectors-modal-view p,
#modal-block #block-views-ca9effaf218f66f1ebac4cb020b2c5b2 .view-investment-sectors-modal-view .field-content {
  color: #fff;
  font-size: 11px;
  font-family: 'PlutoSansLight';
}
/* line 676, ../sass/styles.scss */
#modal-block #block-views-ca9effaf218f66f1ebac4cb020b2c5b2 .view-investment-sectors-modal-subpage .views-field-title,
#modal-block #block-views-ca9effaf218f66f1ebac4cb020b2c5b2 .view-investment-sectors-modal-view .views-field-title {
  border: 1px solid #fff;
  text-align: left;
  padding: 3px 10px;
  border-radius: 3px;
  font-style: italic;
}
/* line 683, ../sass/styles.scss */
#modal-block #block-views-ca9effaf218f66f1ebac4cb020b2c5b2 .view-investment-sectors-modal-subpage .views-field-title a,
#modal-block #block-views-ca9effaf218f66f1ebac4cb020b2c5b2 .view-investment-sectors-modal-view .views-field-title a {
  color: #fff;
}

/* line 692, ../sass/styles.scss */
#sub-page #main {
  background: url("./../images/subpage-content-bottom-border.jpg") no-repeat bottom center;
  margin-bottom: 22px;
}
/* line 696, ../sass/styles.scss */
#sub-page #main #content {
    padding-top: 50px;
    margin-bottom: 25px;
    position: relative;
    display: block;
}
@media only all and (min-width: 1200px) {
  /* line 696, ../sass/styles.scss */
  #sub-page #main #content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 707, ../sass/styles.scss */
#sub-page #main #content div {
  color: #666;
}
/* line 711, ../sass/styles.scss */
#sub-page #main #content p {
  margin: 10px 0;
  color: #666;
}
/* line 717, ../sass/styles.scss */
#sub-page #main #content .views-field-field-event-date,
#sub-page #main #content .date-display-single {
  font-family: 'PlutoSansBold';
}
/* line 721, ../sass/styles.scss */
#sub-page #main #content .views-more-link {
  display: block;
}
/* line 725, ../sass/styles.scss */
#sub-page #main #content .media-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 732, ../sass/styles.scss */
#sub-page #main #content .media-youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 741, ../sass/styles.scss */
#sub-page #main #content hr {
  margin: 10px 0 !important;
}
/* line 756, ../sass/styles.scss */
#sub-page #main #content h1,
#sub-page #main #content h1 > a,
#sub-page #main #content h2,
#sub-page #main #content h2 > a,
#sub-page #main #content h3,
#sub-page #main #content h3 > a,
#sub-page #main #content h4,
#sub-page #main #content h4 > a,
#sub-page #main #content h5,
#sub-page #main #content h5 > a,
#sub-page #main #content h6,
#sub-page #main #content h6 > a {
  color: #000;
  margin: 10px 0 10px 0;
}
/* line 762, ../sass/styles.scss */
#sub-page #main #content h1,
#sub-page #main #content h1 > a {
  font-size: 24px;
  line-height: 30px;
}
/* line 768, ../sass/styles.scss */
#sub-page #main #content h2,
#sub-page #main #content h2 > a {
  font-size: 20px;
  line-height: 24px;
}
/* line 774, ../sass/styles.scss */
#sub-page #main #content h3,
#sub-page #main #content h3 > a {
  font-size: 18px;
  line-height: 22px;
}
/* line 780, ../sass/styles.scss */
#sub-page #main #content h4,
#sub-page #main #content h4 > a {
  font-size: 16px;
  line-height: 20px;
}
/* line 786, ../sass/styles.scss */
#sub-page #main #content h5,
#sub-page #main #content h5 > a {
  font-size: 14px;
  line-height: 18px;
}
/* line 792, ../sass/styles.scss */
#sub-page #main #content h6,
#sub-page #main #content h6 > a {
  font-size: 13px;
  line-height: 17px;
}

/* line 800, ../sass/styles.scss */
#main {
  padding-top: 0;
  position: relative;
  display: block;
  z-index: 0;
}
@media only all and (min-width: 1200px) {
  /* line 800, ../sass/styles.scss */
  #main {
    background: url("./../images/content-bottom-bg-rpt.png") repeat-x;
  }
}
/* line 810, ../sass/styles.scss */
#main #page-title {
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: bold;
  line-height: 25px;
  display: block;
  width: 100%;
  color: #0f2652;
  font-size: 20px;
  font-family: 'PlutoSansBold';
}
/* line 822, ../sass/styles.scss */
#main nav.breadcrumb {
  margin: 10px 0;
}
/* line 824, ../sass/styles.scss */
#main nav.breadcrumb a {
  font-size: 11px;
}
@media only all and (min-width: 1200px) {
  /* line 829, ../sass/styles.scss */
  #main #main-wrapper {
    background: url("./../images/colour-bar.png") no-repeat center bottom;
  }
}
/* line 835, ../sass/styles.scss */
#main #main-wrapper #content {
  display: block;
  position: relative;
  height: auto;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
/* line 843, ../sass/styles.scss */
#main #main-wrapper #content #block-views-main-image-block {
  position: relative;
  margin: 0;
  height: auto;
  max-height: 800px;
}
/* line 849, ../sass/styles.scss */
#main #main-wrapper #content #block-views-main-image-block:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
/* line 857, ../sass/styles.scss */
#main #main-wrapper #content #block-views-main-image-block .view-main-image {
  max-height: 800px;
  overflow: hidden;
}
/* line 861, ../sass/styles.scss */
#main #main-wrapper #content #block-views-main-image-block .view-main-image ul#flexslider_views_slideshow_main_image-block {
  z-index: -1;
  position: relative;
}
/* line 868, ../sass/styles.scss */
#main #main-wrapper #content #block-views-main-image-block .view-main-image #views_slideshow_controls_text_previous_main_image-block,
#main #main-wrapper #content #block-views-main-image-block .view-main-image #views_slideshow_controls_text_pause_main_image-block,
#main #main-wrapper #content #block-views-main-image-block .view-main-image #views_slideshow_controls_text_next_main_image-block {
  display: none;
}
/* line 872, ../sass/styles.scss */
#main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider {
  margin: 0;
  box-shadow: none;
  background: transparent;
  border: none;
  max-height: 800px;
}
/* line 881, ../sass/styles.scss */
#main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider .slides .views-field-field-top-image .field-content {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
/* line 889, ../sass/styles.scss */
#main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider .views-field-field-caption {
  max-width: 1200px;
  position: absolute;
  display: block;
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
}
/* line 898, ../sass/styles.scss */
#main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider .views-field-field-caption h3 {
  text-transform: uppercase;
  line-height: 40px;
  font-size: 40px;
  font-family: 'PlutoSansBold';
  font-weight: bold;
  color: #fff;
  width: 600px;
  float: right;
  text-shadow: 1px 2px 1px #2C2A2A;
  text-align: right;
  top: 115px;
  position: relative;
  padding-right: 20px;
}
@media only all and (max-width: 1066px) {
  /* line 898, ../sass/styles.scss */
  #main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider .views-field-field-caption h3 {
    top: 80px;
  }
}
@media only all and (max-width: 720px) {
  /* line 898, ../sass/styles.scss */
  #main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider .views-field-field-caption h3 {
    font-size: 25px;
    line-height: 25px;
    width: 365px;
    top: 35px;
  }
}
@media only all and (max-width: 500px) {
  /* line 898, ../sass/styles.scss */
  #main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider .views-field-field-caption h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only all and (max-width: 390px) {
  /* line 898, ../sass/styles.scss */
  #main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider .views-field-field-caption h3 {
    font-size: 14px;
    line-height: 14px;
    width: 250px;
  }
}
/* line 937, ../sass/styles.scss */
#main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider ol.flex-control-nav {
  display: block;
  top: 275px;
  position: absolute;
  height: 20px;
  z-index: 5;
  margin: 0 auto;
  padding-right: 20px;
  max-width: 1200px;
  right: 0;
  left: 0;
}
@media only all and (max-width: 1200px) {
  /* line 937, ../sass/styles.scss */
  #main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider ol.flex-control-nav {
    padding-right: 40px;
  }
}
@media only all and (max-width: 1066px) {
  /* line 937, ../sass/styles.scss */
  #main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider ol.flex-control-nav {
    top: 220px;
  }
}
@media only all and (max-width: 720px) {
  /* line 937, ../sass/styles.scss */
  #main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider ol.flex-control-nav {
    top: 130px;
  }
}
@media only all and (max-width: 500px) {
  /* line 937, ../sass/styles.scss */
  #main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider ol.flex-control-nav {
    top: 120px;
  }
}
@media only all and (max-width: 390px) {
  /* line 937, ../sass/styles.scss */
  #main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider ol.flex-control-nav {
    top: 90px;
  }
}
/* line 970, ../sass/styles.scss */
#main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider ol.flex-control-nav li {
  float: right;
}
/* line 972, ../sass/styles.scss */
#main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider ol.flex-control-nav li a {
  display: inline-block;
  background: #a2918c;
}
@media only all and (max-width: 500px) {
  /* line 972, ../sass/styles.scss */
  #main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider ol.flex-control-nav li a {
    display: none;
  }
}
/* line 981, ../sass/styles.scss */
#main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider ol.flex-control-nav li a.flex-active {
  background: #85b8e9;
}
/* line 987, ../sass/styles.scss */
#main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider ul.flex-direction-nav {
  display: none;
}
/* line 991, ../sass/styles.scss */
#main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider #views_slideshow_controls_text_previous_main_image-block {
  display: none;
}
/* line 995, ../sass/styles.scss */
#main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider #views_slideshow_controls_text_pause_main_image-block {
  display: none;
}
/* line 999, ../sass/styles.scss */
#main #main-wrapper #content #block-views-main-image-block .view-main-image .flexslider #views_slideshow_controls_text_next_main_image-block {
  display: none;
}
/* KEITH REDUCE MAX WIDTH FROM 1200 line 1006, ../sass/styles.scss */
#main #main-wrapper #content .region-blockgroup-export-invest-blocks {
  max-width: 1200px;
  margin: 20px auto 0;
  display: block;
  position: relative;
  padding: 0 10px;
  z-index: 30;
  left: 0;
  right: 0;
}
@media only all and (min-width: 995px) {
  /* line 1006, ../sass/styles.scss */
  #main #main-wrapper #content .region-blockgroup-export-invest-blocks {
    bottom: 260px;
    position: absolute;
  }
}
/* line 1021, ../sass/styles.scss */
#main #main-wrapper #content .region-blockgroup-export-invest-blocks:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
/* line 1030, ../sass/styles.scss */
#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-14 {
     -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-sizing: border-box;
background: #F6BE31;
color: #fff;
}

/* KEITH 1 TEST block 51 ../sass/styles.scss FROM Block-BLOCK-14 */
#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-51 {
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  background: #dd9e00;
  color: #fff;

}
/*CONTROLS THE BACKGROUND COLOUR*/
main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-51 a {
  height: 130px;
  width: 100%;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  text-decoration:none;
  color: transparent;
}
/* KEITH UDATED MAX WIDTHTEST block 51 ../sass/styles.scss FROM Block-BLOCK-14 */
#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-15,
#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-14,
#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-51,
#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-48{
    height: 180px;
    width: 24%;
    margin-right: 1%;
    float: left;
    opacity: 0.8;
    font-size: 12px;
    padding: 10px 15px;
}

#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-48 {
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-sizing: border-box;
background: #631806;
color: #fff;
}

@media only all and (max-width: 720px) {
  /* line 1030, ../sass/styles.scss */
  #block-block-48 {
    max-width: 255px;
  }
}
@media only all and (max-width: 600px) {
  /* line 1030, ../sass/styles.scss */
 #block-block-14 {
    margin-bottom: 255px;
  }
}

@media only all and (max-width: 600px) {
  /* line 1030, ../sass/styles.scss */
  #block-block-14 {
    margin-bottom:255px;
  }
}

/* line 1055, ../sass/styles.scss */
#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-14:hover,#block-block-48:hover, #block-block-51:hover {
  background: #dd9e00;
}
#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-51:hover {
  background: #1E90FF;
}
#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-48:hover {
  background: #b35900;
}
/* line 1059, ../sass/styles.scss */
#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-14 a {
  height: 153px;
  width: 100%;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  text-decoration: none;
  color: transparent;
}

#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-48 a {
  height: 153px;
  width: 100%;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  text-decoration: none;
  color: transparent;
}
#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-51 a {
  height: 153px;
  width: 100%;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  text-decoration: none;
  color: transparent;
}

/* line 1070, ../sass/styles.scss */
#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-14 p, #block-block-48 p{
  margin: 0;
  line-height: 20px;
}

/* KEITH 4 FROM 14 line 1070, ../sass/styles.scss */
#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-51 p, #block-block-51 p{
  line-height: 10px;
}

/* line 1075, ../sass/styles.scss */
#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-14 h3 {
  font-weight: bold;
  float: right;
  font-size: 18px;
  margin: 10px 0;
  position: absolute;
  right: 20px;
  bottom: 0;
}
/* KEITH 5 FROM 14line 1075, ../sass/styles.scss */
#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-51 h3 {
  font-weight: bold;
  float: right;
  font-size: 18px;
  margin: 10px 0;
  position: absolute;
  right: 20px;
  bottom: 0;
}
/* KEITH 6 FROM 15 line 1108, ../sass/styles.scss */
#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-51 {
  background: #115B7F;
}
#main #main-wrapper #content .region-blockgroup-export-invest-blocks  #block-block-48 h3 {
  font-weight: bold;
  float: right;
  font-size: 18px;
  margin: 10px 0;
  position: absolute;
  right: 20px;
  bottom: 0;
}
/* line 1086, ../sass/styles.scss */
#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-15 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    background: #00b4dd;
    color: #fff;
}


@media only all and (max-width: 720px) {
  /* line 1086, ../sass/styles.scss */
   #main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-48 {
    max-width: 100%;
    margin-left:0px;
  }
}


@media only all and (max-width: 320px) {
  #main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-48 h3 {
    font-weight: bold;
    float: right;
    font-size: 14px;
    margin: 10px 0;
    position: absolute;
    right: 20px;
    bottom: 0;
}
}
/* line 1108, ../sass/styles.scss */
#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-15:hover {
  background: #115B7F;
}
/* line 1112, ../sass/styles.scss */
#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-15 a {
  height: 153px;
  width: 100%;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  text-decoration: none;
  color: transparent;
}
/* line 1123, ../sass/styles.scss */
#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-15 p {
  margin: 0;
  line-height: 20px;
}
/* line 1128, ../sass/styles.scss */
#main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-15 h3 {
  font-weight: bold;
  float: right;
  font-size: 18px;
  margin: 10px 0;
  position: absolute;
  right: 20px;
  bottom: 0;
}
/* line 1141, ../sass/styles.scss */
#main #main-wrapper #content-bottom {
  position: relative;
  background: #fff;
  padding: 0;
  width: 100%;
  margin-bottom: 22px;
}
@media only all and (min-width: 995px) {
  /* line 1141, ../sass/styles.scss */
  #main #main-wrapper #content-bottom {
    background: transparent url("./../images/content_btm_bg.png") repeat-x bottom;
    height: 100%;
  }
}
@media only all and (max-width: 850px) {
  /* line 1141, ../sass/styles.scss */
  #main #main-wrapper #content-bottom {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 1158, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border {
  padding: 0;
  width: 100%;
}
@media only all and (min-width: 995px) {
  /* line 1158, ../sass/styles.scss */
  #main #main-wrapper #content-bottom #content-bottom-border {
    background: transparent url("./../images/content-bottom-bg-rpt.png") repeat-x center 280px;
    height: 100%;
  }
}
/* line 1167, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar {
  background: url("./../images/colour-bar.png") no-repeat center bottom;
}
/* line 1170, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar h4 {
  padding: 15px 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}
/* line 1179, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar p {
  margin: 10px 0;
}
/* line 1182, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar p span {
  font-size: 12px;
  margin: 0;
}
/* line 1186, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar p span a {
  text-transform: uppercase;
  color: #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  float: right;
  font-size: 10px;
  margin-top: 10px;
}
/* line 1194, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar p span a:after {
  content: url("./../images/grey-arrow.png");
  position: absolute;
  margin-top: 2px;
  margin-left: 4px;
}
/* line 1201, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar p span a:hover {
  text-decoration: none;
  color: #666;
}
/* line 1209, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container {
  display: block;
  z-index: 20;
  overflow: auto;
  padding-bottom: 25px;
}
@media only all and (min-width: 995px) {
  /* line 1209, ../sass/styles.scss */
  #main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container {
    margin-top: -250px;
  }
}
/* line 1219, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-views-success-stories-block {
  padding-left: 0;
  padding-right: 7px;
  font-family: "PlutoSansLight" !important;
}
/* line 1225, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-views-success-stories-block .view-footer a {
  text-transform: uppercase;
  color: #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  left: 25px;
  font-size: 10px;
  margin-top: 10px;
  position: relative;
}
/* line 1234, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-views-success-stories-block .view-footer a:after {
  content: url("./../images/grey-arrow.png");
  position: absolute;
  margin-top: 2px;
  margin-left: 4px;
}
/* line 1241, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-views-success-stories-block .view-footer a:hover {
  text-decoration: none;
  color: #666;
}
/* line 1248, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-views-success-stories-block .view-success-stories {
  background: #fff;
}
/* line 1253, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-views-success-stories-block .view-success-stories #block-block-17 .how_help_wrapper {
  background: #fff;
  padding: 20px 25px;
}
@media only all and (max-width: 850px) {
  /* line 1253, ../sass/styles.scss */
  #main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-views-success-stories-block .view-success-stories #block-block-17 .how_help_wrapper {
    margin-right: 0;
  }
}
/* line 1261, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-views-success-stories-block .view-success-stories #block-block-17 .how_help_wrapper h4.help {
  background: url("./../images/question-mark.png") no-repeat;
  background-position: center right;
  color: #33b1ed;
}
/* line 1268, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-views-success-stories-block .view-success-stories #block-block-17 .how_help_wrapper span a {
  text-transform: uppercase;
  color: #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  float: right;
  font-size: 10px;
  margin-top: 10px;
}
/* line 1276, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-views-success-stories-block .view-success-stories #block-block-17 .how_help_wrapper span a:after {
  content: url("./../images/grey-arrow.png");
  position: absolute;
  margin-top: 2px;
  margin-left: 4px;
}
/* line 1283, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-views-success-stories-block .view-success-stories #block-block-17 .how_help_wrapper span a:hover {
  text-decoration: none;
  color: #666;
}
/* line 1293, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-views-success-stories-block .view-content {
  background: #fff;
  padding: 10px 25px;
}
/* line 1297, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-views-success-stories-block .view-content h4 {
  background: url("./../images/success-stories-bg.png") no-repeat;
  background-position: center right;
  color: #33b1ed;
}
/* line 1304, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-views-success-stories-block .view-content .field-content a {
  text-transform: uppercase;
  color: #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  float: right;
  font-size: 10px;
  margin-top: 10px;
}
/* line 1312, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-views-success-stories-block .view-content .field-content a:hover {
  text-decoration: none;
  color: #666;
}
/* line 1317, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-views-success-stories-block .view-content .field-content a:after {
  content: url("./../images/grey-arrow.png");
  position: absolute;
  margin-top: 2px;
  margin-left: 4px;
}
/* line 1327, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-block-18 {
  padding-right: 0;
  padding-left: 0;
}
/* line 1331, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-block-18 .district_opp_wrapper {
  background: #fff;
  margin-bottom: 10px;
  padding: 20px 25px;
}
/* line 1336, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-block-18 .district_opp_wrapper h4.opportunities {
      background: url("./../images/district-ops.png") no-repeat;
  background-position: center right;
    color: #33b1ed;
    margin-bottom: 0;
    padding-bottom: 0px;
    padding: 15px 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-block-18 .district_opp_wrapper h4.brand-bw {
      background: url("./../images/brand-bw.png") no-repeat;
  background-position: center right;
    color: #33b1ed;
    margin-bottom: 0;
    padding-bottom: 0px;
    padding: 15px 0 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 55px;
}
/* line 1342, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-block-18 .district_opp_wrapper img.brand-botswana {
  display: block;
  margin-top: 50px;
  margin-bottom: 10px;
}
/* line 1350, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block {
  padding-right: 4px;
  padding-left: 7px;
  margin-bottom: 20px;
}
/* line 1355, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block h2.block__title.block-title {
  display: block;
  width: 100%;
  color: #dd9e00;
  padding: 30px 0 10px 30px;
  background: white url("./../images/resources-bg.jpg") no-repeat;
  background-position: 135px 20px;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 1366, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block {
    padding: 10px 30px;
    background: #fff;
    min-height: 414px;
    max-height: 203px;
    overflow-x: hidden;
    overflow-y: scroll;

}
/* line 1371, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block ul.quicktabs-tabs {
  margin: 0;
  border-top: 1px solid #cfcfcf;
  padding: 10px 0 5px 10px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
/* line 1379, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block ul.quicktabs-tabs li {
  position: relative;
  display: table-cell;
  text-align: left;
}
@media only all and (max-width: 500px) {
  /* line 1379, ../sass/styles.scss */
  #main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block ul.quicktabs-tabs li {
    display: block;
    width: 100%;
  }
}
/* line 1389, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block ul.quicktabs-tabs li a {
  color: #666;
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
}
/* line 1395, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block ul.quicktabs-tabs li a:hover {
  text-decoration: none;
  color: #dd9e00;
}
/* line 1403, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block ul.quicktabs-tabs li.active a {
  color: #dd9e00;
}
/* line 1405, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block ul.quicktabs-tabs li.active a:after {
  content: url("./../images/quicktabs-active-bg.jpg");
  z-index: 20;
  position: absolute;
  overflow: auto;
  top: 22px;
}
/* line 1417, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block ul.quicktabs-tabs li.first.active a:after {
  right: 10px;
}
@media only all and (max-width: 500px) {
  /* line 1421, ../sass/styles.scss */
  #main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block ul.quicktabs-tabs li.first.active a:after {
    top: 85px;
    right: 13px;
  }
}
/* line 1431, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block ul.quicktabs-tabs li.active a#quicktabs-tab-resources_block-1:after {
  right: 16px;
}
@media only all and (max-width: 500px) {
  /* line 1436, ../sass/styles.scss */
  #main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block ul.quicktabs-tabs li.active a#quicktabs-tab-resources_block-1:after {
    top: 65px;
    right: 24px;
  }
}
/* line 1446, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block ul.quicktabs-tabs li.active a#quicktabs-tab-resources_block-2:after {
  right: 4px;
}
@media only all and (max-width: 500px) {
  /* line 1451, ../sass/styles.scss */
  #main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block ul.quicktabs-tabs li.active a#quicktabs-tab-resources_block-2:after {
    top: 44px;
    right: 8px;
  }
}
/* line 1461, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block ul.quicktabs-tabs li.last.active a:after {
  right: 6px;
}
@media only all and (max-width: 500px) {
  /* line 1466, ../sass/styles.scss */
  #main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block ul.quicktabs-tabs li.last.active a:after {
    right: 8px;
  }
}
/* line 1476, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block #quicktabs-container-resources_block .more-link {
  margin-top: 10px;
}
/* line 1479, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block #quicktabs-container-resources_block .more-link a {
  text-transform: uppercase;
  color: #666;
  margin-bottom: 3px;
  border-bottom: 1px solid #666;
  font-size: 10px;
}
/* line 1486, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block #quicktabs-container-resources_block .more-link a:hover {
  text-decoration: none;
  color: #000;
}
/* line 1491, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block #quicktabs-container-resources_block .more-link:after {
  content: url("./../images/grey-arrow.png");
  top: 3px;
  padding-left: 5px;
  position: relative;
}
/* line 1498, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block #quicktabs-container-resources_block .view-content {
  padding: 20px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  color: #666666;
}
/* line 1506, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block #quicktabs-container-resources_block .view-content .views-row .date-display-single {
  color: #666666;
  font-family: 'PlutoSansBold';
}
/* line 1511, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block #quicktabs-container-resources_block .view-content .views-row .views-field-field-tender-description,
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block #quicktabs-container-resources_block .view-content .views-row .views-field-body {
  margin-bottom: 15px;
}
/* line 1517, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block #quicktabs-container-resources_block .view-content .views-row .views-field-title-1 a,
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block #quicktabs-container-resources_block .view-content .views-row .views-field-title a,
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block #quicktabs-tabpage-resources_block-3 .view-content .views-row .views-field-title a,
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block #quicktabs-container-resources_block .view-content .views-row .views-field-field-question a {
  color: #dd9e00;
}
/* line 1522, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block #quicktabs-container-resources_block .view-content .views-row .views-field-field-answer {
  margin-bottom: 15px;
}
/* line 1526, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block #quicktabs-container-resources_block .view-content .views-row p {
  color: #666666;
  margin: 0 !important;
}
/* line 1536, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block #quicktabs-container-resources_block #block-views-news-block-2 .view-content ul {
  padding: 0;
  margin: 0;
}
/* line 1540, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block #quicktabs-container-resources_block #block-views-news-block-2 .view-content ul li.views-row {
  list-style: circle inside;
  margin-bottom: 5px;
}
/* line 1544, ../sass/styles.scss */
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block #quicktabs-container-resources_block #block-views-news-block-2 .view-content ul li.views-row div {
  display: inline;
}

/* line 1561, ../sass/styles.scss */
#sidebar-left.col-md-2 {
  padding-left: 0;
}

/* line 1565, ../sass/styles.scss */
#sidebar-left {
  padding-top: 50px;
}
@media only all and (min-width: 1200px) {
  /* line 1565, ../sass/styles.scss */
  #sidebar-left {
    width: 230px;
  }
}
/* line 1572, ../sass/styles.scss */
#sidebar-left h2.block-title {
  margin: 10px 0;
  font-weight: bold;
  line-height: 25px;
  display: block;
  width: 100%;
  color: #0f2652;
  font-size: 20px;
  font-family: 'PlutoSansLight';
}
/* line 1583, ../sass/styles.scss */
#sidebar-left span {
  display: block;
  font-size: 11px;
}
/* line 1588, ../sass/styles.scss */
#sidebar-left .view-header {
  color: #cacaca;
  margin-bottom: 5px;
}
/* line 1603, ../sass/styles.scss */
#sidebar-left li#dhtml_menu-1664,
#sidebar-left li#dhtml_menu-1432,
#sidebar-left li#dhtml_menu-1067,
#sidebar-left li#dhtml_menu-1415,
#sidebar-left li#dhtml_menu-1416,
#sidebar-left li#dhtml_menu-1414,
#sidebar-left li#dhtml_menu-1417,
#sidebar-left li#dhtml_menu-1413,
#sidebar-left li#dhtml_menu-1003,
#sidebar-left li#dhtml_menu-655,
#sidebar-left li#dhtml_menu-678 {
  list-style: circle inside;
}
/* line 1606, ../sass/styles.scss */
#sidebar-left li#dhtml_menu-1664 a,
#sidebar-left li#dhtml_menu-1432 a,
#sidebar-left li#dhtml_menu-1067 a,
#sidebar-left li#dhtml_menu-1415 a,
#sidebar-left li#dhtml_menu-1416 a,
#sidebar-left li#dhtml_menu-1414 a,
#sidebar-left li#dhtml_menu-1417 a,
#sidebar-left li#dhtml_menu-1413 a,
#sidebar-left li#dhtml_menu-1003 a,
#sidebar-left li#dhtml_menu-655 a,
#sidebar-left li#dhtml_menu-678 a {
  padding-left: 0;
}
/* line 1610, ../sass/styles.scss */
#sidebar-left li#dhtml_menu-1664:before,
#sidebar-left li#dhtml_menu-1432:before,
#sidebar-left li#dhtml_menu-1067:before,
#sidebar-left li#dhtml_menu-1415:before,
#sidebar-left li#dhtml_menu-1416:before,
#sidebar-left li#dhtml_menu-1414:before,
#sidebar-left li#dhtml_menu-1417:before,
#sidebar-left li#dhtml_menu-1413:before,
#sidebar-left li#dhtml_menu-1003:before,
#sidebar-left li#dhtml_menu-655:before,
#sidebar-left li#dhtml_menu-678:before {
  display: none !important;
}
/* line 1614, ../sass/styles.scss */
#sidebar-left li#dhtml_menu-1664 ul,
#sidebar-left li#dhtml_menu-1432 ul,
#sidebar-left li#dhtml_menu-1067 ul,
#sidebar-left li#dhtml_menu-1415 ul,
#sidebar-left li#dhtml_menu-1416 ul,
#sidebar-left li#dhtml_menu-1414 ul,
#sidebar-left li#dhtml_menu-1417 ul,
#sidebar-left li#dhtml_menu-1413 ul,
#sidebar-left li#dhtml_menu-1003 ul,
#sidebar-left li#dhtml_menu-655 ul,
#sidebar-left li#dhtml_menu-678 ul {
  display: none !important;
}
/* line 1619, ../sass/styles.scss */
#sidebar-left ul {
  margin: 0;
  padding: 0;
}
/* line 1623, ../sass/styles.scss */
#sidebar-left ul li {
  list-style: none;
  margin: 5px 0;
  position: relative;
}
/* line 1628, ../sass/styles.scss */
#sidebar-left ul li ul {
  padding-left: 15px;
}
/* line 1631, ../sass/styles.scss */
#sidebar-left ul li ul li.is-leaf {
  list-style: inside circle;
}
/* line 1636, ../sass/styles.scss */
#sidebar-left ul li a {
  color: #414141;
  text-decoration: underline;
}
/* line 1640, ../sass/styles.scss */
#sidebar-left ul li a:hover {
  text-decoration: none;
}
/* line 1648, ../sass/styles.scss */
#sidebar-left ul li.collapsed a {
  padding-left: 10px;
}
/* line 1654, ../sass/styles.scss */
#sidebar-left ul li.collapsed ul li.is-leaf a {
  padding-left: 0;
}
/* line 1659, ../sass/styles.scss */
#sidebar-left ul li.collapsed:before {
  content: "";
  border-color: transparent #111;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: 0;
  top: 4px;
  position: absolute;
}
/* line 1674, ../sass/styles.scss */
#sidebar-left ul li.expanded a {
  padding-left: 10px;
}
/* line 1680, ../sass/styles.scss */
#sidebar-left ul li.expanded ul li.is-leaf a {
  padding-left: 0;
}
/* line 1686, ../sass/styles.scss */
#sidebar-left ul li.expanded:before {
  content: "";
  display: block;
  left: 0;
  top: 6px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.35em solid transparent;
  border-right: 0.35em solid transparent;
  border-top: 0.45em solid #000;
}
/* line 1700, ../sass/styles.scss */
#sidebar-left ul li.is-leaf {
  list-style: inside circle;
}
/* line 1706, ../sass/styles.scss */
#sidebar-left #block-block-20 {
  text-decoration: none;
  margin-top: 35px;
}
/* line 1710, ../sass/styles.scss */
#sidebar-left #block-block-20 h3 {
  text-transform: uppercase;
  margin: 0;
  padding: 28px 0;
  text-align: right;
}
/* line 1717, ../sass/styles.scss */
#sidebar-left #block-block-20 a {
  right: 53px;
  position: relative;
  font-size: 13px;
}
/* line 1724, ../sass/styles.scss */
#sidebar-left #block-block-20 h3.district {
  background: url("./../images/small-map.png") no-repeat right;
}
/* line 1728, ../sass/styles.scss */
#sidebar-left #block-block-20 h3.help {
  background: url("./../images/question-mark.png") no-repeat right;
}
/* line 1732, ../sass/styles.scss */
#sidebar-left #block-block-20 h3.resources {
  background: url("./../images/resources-bg.jpg") no-repeat right;
}
/* line 1738, ../sass/styles.scss */
#sidebar-left #block-block-20 h3.district {
  border-top: none;
}
/* line 1741, ../sass/styles.scss */
#sidebar-left #block-block-20 h3.district a {
  color: #1f4355;
}
/* line 1746, ../sass/styles.scss */
#sidebar-left #block-block-20 h3.help {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
/* line 1750, ../sass/styles.scss */
#sidebar-left #block-block-20 h3.help a {
  color: #3ab0ed;
}
/* line 1755, ../sass/styles.scss */
#sidebar-left #block-block-20 h3.resources {
  border-bottom: 1px solid #d4d4d4;
}
/* line 1758, ../sass/styles.scss */
#sidebar-left #block-block-20 h3.resources a {
  color: #dea111;
}

/* line 1767, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs {
  margin-bottom: 20px;
  padding: 0;
}
/* line 1771, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs {
  background: #fff;
  min-height: 300px;
}
/* line 1775, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs ul.quicktabs-tabs {
  margin: 0;
  border-top: 1px solid #cfcfcf;
  padding: 10px 0 5px 10px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
/* line 1783, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs ul.quicktabs-tabs li {
  position: relative;
  display: table-cell;
  text-align: left;
}
@media only all and (max-width: 500px) {
  /* line 1783, ../sass/styles.scss */
  .page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs ul.quicktabs-tabs li {
    display: block;
    width: 100%;
  }
}
/* line 1793, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs ul.quicktabs-tabs li a {
  color: #666;
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
}
/* line 1799, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs ul.quicktabs-tabs li a:hover {
  text-decoration: none;
  color: #dd9e00;
}
/* line 1807, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs ul.quicktabs-tabs li.active a {
  color: #dd9e00;
}

/* documents classification */




/* line 1809, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs ul.quicktabs-tabs li.active a:after {
  content: url("./../images/quicktabs-active-bg.jpg");
  z-index: 20;
  position: absolute;
  overflow: auto;
  top: 23px;
}
/* line 1821, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs ul.quicktabs-tabs li.first.active a:after {
  right: 10px;
}
@media only all and (max-width: 500px) {
  /* line 1825, ../sass/styles.scss */
  .page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs ul.quicktabs-tabs li.first.active a:after {
    top: 85px;
    right: 13px;
  }
}
/* line 1835, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs ul.quicktabs-tabs li.active a#quicktabs-tab-resources_page_tabs-1:after {
  right: 16px;
}
@media only all and (max-width: 500px) {
  /* line 1840, ../sass/styles.scss */
  .page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs ul.quicktabs-tabs li.active a#quicktabs-tab-resources_page_tabs-1:after {
    top: 65px;
    right: 24px;
  }
}
/* line 1850, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs ul.quicktabs-tabs li.active a#quicktabs-tab-resources_page_tabs-2:after {
  right: 4px;
}
@media only all and (max-width: 500px) {
  /* line 1855, ../sass/styles.scss */
  .page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs ul.quicktabs-tabs li.active a#quicktabs-tab-resources_page_tabs-2:after {
    top: 44px;
    right: 8px;
  }
}
/* line 1865, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs ul.quicktabs-tabs li.last.active a:after {
  right: 6px;
}
@media only all and (max-width: 500px) {
  /* line 1870, ../sass/styles.scss */
  .page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs ul.quicktabs-tabs li.last.active a:after {
    right: 8px;
  }
}
/* line 1880, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs #quicktabs-container-resources_page_tabs .more-link {
  margin-top: 10px;
}
/* line 1883, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs #quicktabs-container-resources_page_tabs .more-link a {
  text-transform: uppercase;
  color: #666;
  margin-bottom: 3px;
  border-bottom: 1px solid #666;
  font-size: 10px;
}
/* line 1890, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs #quicktabs-container-resources_page_tabs .more-link a:hover {
  text-decoration: none;
  color: #000;
}
/* line 1895, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs #quicktabs-container-resources_page_tabs .more-link:after {
  content: url("./../images/grey-arrow.png");
  top: 3px;
  padding-left: 5px;
  position: relative;
}
/* line 1902, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs #quicktabs-container-resources_page_tabs .view-content {
  padding: 20px 10px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  color: #666666;
}
/* line 1910, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs #quicktabs-container-resources_page_tabs .view-content .views-row .date-display-single {
  color: #666666;
  font-family: 'PlutoSansBold';
}
/* line 1915, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs #quicktabs-container-resources_page_tabs .view-content .views-row .views-field-body {
  margin-bottom: 15px;
}
/* line 1921, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs #quicktabs-container-resources_page_tabs .view-content .views-row .views-field-title a,
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs #quicktabs-container-resources_page_tabs .view-content .views-row .views-field-field-question a {
  color: #dd9e00;
}
/* line 1926, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs #quicktabs-container-resources_page_tabs .view-content .views-row .views-field-field-answer {
  margin-bottom: 15px;
}
/* line 1930, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs #quicktabs-container-resources_page_tabs .view-content .views-row p {
  color: #666666;
  margin: 0 !important;
}
/* line 1940, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs #quicktabs-container-resources_page_tabs #block-views-news-block-2 .view-content ul {
  padding: 0;
  margin: 0;
}
/* line 1944, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs #quicktabs-container-resources_page_tabs #block-views-news-block-2 .view-content ul li.views-row {
  list-style: circle inside;
  margin-bottom: 5px;
}
/* line 1948, ../sass/styles.scss */
.page-node-468 #block-quicktabs-resources-page-tabs #quicktabs-resources_page_tabs #quicktabs-container-resources_page_tabs #block-views-news-block-2 .view-content ul li.views-row div {
  display: inline;
}

/* line 1968, ../sass/styles.scss */
.page-country-surveys #sub-page #main #container, .page-country-surveys #sub-page #main .container,
.page-bitc-representative-offices #sub-page #main #container,
.page-bitc-representative-offices #sub-page #main .container,
.page-bitc-offices #sub-page #main #container,
.page-bitc-offices #sub-page #main .container,
.page-investment-opportunities #sub-page #main #container,
.page-investment-opportunities #sub-page #main .container,
.page-our-offices-worldwide #sub-page #main #container,
.page-our-offices-worldwide #sub-page #main .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
/* line 1973, ../sass/styles.scss */
.page-country-surveys #sub-page #main p,
.page-bitc-representative-offices #sub-page #main p,
.page-bitc-offices #sub-page #main p,
.page-investment-opportunities #sub-page #main p,
.page-our-offices-worldwide #sub-page #main p {
  display: inline;
}
/* line 1978, ../sass/styles.scss */
.page-country-surveys #sub-page #main #sidebar-left,
.page-country-surveys #sub-page #main #sidebar-right,
.page-bitc-representative-offices #sub-page #main #sidebar-left,
.page-bitc-representative-offices #sub-page #main #sidebar-right,
.page-bitc-offices #sub-page #main #sidebar-left,
.page-bitc-offices #sub-page #main #sidebar-right,
.page-investment-opportunities #sub-page #main #sidebar-left,
.page-investment-opportunities #sub-page #main #sidebar-right,
.page-our-offices-worldwide #sub-page #main #sidebar-left,
.page-our-offices-worldwide #sub-page #main #sidebar-right {
  display: none;
}
/* line 1982, ../sass/styles.scss */
.page-country-surveys #sub-page #main #content,
.page-bitc-representative-offices #sub-page #main #content,
.page-bitc-offices #sub-page #main #content,
.page-investment-opportunities #sub-page #main #content,
.page-our-offices-worldwide #sub-page #main #content {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background: none;
}
/* line 1989, ../sass/styles.scss */
.page-country-surveys #sub-page #main #content h1#page-title,
.page-country-surveys #sub-page #main #content nav.breadcrumb,
.page-bitc-representative-offices #sub-page #main #content h1#page-title,
.page-bitc-representative-offices #sub-page #main #content nav.breadcrumb,
.page-bitc-offices #sub-page #main #content h1#page-title,
.page-bitc-offices #sub-page #main #content nav.breadcrumb,
.page-investment-opportunities #sub-page #main #content h1#page-title,
.page-investment-opportunities #sub-page #main #content nav.breadcrumb,
.page-our-offices-worldwide #sub-page #main #content h1#page-title,
.page-our-offices-worldwide #sub-page #main #content nav.breadcrumb {
  max-width: 1200px;
  margin: 10px auto;
}
/* line 1995, ../sass/styles.scss */
.page-country-surveys #sub-page #main #content div.openlayers-popup a,
.page-bitc-representative-offices #sub-page #main #content div.openlayers-popup a,
.page-bitc-offices #sub-page #main #content div.openlayers-popup a,
.page-investment-opportunities #sub-page #main #content div.openlayers-popup a,
.page-our-offices-worldwide #sub-page #main #content div.openlayers-popup a {
  color: #fff;
}

/* line 2008, ../sass/styles.scss */
.page-past-events #content h4,
.page-events #content h4,
.page-news #content h4 {
  margin-top: 5px !important;
}
/* line 2012, ../sass/styles.scss */
.page-past-events #content .views-row,
.page-events #content .views-row,
.page-news #content .views-row {
  margin-bottom: 20px;
}
/* line 2015, ../sass/styles.scss */
.page-past-events #content .views-row p,
.page-events #content .views-row p,
.page-news #content .views-row p {
  margin-bottom: 5px !important;
}

/* line 2024, ../sass/styles.scss */
.page-sectors #content {
  padding-left: 0;
  padding-right: 0;
}
/* line 2028, ../sass/styles.scss */
.page-sectors #content .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 2033, ../sass/styles.scss */
.page-sectors #content nav.breadcrumb {
  padding-left: 10px;
}
/* line 2037, ../sass/styles.scss */
.page-sectors #content .views-column {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0;
}

.page-sectors #content .views-column .fieldset.views-fieldset{
    margin: 5px;
    display: block;
    position: relative;
}

@media (max-width : 1199px){

   .page-sectors #content .views-column {
        margin: 0 0 15px 0;
    } 
    
}



/* line 2042, ../sass/styles.scss */
.page-sectors #content .views-column a {
  color: #fff;
}
/* line 2047, ../sass/styles.scss */
.page-sectors #content h4 {
  background: rgba(9, 50, 70, 0.8);
  width: 100%;
  padding: 5px;
  font-size: 12px !important;
  margin: 0 !important;
  position: absolute;
  max-width: 170px;
}
/* line 2056, ../sass/styles.scss */
.page-sectors #content h4 a {
  color: white !important;
  font-family: "PlutoSansLight";
  font-size: 12px !important;
}
/* line 2063, ../sass/styles.scss */
.page-sectors #content img {

}

/* line 2074, ../sass/styles.scss */
.page-node-26 #sub-page #main br {
  display: none;
}
/* line 2080, ../sass/styles.scss */
.page-node-26 #sub-page #main nav.breadcrumb,
.page-node-26 #sub-page #main #sidebar-left,
.page-node-26 #sub-page #main #sidebar-right {
  display: none;
}
/* line 2084, ../sass/styles.scss */
.page-node-26 #sub-page #main #content {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background: none;
}
/* line 2090, ../sass/styles.scss */
.page-node-26 #sub-page #main #content p {
  display: inline;
  color: #fff;
}
/* line 2095, ../sass/styles.scss */
.page-node-26 #sub-page #main #content h4 {
  font-size: 14px;
}
/* line 2100, ../sass/styles.scss */
.page-node-26 #sub-page #main #content span a {
  color: transparent;
  text-transform: uppercase;
  text-decoration: underline;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 2112, ../sass/styles.scss */
.page-node-26 #sub-page #main #content .block-block {
  height: 236px;
  padding: 0 10px;
  width: 380px;
  margin-bottom: 20px;
}
/* line 2118, ../sass/styles.scss */
.page-node-26 #sub-page #main #content .block-block:hover {
  opacity: 0.7;
}
/* line 2125, ../sass/styles.scss */
.page-node-26 #sub-page #main #content .region-blockgroup-about-bitc-first-row h4 {
  color: #fff;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
}
/* line 2132, ../sass/styles.scss */
.page-node-26 #sub-page #main #content .region-blockgroup-about-bitc-first-row span {
  text-align: right;
  display: block;
}
/* line 2135, ../sass/styles.scss */
.page-node-26 #sub-page #main #content .region-blockgroup-about-bitc-first-row span a {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
/* line 2142, ../sass/styles.scss */
.page-node-26 #sub-page #main #content .region-blockgroup-about-bitc-first-row div.text-block {
  background: #666;
  padding: 10px;
  position: relative;
  height: 236px;
}
/* line 2150, ../sass/styles.scss */
.page-node-26 #sub-page #main #content .region-blockgroup-about-bitc-first-row #block-block-34 .text-block {
  float: left;
  width: 51%;
}
/* line 2155, ../sass/styles.scss */
.page-node-26 #sub-page #main #content .region-blockgroup-about-bitc-first-row #block-block-34 img {
  float: left;
}
/* line 2162, ../sass/styles.scss */
.page-node-26 #sub-page #main #content .region-blockgroup-about-bitc-first-row #block-block-35 .text-block p.text {
  float: left;
  width: 56%;
}
/* line 2168, ../sass/styles.scss */
.page-node-26 #sub-page #main #content .region-blockgroup-about-bitc-first-row #block-block-35 img {
  float: left;
}
/* line 2174, ../sass/styles.scss */
.page-node-26 #sub-page #main #content .region-blockgroup-about-bitc-first-row #block-block-36 .brand-botswana {
  height: 236px;
  overflow: hidden;
}
/* line 2178, ../sass/styles.scss */
.page-node-26 #sub-page #main #content .region-blockgroup-about-bitc-first-row #block-block-36 .text-block {
  height: auto;
}
/* line 2186, ../sass/styles.scss */
.page-node-26 #sub-page #main #content .region-blockgroup-about-bitc-second-row h4 {
  color: #fff;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
}
/* line 2193, ../sass/styles.scss */
.page-node-26 #sub-page #main #content .region-blockgroup-about-bitc-second-row span {
  text-align: right;
  display: block;
}
/* line 2196, ../sass/styles.scss */
.page-node-26 #sub-page #main #content .region-blockgroup-about-bitc-second-row span a {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
/* line 2203, ../sass/styles.scss */
.page-node-26 #sub-page #main #content .region-blockgroup-about-bitc-second-row div.text-block {
  background: #666;
  padding: 10px;
  position: relative;
  height: 236px;
}
/* line 2211, ../sass/styles.scss */
.page-node-26 #sub-page #main #content .region-blockgroup-about-bitc-second-row #block-block-37 .text-block {
  float: left;
  width: 51.9%;
}
/* line 2216, ../sass/styles.scss */
.page-node-26 #sub-page #main #content .region-blockgroup-about-bitc-second-row #block-block-37 img {
  float: left;
}
/* line 2223, ../sass/styles.scss */
.page-node-26 #sub-page #main #content .region-blockgroup-about-bitc-second-row #block-block-39 .text-block,
.page-node-26 #sub-page #main #content .region-blockgroup-about-bitc-second-row #block-block-38 .text-block {
  float: left;
  width: 51%;
}
/* line 2228, ../sass/styles.scss */
.page-node-26 #sub-page #main #content .region-blockgroup-about-bitc-second-row #block-block-39 img,
.page-node-26 #sub-page #main #content .region-blockgroup-about-bitc-second-row #block-block-38 img {
  float: left;
}

/* line 2241, ../sass/styles.scss */
.page-node-54 #sub-page #main br {
  display: none;
}
/* line 2247, ../sass/styles.scss */
.page-node-54 #sub-page #main nav.breadcrumb,
.page-node-54 #sub-page #main #sidebar-left,
.page-node-54 #sub-page #main #sidebar-right {
  display: none;
}
/* line 2251, ../sass/styles.scss */
.page-node-54 #sub-page #main #content {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background: none;
}
/* line 2257, ../sass/styles.scss */
.page-node-54 #sub-page #main #content h4 {
  font-size: 14px;
}
/* line 2261, ../sass/styles.scss */
.page-node-54 #sub-page #main #content p {
  display: inline;
  color: #fff;
}
/* line 2267, ../sass/styles.scss */
.page-node-54 #sub-page #main #content span a {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  text-transform: uppercase;
  text-decoration: underline;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 2282, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .block-block {
  height: 237px;
  padding: 0 10px;
  width: 380px;
  margin-bottom: 20px;
}
/* line 2288, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .block-block:hover {
  opacity: 0.7;
}
/* line 2294, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-1 h4 {
  color: #fff;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
}
/* line 2301, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-1 span {
  text-align: right;
  display: block;
}
/* line 2304, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-1 span a {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
/* line 2311, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-1 div.text-block {
  background: #dc9d0f;
  padding: 10px;
  position: relative;
}
/* line 2319, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-1 #block-block-22 h4 {
  position: absolute;
  top: 15px;
  left: 20px;
}
/* line 2325, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-1 #block-block-22 p {
  display: block;
  margin: 0;
  margin-bottom: 15px;
}
/* line 2331, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-1 #block-block-22 div.text-block {
  min-height: 236px !important;
  max-height: 236px !important;
  padding: 0;
}
/* line 2340, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-1 #block-block-23 .text-block {
  float: left;
  width: 51.7%;
  height: 236px;
}
/* line 2346, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-1 #image {
  float: left;
}
/* line 2352, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-1 #block-block-24 br {
  display: none;
}
/* line 2357, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-1 #block-block-24 .market-access p {
  display: block;
  margin: 0;
  margin-bottom: 15px;
}
/* line 2363, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-1 #block-block-24 .market-access .text-block {
  height: auto !important;
}
/* line 2372, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-2 h4 {
  color: #fff;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
}
/* line 2379, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-2 span {
  text-align: right;
  display: block;
}
/* line 2382, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-2 span a {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
/* line 2389, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-2 div.text-block {
  background: #dc9d0f;
  padding: 10px;
  min-height: 236px;
  position: relative;
}
/* line 2398, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-2 #block-block-25 .text-block {
  float: left;
  width: 51.7%;
}
/* line 2403, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-2 #block-block-25 img {
  float: left;
}
/* line 2410, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-2 #block-block-26 .text-block {
  float: left;
  width: 51.7%;
}
/* line 2415, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-2 #block-block-26 img {
  float: left;
  display: inline;
}
/* line 2421, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-2 br {
  display: none;
}
/* line 2427, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-2 #block-block-27 .text-block {
  float: left;
  width: 51.2%;
}
/* line 2432, ../sass/styles.scss */
.page-node-54 #sub-page #main #content .region-blockgroup-export-page-row-2 #block-block-27 img {
  float: left;
}

/* line 2446, ../sass/styles.scss */
.page-node-55 #sub-page #main p {
  display: inline;
}
/* line 2452, ../sass/styles.scss */
.page-node-55 #sub-page #main nav.breadcrumb,
.page-node-55 #sub-page #main #sidebar-left,
.page-node-55 #sub-page #main #sidebar-right {
  display: none;
}
/* line 2456, ../sass/styles.scss */
.page-node-55 #sub-page #main #content {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background: none;
}
/* line 2462, ../sass/styles.scss */
.page-node-55 #sub-page #main #content br {
  display: none;
}
/* line 2466, ../sass/styles.scss */
.page-node-55 #sub-page #main #content h4 {
  font-size: 14px;
}
/* line 2471, ../sass/styles.scss */
.page-node-55 #sub-page #main #content span a {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  text-transform: uppercase;
  text-decoration: underline;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 2485, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .block-block {
  height: 237px;
  padding: 0 10px;
  width: 380px;
  margin-bottom: 20px;
}

.page-node-55 #sub-page #main #content .block-block .text-block a{
    text-decoration: none;
}
/* line 2491, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .block-block:hover {
  opacity: 0.7;
}
/* line 2498, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-first-row p {
  color: #fff;
}
/* line 2502, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-first-row h4 {
  color: #fff;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
}
/* line 2509, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-first-row div.text-block {
  background: #093246;
  padding: 10px;
  height: 236px;
  position: relative;
}
/* line 2517, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-first-row #block-block-28 .text-block {
  float: left;
  width: 51.7%;
  background: #d1d1d1;
}
/* line 2523, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-first-row #block-block-28 h4 {
  color: #093246;
}
/* line 2527, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-first-row #block-block-28 p {
  color: #093246;
}
/* line 2530, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-first-row #block-block-28 img {
  float: left;
}
/* line 2536, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-first-row #block-block-29 h4 {
  width: 100%;
  background: #093246;
  display: block;
  margin: 0;
  padding: 10px;
  border: 1px solid #d1d1d1;
}
/* line 2547, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-first-row #block-block-30 .text-block {
  float: left;
  width: 51.6%;
  height: 237px !important;
}
/* line 2553, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-first-row #block-block-30 img {
  float: left;
}
/* line 2561, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-second-row h4 {
  color: #fff;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
}
/* line 2569, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-second-row h4 a {
  color: #fff;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
  text-decoration: none;
}
/* line 2579, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-second-row a {
  text-decoration: underline;
}
/* line 2582, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-second-row a:hover {
  text-decoration: none;
}
/* line 2587, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-second-row ul {
  padding: 0;
}
/* line 2589, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-second-row ul li {
  list-style: none;
}
/* line 2594, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-second-row p,
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-second-row a {
  color: #fff;
}
/* line 2598, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-second-row div.text-block {
  background: #093246;
  padding: 10px;
  height: 236px;
  position: relative;
}
/* line 2606, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-second-row #block-block-31 .text-block {
  float: left;
  width: 51.7%;
}
/* line 2611, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-second-row #block-block-31 img {
  float: left;
}
/* line 2617, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-second-row #block-block-32 .text-block {
  float: left;
  width: 51.5%;
  background: #d1d1d1;
}
/* line 2625, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-second-row #block-block-32 p,
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-second-row #block-block-32 a,
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-second-row #block-block-32 h4 {
  color: #093246;
}
/* line 2629, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-second-row #block-block-32 img {
  float: left;
}
/* line 2635, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-second-row #block-block-33 .text-block {
  float: left;
  padding: 0;
}
/* line 2640, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-second-row #block-block-33 h4 {
  position: absolute;
  color: #fff;
  left: 20px;
  top: 15px;
}
/* line 2647, ../sass/styles.scss */
.page-node-55 #sub-page #main #content .region-blockgroup-invest-page-second-row #block-block-33 img {
  float: left;
}

/* line 2657, ../sass/styles.scss */
#sidebar-right.col-md-4 {
  padding-right: 0;
  padding-left: 0;
}

/* line 2662, ../sass/styles.scss */
#sidebar-right {
  margin-top: 15px;
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
/* line 2669, ../sass/styles.scss */
#sidebar-right h3 {
  margin-bottom: 0;
}
/* line 2673, ../sass/styles.scss */
#sidebar-right p {
  margin: 0;
}
/* line 2677, ../sass/styles.scss */
#sidebar-right #block-views-sidebar-image-block {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
/* line 2683, ../sass/styles.scss */
#sidebar-right #block-views-sidebar-image-block img {
  max-width: 356px;
  margin-left: 20px;
}

#sidebar-right #block-block-52 {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    top: 15px;
    overflow-y: hidden;
    max-height: 205px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    z-index: 200;
}

#sidebar-right #block-block-52 .trade-portal{
  background: #267df4;
  max-width: 356px;
  margin-left: 20px;
  padding: 15px 30px 20px 40px;
  color: #fff;
}

#sidebar-right #block-block-52 .trade-portal:before{
    content: url(./../images/trade-portal-sidebar.png);
    display: inline;
    position: absolute;
    top: 57px;
    left: 2px;
}

#sidebar-right #block-block-52 .trade-portal h3{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#sidebar-right #block-block-52 .trade-portal p:nth-child(3) {
    text-align: right;
}

#sidebar-right #block-block-52 .trade-portal a {
    background: #dd9e00;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
}

#sidebar-right #block-block-52 .trade-portal a:after{
    content: "\203A";
    position: relative;
    display: inline-block;
    margin-left: 2px;
    font-size: 20px;
    line-height: 1;
    top: 2px;
}

#sidebar-right #block-block-52 .trade-portal a:hover{
    background: #bd8906;
    text-decoration: none;
}

/* line 2689, ../sass/styles.scss */
#sidebar-right #block-views-resources-sub-page-block {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  top: 15px;
  overflow-y: hidden;
  max-height: 205px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}

/* line 2701, ../sass/styles.scss */
#sidebar-right #block-views-resources-sub-page-block .view-id-resources_sub_page {
  background: #093246;
  max-width: 356px;
  margin-left: 20px;
  padding: 15px 30px 20px 40px;
}
/* line 2707, ../sass/styles.scss */
#sidebar-right #block-views-resources-sub-page-block .view-id-resources_sub_page:before {
  content: url("./../images/top-sidebar-box-bg.jpg");
  display: inline;
  position: absolute;
  top: 57px;
  left: 2px;
}
/* line 2715, ../sass/styles.scss */
#sidebar-right #block-views-resources-sub-page-block .view-id-resources_sub_page .view-content {
  max-height: 153px;
  overflow-y: hidden;
}
/* line 2719, ../sass/styles.scss */
#sidebar-right #block-views-resources-sub-page-block .view-id-resources_sub_page .view-content ul {
  margin: 0;
  padding: 0;
}
/* line 2723, ../sass/styles.scss */
#sidebar-right #block-views-resources-sub-page-block .view-id-resources_sub_page .view-content ul li {
  display: list-item;
  list-style: circle;
  list-style-position: inside;
  color: #fff;
}
/* line 2729, ../sass/styles.scss */
#sidebar-right #block-views-resources-sub-page-block .view-id-resources_sub_page .view-content ul li div {
  display: inline;
}
/* line 2733, ../sass/styles.scss */
#sidebar-right #block-views-resources-sub-page-block .view-id-resources_sub_page .view-content ul li a {
  text-decoration: none;
  color: #fff;
}
/* line 2737, ../sass/styles.scss */
#sidebar-right #block-views-resources-sub-page-block .view-id-resources_sub_page .view-content ul li a:hover {
  text-decoration: underline;
}
/* line 2745, ../sass/styles.scss */
#sidebar-right #block-views-resources-sub-page-block .view-id-resources_sub_page h3 {
  color: #fff;
  font-size: 18px;
  text-align: right;
  margin-top: 10px;
  text-transform: uppercase;
}
/* line 2757, ../sass/styles.scss */
#sidebar-right #block-views-testimonial-block {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  color: #fff;
  top: 15px;
  max-height: 210px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2769, ../sass/styles.scss */
#sidebar-right #block-views-testimonial-block:before {
  content: url("./../images/middle-sidebar-box-bg.jpg");
  display: inline;
  position: absolute;
  top: 57px;
  left: 2px;
}
/* line 2777, ../sass/styles.scss */
#sidebar-right #block-views-testimonial-block .view-testimonial.view-id-testimonial {
  max-width: 356px;
  background: #dd9e00;
  margin-left: 20px;
  padding: 15px 30px 20px 40px;
}
/* line 2783, ../sass/styles.scss */
#sidebar-right #block-views-testimonial-block .view-testimonial.view-id-testimonial .view-content {
  max-height: 190px;
  overflow: hidden;
}
/* line 2788, ../sass/styles.scss */
#sidebar-right #block-views-testimonial-block .view-testimonial.view-id-testimonial h3 {
  color: #fff;
  font-size: 18px;
  text-align: right;
  text-transform: uppercase;
  margin-top: 10px;
}
/* line 2796, ../sass/styles.scss */
#sidebar-right #block-views-testimonial-block .view-testimonial.view-id-testimonial a {
  color: #fff;
  margin-top: 8px;
  display: inline-block;
}
/* line 2804, ../sass/styles.scss */
#sidebar-right #block-views-sidebar-snippet-block {
  position: relative;
  display: inline-block;
  color: #fff;
  margin-top: 117px;
}
/* line 2810, ../sass/styles.scss */
#sidebar-right #block-views-sidebar-snippet-block:before {
  content: url("./../images/bottom-sidebar-box-bg.jpg");
  display: inline;
  position: absolute;
  top: 57px;
  left: 2px;
}
/* line 2818, ../sass/styles.scss */
#sidebar-right #block-views-sidebar-snippet-block .view-sidebar-snippet {
  background: #1e78af;
  margin-left: 20px;
  padding: 30px 20px;
  max-width: 356px;
}
/* line 2824, ../sass/styles.scss */
#sidebar-right #block-views-sidebar-snippet-block .view-sidebar-snippet h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
}

/* line 2835, ../sass/styles.scss */
.footer {
  background: #343434;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
  display: block;
  border-top: 2px solid #e0e0e0;
}
/* line 2843, ../sass/styles.scss */
.footer #container {
  font-family: 'PlutoSansLight';
  font-size: 12px;
  color: #fff;
}
/* line 2848, ../sass/styles.scss */
.footer #container h3 {
  font-size: 14px;
  font-weight: bold;
  border-right: 1px dashed #fff;
  display: inline-block;
  padding: 7px 15px 7px 0;
}
/* line 2856, ../sass/styles.scss */
.footer #container a {
  font-family: 'PlutoSansLight';
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
/* line 2861, ../sass/styles.scss */
.footer #container a:hover {
  color: #A6A2A2;
}
/* line 2866, ../sass/styles.scss */
.footer #container p {
  line-height: normal;
  margin: 5px 0;
}

#views-ticker-bbc-announcements{
  margin: 10px 0;
}

@media only all and (max-width: 500px) {
  /* line 2872, ../sass/styles.scss */
  .footer #container .block-block {
    width: 100%;
  }
}

/* line 2899, ../sass/styles.scss */
#bottom {
  background: #dedede;
  width: 100%;
  min-height: 67px;
  position: relative;
  display: block;
}
/* line 2906, ../sass/styles.scss */
#bottom #container {
  font-size: 12px;
  font-family: 'PlutoSansLight', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #adadad;
  height: inherit;
}
/* line 2912, ../sass/styles.scss */
#bottom #container p {
  margin: 0;
}
/* line 2916, ../sass/styles.scss */
#bottom #container a {
  font-size: 12px;
  font-family: 'PlutoSansLight', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
  line-height: 67px;
}
@media only all and (max-width: 980px) {
  /* line 2916, ../sass/styles.scss */
  #bottom #container a {
    line-height: 20px;
  }
}
/* line 2927, ../sass/styles.scss */
#bottom #container a:hover {
  color: #000;
}
@media only all and (max-width: 720px) {
  /* line 2916, ../sass/styles.scss */
  #bottom #container a {
    line-height: normal;
    padding: 10px 0;
  }
}
/* line 2937, ../sass/styles.scss */
#bottom #container #block-block-9 {
  background: #dedede;
}
@media only all and (max-width: 980px) {
  /* line 2937, ../sass/styles.scss */
  #bottom #container #block-block-9 {
    width: 100%;
    display: block;
    padding: 10px 0;
    padding-left: 12px;
  }
}
@media only all and (max-width: 720px) {
  /* line 2937, ../sass/styles.scss */
  #bottom #container #block-block-9 {
    padding-top: 10px;
  }
}
/* line 2951, ../sass/styles.scss */
#bottom #container #block-block-9 p {
  display: inline-block;
  border-right: 2px solid #9d9d9d;
}
/* line 2956, ../sass/styles.scss */
#bottom #container #block-block-9 a.copyright {
  padding-left: 0;
}
/* line 2959, ../sass/styles.scss */
#bottom #container #block-block-9 a.copyright:hover {
  color: #9d9d9d;
  cursor: default;
}
/* line 2965, ../sass/styles.scss */
#bottom #container #block-block-9 a {
  border-right: 2px solid #9d9d9d;
  padding: 0 10px;
}
/* line 2969, ../sass/styles.scss */
#bottom #container #block-block-9 a:last-child {
  border-right: none;
}
@media only all and (min-width: 1200px) {
  /* line 2965, ../sass/styles.scss */
  #bottom #container #block-block-9 a {
    padding: 0 20px;
  }
}
@media only all and (max-width: 390px) {
  /* line 2965, ../sass/styles.scss */
  #bottom #container #block-block-9 a {
    padding: 0 2px;
  }
}
/* line 2983, ../sass/styles.scss */
#bottom #container #block-block-5 {
  background: #dedede;
}
@media only all and (max-width: 720px) {
  /* line 2983, ../sass/styles.scss */
  #bottom #container #block-block-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only all and (max-width: 980px) {
  /* line 2983, ../sass/styles.scss */
  #bottom #container #block-block-5 {
    width: 100%;
    display: block;
    padding-bottom: 10px;
    margin: 0;
  }
}
/* line 2998, ../sass/styles.scss */
#bottom #container #block-block-5 p {
  text-align: right;
}
@media only all and (max-width: 720px) {
  /* line 2998, ../sass/styles.scss */
  #bottom #container #block-block-5 p {
    text-align: left;
  }
}
@media only all and (max-width: 980px) {
  /* line 2998, ../sass/styles.scss */
  #bottom #container #block-block-5 p {
    text-align: left;
  }
}

/* line 3016, ../sass/styles.scss */
table {
  border: none;
  width: 100%;
}
/* line 3020, ../sass/styles.scss */
table caption {
  text-align: left;
  font-weight: bolder;
  font-size :medium;
}
/* line 3025, ../sass/styles.scss */
table thead th {
  border-right: none;
  border-left: none;
  color: #3495ca !important;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  padding-left: 10px;
}
/* line 3034, ../sass/styles.scss */
table thead th p {
  border-right: none;
  border-left: none;
  color: #3495ca !important;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}
/* line 3045, ../sass/styles.scss */
table tbody {
  border: none;
  border-color: #cfcfcf;
}
/* line 3049, ../sass/styles.scss */
table tbody tr {
  font-weight: normal;
  font-style: normal;
  border-left: none;
  border-right: none;
  padding: 10px 0;
  font-family: 'PlutoSansLight';
  border-bottom: 1px solid #cfcfcf;
}
/* line 3058, ../sass/styles.scss */
table tbody tr td {
  color: #666;
  font-size: 12px;
  border-right: none;
  border-left: none;
  padding: 8px 0;
  padding-left: 10px;
}
/* line 3066, ../sass/styles.scss */
table tbody tr td h1, table tbody tr td h2, table tbody tr td h3, table tbody tr td h4, table tbody tr td h5, table tbody tr td h6 {
  margin: 10px !important;
}
/* line 3075, ../sass/styles.scss */
table tbody tr td h1 > a,
table tbody tr td h2 > a,
table tbody tr td h3 > a,
table tbody tr td h4 > a,
table tbody tr td h5 > a,
table tbody tr td h6 > a {
  margin: 10px !important;
}
/* line 3079, ../sass/styles.scss */
table tbody tr td p {
  margin: 0 !important;
}
/* line 3085, ../sass/styles.scss */
table tbody th {
  border-right: none;
  border-left: none;
  color: #3495ca !important;
  font-size: 14px;
  text-transform: uppercase !important;
  text-align: left;
  padding-left: 10px;
}
/* line 3094, ../sass/styles.scss */
table tbody th p {
  border-right: none;
  border-left: none;
  color: #3495ca !important;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}
.orct_option{
  margin:10px !important;
}

#score_card{

  font-size: 24px;
  line-height: 30px;
  padding: 20px;
  border:1px solid #ccc;
  margin-top: -75px;
  text-align: right;
  float:right;

}

.orct_message{

  font-size: 24px;
  line-height: 30px;
  padding: 20px;
  border:1px solid #ccc;
  margin-bottom: 20px;
  text-align: center;

}

.orct_note{
  font-size: 15px;
  line-height: 20px;
  border-top: 1px solid #ccc;
}


.fail p,{
  color: #fff !important;
}

.fail{
  background-color: #f00;
}

.almost p, .pass p{
  color: #fff !important;
}

.almost {
  background-color: orange;;
}

.pass {
  background-color: green
}


/*----- New section Footer top ---------*/

#footer-top{
    display : block;
    position : relative;
    width : 100%;
    min-height : 174px;
   /*background : url(../images/reports-icon.png) no-repeat;
    background-position : left 11% center;*/
}

#footer-top #container{
    padding-left : 303px;
    background-image : url(../images/reports-icon.png), url(../images/line.png);
    background-repeat : no-repeat, no-repeat;
    background-position : left  center, left 19% center;
    display: block;
    position : relative;
    min-height : 174px;
    }

#block-block-41{
display : block;
position : relative;
    width : 100%;
}

#block-block-41 h2{
    display : none;
}

#block-block-41 p{
    font-size : 20px;
    color : #0082ac;
    padding-left : 0px;
    margin-bottom: 15px;
    font-weight : bold;
}

#block-block-42{/* Orange*/
    
}

#block-block-42 h2{/* Orange*/
   display : none; 
}

#block-block-42 p{
color : #82330d;
font-size : 16px;
}

#block-block-43 p{
color : #82330d;
font-size : 16px;
}

#block-block-44 p{
color : #82330d;
font-size : 16px;
}

#block-block-45 p{
color : #82330d;
font-size : 16px;
}


#block-block-45 a{
color : #82330d;
font-size : 16px;
}

#block-block-43{/* Mascom*/
    
}

#block-block-43 h2{/* Mascom*/
   display : none; 
}


#block-block-44{/*Btc mobile*/
    
    
}

#block-block-44 h2{/*Btc mobile*/
   display : none; 
    
}

#block-block-45{/*email*/
    
    
}

#block-block-45 h2{/*email*/
   display : none; 
    
}


@media (max-width : 1515px){
    #footer-top #container {
    padding-left: 174px;
    background-position: left center, left 13% center;
    }
 
}

@media (max-width : 1388px){
    #footer-top  {
      background-position : left 4% center;
    }
}


@media (max-width : 1195px){

    
      #footer-top #container {
    padding-left: 194px;
    background-position: left center, left 168px center;
    }
}


@media (max-width : 991px){
#footer-top {
    background-position: left 4% center;
    min-height: 264px;
}
    
}


@media (max-width : 606px){
    
    #footer-top{
    background : none;    
    }
    
    #footer-top #container {
    padding-left: 0px;
        background : none;
}
    
}


@media (max-width : 395px){
    #block-block-42{
        width : 100%;
    }
    
     #block-block-43{
        width : 100%;
    }
    
     #block-block-44{
        width : 100%;
    }
    
     #block-block-45{
        width : 100%;
    }
    
    #footer-top {
    background-position: left 4% center;
    min-height: 451px;
}
    
}

/*-------- quick tabs-------*/

.front #content-bottom-colour-bar #quicktabs-resources_block #block-block-46{
    margin-top : 0px;
    padding: 20px;
    border: 1px solid lightgrey;
}



@media (max-width : 1190px){
  
    .front #content-bottom-colour-bar #quicktabs-resources_block #block-block-46 iframe{
        width : 440px !important;
     }
     
     #block-nice-menus-1 .nice-menu > li{
             padding: 15px 8px;
     }
}

@media (max-width : 1110px){
    #block-nice-menus-1 .nice-menu > li {
        padding: 15px 5px;
    }
}

@media (max-width : 1099px){
  
    .front #content-bottom-colour-bar #quicktabs-resources_block #block-block-46 iframe{
        
        width : 380px !important;
        
     }
}

@media only all and (max-width: 995px) {
 #main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-15, #main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-14, #main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-51, #main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-48{
         width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
 }
}

@media (max-width : 991px){
  
    .front #content-bottom-colour-bar #quicktabs-resources_block #block-block-46 iframe{
        
        width : 500px !important;
        
     }
}


@media (max-width : 614px){
  
     .front #content-bottom-colour-bar #quicktabs-resources_block #block-block-46 iframe{
        
        width : 440px !important;
        
     }
}


@media (max-width : 558px){
  
     .front #content-bottom-colour-bar #quicktabs-resources_block #block-block-46 iframe{
        
        width : 410px !important;
        
     }
    
    .front #content-bottom-colour-bar #quicktabs-resources_block #block-block-46{
    padding: 10px;
    }
}


@media (max-width : 509px){
  
     .front #content-bottom-colour-bar #quicktabs-resources_block #block-block-46 iframe{
        
        width : 390px !important;
        
     }
    
    .front #content-bottom-colour-bar #quicktabs-resources_block #block-block-46{
    padding: 3px;
    }
}


@media (max-width : 500px){
#main #main-wrapper #content-bottom #content-bottom-border #content-bottom-colour-bar #container #block-quicktabs-resources-block #quicktabs-resources_block ul.quicktabs-tabs li.active a:after {
    content: none !important;
    z-index: 20;
    position: absolute;
    overflow: auto;
    top: 22px;
}

  #main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-15, #main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-14, #main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-51, #main #main-wrapper #content .region-blockgroup-export-invest-blocks #block-block-48{
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
    height: 130px;
    margin-top: 0;
    }
}

@media (max-width : 486px){
  
   .front #content-bottom-colour-bar #quicktabs-resources_block #block-block-46{
    margin-top : 0px;
    padding: 20px;
    border: none;
    }
    
    .front #content-bottom-colour-bar #quicktabs-resources_block #block-block-46 iframe {
    width: 330px !important;
    border: 1px solid lightgrey;
    padding-left: 10px;
    padding-top: 23px;
    margin-top: -30px;
    padding-right: 10px;
    padding-bottom: 10px;
    }
}


@media (max-width : 471px){
  
     .front #content-bottom-colour-bar #quicktabs-resources_block #block-block-46 iframe{
        
        width : 370px !important;
        
     }
}

@media (max-width : 454px){
  
     .front #content-bottom-colour-bar #quicktabs-resources_block #block-block-46 iframe{
        
        width : 330px !important;
        
     }
    
}

/*----- page-sectors ------*/

.page-sectors .view-investment-sectors-modal-view .views-column{
    height : 170px;
}

.views-field-field-video-from-youtube .mejs-container,
.views-field-field-video-from-youtube .mejs-container *{
    max-width: 100%;
    height: auto;
}

.section-testimonials-and-making-it-botswana #page-title{
    display: none !important;
}

.section-testimonials-and-making-it-botswana #block-views-testimonials-block-1{
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
        position: relative;
    display: block;
}

.section-testimonials-and-making-it-botswana #block-views-making-it-in-botswana-block{
            position: relative;
    display: block;
}

.section-testimonials #main .views-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.section-testimonials #main .views-column{
    margin-bottom: 20px;
}

.section-testimonials #main .views-column .wrapper.views-fieldset,
.section-testimonials-and-making-it-botswana #block-views-testimonials-block-1 .wrapper.views-fieldset{
    background: #e1e1e1;
    padding: 10px;
    margin-bottom: 20px;
}

.section-testimonials #main .views-column .views-field-title .field-content,
.section-testimonials-and-making-it-botswana #block-views-testimonials-block-1 .wrapper.views-fieldset .views-field-title .field-content{
    color: #dd9e00 !important;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.section-testimonials #main .views-column .views-field-view-node .field-content a,
.section-testimonials-and-making-it-botswana #block-views-testimonials-block-1 .wrapper.views-fieldset .views-field-view-node .field-content a{
    margin-top: 10px;
    display: block;
}

.section-testimonials-and-making-it-botswana #block-views-making-it-in-botswana-block .more-link,
.section-testimonials-and-making-it-botswana #block-views-testimonials-block-1 .more-link{
    position: absolute;
    top: 0;
    right: 0;
}

.section-testimonials-and-making-it-botswana #block-views-making-it-in-botswana-block .more-link a,
.section-testimonials-and-making-it-botswana #block-views-testimonials-block-1 .more-link a{
    color: #1e78af;
    background: #e1e1e1 url("./../images/blue-arrow.png") no-repeat 90% center;
    font-size: 14px;
    padding: 10px 40px 10px 10px;
    border-radius: 20px;
}

.section-testimonials-and-making-it-botswana #block-views-making-it-in-botswana-block .more-link a:hover,
.section-testimonials-and-making-it-botswana #block-views-testimonials-block-1 .more-link a:hover{
    background: #cacaca url("./../images/blue-arrow.png") no-repeat 90% center;
    text-decoration: none;
}

.section-testimonials-and-making-it-botswana #block-views-making-it-in-botswana-block h2,
.section-testimonials-and-making-it-botswana #block-views-testimonials-block-1 h2{
    margin-bottom: 20px !important;
}

.section-making-it-in-botswana #main .views-column{
    margin-bottom: 20px;
}

.section-testimonials-and-making-it-botswana #main #block-views-making-it-in-botswana-block .views-column{
    margin-bottom: 20px;   
}

#scroller{
    display: block;
    position: sticky;
    width: 100%;
    text-align: center;
    padding: 70px 20px 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    background: hsla(0, 0%, 100%, 1);
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 0.5) 50%, hsla(0, 0%, 100%, 0.1) 80%, hsla(0, 0%, 100%, 0) 100%);
    background: -moz-linear-gradient(90deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 0.5) 50%, hsla(0, 0%, 100%, 0.1) 80%, hsla(0, 0%, 100%, 0) 100%);
    background: -webkit-linear-gradient(90deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 0.5) 50%, hsla(0, 0%, 100%, 0.1) 80%, hsla(0, 0%, 100%, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1 );
}

#scroller span{
    background: #fff url("./../images/chevron-blue.png") no-repeat 95% center;
    display: inline-block;
    border: 1px solid #d7d7d7;
    padding: 10px 40px 10px 20px;
    color: #1e78af;
    font-size: 16px;
    font-weight: bold;
}

#scroller span:hover{
    cursor: pointer;
    background: #eaeaea url("./../images/chevron-blue.png") no-repeat 95% center;
}

#sub-page #main #content.clipped{
    max-height: 950px;
    overflow-x: auto;
}

.mean-container .mean-bar,
.mean-container .mean-nav{
    background: #dd9e00;
}

.mean-container .mean-nav ul li a.mean-expand{
    height: 17px;
    line-height: 1;
}

#views_slideshow_controls_text_main_image-block_1{
    display: none;
}