/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* 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. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
audio,
canvas,
video {
  display: inline-block;
  /* TODO Causing compile error - commented out ..
  @if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
    *display: inline;
    *zoom: 1;
  }
  */
}

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

/* Address styling not present in IE 8/9. */
[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.
 */
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. */
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. */
a:focus {
  outline: thin dotted;
}

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

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.
 */
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;
}

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

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. */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

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

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

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

/* Set consistent quote types. */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

dd {
  margin: 0 0 0 30px;
  /* LTR */
}

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

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

/* Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
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.
 */
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.
 */
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 */
}

@media screen and (max-width: 980px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=url],
  textarea {
    width: 100%;
  }

  .chosen-container {
    width: 100% !important;
  }
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
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.
 */
button,
select {
  text-transform: none;
}

/**
 * BUTTON STYLING
 *
 */
.button,
input.form-submit {
  border: 1px solid #2f3030;
  background: #894D98;
  background: -moz-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #894d98), color-stop(100%, #4e2b57));
  background: -webkit-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -o-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -ms-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: linear-gradient(to bottom, #894d98 0%, #4e2b57 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 8px 4px;
  font-family: "BCSans",Arial,sans-serif;
  font-weight: 300;
  margin: 0.5em 0.5em 0.5em 0;
}
.button:hover,
input.form-submit:hover {
  border: 1px solid #565757;
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -o-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: linear-gradient(to bottom, #4e4e4e 0%, #1d1d1d 100%);
  color: #FFFFFF;
  text-decoration: none;
}

.button,
input.form-submit:disabled {
  border: 1px solid #2f3030;
  background: #DFCFE8;
  background: -moz-linear-gradient(top, #dfcfe8 0%, #68696b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfcfe8), color-stop(100%, #68696b));
  background: -webkit-linear-gradient(top, #dfcfe8 0%, #68696b 100%);
  background: -o-linear-gradient(top, #dfcfe8 0%, #68696b 100%);
  background: -ms-linear-gradient(top, #dfcfe8 0%, #68696b 100%);
  background: linear-gradient(to bottom, #dfcfe8 0%, #68696b 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 8px 4px;
  font-family: "BCSans",Arial,sans-serif;
  font-weight: 300;
  margin: 0.5em 0.5em 0.5em 0;
}

/**
 * 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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/**
 * 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.
 */
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).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

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

/* Remove inner padding and border in Firefox 4+. */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
label {
  display: block;
  font-weight: bold;
  margin: 1em 0 0.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.
 */
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
#header,
#content,
#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. */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* Navigation bar */
@media all and (min-width: 480px) {
  #main {
    /* Move all the children of #main down to make room. */
    padding-bottom: 3em;
    position: relative;
  }

  #navigation {
    /* Move the navbar up inside #main's padding. */
    position: absolute;
    top: 0;
    height: 2em;
    width: 100%;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 480px) and (max-width: 731px) {
  /**
  ** THIS IS USED FOR SCHOOLS ONLINE MAIN PAGE LAYOUT **

   * The layout when there is only one sidebar, the right one.
   */
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  .sidebar-second #content {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    clear: left;
  }
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 41.66667%;
    margin-left: 58.33333%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  .two-sidebars {
    /* Start a new row and span all columns. */
    /* Start a new row and span all columns. */
    /* Start a new row and span all columns. */
  }
  .two-sidebars #content {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  .two-sidebars .region-sidebar-first {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  .two-sidebars .region-sidebar-second {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 732px) and (max-width: 959px) {
  /**
  ** THIS IS USED FOR SCHOOLS ONLINE MAIN PAGE LAYOUT **

   * The layout when there is only one sidebar, the right one.
   */
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  .sidebar-second #content {
    float: left;
    width: 58.33333%;
    margin-left: 0%;
    margin-right: -58.33333%;
    clear: left;
  }
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the left one.
   */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  .sidebar-first #content {
    float: left;
    width: 16.66667%;
    margin-left: 8.33333%;
    margin-right: -25%;
  }
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 8.33333%;
    margin-left: 0%;
    margin-right: -8.33333%;
  }

  /**
   * The layout when there are two sidebars.
   */
  .two-sidebars {
    /* Span 8 columns, starting in 5th column from left. */
    /* Span 4 column, starting in 1st column from left. */
    /* Start a new row and span all columns. */
  }
  .two-sidebars #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  .two-sidebars .region-sidebar-second {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 960px) {
  /**
  ** THIS IS USED FOR SCHOOLS ONLINE MAIN PAGE LAYOUT **

   * The layout when there is only one sidebar, the right one.
   */
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  .sidebar-second #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
    clear: left;
  }
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 29.16667%;
    margin-left: 70.83333%;
    margin-right: -100%;
    margin-top: 3.75em;
  }

  /**
   * The layout when there is only one sidebar, the left one.
   */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  .sidebar-first #content {
    float: left;
    width: 16.66667%;
    margin-left: 4.16667%;
    margin-right: -20.83333%;
  }
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 4.16667%;
    margin-left: 0%;
    margin-right: -4.16667%;
  }

  /**
   * The layout when there are two sidebars.
   */
  .two-sidebars {
    /* Span 15 columns, starting in 5th column from left. */
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 4 columns, starting in 20th column from left. */
  }
  .two-sidebars #content {
    float: left;
    width: 62.5%;
    margin-left: 16.66667%;
    margin-right: -79.16667%;
  }
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 16.66667%;
    margin-left: 0%;
    margin-right: -16.66667%;
  }
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 16.66667%;
    margin-left: 79.16667%;
    margin-right: -95.83333%;
  }
}
/* 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
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/**
 * Wireframes.
 */
.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 #cccccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
.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. */
.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.
 */
#skip-link {
  margin: 0;
}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666666;
  color: white;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
.header__site-link:link, .header__site-link:visited {
  color: black;
  text-decoration: none;
}
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
#navigation .block {
  margin-bottom: 0;
}
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
#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.
 */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
  border-bottom: 1px solid #dfd8e0;
  padding-bottom: 0.375em;
}

/**
 * Messages.
 */
.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;
}

.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;
}

.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;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
.messages--error p.error {
  color: #333333;
}

/* System status report. */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* Secondary tabs. */
/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
.inline {
  display: inline;
  padding: 0;
}
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
.more-link {
  text-align: right;
  /* LTR */
}

.more-help-link {
  text-align: right;
  /* LTR */
}

.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. */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
  font-size: 14px;
}

.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;
}

.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. */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

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

.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. */
.menu a.active {
  color: black;
}

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

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
.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. */
.comments {
  margin: 1.5em 0;
}

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

/* Wrapper for a single comment. */
.comment {
  /* Comment's permalink wrapper. */
}
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
.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. */
.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). */
}
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
.form-item .description {
  font-size: 0.85em;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
a.button {
  border: 1px solid #2f3030;
  background: #894D98;
  background: -moz-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #894d98), color-stop(100%, #4e2b57));
  background: -webkit-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -o-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -ms-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: linear-gradient(to bottom, #894d98 0%, #4e2b57 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 8px 4px;
  font-family: "BCSans",Arial,sans-serif;
  font-weight: 300;
  margin: 0.5em 0.5em 0.5em 0;
}
a.button:hover {
  border: 1px solid #565757;
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -o-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: linear-gradient(to bottom, #4e4e4e 0%, #1d1d1d 100%);
  color: #FFFFFF;
  text-decoration: none;
}

/* Password confirmation. */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
#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. */
.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. */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

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 */
}

#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #cccccc;
}
form tbody {
  border-top: 1px solid #cccccc;
}
form table ul {
  margin: 0;
}

tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #cccccc;
  padding: 0.1em 0.6em;
}

tr.even {
  background-color: white;
}

/* Markup generated by theme_tablesort_indicator(). */
td.active {
  background-color: #dfd8e0;
}

/* Center checkboxes inside table cell. */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
td.menu-disabled {
  background: #cccccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
#autocomplete .selected {
  background: #0072b9;
  color: white;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #cccccc;
  border-color: #666666;
  margin: 0 0.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1479830952');
}

/**
 * @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. */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

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

  /* Un-float the content. */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  body,
  #page,
  #main,
  #content {
    color: black;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  #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;
  }
}
#block-block-638 .block__title {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1em;
  font-size: 19px;
}
#block-block-638 p {
  margin-top: 0.9em;
}

#block-block-639 .block__title {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1em;
  font-size: 19px;
}
#block-block-639 p {
  margin-top: 0.9em;
}

/**
 * @file
 * ISA Applications block found at /applications.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
.isa-applications-block {
  padding-bottom: 40px;
  border-bottom: 1px solid #dfd8e0;
}

/**
 * @file
 * Ambassador map block provided by the so_amb_map module.
 */
.amb-map-text {
  margin-bottom: 20px;
}
.amb-map-text h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.amb-map-text .item-list h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  border-width: 0;
}
.amb-map-text .button {
  display: inline-block;
  margin: 0;
}

.bc-carousel {
  position: relative;
  overflow: hidden;
  width: 99.9%;
  /* Not 100% due to a 1px gap the the right of the overflow on both Chrome and Firefox */
  height: 100%;
  /* Dynamic */
  margin: 0;
  zoom: 1;
  /**
   * Page controls - aka the Next/Prev paddles
   */
}
.bc-carousel h2 {
  border: none;
}
.bc-carousel .bc-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
}
.bc-carousel .bc-navigation ol {
  margin: 0;
}
.bc-carousel .bc-navigation li {
  position: relative;
  display: inline-block;
  margin: 0 4px 0 0;
  list-style-type: none;
}
.bc-carousel .bc-navigation li a {
  display: inline-block;
  width: 8px;
  height: 8px;
  font-size: 0;
  border-radius: 4px;
  background: black;
  background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 730px) {
  .bc-carousel .bc-navigation li {
    margin-right: 7px;
  }
  .bc-carousel .bc-navigation li a {
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
}
.bc-carousel .bc-deck {
  display: block;
  margin: 0;
  padding: 0;
  /* Transition on margin-left, was using translateX but it ain't so simple but we do lose out on HW acceleration. Maybe look at again if perf isn't so good. */
  -moz-transition: margin 0.3s ease;
  -webkit-transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  -ms-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
.bc-carousel .bc-deck .bc-card {
  float: left;
  width: 100%;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.bc-carousel .bc-deck .bc-card img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}
.bc-carousel .bc-cta {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 9px;
}
.bc-carousel .bc-cta .bc-link-button {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  position: relative;
  zoom: 1;
  color: white;
  font-size: 0.875em;
  display: inline-block;
}
.bc-carousel .bc-cta .bc-link-button:before,
.bc-carousel .bc-cta .bc-link-button .ie-before {
  content: " ";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  margin-top: -8px;
  left: 10px;
}
@media (min-width: 470px) {
  .bc-carousel .bc-cta .bc-link-button {
    display: block;
  }
}
@media (min-width: 730px) {
  .bc-carousel .bc-cta .bc-link-button {
    font-size: 1em;
    line-height: 22px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-left: 20px;
    margin-right: 20px;
    color: white;
    margin-bottom: 13px;
  }
}
@media (min-width: 980px) {
  .bc-carousel .bc-cta .bc-link-button {
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 470px) {
  .bc-carousel .bc-cta {
    padding: 0 20px;
    display: block;
  }
}
.bc-carousel .bc-page-controls {
  height: 0;
  margin: 0;
  padding: 0;
}
.bc-carousel .bc-page-controls a {
  position: absolute;
  display: block;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -34px;
  font-size: 0;
  z-index: 5;
}
.bc-carousel .bc-page-controls a.bc-prev {
  left: 0;
}
.bc-carousel .bc-page-controls a.bc-next {
  right: 0;
}
@media (min-width: 730px) {
  .bc-carousel {
    margin: 0 0 20px 0;
  }
}

.bc-carousel.bc-carousel-home {
  display: block;
}
.bc-carousel.bc-carousel-home .bc-navigation {
  bottom: 0;
}
@media (min-width: 730px) {
  .bc-carousel.bc-carousel-home .bc-navigation {
    bottom: 5px;
  }
}
.bc-carousel.bc-carousel-home .bc-deck .bc-card {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}
.bc-carousel.bc-carousel-home .bc-deck .bc-card:first-child .bc-card-info {
  background: #3d9026;
}
.bc-carousel.bc-carousel-home .bc-deck .bc-card:last-child .bc-card-info {
  background: #dd4400;
  background: #c10012;
}
.bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info {
  position: relative;
  padding: 0 20px 15px 20px;
  background: #733283;
}
.bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info.blue,
.bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info div.blue {
  background-color: #5252BB;
}
.bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info.cyan,
.bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info div.cyan {
  background-color: #0099A7;
}
.bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info.green,
.bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info div.green {
  background-color: #84BF41;
}
.bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info.magenta,
.bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info div.magenta {
  background-color: #B83981;
}
.bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info.orange,
.bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info div.orange {
  background-color: #FF6600;
}
.bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info.pink,
.bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info div.pink {
  background-color: #EE0487;
}
.bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info.purple,
.bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info div.purple {
  background-color: #894D98;
}
.bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info.red,
.bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info div.red {
  background-color: #DC4439;
}
.bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info div {
  padding: 0 1em 1em;
}
@media (min-width: 730px) {
  .bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info {
    position: static;
    padding: 0;
    margin: 0;
  }
  .bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px 44px 50px 20px;
    width: 32.6%;
  }
}
@media (min-width: 840px) {
  .bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info div {
    padding: 20px 64px 50px 20px;
  }
}
.bc-carousel.bc-carousel-home .bc-deck .bc-card h2, .bc-carousel.bc-carousel-home .bc-deck .bc-card p {
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 5px 0;
  padding: 0;
}
.bc-carousel.bc-carousel-home .bc-deck .bc-card h2 {
  margin: 0;
  padding: 10px 0 10px 0;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 730px) {
  .bc-carousel.bc-carousel-home .bc-deck {
    padding: 0;
    background: transparent;
  }
  .bc-carousel.bc-carousel-home .bc-deck .bc-card {
    overflow: hidden;
  }
  .bc-carousel.bc-carousel-home .bc-deck .bc-card h2 {
    border: none;
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
  }
  .bc-carousel.bc-carousel-home .bc-deck .bc-card p {
    margin: 10px 0;
  }
  .bc-carousel.bc-carousel-home .bc-deck .bc-card img {
    width: auto;
    max-width: 85%;
    margin-left: -5%;
  }
}
@media (min-width: 980px) {
  .bc-carousel.bc-carousel-home .bc-deck .bc-card {
    overflow: initial;
  }
  .bc-carousel.bc-carousel-home .bc-deck .bc-card h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .bc-carousel.bc-carousel-home .bc-deck .bc-card img {
    width: 67.5%;
    margin-left: 0;
  }
}
.bc-carousel.bc-carousel-home .bc-page-controls a {
  top: 35%;
  height: 100px;
}
@media (min-width: 730px) {
  .bc-carousel.bc-carousel-home .bc-page-controls a {
    top: 50%;
    height: 44px;
    margin-top: -22px;
  }
}
.bc-carousel.bc-carousel-home .bc-cta {
  margin-bottom: 10px;
  bottom: 100%;
}
@media (min-width: 730px) {
  .bc-carousel.bc-carousel-home .bc-cta {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 67.5%;
    margin: 0;
    padding: 20px 0 15px 0;
    text-align: center;
  }
}
@media (min-width: 730px) {
  .bc-carousel.bc-carousel-home {
    -webkit-transform: translateZ(0);
    margin: 0;
    display: block;
  }
  .bc-carousel.bc-carousel-home .bc-navigation {
    width: 32.6%;
    left: auto;
  }
}

.bc-carousel.bc-carousel-hero .bc-navigation {
  padding: 115px 0 0 0;
  border-width: 0 0 20px 0;
  border-style: solid;
  border-color: #4c275b;
  /* Set a gradient fade background on the navigation block that is used as a mask over the top of the image. */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(14%, rgba(0, 0, 0, 0)), color-stop(55%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.7) 100%);
}
.bc-carousel.bc-carousel-hero .bc-navigation ol {
  padding: 15px 0 0 0;
  margin: 0;
  margin-bottom: -17px;
  line-height: 0;
}
.bc-carousel.bc-carousel-hero .bc-navigation li a {
  background: rgba(255, 255, 255, 0.4);
}
@media (min-width: 730px) {
  .bc-carousel.bc-carousel-hero .bc-navigation {
    border-width: 0 0 27px 0;
    margin-bottom: -21.5px;
  }
}
.bc-carousel.bc-carousel-hero figcaption {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-weight: 300;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
  background: #4c275b;
  background: rgba(76, 39, 91, 0.9);
}
@media (min-width: 730px) {
  .bc-carousel.bc-carousel-hero figcaption {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }
}
.bc-carousel.bc-carousel-hero .bc-cta {
  bottom: 15px;
}
@media (min-width: 730px) {
  .bc-carousel.bc-carousel-hero .bc-cta {
    bottom: 20px;
  }
}
.bc-carousel.bc-carousel-hero.bc-processed .bc-deck .bc-card {
  border-width: 0 0 20px 0;
  border-style: solid;
}
@media (min-width: 730px) {
  .bc-carousel.bc-carousel-hero.bc-processed .bc-deck .bc-card {
    border-width: 0 0 27px 0;
  }
}
.bc-carousel.bc-carousel-hero.bc-not-processed .bc-deck .bc-card img {
  float: left;
  width: 70%;
}
@media (min-width: 730px) {
  .bc-carousel.bc-carousel-hero.bc-not-processed .bc-deck .bc-card img {
    width: 50%;
  }
}
.bc-carousel.bc-carousel-hero.bc-not-processed .bc-deck .bc-card figcaption,
.bc-carousel.bc-carousel-hero.bc-not-processed .bc-deck .bc-card .bc-cta {
  position: static;
}
@media (min-width: 730px) {
  .bc-carousel.bc-carousel-hero.bc-not-processed .bc-deck .bc-card figcaption,
  .bc-carousel.bc-carousel-hero.bc-not-processed .bc-deck .bc-card .bc-cta {
    float: right;
    width: 50%;
    margin-top: 3.5%;
  }
}
.bc-carousel.bc-carousel-hero.bc-not-processed .bc-deck .bc-card .bc-cta {
  clear: both;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}
.bc-carousel.bc-carousel-hero.bc-not-processed .bc-deck .bc-card .bc-cta a {
  display: block;
}
@media (min-width: 730px) {
  .bc-carousel.bc-carousel-hero.bc-not-processed .bc-deck .bc-card .bc-cta {
    float: right;
    clear: right;
    padding-top: 0;
  }
  .bc-carousel.bc-carousel-hero.bc-not-processed .bc-deck .bc-card .bc-cta a {
    width: auto;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
  }
}
.bc-carousel.bc-carousel-hero.bc-not-processed .bc-deck .bc-card figcaption {
  margin-top: -30px;
  width: 70%;
  padding: 1.6% 10px;
  float: right;
  font-weight: 600;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 730px) {
  .bc-carousel.bc-carousel-hero.bc-not-processed .bc-deck .bc-card figcaption {
    font-size: 15px;
    padding: 10px 15px;
    margin-left: -30px;
    text-transform: none;
  }
}
@media (min-width: 980px) {
  .bc-carousel.bc-carousel-hero.bc-not-processed .bc-deck .bc-card figcaption {
    font-size: 16px;
    text-transform: initial;
  }
}
.bc-carousel.bc-carousel-hero.bc-not-processed .bc-deck .bc-card.bc-no-image figcaption {
  margin-top: 0;
}

.rtl {
  /* Transaitions done't work rtl so change back to ltr then change back agaian for content. */
}
.rtl .bc-carousel {
  direction: ltr;
}
.rtl .bc-carousel .bc-deck > .bc-card {
  direction: rtl;
  float: right;
}
.rtl .bc-carousel .bc-cta .bc-link-button {
  padding-left: 17px;
  padding-right: 30px;
}
.rtl .bc-carousel .bc-cta .bc-link-button:before,
.rtl .bc-carousel .bc-cta .bc-link-button .ie-before {
  left: auto;
  right: 10px;
}
.rtl .bc-carousel .bc-cta .bc-external.bc-link-button {
  padding-left: 32px;
}
@media (min-width: 730px) {
  .rtl .bc-carousel.bc-carousel-hero.bc-not-processed .bc-deck .bc-card img {
    float: right;
  }
  .rtl .bc-carousel.bc-carousel-hero.bc-not-processed .bc-deck .bc-card figcaption,
  .rtl .bc-carousel.bc-carousel-hero.bc-not-processed .bc-deck .bc-card .bc-cta {
    float: left;
  }
  .rtl .bc-carousel.bc-carousel-hero.bc-not-processed .bc-deck .bc-card figcaption {
    margin-left: 0;
    margin-right: -30px;
  }
  .rtl .bc-carousel.bc-carousel-hero.bc-not-processed .bc-deck .bc-card .bc-cta {
    clear: left;
  }
  .rtl .bc-carousel.bc-carousel-home .bc-navigation {
    right: auto;
    left: 0;
  }
  .rtl .bc-carousel.bc-carousel-home .bc-deck .bc-card .bc-card-info div {
    right: auto;
    left: 0;
    padding-left: 64px;
    padding-right: 20px;
  }
}

.lt-ie9 .bc-carousel-hero .bc-navigation {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}

.lt-ie8 .bc-carousel {
  /* Still needed with new design? */
}
.lt-ie8 .bc-carousel .bc-deck .bc-card img {
  margin-top: -2px;
}
.lt-ie8 .bc-carousel .bc-navigation {
  /* BUGFIX for SOLAS-2689. */
  padding-top: 0;
  border-width: 5px 0 25px 0;
}
.lt-ie8 .bc-carousel .bc-navigation ol {
  padding-top: 0;
}
.lt-ie8 .bc-carousel .bc-navigation li {
  display: inline;
}
.lt-ie8 .bc-carousel .bc-navigation li a {
  display: block;
}
.lt-ie8 .bc-carousel .bc-cta .bc-link-button {
  zoom: expression('this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="ie-before"');
}
.lt-ie8 .bc-carousel-hero .bc-navigation {
  filter: none;
}

/**
 * Desktop Carousels
 */
@media screen and (min-width: 731px) {
  #bc-content .form-submit {
    margin-bottom: 13px;
  }
}
/* Page control buttons. */
.flex-direction-nav a {
  position: absolute;
  display: block;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -34px;
  font-size: 0;
  z-index: 5;
}

.flexslider .flex-direction-nav a {
  display: block;
  top: 55%;
}
.flexslider .flex-direction-nav a.flex-prev {
  left: 0px;
  opacity: 1;
}
.flexslider .flex-direction-nav a.flex-prev:before {
  content: '';
}
.flexslider .flex-direction-nav a.flex-next {
  right: 0px;
  opacity: 1;
}
.flexslider .flex-direction-nav a.flex-next:before {
  content: '';
}

/* The navigation controls i.e. the dot style navigation. */
.flex-control-paging {
  position: absolute;
  height: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 15px 0 0 0;
  margin: 0;
  border-width: 0 0 20px 0;
  border-style: solid;
  border-color: #4c275b;
  margin-bottom: -17px;
  line-height: 0;
  /* Set a gradient fade background on the navigation block that is used as a mask over the top of the image. */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(14%, rgba(0, 0, 0, 0)), color-stop(55%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.7) 100%);
}
.flex-control-paging li {
  position: relative;
  display: inline-block;
  top: 100px;
  margin: 0 4px 0 0;
  list-style-type: none;
}
.flex-control-paging li a {
  display: inline-block;
  width: 8px;
  height: 8px;
  font-size: 0;
  border-radius: 4px;
  background: black;
  background: rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.4);
}
@media (min-width: 730px) {
  .flex-control-paging {
    border-width: 0 0 27px 0;
    margin-bottom: -21.5px;
  }
  .flex-control-paging li {
    margin-right: 7px;
  }
  .flex-control-paging li a {
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
}

@media (min-width: 730px) {
  .rtl .flex-control-paging {
    right: auto;
    left: 0;
  }
}

@media all and (max-width: 470px) {
  #bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button {
    font-size: 0.875em;
    display: inline-block;
  }

  #bc-main-wrapper .bc-promo-tabs .bc-cta {
    padding: 0 9px;
  }
}
#bc-content-wrapper #bc-content {
  padding: 0 20px;
}

.node-type-homepage #bc-content-wrapper {
  margin-top: 0;
}
.node-type-homepage #bc-content-wrapper .tabs-wrapper {
  margin: 0 auto;
  max-width: 950px;
}
.node-type-homepage #bc-content-wrapper .tabs-wrapper ul.tabs-primary {
  margin: 0;
  padding: 0.75em 0.5% 0;
  width: 99%;
}
.node-type-homepage #bc-content-wrapper .tabs-wrapper ul.tabs-primary li a {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #733283;
}
.node-type-homepage #bc-content-wrapper .tabs-wrapper ul.tabs-primary li.is-active a {
  top: -1px;
  border-bottom: none;
}
@media (min-width: 730px) {
  .node-type-homepage #bc-content-wrapper .region-postscript {
    margin: 0 auto;
    max-width: 950px;
  }
}
.node-type-homepage .bc-promo-a p {
  background: none repeat scroll 0 0 black;
  font-size: 0.875em;
}
@media (min-width: 730px) {
  .node-type-homepage .bc-promo-a p {
    font-size: 0.75em;
    line-height: 1.125em;
  }
}
@media (min-width: 910px) {
  .node-type-homepage .bc-promo-a p {
    font-size: 0.875em;
    line-height: inherit;
  }
}
.node-type-homepage .bc-boxes-2-ltr {
  background-color: #EFEBF0;
  margin: 0 0 10px;
  padding: 10px 20px 30px 20px;
}
.node-type-homepage .bc-boxes-2-ltr h1 {
  margin-top: 16px;
  max-width: 600px;
}
.node-type-homepage .bc-boxes-2-ltr .bc-col1 {
  width: 100%;
}
.node-type-homepage .bc-boxes-2-ltr .bc-col1 ul li {
  list-style: disc inside none;
}
.node-type-homepage .bc-boxes-2-ltr .bc-col2 {
  width: 100%;
  margin-top: 25px;
  border-top: 1px solid #DFD8E0;
}
.node-type-homepage .bc-boxes-2-ltr .bc-col2 h2,
.node-type-homepage .bc-boxes-2-ltr .bc-col1 h2 {
  margin-top: 15px;
  border: none;
  font-size: 20px;
  padding: 0;
}
.node-type-homepage .bc-boxes-2-ltr .bc-col2 p,
.node-type-homepage .bc-boxes-2-ltr .bc-col1 p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 730px) {
  .node-type-homepage .bc-boxes-2-ltr {
    padding: 0 20px 30px 20px;
  }
  .node-type-homepage .bc-boxes-2-ltr .bc-col1 {
    width: 65%;
  }
  .node-type-homepage .bc-boxes-2-ltr .bc-col2 {
    width: 32%;
    margin-top: 0;
    border-top: none;
  }
}
.node-type-homepage .field-name-field-promo-panels ul {
  margin: 0;
  padding: 0;
}
.node-type-homepage .field-name-field-promo-panels ul li {
  margin: 0;
}
.node-type-homepage .field-name-field-promo-panels ul li:nth-child(2),
.node-type-homepage .field-name-field-promo-panels ul li:nth-child(5) {
  margin: 0 1.1%;
}
.node-type-homepage .field-name-field-promo-panels article.bc-box ul {
  padding: 0;
  margin: 0;
}
.node-type-homepage .field-name-field-promo-panels article.bc-box ul li {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.node-type-homepage .field-name-field-also-like p {
  font-size: 14px;
  line-height: 18px;
}
.node-type-homepage .field-name-field-also-like article h2 {
  font-size: 1em;
  height: 23px;
  line-height: 1.125em;
  border: none;
  margin: 0 0 5px;
  color: #733283;
}
.node-type-homepage .field-name-field-also-like article.bc-section-box img {
  margin: 0 0 15px;
}
.node-type-homepage .field-name-field-also-like article:first-of-type, .node-type-homepage .field-name-field-also-like article:last-of-type {
  margin: 0;
}
@media (min-width: 470px) {
  .node-type-homepage .bc-boxes-3 ul {
    margin: 0;
    padding: 0;
  }
  .node-type-homepage .bc-boxes-3 ul li {
    margin: 0;
  }
}
@media (min-width: 730px) {
  .node-type-homepage .bc-boxes-3 ul li {
    margin: initial;
  }
  .node-type-homepage .bc-boxes-3 .bc-box h2 {
    font-size: 0.75em;
  }
}
@media (min-width: 910px) {
  .node-type-homepage .bc-boxes-3 ul {
    margin: initial;
    padding: initial;
  }
  .node-type-homepage .bc-boxes-3 .bc-box h2 {
    font-size: initial;
  }
}
.node-type-homepage .field-type-image {
  margin: 0;
}

.paragraphs-item-hero {
  position: relative;
}
.paragraphs-item-hero img {
  margin: 0;
}
.paragraphs-item-hero .summary {
  background: #733283;
  color: white;
  font-size: 16px;
  padding: 10px;
}
.paragraphs-item-hero .summary div:nth-child(2) {
  margin-top: 10px;
}
.paragraphs-item-hero .summary a {
  color: white;
  display: block;
  margin-left: 20px;
}
.paragraphs-item-hero .summary a:before {
  content: " ";
  position: absolute;
  left: 10px;
  width: 18px;
  height: 18px;
  background-image: url("../images-source/generic/333-arrows.png");
  background-repeat: no-repeat;
  background-position: -71px -23px;
}
.paragraphs-item-hero .owl-pagination .owl-page span {
  background: #733283;
  opacity: 0.4;
}
.paragraphs-item-hero .owl-pagination .owl-page.active span {
  opacity: 1;
}
.paragraphs-item-hero .owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  background-image: url("../images-source/generic/333-arrows.png");
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-indent: -9999px;
  position: absolute;
}
.paragraphs-item-hero .owl-theme .owl-controls .owl-buttons .owl-prev {
  background-position: -127px 0px;
  left: 0;
  top: 45%;
}
.paragraphs-item-hero .owl-theme .owl-controls .owl-buttons .owl-next {
  background-position: -181px 0px;
  right: 0;
  top: 45%;
}

.paragraphs-item-icon-promo {
  overflow: hidden;
}
.paragraphs-item-icon-promo .field-name-field-icon-image {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1em;
}
.paragraphs-item-icon-promo .field-name-field-icon-image img {
  margin: 0;
}
.paragraphs-item-icon-promo.icon-promo-large .field-name-field-icon-promo-link {
  font-size: 19px;
}

.paragraphs-item-secondary-block {
  display: table;
  margin-top: 10px;
  float: left;
  width: 100%;
  max-width: 498px;
}
.paragraphs-item-secondary-block .inner-paragraph {
  background-size: cover;
  max-width: 498px;
  height: 333px;
  width: 100%;
}
.paragraphs-item-secondary-block.secondary-block-white .field-name-field-secondary-block-title {
  color: white;
}
.paragraphs-item-secondary-block.secondary-block-black .field-name-field-secondary-block-title {
  color: black;
}
.paragraphs-item-secondary-block.secondary-block-purple .field-name-field-secondary-block-title {
  color: #733283;
}
.paragraphs-item-secondary-block .field-name-field-secondary-block-title:hover {
  text-decoration: underline;
}

.school-edit-form .vertical-tabs {
  margin: 0;
}
.school-edit-form .vertical-tabs ul.vertical-tabs-list {
  width: 100%;
  margin: 0;
}
.school-edit-form .vertical-tabs .vertical-tabs-panes {
  clear: both;
}
@media (min-width: 730px) {
  .school-edit-form .vertical-tabs {
    margin: 1em 0 1em 15em;
  }
  .school-edit-form .vertical-tabs ul.vertical-tabs-list {
    margin: -1px 0px -1px -15em;
    width: 15em;
  }
  .school-edit-form .vertical-tabs .vertical-tabs-panes {
    clear: none;
  }
}
.school-edit-form .form-type-link-field .form-item {
  margin: 0;
}
.school-edit-form .field-name-field-school-has-video label.option {
  font-weight: bold;
}

.page-taxonomy-term-edit.no-sidebars ul.tabs-primary,
.page-taxonomy-term-edit.no-sidebars ul.ui-tabs-nav {
  width: 90%;
}
@media (min-width: 730px) {
  .page-taxonomy-term-edit.no-sidebars ul.tabs-primary,
  .page-taxonomy-term-edit.no-sidebars ul.ui-tabs-nav {
    width: 100%;
  }
}

/**
 * Existing school.
 */
.field-name-field-existing-school .ief-entity-table {
  border: none;
  margin: 0;
}
.field-name-field-existing-school .ief-entity-table thead {
  display: none;
}
.field-name-field-existing-school .ief-entity-table tr {
  border: none;
  background: none;
}
.field-name-field-existing-school .ief-entity-table td {
  border: none;
  background: none;
  padding: 0;
}
.field-name-field-existing-school .ief-entity-table td .tablesaw-cell-label {
  display: none;
}
.field-name-field-existing-school .ief-entity-table td .ief-form-row {
  border: 0;
  background: none;
  padding: 0;
  margin-top: 10px;
}
.field-name-field-existing-school .ief-entity-table td .ief-form-row .messages--warning {
  padding: 0;
}
.field-name-field-existing-school .ief-entity-table td .ief-form-row .messages--warning > div {
  padding: 10px 10px 10px 40px;
}
.field-name-field-existing-school .ief-entity-table td .ief-form-row .messages--warning .form-wrapper {
  padding: 0 10px 10px 40px;
}
.field-name-field-existing-school .ief-entity-table tbody {
  border: 0;
}
.field-name-field-existing-school .form-item-profile-school-profile-field-existing-school-und-form-entity-id {
  display: none;
}
.field-name-field-existing-school .field-description {
  font-size: 120%;
}
.field-name-field-existing-school .field-name-field-partnership-description {
  padding-top: 14px;
}
.field-name-field-existing-school .ief-entity-operations {
  float: right;
}
.field-name-field-existing-school .ief_autocomplete {
  border: none;
  font-size: 150%;
  font-weight: bold;
  background: none;
}
.field-name-field-existing-school .ief_autocomplete:focus {
  box-shadow: none;
}
.field-name-field-existing-school .dialog-links {
  float: left;
  padding-right: 14px;
}
.field-name-field-existing-school .text-button,
.field-name-field-existing-school .text-button:hover,
.field-name-field-existing-school .text-button:disabled {
  color: #733283;
  background: none;
  border: none;
  padding: 0 4px;
  margin: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.field-name-field-existing-school .text-button:hover {
  text-decoration: underline;
}
.field-name-field-existing-school #edit-profile-school-profile-field-existing-school-und-actions .ajax-progress {
  display: inline-block;
}
.field-name-field-existing-school #edit-profile-school-profile-field-existing-school-und-actions .ajax-progress .message {
  padding: 0 5px;
}
.field-name-field-existing-school .references-dialog-links {
  margin: 10px;
  padding: 0px;
}
.field-name-field-existing-school #edit-profile-school-profile-field-existing-school-und-form-actions-ief-reference-save {
  display: none;
}

/**
 * Inline entity form.
 */
.ui-front {
  z-index: 999;
}

.ui-dialog .ui-dialog-content {
  padding: 0;
}

/**
 * User profile form.
 */
#user-profile-form #edit-profile-school-profile-field-your-school-position .messages--warning {
  padding: 0px;
}
#user-profile-form #edit-profile-school-profile-field-your-school-position .messages--warning > div {
  padding: 10px 10px 10px 40px;
}

.growl {
  opacity: 1;
  filter: alpha(opacity=100);
}

.growl.growl-notice {
  color: #FFF;
  background: #733283;
}

.region-sidebar-second .block,
.paragraphs-item-secondary-navigation .block {
  font-weight: 300;
  background-color: #efebf0;
  padding: 0;
}
.region-sidebar-second .block h2,
.paragraphs-item-secondary-navigation .block h2 {
  background-color: black;
  color: white;
  margin: 0;
  padding: 8px 20px;
  font-size: 0.875em;
  font-weight: 300;
  border-top: none;
}
.region-sidebar-second .block a,
.paragraphs-item-secondary-navigation .block a {
  font-weight: 300;
  font-size: 0.875em;
}
.region-sidebar-second .block ul,
.paragraphs-item-secondary-navigation .block ul {
  padding: 0;
  margin: 0;
}
.region-sidebar-second .block ul li,
.paragraphs-item-secondary-navigation .block ul li {
  list-style: none;
}
.region-sidebar-second .block ul li a,
.paragraphs-item-secondary-navigation .block ul li a {
  display: block;
  padding: 7px 0 7px 20px;
  border-bottom: 1px solid white;
  background-color: #efebf0;
  color: #733283;
}
.region-sidebar-second .block ul li a.active,
.paragraphs-item-secondary-navigation .block ul li a.active {
  background-color: #733283;
  color: white;
}
.region-sidebar-second .block ul li > ul,
.paragraphs-item-secondary-navigation .block ul li > ul {
  margin-left: 1em;
}
.region-sidebar-second .block .views-row,
.paragraphs-item-secondary-navigation .block .views-row {
  list-style: none;
  padding: 7px 0 7px 20px;
  border-bottom: 1px solid white;
}
.region-sidebar-second .block .more-link,
.paragraphs-item-secondary-navigation .block .more-link {
  padding: 7px 20px 7px 0px;
}

.classroom-resource--facet-block, .view-classroom-resources .attachment-before .classroom-resources-facets .classroom-resources-facets-inner .block-facetapi {
  font-size: 0.875em;
}
.classroom-resource--facet-block h2, .view-classroom-resources .attachment-before .classroom-resources-facets .classroom-resources-facets-inner .block-facetapi h2 {
  font-size: 1em;
  font-weight: bold;
}
.classroom-resource--facet-block .item-list li, .view-classroom-resources .attachment-before .classroom-resources-facets .classroom-resources-facets-inner .block-facetapi .item-list li {
  list-style: none;
  margin-left: 0;
}
.classroom-resource--facet-block .item-list .form-item, .view-classroom-resources .attachment-before .classroom-resources-facets .classroom-resources-facets-inner .block-facetapi .item-list .form-item {
  margin: 0.25em 0;
}

.view-classroom-resources .view-filters {
  clear: both;
  width: 100%;
}
@media (min-width: 730px) {
  .view-classroom-resources .view-filters {
    clear: none;
    float: right;
    width: 70%;
  }
}
.view-classroom-resources .view-filters .views-exposed-form .views-exposed-widgets {
  margin: 0;
}
.view-classroom-resources .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-search_api_views_fulltext {
  width: 70%;
  padding-top: 0;
  padding-right: 2%;
}
.view-classroom-resources .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-search_api_views_fulltext input {
  width: 100%;
  height: 1.6em;
}
.view-classroom-resources .view-filters .views-exposed-form .views-exposed-widgets .views-submit-button {
  width: 28%;
  padding: 0;
  height: 1.6em;
}
.view-classroom-resources .view-filters .views-exposed-form .views-exposed-widgets .views-submit-button input {
  width: 100%;
  margin: 0;
}
.view-classroom-resources .attachment-before .classroom-resources-facets {
  clear: both;
  width: 100%;
}
@media (min-width: 730px) {
  .view-classroom-resources .attachment-before .classroom-resources-facets {
    clear: none;
    float: left;
    width: 30%;
  }
}
.view-classroom-resources .attachment-before .classroom-resources-facets .classroom-resources-facets-inner {
  padding-right: 10px;
}
.view-classroom-resources .attachment-before .view--item-count {
  clear: both;
  width: 100%;
  background-color: #efebf0;
  margin: 0.5em 0 0 0;
  padding: 0.5em 0;
}
@media (min-width: 730px) {
  .view-classroom-resources .attachment-before .view--item-count {
    clear: none;
    float: right;
    width: 70%;
  }
}
.view-classroom-resources .view-content {
  clear: both;
  width: 100%;
}
@media (min-width: 730px) {
  .view-classroom-resources .view-content {
    clear: none;
    float: right;
    width: 70%;
  }
}
.view-classroom-resources .view-content .entity-resources {
  margin: 0 0 1em;
}
.view-classroom-resources .view-content .entity-resources .field-name-field-resource-image {
  float: left;
  margin: 1em 1em 0 0;
  max-width: 30%;
}
.view-classroom-resources .view-content .entity-resources .field-name-field-resource-image img {
  margin: 0;
}
.view-classroom-resources .view-content .entity-resources .field-name-field-short-description .field-item {
  clear: none;
}

.view--item-count {
  text-align: center;
}

/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
/* ---------------------------------------
 ---------- THEME HEADER TWEAKS ----------
 ---------------------------------------- */
#bc-header-wrapper #bc-site-name {
  float: left;
  max-width: 333px;
}
#bc-header-wrapper #logo-wrap {
  margin-right: 20px;
  padding-top: 8px;
  clear: left;
  float: left;
}
#bc-header-wrapper #bc-logo {
  margin: 0px 0 0;
  display: inline-block;
  vertical-align: top;
}
#bc-header-wrapper #bc-logo img {
  width: 100%;
  margin: 0;
}
#bc-header-wrapper #so-logo {
  margin: 24px 0 27px;
  display: inline-block;
  max-width: 303px;
  width: 100%;
}
#bc-header-wrapper #so-logo img {
  width: 100%;
  margin: 0;
}
#bc-header-wrapper #first-news-logo {
  display: inline-block;
}
#bc-header-wrapper #first-news-logo img {
  margin: 0px;
  width: 100%;
}
@media (max-width: 320px) {
  #bc-header-wrapper #bc-logo {
    margin: 0px 0 0;
    display: inline-block;
    vertical-align: top;
  }
  #bc-header-wrapper #bc-logo img {
    width: 81%;
    margin: 0;
  }
  #bc-header-wrapper #first-news-logo img {
    width: 81%;
  }
}
#bc-header-wrapper #name-and-slogan {
  /* Hide site name but leave for screen-readers */
  margin-left: -9999px;
}

/* ---------------------------------------
 ---------- GENERIC LAYOUT ITEMS ---------
 ---------------------------------------- */
#content h1 {
  margin: 0 0 0.5em;
  clear: left;
}

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 2.6em;
}

.node p {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0 0 0.5em;
  line-height: 1.25em;
}

/* ---------------------------------------
 ---------- LAYOUT -----------------------
 ---------------------------------------- */
#bc-content-wrapper {
  margin: 1.125em 0;
}

/* ---------------------------------------
 ---------- IP HOME ----------------------
 ---------------------------------------- */
#bc-ip-home {
  margin-top: 15px;
  padding: 5px;
}
#bc-ip-home * {
  font-size: 12px;
}
#bc-ip-home .form-item {
  margin: 0;
  font-size: 8px;
}
#bc-ip-home input#edit-iphome-block-submit {
  margin-bottom: 0;
}

/* ---------------------------------------
 ---------- MAIN MENU --------------------
 ---------------------------------------- */
nav#bc-primary-menu ul.main-menu-wrapper {
  padding: 0;
  margin: 0;
}

#devTools {
  display: none;
}

/* ---------------------------------------
 ---------- BREADCRUMBS ------------------
 ---------------------------------------- */
nav.breadcrumb {
  padding: 0 5px;
  margin: 0 0 1em;
}
nav.breadcrumb li {
  font-size: 0.75em;
  font-weight: 300;
}

/* ---------------------------------------
 ---------- SCHOOL SEARCH RESULTS --------
 ---------------------------------------- */
.views-field-school-image {
  background-image: url("../images-source/school-image-default.png");
  width: 70px;
  height: 70px;
  border: 1px solid #efebf0;
  border-collapse: collapse;
  float: left;
  margin: 0 20px 0 0;
}
.views-field-school-image img {
  margin: 0;
}

/* ---------------------------------------
 ---------- SCHOOL DISPLAY (view) --------
 ---------------------------------------- */
.view-school-display {
  font-family: "BCSans", Arial, sans-serif;
  font-weight: 300;
}
.view-school-display .view-header {
  margin: 0 0 1em;
}
.view-school-display .profile-edit-change {
  display: inline-block;
  margin: 0 0 20px 0;
}
.view-school-display .registered-users {
  display: inline-block;
  margin: 0 0 20px 0;
  background-color: #efebf0;
  padding: 20px 2%;
  width: 96%;
}
.view-school-display .registered-users .title {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 10px;
}
.view-school-display .registered-users .registered-users-list .name {
  display: inline-block;
  width: 100%;
}
.view-school-display .views-field-name h1 {
  color: white;
  font-size: 16px;
  background-color: #733283;
  max-width: 590px;
  padding: 10px 20px;
}
.view-school-display .views-field-field-school-image {
  display: inline-block;
  margin: 10px 20px 0 0;
  float: right;
}
.view-school-display .views-field-field-school-image img {
  border-collapse: collapse;
  border: 1px solid #efebf0;
  margin: 0;
}
.view-school-display .views-field-field-ms-school-address {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px;
}
.view-school-display .views-field-field-school-telephone,
.view-school-display .views-field-field-school-fax,
.view-school-display .views-field-field-school-email,
.view-school-display .views-field-field-ms-school-website {
  margin: 0 0 5px;
}
.view-school-display .views-field-field-school-telephone .field-content,
.view-school-display .views-field-field-school-fax .field-content,
.view-school-display .views-field-field-school-email .field-content,
.view-school-display .views-field-field-ms-school-website .field-content {
  padding: 0 0 0 28px;
}
.view-school-display .views-field-field-school-telephone:before,
.view-school-display .views-field-field-school-fax:before,
.view-school-display .views-field-field-school-email:before,
.view-school-display .views-field-field-ms-school-website:before {
  content: " ";
  background-image: url("../images-source/generic/333-sprite-small-icons.png");
  background-repeat: no-repeat;
  position: absolute;
  height: 26px;
  width: 26px;
  overflow: hidden;
}
.view-school-display .views-field-field-school-fax:before {
  background-position: -30px 0;
}
.view-school-display .views-field-field-school-email:before {
  background-position: -60px 0;
}
.view-school-display .views-field-field-ms-school-website:before {
  background-position: -690px 0;
}
.view-school-display .views-field-field-school-message {
  display: inline-block;
  margin: 20px 0;
  line-height: 20px;
}
.view-school-display .school-details,
.view-school-display .views-field-nothing {
  border-top: 5px solid #733283;
  padding: 1em 0 0;
}
.view-school-display .views-field-nothing,
.view-school-display .views-field-nothing-1 {
  font-size: 18px;
  font-weight: 600;
  color: #999999;
  margin: 10px 0 20px;
  width: 100%;
  line-height: 20px;
}
.view-school-display .about-wrapper {
  font-size: 12px;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
}
.view-school-display .about-wrapper .views-field {
  width: 100%;
  float: left;
  border-bottom: 1px solid #efebf0;
}
.view-school-display .about-wrapper .views-field .views-label {
  display: inline-block;
  width: 37%;
  text-align: right;
  text-transform: uppercase;
  padding: 5px 2% 5px 1%;
  height: 19px;
  float: left;
}
.view-school-display .about-wrapper .views-field .field-content {
  display: inline-block;
  width: 57%;
  padding: 5px 1% 5px 2%;
  background-color: #efebf0;
  height: 20px;
  float: left;
  border-bottom: 1px solid white;
}
.view-school-display .views-field-nothing-3,
.view-school-display .views-field-nothing-4,
.view-school-display .views-field-nothing-5,
.view-school-display .views-field-nothing-6 {
  display: none;
}
.view-school-display .details-wrapper {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 1em 0 0;
  display: inline-block;
  width: 100%;
}
.view-school-display .looking-wrapper {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.view-school-display .school-details,
.view-school-display .looking-wrapper {
  font-size: 12px;
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
}
.view-school-display .school-details .section-header,
.view-school-display .looking-wrapper .section-header {
  font-size: 1.5em;
  color: #999999;
  font-weight: 600;
}
.view-school-display .school-details .location-header,
.view-school-display .looking-wrapper .location-header {
  font-weight: 600;
}
.view-school-display .school-details .views-field,
.view-school-display .looking-wrapper .views-field {
  width: 100%;
  float: left;
  border-bottom: 1px solid #efebf0;
  display: inline-flex;
}
.view-school-display .school-details .views-field.views-field-nothing-7, .view-school-display .school-details .views-field.views-field-nothing-8, .view-school-display .school-details .views-field.views-field-nothing-9,
.view-school-display .looking-wrapper .views-field.views-field-nothing-7,
.view-school-display .looking-wrapper .views-field.views-field-nothing-8,
.view-school-display .looking-wrapper .views-field.views-field-nothing-9 {
  display: none;
}
.view-school-display .school-details .views-field .views-label,
.view-school-display .looking-wrapper .views-field .views-label {
  display: inline-block;
  width: 37%;
  text-align: right;
  text-transform: uppercase;
  padding: 5px 2% 5px 1%;
  min-height: 20px;
  float: left;
}
.view-school-display .school-details .views-field .field-content,
.view-school-display .looking-wrapper .views-field .field-content {
  display: inline-block;
  width: 57%;
  padding: 5px 1% 5px 2%;
  background-color: #efebf0;
  min-height: 35px;
  float: left;
  border-bottom: 1px solid white;
}
.view-school-display .school-details .views-field-php-types-of-ptnship .field-content,
.view-school-display .looking-wrapper .views-field-php-types-of-ptnship .field-content {
  border-bottom: none;
}
.view-school-display .school-details {
  padding-top: 1.5em;
}
.view-school-display #school-notes {
  display: inline-block;
  margin: 20px 0 0;
  width: 90%;
  background-color: #efebf0;
  padding: 5%;
}
.view-school-display #school-notes #school-notes-label {
  color: #999999;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 1em;
}
.view-school-display #school-notes .note-panel {
  margin: 1em 0;
  border-top: 1px solid silver;
}
.view-school-display #school-notes .note-panel label {
  line-height: 1em;
}
.view-school-display #school-notes .note-panel label .note-title {
  margin: 0 0 0.5em;
}
.view-school-display #school-notes .note-panel label .submitted-by {
  font-size: 0.75em;
  color: #666666;
}
.view-school-display #school-notes .note-panel label .submitter {
  font-size: 0.875em;
  color: #666666;
}
.view-school-display #school-notes .note-panel label .submitted-date {
  font-size: 0.75em;
  color: #666666;
}
@media all and (max-width: 960px) {
  .view-school-display #school-notes fieldset {
    display: table-cell;
  }
}

/* ---------------------------------------
 ---------- SCHOOL DISPLAY (edit) --------
 ---------------------------------------- */
#taxonomy-form-term .vertical-tabs-panes .fieldset-wrapper input.form-text {
  width: 100%;
  max-width: 355px;
}
#taxonomy-form-term .vertical-tabs-panes .fieldset-wrapper .chosen-container {
  max-width: 320px;
}
#taxonomy-form-term .vertical-tabs-panes .fieldset-wrapper .field-name-field-gor {
  max-width: 346px;
}

/* ---------------------------------------
 ---------- SCHOOL DISPLAY (edit) --------
 ---------------------------------------- */
#taxonomy-form-term .vertical-tabs-panes .fieldset-wrapper input.form-text {
  width: 100%;
  max-width: 355px;
}
#taxonomy-form-term .vertical-tabs-panes .fieldset-wrapper .chosen-container {
  max-width: 320px;
}
#taxonomy-form-term .vertical-tabs-panes .fieldset-wrapper .field-name-field-gor {
  max-width: 346px;
}

/* ---------------------------------------
 ---------- MULTI-SEARCH RESULTS ---------
 ---------------------------------------- */
.view-multi-index-search .view-filters .form-submit,
.view-clone-of-multi-index-search .view-filters .form-submit {
  margin-top: 1.125em;
}
.view-multi-index-search .view-content,
.view-clone-of-multi-index-search .view-content {
  border-top: 1px solid #efebf0;
  margin: 20px 0 0;
}
.view-multi-index-search .view-content .views-row,
.view-clone-of-multi-index-search .view-content .views-row {
  display: inline-block;
  border-bottom: 1px solid #efebf0;
  width: 100%;
  padding: 20px 0;
}
.view-multi-index-search .view-content .views-row img,
.view-clone-of-multi-index-search .view-content .views-row img {
  float: left;
  width: 63px;
  margin: 0 20px 0 0;
}
.view-multi-index-search .view-content .views-row strong,
.view-clone-of-multi-index-search .view-content .views-row strong {
  background-color: #efebf0;
}

/* ---------------------------------------
 ---------- SITE-SEARCH RESULTS ---------
 ---------------------------------------- */
html.js input.form-autocomplete {
  background-image: none;
}

#views-exposed-form-search-site-page .views-exposed-form .views-exposed-widget .form-submit,
#views-exposed-form-search-schools-page .views-exposed-form .views-exposed-widget .form-submit,
#views-exposed-form-search-users-page .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: -2px;
}

.view-search-site .views-row,
.view-search-users .views-row {
  border-top: 1px solid #efebf0;
  padding: 0.5em 0;
  color: #999999;
  font-size: 0.813em;
}
.view-search-site .views-row .views-field-title,
.view-search-users .views-row .views-field-title {
  padding: 0 0 0.25em;
  font-size: 1em;
}
.view-search-site .views-row .field-content strong,
.view-search-users .views-row .field-content strong {
  font-weight: 600;
  color: black;
}

.view-search-users .view-filters {
  margin-bottom: 1.5em;
}

/* ---------------------------------------
 ---------- TWITTER BLOCK --------------
 ---------------------------------------- */
.view-id-tweets.view-display-id-block_1 {
  font-size: 12px;
}
.view-id-tweets.view-display-id-block_1 .field-content {
  font-size: 12px;
  line-height: 16px;
}
.view-id-tweets.view-display-id-block_1 .field-content p {
  margin: 0.5em 0;
}
.view-id-tweets.view-display-id-block_1 .field-content a {
  font-size: 12px;
  line-height: 16px;
}
.view-id-tweets.view-display-id-block_1 .field-content img {
  float: left;
  margin: 0 10px 0 0;
  width: 12%;
}
.view-id-tweets.view-display-id-block_1 .field-content strong {
  font-weight: 800;
}
.view-id-tweets.view-display-id-block_1 .views-field-created-time {
  font-size: 0.7em;
  text-align: right;
}

.region-sidebar-second .block .view-id-tweets.view-display-id-block_1 .views-row {
  padding: 7px 10px;
}

/* ----------------------------------------------
 --- Institution/School Profile Applications ----
 ----------------------------------------------- */
#institution-multistep-form {
  background-color: #efebf0;
  padding: 0.5em;
}
#institution-multistep-form .item-list ul {
  list-style: none;
  padding: 0;
  width: 50%;
}
#institution-multistep-form .item-list ul li {
  font-size: 1.125em;
  padding: 0.5em;
}
#institution-multistep-form .item-list ul li.active {
  background-color: black;
  color: white;
}

.view-display-id-page th, .view-display-id-page td {
  padding: 6px;
}

.view-institution-profile-applications .view-content table,
.view-school-profile-applications .view-content table {
  border: none;
}
.view-institution-profile-applications .view-content table th,
.view-school-profile-applications .view-content table th {
  background-color: #efebf0;
}
.view-institution-profile-applications .view-content table th img,
.view-school-profile-applications .view-content table th img {
  margin: 0;
}
.view-institution-profile-applications .view-content table td,
.view-school-profile-applications .view-content table td {
  background-color: white;
  border: 1px solid #efebf0;
}
.view-institution-profile-applications .feed-icon img,
.view-school-profile-applications .feed-icon img {
  display: none;
}
.view-institution-profile-applications .feed-icon a:before,
.view-school-profile-applications .feed-icon a:before {
  content: 'Download XLS';
  background-color: #733283;
  width: 117px;
  height: 30px;
  display: inline-block;
  color: white;
  padding: 0.5em 0.5em 0;
}
.view-institution-profile-applications .feed-icon a:before:hover,
.view-school-profile-applications .feed-icon a:before:hover {
  background-color: black;
}
.view-institution-profile-applications .feed-icon a:hover:before,
.view-school-profile-applications .feed-icon a:hover:before {
  background-color: black;
}

.view-school-profile .view-content {
  margin: 1.5em 0 0;
}
.view-school-profile .view-content th img {
  margin: 0;
}
.view-school-profile .view-content .views-field {
  border-top: 1px solid #efebf0;
  padding: 0.5em 0;
}
.view-school-profile .view-content .views-field .views-label {
  font-weight: 600;
  padding: 0 1em 0 0;
  float: left;
}
.view-school-profile .view-content .views-field-field-supporting-files .field-content .file img {
  display: inline-block;
  margin: 0 0.25em 0 0;
}

/* ---------------------------------------
 ---------- PROJECT SPACES ---------------
 ---------- (Organic Groups) -------------
 ---------------------------------------- */
article.node-project-spaces,
article.node-school-to-school-project-space {
  border-top: 1px solid #efebf0;
}
article.node-project-spaces .field-name-group-group,
article.node-school-to-school-project-space .field-name-group-group {
  font-size: 0.875em;
  margin: 1em 0;
}
article.node-project-spaces .field-name-field-description,
article.node-school-to-school-project-space .field-name-field-description {
  border-top: 1px solid #efebf0;
}
article.node-project-spaces .field-name-field-description .field-items,
article.node-school-to-school-project-space .field-name-field-description .field-items {
  margin: 1em 0;
}
article.node-project-spaces .field-name-group-access,
article.node-project-spaces .field-name-group-register,
article.node-project-spaces .field-name-og-roles-permissions,
article.node-project-spaces .field-name-og-group-ref,
article.node-project-spaces .field-name-group-content-access,
article.node-school-to-school-project-space .field-name-group-access,
article.node-school-to-school-project-space .field-name-group-register,
article.node-school-to-school-project-space .field-name-og-roles-permissions,
article.node-school-to-school-project-space .field-name-og-group-ref,
article.node-school-to-school-project-space .field-name-group-content-access {
  background-color: #efebf0;
  font-size: 0.875em;
  padding: 0.5em 1em;
}
article.node-project-spaces .field-name-group-access .field-label,
article.node-project-spaces .field-name-group-register .field-label,
article.node-project-spaces .field-name-og-roles-permissions .field-label,
article.node-project-spaces .field-name-og-group-ref .field-label,
article.node-project-spaces .field-name-group-content-access .field-label,
article.node-school-to-school-project-space .field-name-group-access .field-label,
article.node-school-to-school-project-space .field-name-group-register .field-label,
article.node-school-to-school-project-space .field-name-og-roles-permissions .field-label,
article.node-school-to-school-project-space .field-name-og-group-ref .field-label,
article.node-school-to-school-project-space .field-name-group-content-access .field-label {
  margin: 0 5px 0 0;
}
article.node-project-spaces ul.links.inline,
article.node-school-to-school-project-space ul.links.inline {
  display: inline-block;
  border-top: 1px solid #733283;
  padding: 1em 0 0;
  width: 100%;
}
article.node-project-spaces ul.links.inline li.comment-add,
article.node-school-to-school-project-space ul.links.inline li.comment-add {
  display: none;
}

/* -- BLOCK - MEMBER LIST --------------- */
.block-views .username {
  color: #733283;
  font-size: 0.875em;
}

/* ---------------------------------------
 ---------- PHOTO ALBUM ------------------
 ---------------------------------------- */
.node-photos ul.links.inline {
  display: inline-block;
}
.node-photos ul.links.inline li a {
  border: 1px solid #2f3030;
  background: #894D98;
  background: -moz-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #894d98), color-stop(100%, #4e2b57));
  background: -webkit-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -o-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -ms-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: linear-gradient(to bottom, #894d98 0%, #4e2b57 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 8px 4px;
  font-family: "BCSans",Arial,sans-serif;
  font-weight: 300;
  margin: 0.5em 0.5em 0.5em 0;
}
.node-photos ul.links.inline li a:hover {
  border: 1px solid #565757;
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -o-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: linear-gradient(to bottom, #4e4e4e 0%, #1d1d1d 100%);
  color: #FFFFFF;
  text-decoration: none;
}
.node-photos h2.comments__title {
  border: none;
}

.photos_album_links {
  display: inline-block;
  padding: 0 2.5%;
}
.photos_album_links .photos_link_info {
  float: left;
  padding: 0.5em 2.5% 0.75em;
  width: 95%;
}
.photos_album_links .photos_link_info a {
  border: 1px solid #2f3030;
  background: #894D98;
  background: -moz-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #894d98), color-stop(100%, #4e2b57));
  background: -webkit-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -o-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -ms-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: linear-gradient(to bottom, #894d98 0%, #4e2b57 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 8px 4px;
  font-family: "BCSans",Arial,sans-serif;
  font-weight: 300;
  margin: 0.5em 0.5em 0.5em 0;
}
.photos_album_links .photos_link_info a:hover {
  border: 1px solid #565757;
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -o-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: linear-gradient(to bottom, #4e4e4e 0%, #1d1d1d 100%);
  color: #FFFFFF;
  text-decoration: none;
}
.photos_album_links .photos_link_sort,
.photos_album_links .photos_link_limit {
  float: left;
  padding: 0.5em 2.5%;
  width: 95%;
  border-top: 1px solid #faf8f9;
}
.photos_album_links .photos_link_sort span,
.photos_album_links .photos_link_limit span {
  display: inline-block;
  float: left;
  padding: 0;
}
.photos_album_links .photos_link_sort a,
.photos_album_links .photos_link_limit a {
  color: #733283;
  float: left;
  padding: 0 0.75em 0 0.25em;
}
.photos_album_links .photos_link_sort a.photos_order_desc,
.photos_album_links .photos_link_limit a.photos_order_desc {
  background: url("../images/sort_down.gif") no-repeat scroll 97% center rgba(0, 0, 0, 0);
  border-left: 1px solid #733283;
}
.photos_album_links .photos_link_sort a:first-of-type,
.photos_album_links .photos_link_limit a:first-of-type {
  clear: left;
  border-left: none;
  padding-left: 0;
}

#photos_upload_new {
  padding: 0 5px 5px;
}

form#photos-upload-form .fieldset-wrapper .form-type-textarea {
  border-bottom: 5px solid #733283;
  padding: 0 0 1em;
}

form#photos-editlist-form input[type="checkbox"]#del_check {
  float: right;
}
form#photos-editlist-form tr.even,
form#photos-editlist-form tr.odd {
  border-bottom: 3px solid #efebf0;
}
form#photos-editlist-form td {
  background-color: #faf8f9;
}
form#photos-editlist-form td .photos-edit-title .form-item input[type="text"] {
  max-width: 350px;
}
form#photos-editlist-form td .edit-del-all {
  margin: 2em 0 0;
}
form#photos-editlist-form td.photos_edit_thumb img {
  -webkit-box-shadow: -2px 2px 10px #999999;
  -moz-box-shadow: -2px 2px 10px #999999;
  box-shadow: -2px 2px 10px #999999;
  border: none;
  padding: 0;
}
form#photos-editlist-form td .photos-edit-info {
  font-size: 0.75em;
  padding: 0.5em 0;
}
form#photos-editlist-form td .photos-edit-info .form-type-select {
  font-size: 1.25em;
  float: right;
  margin: 0.5em 0;
}

.photos_album_menu {
  display: inline-block;
  margin: 0 0 1em;
  padding: 1em 1.25% 0;
  background-color: #efebf0;
  list-style: none;
  width: 97.5%;
  border-bottom: 1px solid #733283;
  float: left;
  height: 2.125em;
}
.photos_album_menu a {
  background-color: #733283;
  display: inline-block;
  margin: 0 0.125em;
  color: white;
  font-size: 0.875em;
  font-weight: 300;
  padding: 7px;
}
.photos_album_menu a:hover {
  background-color: black;
}
.photos_album_menu a.is-active {
  background-color: white;
  border: 1px solid #733283;
  border-bottom: none;
  position: relative;
  top: 1px;
  color: #733283;
}

.photos_album_header {
  display: inline-block;
  padding: 2em 0;
  width: 100%;
  border-bottom: none;
}
.photos_album_header .photos_album_cover img {
  margin: 0 0 0 1em;
  -webkit-box-shadow: -2px 2px 10px #999999;
  -moz-box-shadow: -2px 2px 10px #999999;
  box-shadow: -2px 2px 10px #999999;
}
.photos_album_header h2 {
  display: none;
}
.photos_album_header .photos_album_right .submitted {
  font-size: 0.875em;
  margin: 1em 0;
}

.photos_image_list_view {
  border-top: 5px solid #733283;
  padding-bottom: 1em;
  border-bottom: none;
}
.photos_image_list_view:last-of-type {
  border-bottom: 5px solid #733283;
}
.photos_image_list_view h2 {
  border: none;
  margin: 0.5em 0;
  line-height: 1em;
}
.photos_image_list_view .photos_list_view_info {
  font-size: 0.75em;
  display: inline-block;
  width: 100%;
}
.photos_image_list_view .photos_list_view_info .control-buttons a {
  border: 1px solid #2f3030;
  background: #894D98;
  background: -moz-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #894d98), color-stop(100%, #4e2b57));
  background: -webkit-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -o-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -ms-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: linear-gradient(to bottom, #894d98 0%, #4e2b57 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 8px 4px;
  font-family: "BCSans",Arial,sans-serif;
  font-weight: 300;
  margin: 0.5em 0.5em 0.5em 0;
  float: left;
}
.photos_image_list_view .photos_list_view_info .control-buttons a:hover {
  border: 1px solid #565757;
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -o-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: linear-gradient(to bottom, #4e4e4e 0%, #1d1d1d 100%);
  color: #FFFFFF;
  text-decoration: none;
}
.photos_image_list_view .photos_list_view_info .submitted {
  float: left;
  clear: left;
}
.photos_image_list_view .photos_list_view_info .visits {
  float: left;
  margin: 0 0 0 0.5em;
  padding: 0 0 0 0.5em;
  border-left: 1px solid #733283;
}

#image-load .photo-rg {
  text-align: left;
  font-size: 0.75em;
  display: inline-block;
  width: 100%;
  padding: 0;
}
#image-load .photo-rg .control-buttons a {
  border: 1px solid #2f3030;
  background: #894D98;
  background: -moz-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #894d98), color-stop(100%, #4e2b57));
  background: -webkit-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -o-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -ms-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: linear-gradient(to bottom, #894d98 0%, #4e2b57 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 8px 4px;
  font-family: "BCSans",Arial,sans-serif;
  font-weight: 300;
  margin: 0.5em 0.5em 0.5em 0;
  float: left;
  line-height: 1.75em;
}
#image-load .photo-rg .control-buttons a:hover {
  border: 1px solid #565757;
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -o-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: linear-gradient(to bottom, #4e4e4e 0%, #1d1d1d 100%);
  color: #FFFFFF;
  text-decoration: none;
}
#image-load .photo-rg .vote-info a {
  padding: 0;
}
#image-load .photo-rg .visits {
  float: left;
  padding: 0.625em 0 0;
}

/* ------------------------------
------ ISA ----------------------
--------------------------------- */
body .isa-landing-page p img {
  margin: 0;
}
body .isa-landing-page h2 {
  margin: 0 0 10px;
}
body .isa-landing-page ul {
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}
body .isa-landing-page ul li {
  list-style-image: inherit;
  list-style-type: disc;
  padding: 0;
  margin: 0 0 5px;
}

body #content.column .links {
  float: left;
  width: 100%;
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
  padding: 20px 0 10px;
  margin: 10px 0 0;
}
body #content.column ul.links {
  border: none;
}
body #content.column .link {
  float: left;
  width: 50%;
  margin: 0 0 10px;
}
body #content.column .link a {
  float: left;
  font-size: 16px;
  font-weight: normal;
}
body #content.column .link .arrow {
  width: 13px;
  height: 13px;
  background-image: url("/sites/default/themes/SchoolsOnline/images-source/generic/333-arrows.png");
  background-position: -70px -4px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 9px 0 0;
}
body #content.column .link .link-text {
  float: left;
  clear: left;
  padding: 10px 0 0 23px;
  font-size: 12px;
}

/* ---------------------------------------
 ---------- COMMENTS ---------------------
 ---------------------------------------- */
#comments {
  background-color: #faf8f9;
  padding: 0 12px;
}
#comments ul.links.inline {
  display: inline-block;
}
#comments ul.links.inline li a {
  border: 1px solid #2f3030;
  background: #894D98;
  background: -moz-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #894d98), color-stop(100%, #4e2b57));
  background: -webkit-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -o-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -ms-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: linear-gradient(to bottom, #894d98 0%, #4e2b57 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 8px 4px;
  font-family: "BCSans",Arial,sans-serif;
  font-weight: 300;
  margin: 0.5em 0.5em 0.5em 0;
}
#comments ul.links.inline li a:hover {
  border: 1px solid #565757;
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -o-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: linear-gradient(to bottom, #4e4e4e 0%, #1d1d1d 100%);
  color: #FFFFFF;
  text-decoration: none;
}
#comments h2.comments__title {
  border-top: none;
  border-bottom: 1px solid #733283;
}
#comments h2.comments__form-title {
  border-top: none;
}
#comments article {
  border-bottom: 5px solid #733283;
}
#comments article header p.submitted {
  font-size: 0.75em;
  margin: 0.5em 0;
}
#comments article header h3.comment__title {
  background-color: white;
  display: inline-block;
  width: 95%;
  padding: 0 2.5%;
  border-bottom: 1px solid #faf8f9;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#comments article .field-name-comment-body {
  background-color: white;
  display: inline-block;
  width: 95%;
  padding: 0 2.5%;
  font-size: 0.875em;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin: 10px 0 0;
}
#comments article .field-name-comment-body p {
  margin: 0.5em 0;
}
#comments form#comment-form .ckeditor_links {
  border: 1px solid #2f3030;
  background: #894D98;
  background: -moz-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #894d98), color-stop(100%, #4e2b57));
  background: -webkit-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -o-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -ms-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: linear-gradient(to bottom, #894d98 0%, #4e2b57 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 8px 4px;
  font-family: "BCSans",Arial,sans-serif;
  font-weight: 300;
  margin: 0.5em 0.5em 0.5em 0;
  font-size: 0.875em;
  display: inline-block;
}
#comments form#comment-form .ckeditor_links:hover {
  border: 1px solid #565757;
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -o-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: linear-gradient(to bottom, #4e4e4e 0%, #1d1d1d 100%);
  color: #FFFFFF;
  text-decoration: none;
}
#comments form#comment-form fieldset {
  font-size: 0.875em;
  padding: 0 0 0.5em;
}
#comments form#comment-form fieldset .form-type-select {
  margin: 0;
}

/* ---------------------------------------
 ---------- DESKTOP ----------------------
 ---------------------------------------- */
.desktop-helptext {
  display: inline-block;
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px solid #cccccc;
}

.desktop-panel {
  background-color: #efebf0;
  width: 44%;
  float: left;
  padding: 2%;
}
.desktop-panel.quick-links {
  margin: 0 4% 0 0;
}
.desktop-panel.quick-links .profile-link {
  display: block;
  margin: 0.5em 0 0;
}
.desktop-panel.quick-links .approved {
  color: #81a059;
}
.desktop-panel.quick-links .not-entered {
  font-size: 0.875em;
}
.desktop-panel.school-links .other-users {
  display: inline-block;
  margin: 1em 0 0;
  font-size: 0.875em;
}
.desktop-panel.school-links .colleagues {
  display: inline-block;
  font-size: 0.875em;
}
.desktop-panel.school-links .other-user {
  font-size: 0.875em;
  color: #81a059;
  border-bottom: 1px dotted #cccccc;
}
.desktop-panel.school-links .other-user:last-of-type {
  border: none;
}
.desktop-panel.school-links .other-user .last-login {
  font-size: 0.875em;
  color: #333333;
}
.desktop-panel .download-wrapper {
  margin: 1em 0 0;
  padding: 0.5em 0 0;
  border-top: 1px solid #cccccc;
}

@media all and (max-width: 750px) {
  .desktop-panel {
    background-color: #efebf0;
    width: 96%;
    float: left;
    padding: 2%;
  }
  .desktop-panel.quick-links, .desktop-panel.school-links {
    margin: 0 0 1em 0;
  }
  .desktop-panel.quick-links h2, .desktop-panel.school-links h2 {
    border: none;
  }
}
/* ---------------------------------------
 ---------- DESKTOP ----------------------
 ---------------------------------------- */
.desktop-helptext {
  display: inline-block;
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px solid #cccccc;
}

.desktop-panel {
  background-color: #efebf0;
  width: 44%;
  float: left;
  padding: 2%;
}
.desktop-panel.quick-links {
  margin: 0 4% 0 0;
}
.desktop-panel.quick-links .profile-link {
  display: block;
  margin: 0.5em 0 0;
}
.desktop-panel.quick-links .approved {
  color: #81a059;
}
.desktop-panel.quick-links .not-entered {
  font-size: 0.875em;
}
.desktop-panel.school-links .other-users {
  display: inline-block;
  margin: 1em 0 0;
  font-size: 0.875em;
}
.desktop-panel.school-links .colleagues {
  display: inline-block;
  font-size: 0.875em;
}
.desktop-panel.school-links .other-user {
  font-size: 0.875em;
  color: #81a059;
  border-bottom: 1px dotted #cccccc;
}
.desktop-panel.school-links .other-user:last-of-type {
  border: none;
}
.desktop-panel.school-links .other-user .last-login {
  font-size: 0.875em;
  color: #333333;
}
.desktop-panel .download-wrapper {
  margin: 1em 0 0;
  padding: 0.5em 0 0;
  border-top: 1px solid #cccccc;
}

@media all and (max-width: 750px) {
  .desktop-panel {
    background-color: #efebf0;
    width: 96%;
    float: left;
    padding: 2%;
  }
  .desktop-panel.quick-links, .desktop-panel.school-links {
    margin: 0 0 1em 0;
  }
  .desktop-panel.quick-links h2, .desktop-panel.school-links h2 {
    border: none;
  }
}
/* ---------------------------------------
 ---------- PROFILE ----------------------
 ---------------------------------------- */
.profile {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 1.5em;
}
.profile .user-picture {
  float: left;
  margin: 0 0 1em;
  width: 100%;
  max-width: 180px;
  height: auto;
}
.profile h3 {
  padding: 0.25em 0;
  font-size: 18px;
}
.profile .field {
  font-size: 0.75em;
  font-weight: 300;
  clear: left;
}
.profile .field:first-of-type {
  border-top: 1px solid #efebf0;
}
.profile .field .field-label,
.profile .field dt {
  background-color: #efebf0;
  border-bottom: 1px solid white;
  padding: 5px 2% 5px 1%;
  text-align: right;
  text-transform: uppercase;
  margin: 0;
}
.profile .field .field-items,
.profile .field dd {
  border-bottom: 1px solid #efebf0;
  padding: 5px 2% 5px 1%;
  margin: 0;
}
.profile .field.field-label-inline .field-label,
.profile .field.field-label-inline dt {
  display: inline-block;
  width: 35%;
}
.profile .field.field-label-inline .field-items,
.profile .field.field-label-inline dd {
  display: inline-block;
  width: 59%;
}
.profile .field.field-name-field-history {
  margin-bottom: 1.250em;
}
.profile .field.field-name-field-pf-share-details .field-items {
  border-top: 1px solid #efebf0;
}
.profile .school-details dl {
  border-top: 1px solid #efebf0;
  margin: 0;
}
.profile .contact-options .contact-option {
  margin: 0 0 0.5em;
}
.profile .contact-options .contact-option.option-selected .field-label,
.profile .contact-options .contact-option.option-selected .field-items {
  background-color: #cebbea;
}
.profile .contact-options .contact-option.option-opted-out .field-label,
.profile .contact-options .contact-option.option-opted-out .field-items {
  background-color: #e2e5fb;
}
.profile .contact-options .contact-option .field-items {
  margin: 0 0 3px;
  font-weight: 600;
}
.profile .contact-options .contact-option .field-label {
  text-transform: none !important;
  text-align: left;
  border-bottom: none;
  font-weight: normal;
}

/* ---------------------------------------
 ---------- PROFILE EDIT -----------------
 ---------------------------------------- */
.profile-edit-wrapper .profile-section {
  background-color: #efebf0;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  padding: 0 1em 0.5em 1em;
  margin: 0 0 1em;
}
.profile-edit-wrapper .profile-section input {
  padding-left: 3px;
}
.profile-edit-wrapper .profile-section .profile-element:not(:last-child) {
  border-bottom: 1px dotted #faf8f9;
}
.profile-edit-wrapper .profile-section .form-item {
  margin: 0;
}
.profile-edit-wrapper .profile-section label {
  width: 24%;
  display: inline-block;
}
.profile-edit-wrapper .profile-section input {
  width: 70%;
}
.profile-edit-wrapper .profile-section .section-title {
  font-size: 1.125em;
}
.profile-edit-wrapper .profile-section .field-name-field-gender {
  margin: 1em 0 0;
}
.profile-edit-wrapper .profile-section .field-name-field-gender label {
  margin-top: 0px;
  float: left;
}
.profile-edit-wrapper .profile-section .field-name-field-gender .form-radios {
  display: inline-block;
  width: 70%;
}
.profile-edit-wrapper .profile-section .field-name-field-gender .form-radios label {
  width: 50%;
  margin-top: 0;
}
.profile-edit-wrapper .profile-section .field-name-field-gender .form-radios input {
  width: 6%;
  float: left;
  clear: left;
  margin: 3px 0 0;
}
.profile-edit-wrapper .profile-section .field-name-field-gender.option-opted-out .field-label,
.profile-edit-wrapper .profile-section .field-name-field-gender.option-opted-out .field-items {
  background-color: #e2e5fb;
}
.profile-edit-wrapper .profile-section .field-name-field-gender .field-items {
  margin: 0 0 3px;
  font-weight: 600;
}
.profile-edit-wrapper .profile-section .field-name-field-gender .field-label {
  text-transform: none !important;
  text-align: left;
  border-bottom: none;
  font-weight: normal;
}
.profile-edit-wrapper .profile-section .form-item-timezone select {
  font-size: 0.625em;
}
.profile-edit-wrapper .profile-section fieldset#edit-contact {
  border: none;
  padding: 1em 0;
}
.profile-edit-wrapper .profile-section fieldset#edit-contact legend {
  display: none;
}
.profile-edit-wrapper .profile-section fieldset#edit-contact .fieldset-wrapper {
  margin-top: 0;
}
.profile-edit-wrapper .profile-section fieldset#edit-contact .fieldset-wrapper .form-type-checkbox {
  display: inline-block;
  width: 100%;
}
.profile-edit-wrapper .profile-section fieldset#edit-contact .fieldset-wrapper .form-type-checkbox label {
  width: 50%;
  margin-top: 0;
}
.profile-edit-wrapper .profile-section fieldset#edit-contact .fieldset-wrapper .form-type-checkbox input {
  width: 13px;
  float: left;
  margin: 3px 11px 0 0 !important;
}
.profile-edit-wrapper .profile-section fieldset#edit-contact .fieldset-wrapper .form-type-checkbox .description {
  margin-left: 0;
  width: 80%;
}

.profile-edit-wrapper .profile-section.profile-edit-pic img {
  margin-top: 1em;
  display: inline-block;
  max-width: 90%;
  height: auto;
}
.profile-edit-wrapper .profile-section.profile-edit-pic .form-item-picture-delete {
  margin-top: 1em;
}
.profile-edit-wrapper .profile-section.profile-edit-pic .form-item-picture-delete input {
  width: 13px;
  float: left;
  margin: 3px 11px 0 0 !important;
}
.profile-edit-wrapper .profile-section.profile-edit-pic .form-item-picture-delete label {
  margin-top: 0;
  width: 50%;
}
.profile-edit-wrapper .profile-section.profile-edit-pic .form-item-picture-delete .description {
  margin-left: 0;
}

.profile-edit-wrapper .profile-section.profile-edit-share {
  padding-top: 1em;
}
.profile-edit-wrapper .profile-section.profile-edit-share .profile-element {
  display: inline-block;
  margin-top: 1em;
  width: 100%;
}
.profile-edit-wrapper .profile-section.profile-edit-share .profile-element label {
  width: 50%;
  margin-top: 0;
}
.profile-edit-wrapper .profile-section.profile-edit-share .profile-element input {
  width: 13px;
  float: left;
  margin: 3px 11px 0 0 !important;
}
.profile-edit-wrapper .profile-section.profile-edit-share .profile-element .description {
  margin-left: 0;
}
.profile-edit-wrapper .profile-section.profile-edit-bccontact {
  padding-top: 1em;
}
.profile-edit-wrapper .profile-section.profile-edit-bccontact .profile-element {
  display: inline-block;
  margin-top: 1em;
  width: 100%;
}
.profile-edit-wrapper .profile-section.profile-edit-bccontact .profile-element label {
  width: 90%;
  margin-top: 0;
}
.profile-edit-wrapper .profile-section.profile-edit-bccontact .profile-element input {
  width: 13px;
  float: left;
  margin: 3px 11px 0 0 !important;
}
.profile-edit-wrapper .profile-section.profile-edit-bccontact .profile-element .description {
  margin-left: 0;
}

.profile-edit-wrapper .profile-section.profile-edit-admin #edit-field-d6-roles .tabledrag-toggle-weight-wrapper {
  display: none;
}
.profile-edit-wrapper .profile-section.profile-edit-admin #edit-field-d6-roles #edit-field-d6-roles-und-add-more {
  width: auto;
}

.profile-edit-wrapper .profile-section.profile-actions {
  background-color: white;
  padding: 0;
  margin: 1em 0 0;
}
.profile-edit-wrapper .profile-section.profile-actions input {
  width: 20%;
}

/* ---------------------------------------
 ---------- PROFILE EDIT -----------------
 ---------------------------------------- */
.collapse-text-fieldset,
.paragraphs-item-field-set-item {
  border: none;
  padding: 0;
}
.collapse-text-fieldset legend,
.collapse-text-fieldset .field-set-dropdown,
.paragraphs-item-field-set-item legend,
.paragraphs-item-field-set-item .field-set-dropdown {
  display: block;
  background-color: #efebf0;
  width: 100%;
  border: medium none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 1px;
  outline: medium none;
  position: relative;
}
.collapse-text-fieldset legend:hover,
.collapse-text-fieldset .field-set-dropdown:hover,
.paragraphs-item-field-set-item legend:hover,
.paragraphs-item-field-set-item .field-set-dropdown:hover {
  background-color: #e3e1e6;
}
.collapse-text-fieldset.collapsible legend,
.collapse-text-fieldset .field-set-dropdown.dropdown-right,
.paragraphs-item-field-set-item.collapsible legend,
.paragraphs-item-field-set-item .field-set-dropdown.dropdown-right {
  background-color: #733283;
}
.collapse-text-fieldset.collapsed legend,
.collapse-text-fieldset .field-set-dropdown.dropdown-down,
.paragraphs-item-field-set-item.collapsed legend,
.paragraphs-item-field-set-item .field-set-dropdown.dropdown-down {
  background-color: #efebf0;
}
.collapse-text-fieldset.collapsed legend:hover,
.collapse-text-fieldset .field-set-dropdown.dropdown-down:hover,
.paragraphs-item-field-set-item.collapsed legend:hover,
.paragraphs-item-field-set-item .field-set-dropdown.dropdown-down:hover {
  background-color: #e3e1e6;
}
.collapse-text-fieldset.collapsible legend a, .collapse-text-fieldset.collapsed legend a,
.paragraphs-item-field-set-item.collapsible legend a,
.paragraphs-item-field-set-item.collapsed legend a {
  background-image: none;
  font-weight: 300;
  padding: 11px 45px 10px 10px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.collapse-text-fieldset.collapsible legend a:after, .collapse-text-fieldset.collapsed legend a:after,
.paragraphs-item-field-set-item.collapsible legend a:after,
.paragraphs-item-field-set-item.collapsed legend a:after {
  background-image: url("../images-source/generic/333-sprite-icons.png");
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 22px;
  margin-top: -9px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 22px;
}
.collapse-text-fieldset .field-set-dropdown,
.paragraphs-item-field-set-item .field-set-dropdown {
  background-image: none;
  font-weight: 300;
  padding: 11px 45px 10px 10px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.collapse-text-fieldset .field-set-dropdown:after,
.paragraphs-item-field-set-item .field-set-dropdown:after {
  background-image: url("../images-source/generic/333-sprite-icons.png");
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 22px;
  margin-top: -9px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 22px;
}
.collapse-text-fieldset.collapsible legend a,
.collapse-text-fieldset .dropdown-right,
.paragraphs-item-field-set-item.collapsible legend a,
.paragraphs-item-field-set-item .dropdown-right {
  color: white;
}
.collapse-text-fieldset.collapsible legend a:after,
.collapse-text-fieldset .dropdown-right:after,
.paragraphs-item-field-set-item.collapsible legend a:after,
.paragraphs-item-field-set-item .dropdown-right:after {
  background-position: -33px -1px;
}
.collapse-text-fieldset.collapsed legend a,
.collapse-text-fieldset .dropdown-down,
.paragraphs-item-field-set-item.collapsed legend a,
.paragraphs-item-field-set-item .dropdown-down {
  color: #733283;
}
.collapse-text-fieldset.collapsed legend a:hover,
.collapse-text-fieldset .dropdown-down:hover,
.paragraphs-item-field-set-item.collapsed legend a:hover,
.paragraphs-item-field-set-item .dropdown-down:hover {
  color: #733283;
}
.collapse-text-fieldset.collapsed legend a input,
.collapse-text-fieldset .dropdown-down input,
.paragraphs-item-field-set-item.collapsed legend a input,
.paragraphs-item-field-set-item .dropdown-down input {
  width: 70%;
}
.collapse-text-fieldset.collapsed legend a .section-title,
.collapse-text-fieldset .dropdown-down .section-title,
.paragraphs-item-field-set-item.collapsed legend a .section-title,
.paragraphs-item-field-set-item .dropdown-down .section-title {
  font-size: 1.125em;
}
.collapse-text-fieldset.collapsed legend a .field-name-field-gender,
.collapse-text-fieldset .dropdown-down .field-name-field-gender,
.paragraphs-item-field-set-item.collapsed legend a .field-name-field-gender,
.paragraphs-item-field-set-item .dropdown-down .field-name-field-gender {
  margin: 1em 0 0;
}
.collapse-text-fieldset.collapsed legend a .field-name-field-gender label,
.collapse-text-fieldset .dropdown-down .field-name-field-gender label,
.paragraphs-item-field-set-item.collapsed legend a .field-name-field-gender label,
.paragraphs-item-field-set-item .dropdown-down .field-name-field-gender label {
  margin-top: 0px;
  float: left;
}
.collapse-text-fieldset.collapsed legend a .field-name-field-gender .form-radios,
.collapse-text-fieldset .dropdown-down .field-name-field-gender .form-radios,
.paragraphs-item-field-set-item.collapsed legend a .field-name-field-gender .form-radios,
.paragraphs-item-field-set-item .dropdown-down .field-name-field-gender .form-radios {
  display: inline-block;
  width: 70%;
}
.collapse-text-fieldset.collapsed legend a .field-name-field-gender .form-radios label,
.collapse-text-fieldset .dropdown-down .field-name-field-gender .form-radios label,
.paragraphs-item-field-set-item.collapsed legend a .field-name-field-gender .form-radios label,
.paragraphs-item-field-set-item .dropdown-down .field-name-field-gender .form-radios label {
  width: 50%;
  margin-top: 0;
}
.collapse-text-fieldset.collapsed legend a .field-name-field-gender .form-radios input,
.collapse-text-fieldset .dropdown-down .field-name-field-gender .form-radios input,
.paragraphs-item-field-set-item.collapsed legend a .field-name-field-gender .form-radios input,
.paragraphs-item-field-set-item .dropdown-down .field-name-field-gender .form-radios input {
  width: 6%;
  float: left;
  clear: left;
  margin: 3px 0 0;
}
.collapse-text-fieldset.collapsed legend a .form-item-timezone select,
.collapse-text-fieldset .dropdown-down .form-item-timezone select,
.paragraphs-item-field-set-item.collapsed legend a .form-item-timezone select,
.paragraphs-item-field-set-item .dropdown-down .form-item-timezone select {
  font-size: 0.625em;
}
.collapse-text-fieldset.collapsed legend a fieldset#edit-contact,
.collapse-text-fieldset .dropdown-down fieldset#edit-contact,
.paragraphs-item-field-set-item.collapsed legend a fieldset#edit-contact,
.paragraphs-item-field-set-item .dropdown-down fieldset#edit-contact {
  border: none;
  padding: 1em 0;
}
.collapse-text-fieldset.collapsed legend a fieldset#edit-contact legend,
.collapse-text-fieldset .dropdown-down fieldset#edit-contact legend,
.paragraphs-item-field-set-item.collapsed legend a fieldset#edit-contact legend,
.paragraphs-item-field-set-item .dropdown-down fieldset#edit-contact legend {
  display: none;
}
.collapse-text-fieldset.collapsed legend a fieldset#edit-contact .fieldset-wrapper,
.collapse-text-fieldset .dropdown-down fieldset#edit-contact .fieldset-wrapper,
.paragraphs-item-field-set-item.collapsed legend a fieldset#edit-contact .fieldset-wrapper,
.paragraphs-item-field-set-item .dropdown-down fieldset#edit-contact .fieldset-wrapper {
  margin-top: 0;
}
.collapse-text-fieldset.collapsed legend a fieldset#edit-contact .fieldset-wrapper .form-type-checkbox,
.collapse-text-fieldset .dropdown-down fieldset#edit-contact .fieldset-wrapper .form-type-checkbox,
.paragraphs-item-field-set-item.collapsed legend a fieldset#edit-contact .fieldset-wrapper .form-type-checkbox,
.paragraphs-item-field-set-item .dropdown-down fieldset#edit-contact .fieldset-wrapper .form-type-checkbox {
  display: inline-block;
  width: 100%;
}
.collapse-text-fieldset.collapsed legend a fieldset#edit-contact .fieldset-wrapper .form-type-checkbox label,
.collapse-text-fieldset .dropdown-down fieldset#edit-contact .fieldset-wrapper .form-type-checkbox label,
.paragraphs-item-field-set-item.collapsed legend a fieldset#edit-contact .fieldset-wrapper .form-type-checkbox label,
.paragraphs-item-field-set-item .dropdown-down fieldset#edit-contact .fieldset-wrapper .form-type-checkbox label {
  width: 50%;
  margin-top: 0;
}
.collapse-text-fieldset.collapsed legend a fieldset#edit-contact .fieldset-wrapper .form-type-checkbox input,
.collapse-text-fieldset .dropdown-down fieldset#edit-contact .fieldset-wrapper .form-type-checkbox input,
.paragraphs-item-field-set-item.collapsed legend a fieldset#edit-contact .fieldset-wrapper .form-type-checkbox input,
.paragraphs-item-field-set-item .dropdown-down fieldset#edit-contact .fieldset-wrapper .form-type-checkbox input {
  width: 13px;
  float: left;
  margin: 3px 11px 0 0 !important;
}
.collapse-text-fieldset.collapsed legend a fieldset#edit-contact .fieldset-wrapper .form-type-checkbox .description,
.collapse-text-fieldset .dropdown-down fieldset#edit-contact .fieldset-wrapper .form-type-checkbox .description,
.paragraphs-item-field-set-item.collapsed legend a fieldset#edit-contact .fieldset-wrapper .form-type-checkbox .description,
.paragraphs-item-field-set-item .dropdown-down fieldset#edit-contact .fieldset-wrapper .form-type-checkbox .description {
  margin-left: 0;
  width: 80%;
}

.profile-edit-wrapper .profile-section.profile-edit-pic img {
  margin-top: 1em;
  display: inline-block;
  max-width: 90%;
  height: auto;
}
.profile-edit-wrapper .profile-section.profile-edit-pic .form-item-picture-delete {
  margin-top: 1em;
}
.profile-edit-wrapper .profile-section.profile-edit-pic .form-item-picture-delete input {
  width: 13px;
  float: left;
  margin: 3px 11px 0 0 !important;
}
.profile-edit-wrapper .profile-section.profile-edit-pic .form-item-picture-delete label {
  margin-top: 0;
  width: 50%;
}
.profile-edit-wrapper .profile-section.profile-edit-pic .form-item-picture-delete .description {
  margin-left: 0;
}

.profile-edit-wrapper .profile-section.profile-edit-share {
  padding-top: 1em;
}
.profile-edit-wrapper .profile-section.profile-edit-share .profile-element {
  display: inline-block;
  margin-top: 1em;
  width: 100%;
}
.profile-edit-wrapper .profile-section.profile-edit-share .profile-element label {
  width: 50%;
  margin-top: 0;
}
.profile-edit-wrapper .profile-section.profile-edit-share .profile-element input {
  width: 13px;
  float: left;
  margin: 3px 11px 0 0 !important;
}
.profile-edit-wrapper .profile-section.profile-edit-share .profile-element .description {
  margin-left: 0;
}
.profile-edit-wrapper .profile-section.profile-edit-bccontact {
  padding-top: 1em;
}
.profile-edit-wrapper .profile-section.profile-edit-bccontact .profile-element {
  display: inline-block;
  margin-top: 1em;
  width: 100%;
}
.profile-edit-wrapper .profile-section.profile-edit-bccontact .profile-element label {
  width: 90%;
  margin-top: 0;
}
.profile-edit-wrapper .profile-section.profile-edit-bccontact .profile-element input {
  width: 13px;
  float: left;
  margin: 3px 11px 0 0 !important;
}
.profile-edit-wrapper .profile-section.profile-edit-bccontact .profile-element .description {
  margin-left: 0;
}

.profile-edit-wrapper .profile-section.profile-edit-admin #edit-field-d6-roles .tabledrag-toggle-weight-wrapper {
  display: none;
}
.profile-edit-wrapper .profile-section.profile-edit-admin #edit-field-d6-roles #edit-field-d6-roles-und-add-more {
  width: auto;
}

.profile-edit-wrapper .profile-section.profile-actions {
  background-color: white;
  padding: 0;
  margin: 1em 0 0;
}
.profile-edit-wrapper .profile-section.profile-actions input {
  width: 20%;
}

/* ---------------------------------------
 ---------- COLLAPSE TEXT ----------------
 ---------------------------------------- */
.collapse-text-fieldset {
  border: none;
  padding: 0;
}
.collapse-text-fieldset legend {
  display: block;
  background-color: #efebf0;
  width: 100%;
  border: medium none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 1px;
  outline: medium none;
  position: relative;
}
.collapse-text-fieldset legend:hover {
  background-color: #e3e1e6;
}
.collapse-text-fieldset.collapsible legend {
  background-color: #733283;
}
.collapse-text-fieldset.collapsed legend {
  background-color: #efebf0;
}
.collapse-text-fieldset.collapsed legend:hover {
  background-color: #e3e1e6;
}
.collapse-text-fieldset.collapsible legend a, .collapse-text-fieldset.collapsed legend a {
  background-image: none;
  font-weight: 300;
  padding: 11px 45px 10px 10px;
  display: block;
}
.collapse-text-fieldset.collapsible legend a:after, .collapse-text-fieldset.collapsed legend a:after {
  background-image: url("../images-source/generic/333-sprite-icons.png");
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 18px;
  margin-top: -9px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 18px;
}
.collapse-text-fieldset.collapsible legend a {
  color: white;
}
.collapse-text-fieldset.collapsible legend a:after {
  background-position: -33px -1px;
}
.collapse-text-fieldset.collapsed legend a {
  color: #733283;
}
.collapse-text-fieldset.collapsed legend a:hover {
  color: #733283;
}
.collapse-text-fieldset.collapsed legend a:after {
  background-position: -1px -1px;
}

fieldset.collapsible div.fieldset-wrapper {
  margin: 10px 0 0;
  line-height: normal;
}

fieldset.collapsed {
  height: auto;
}

/* ------------------------------
------ NEW LANDING PAGES --------
--------------------------------- */
.lead-text {
  font-size: 20px;
}

.panel-item {
  float: left;
  width: 100%;
  border-top: 1px dotted #CCC;
  font-family: "BCSans", Arial, sans-serif;
  padding: 30px 0 25px;
}
.panel-item .gr-img {
  float: left;
  width: 190px;
  height: 108px;
  background-color: #FFF;
  margin: 0 20px 0 0;
  border: 1px solid #DDD;
}
.panel-item .gr-img img {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  width: 190px;
  height: 108px;
}
.panel-item .gr-wrap {
  float: left;
  max-width: 410px;
  width: 100%;
}
.panel-item .panel-item-title {
  float: left;
  width: 100%;
  font-size: 18px;
  margin: 0 0 5px;
}
.panel-item .panel-item-title a {
  font-weight: 600;
  float: left;
  margin: 0;
  width: 100%;
}
.panel-item p.gr-text {
  margin: 10px 0 0;
  font-size: 12px;
}
.panel-item br {
  display: none;
}

.bc-col2 .bc-sub-nav h2:before {
  background-image: none;
  content: '';
}

.bc-col2 .bc-sub-nav h2 {
  color: #FFF;
  background-color: #000;
  padding-left: 20px;
}

.bc-col2 .bc-sub-nav a.active {
  color: #733283;
}

.bc-col2 .bc-sub-nav a.active:hover {
  color: #333333;
}

/* ---------------------------------------
 ---------- USER LOGIN FORM --------------
 ---------------------------------------- */
#user-login-form {
  padding: 0 1.25em;
}
#user-login-form .item-list ul li {
  padding: 0.5em 0;
}

.page-user h1.page__title {
  clear: left;
}

#user-login .login-message {
  background-color: #efebf0;
  color: #733283;
  padding: 0.5em 1em;
  font-size: 1.125em;
  line-height: 1.5em;
}
#user-login .login-message a {
  color: black;
}

#block-user-login .form-item {
  margin: 0.5em 0;
}
#block-user-login .form-item label {
  margin: 0;
  width: 33%;
  font-size: 0.825em;
  display: inline-block;
}
#block-user-login .form-item input {
  width: 65%;
  font-size: 0.825em;
  display: inline-block;
}
#block-user-login .item-list ul li {
  padding: 0;
}

/* ---------------------------------------
 ---------- USER REGISTER FORM -----------
 ---------------------------------------- */
#user-register-form .info-notice.first,
#user-profile-form .info-notice.first {
  font-size: 0.75em;
  border-top: 1px solid #cccccc;
  padding: 1em 0 0;
}
#user-register-form .info-notice.last,
#user-profile-form .info-notice.last {
  margin: 0 0 2em;
  font-size: 0.75em;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 1em;
}
#user-register-form .info-notice.last a,
#user-profile-form .info-notice.last a {
  font-weight: 300;
}
#user-register-form .info-notice.last a:hover,
#user-profile-form .info-notice.last a:hover {
  color: black;
}
#user-register-form .field-name-field-bc-activities input,
#user-register-form .field-name-field-third-party-research input,
#user-register-form .field-name-field-third-party-support input,
#user-register-form .field-name-field-marketing-emails input,
#user-profile-form .field-name-field-bc-activities input,
#user-profile-form .field-name-field-third-party-research input,
#user-profile-form .field-name-field-third-party-support input,
#user-profile-form .field-name-field-marketing-emails input {
  margin: 0 3px 0 0;
}
#user-register-form .field-name-field-bc-activities label,
#user-register-form .field-name-field-third-party-research label,
#user-register-form .field-name-field-third-party-support label,
#user-register-form .field-name-field-marketing-emails label,
#user-profile-form .field-name-field-bc-activities label,
#user-profile-form .field-name-field-third-party-research label,
#user-profile-form .field-name-field-third-party-support label,
#user-profile-form .field-name-field-marketing-emails label {
  font-size: 0.75em;
  font-weight: 600;
}
#user-register-form .field-name-field-bc-activities label .information,
#user-register-form .field-name-field-third-party-research label .information,
#user-register-form .field-name-field-third-party-support label .information,
#user-register-form .field-name-field-marketing-emails label .information,
#user-profile-form .field-name-field-bc-activities label .information,
#user-profile-form .field-name-field-third-party-research label .information,
#user-profile-form .field-name-field-third-party-support label .information,
#user-profile-form .field-name-field-marketing-emails label .information {
  font-style: italic;
  clear: left;
  display: inline-block;
  font-weight: 300;
  color: #999999;
}
#user-register-form .description,
#user-profile-form .description {
  font-size: 0.75em;
  color: #733283;
}

/* ---------------------------------------
 ---------- QUICKTABS --------------------
 ---------------------------------------- */
ul.quicktabs-tabs.quicktabs-style-bullets li {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 18px;
  height: 30px;
  margin: 0 10px 10px 0;
  padding: 0;
}
ul.quicktabs-tabs.quicktabs-style-bullets li a {
  background: none repeat scroll 0 0 #f0ecf5;
  border-radius: 18px;
  color: #6c3c78 !important;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 15px;
}
ul.quicktabs-tabs.quicktabs-style-bullets li.active a, ul.quicktabs-tabs.quicktabs-style-bullets li.active a:hover,
ul.quicktabs-tabs.quicktabs-style-bullets li a:hover {
  background-color: #6C3C78;
  font-size: 12px;
  font-weight: normal;
  color: #FFF !important;
}

ul.quicktabs_tabs.quicktabs-style-bullets li.active a,
ul.quicktabs_tabs.quicktabs-style-bullets li a:hover,
ul.quicktabs_tabs.quicktabs-style-bullets li.active a:hover {
  background-color: #6C3C78;
  font-size: 12px;
  font-weight: normal;
  color: #FFF !important;
}

/* ---------------------------------------
 ---------- TABS -------------------------
 ---------------------------------------- */
ul.tabs-primary,
ul.ui-tabs-nav {
  display: inline-block;
  margin: 0 0 1em 0.5%;
  padding: 0.75em 0.5em 0;
  background-color: #efebf0;
  list-style: none;
  width: 64%;
  border-bottom: 1px solid #733283;
  float: left;
}
ul.tabs-primary li a,
ul.tabs-primary li.ui-state-default a,
ul.ui-tabs-nav li a,
ul.ui-tabs-nav li.ui-state-default a {
  background-color: #733283;
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0 0.25em -1px;
  color: white;
  font-size: 0.875em;
  font-weight: 300;
  float: left;
}
ul.tabs-primary li.is-active a, ul.tabs-primary li.ui-state-active a,
ul.tabs-primary li.ui-state-default.is-active a,
ul.tabs-primary li.ui-state-default.ui-state-active a,
ul.ui-tabs-nav li.is-active a,
ul.ui-tabs-nav li.ui-state-active a,
ul.ui-tabs-nav li.ui-state-default.is-active a,
ul.ui-tabs-nav li.ui-state-default.ui-state-active a {
  background-color: white;
  border: 1px solid #733283;
  border-bottom: none;
  position: relative;
  color: #733283;
}

.page-user ul.tabs-primary {
  background-color: white;
  padding-left: 0;
}
.page-user ul.tabs-primary li:first-of-type a {
  margin-left: 0;
}

@media screen and (max-width: 960px) {
  ul.tabs-primary {
    width: 90%;
    padding: 0.5em 4%;
    border-bottom: none;
  }
  ul.tabs-primary li {
    width: 100%;
  }
  ul.tabs-primary li a {
    border-top: 1px solid white;
    border-left: 1px solid #733283;
    border-right: 1px solid #733283;
    padding: 0.5em 5%;
    width: 89%;
  }
}
/* ---------------------------------------
 ---------- CALENDAR ---------------------
 ---------------------------------------- */
#bc-content-wrapper .view.view-calendar .date-nav-wrapper ul.pager {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  overflow: visible;
  padding: 0 0 8px 0;
  text-align: center;
  white-space: nowrap;
  background-color: white;
}
#bc-content-wrapper .view.view-calendar .date-nav-wrapper ul.pager .date-prev {
  float: left;
  right: auto;
  position: relative;
  border: 1px solid #2f3030;
  background: #894D98;
  background: -moz-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #894d98), color-stop(100%, #4e2b57));
  background: -webkit-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -o-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -ms-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: linear-gradient(to bottom, #894d98 0%, #4e2b57 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 8px 4px;
  font-family: "BCSans",Arial,sans-serif;
  font-weight: 300;
  margin: 0.5em 0.5em 0.5em 0;
  margin: 0;
}
#bc-content-wrapper .view.view-calendar .date-nav-wrapper ul.pager .date-prev:hover {
  border: 1px solid #565757;
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -o-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: linear-gradient(to bottom, #4e4e4e 0%, #1d1d1d 100%);
  color: #FFFFFF;
  text-decoration: none;
}
#bc-content-wrapper .view.view-calendar .date-nav-wrapper ul.pager .date-next {
  float: right;
  right: auto;
  position: relative;
  border: 1px solid #2f3030;
  background: #894D98;
  background: -moz-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #894d98), color-stop(100%, #4e2b57));
  background: -webkit-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -o-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -ms-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: linear-gradient(to bottom, #894d98 0%, #4e2b57 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 8px 4px;
  font-family: "BCSans",Arial,sans-serif;
  font-weight: 300;
  margin: 0.5em 0.5em 0.5em 0;
  margin: 0;
}
#bc-content-wrapper .view.view-calendar .date-nav-wrapper ul.pager .date-next:hover {
  border: 1px solid #565757;
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -o-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: linear-gradient(to bottom, #4e4e4e 0%, #1d1d1d 100%);
  color: #FFFFFF;
  text-decoration: none;
}

.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  background: none repeat scroll 0 0 #e3e1e6;
  overflow: hidden;
  padding: 0 3px;
  width: auto;
}

.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  background: none repeat scroll 0 0 silver;
  color: #ffffff;
  height: 1.9em;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  background: none repeat scroll 0 0 silver;
  border-radius: 0 5px 5px 0;
  height: 1.9em;
  padding-left: 6px;
  position: absolute;
  right: 0 !important;
  text-align: left;
  width: 10px;
  z-index: 1;
}

.calendar-calendar td .inner div.day a {
  color: #733283;
}

.calendar-calendar .month-view .full tr td.single-day.today {
  border-bottom: 2px solid #733283;
}

.calendar-calendar .month-view .full tr td.today,
.calendar-calendar .month-view .full tr.odd td.today,
.calendar-calendar .month-view .full tr.even td.today {
  border-left: 2px solid #733283;
  border-right: 2px solid #733283;
}

.calendar-calendar .month-view .full td.date-box.today {
  border-color: #733283;
}

.calendar-calendar th.days {
  background-color: #733283;
  border: 1px solid #cccccc;
  color: white;
}

/* ---------------------------------------
 ---------- CALENDAR ---------------------
 ---------------------------------------- */
.page-calendar-india .page__title {
  border-bottom: none;
}

#bc-content-wrapper .calendar-view .date-nav-wrapper ul.pager {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  overflow: visible;
  padding: 0 0 8px 0;
  text-align: center;
  white-space: nowrap;
  background-color: white;
}
#bc-content-wrapper .calendar-view .date-nav-wrapper ul.pager .date-prev {
  float: left;
  right: auto;
  position: relative;
  border: 1px solid #2f3030;
  background: #894D98;
  background: -moz-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #894d98), color-stop(100%, #4e2b57));
  background: -webkit-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -o-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -ms-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: linear-gradient(to bottom, #894d98 0%, #4e2b57 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 8px 4px;
  font-family: "BCSans",Arial,sans-serif;
  font-weight: 300;
  margin: 0.5em 0.5em 0.5em 0;
  margin: 0;
}
#bc-content-wrapper .calendar-view .date-nav-wrapper ul.pager .date-prev:hover {
  border: 1px solid #565757;
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -o-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: linear-gradient(to bottom, #4e4e4e 0%, #1d1d1d 100%);
  color: #FFFFFF;
  text-decoration: none;
}
#bc-content-wrapper .calendar-view .date-nav-wrapper ul.pager .date-next {
  float: right;
  right: auto;
  position: relative;
  border: 1px solid #2f3030;
  background: #894D98;
  background: -moz-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #894d98), color-stop(100%, #4e2b57));
  background: -webkit-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -o-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -ms-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: linear-gradient(to bottom, #894d98 0%, #4e2b57 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 8px 4px;
  font-family: "BCSans",Arial,sans-serif;
  font-weight: 300;
  margin: 0.5em 0.5em 0.5em 0;
  margin: 0;
}
#bc-content-wrapper .calendar-view .date-nav-wrapper ul.pager .date-next:hover {
  border: 1px solid #565757;
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -o-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: linear-gradient(to bottom, #4e4e4e 0%, #1d1d1d 100%);
  color: #FFFFFF;
  text-decoration: none;
}

.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  background: none repeat scroll 0 0 #e3e1e6;
  overflow: hidden;
  padding: 0 3px;
  width: auto;
}

.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  background: none repeat scroll 0 0 silver;
  color: #ffffff;
  height: 1.9em;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  background: none repeat scroll 0 0 silver;
  border-radius: 0 5px 5px 0;
  height: 1.9em;
  padding-left: 6px;
  position: absolute;
  right: 0 !important;
  text-align: left;
  width: 10px;
  z-index: 1;
}

.calendar-calendar td .inner div.day a {
  color: #733283;
}

.calendar-calendar .month-view .full tr td.single-day.today {
  border-bottom: 2px solid #733283;
}

.calendar-calendar .month-view .full tr td.today,
.calendar-calendar .month-view .full tr.odd td.today,
.calendar-calendar .month-view .full tr.even td.today {
  border-left: 2px solid #733283;
  border-right: 2px solid #733283;
}

.calendar-calendar .month-view .full td.date-box.today {
  border-color: #733283;
}

.calendar-calendar th.days {
  background-color: #733283;
  border: 1px solid #cccccc;
  color: white;
}

/* ---------------------------------------
 ---------- TWITTER BLOCK ----------------
 ---------------------------------------- */
.block-twitter p {
  margin: 0;
}

/* ---------------------------------------
 ---------- COOKIE COMPLIANCE ------------
 ---------------------------------------- */
#sliding-popup .popup-content {
  max-width: 950px;
}

@media (max-width: 980px) {
  #sliding-popup .popup-content {
    width: 95%;
  }
}
/* ---------------------------------------
 ---------- CAPTCHA ----------------------
 ---------------------------------------- */
fieldset.captcha {
  margin: 0 0 1em;
}

/* ---------------------------------------
 - Allow Accordion to load Expanded ------
 ---------------------------------------- */
dd.bc-accordion-content.bc-active {
  display: block !important;
}

/* ---------------------------------------
 --- Highlight current resource term -----
 ---------------------------------------- */
dd a.current-page {
  color: #EE0487;
  padding: 3px 5px 3px 0;
}

#autocomplete {
  height: 100px;
  max-height: 100px;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
}

#bc-header-wrapper .sf-depth-1 > ul {
  top: 25px;
}
#bc-header-wrapper .sf-depth-1 ul li a {
  padding: 5px;
}

#bc-header-wrapper li.sf-depth-1 {
  padding-right: 7px;
  padding-left: 7px;
  border-right: 1px solid grey;
}
#bc-header-wrapper .block-superfish li.sf-depth-1 {
  border-right: 0px solid grey;
  float: left;
  padding: 0;
  position: relative;
  background: none;
}
#bc-header-wrapper .block-superfish li.sf-depth-1.active-trail > a {
  display: block;
  margin: 0;
  padding: 3px 8px 5px 8px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 20px;
  text-decoration: none;
  color: white;
  background: #666666;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #666666 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, black));
  background: -webkit-linear-gradient(top, #666666 0%, black 100%);
  background: -o-linear-gradient(top, #666666 0%, black 100%);
  background: -ms-linear-gradient(top, #666666 0%, black 100%);
  background: linear-gradient(to bottom, #666666 0%, #000000 100%);
}
#bc-header-wrapper .block-superfish li.sf-depth-1 a {
  display: block;
  margin: 0;
  padding: 3px 8px 5px 8px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 20px;
  text-decoration: none;
}
#bc-header-wrapper .block-superfish li.sf-depth-1 > a:hover {
  color: white;
  background: #666666;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #666666 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, black));
  background: -webkit-linear-gradient(top, #666666 0%, black 100%);
  background: -o-linear-gradient(top, #666666 0%, black 100%);
  background: -ms-linear-gradient(top, #666666 0%, black 100%);
  background: linear-gradient(to bottom, #666666 0%, #000000 100%);
}
#bc-header-wrapper .block-superfish li.sf-depth-1.sf-item-1 a {
  background-image: url("../images-source/generic/333-sprite-icons.png");
  background-repeat: no-repeat;
  background-position: -523px 0;
  width: 37px;
  height: 32px;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-indent: -300px;
  overflow: hidden;
}
#bc-header-wrapper .block-superfish li.sf-depth-1.sf-item-1 a:hover {
  background-position: -475px 0;
}
#bc-header-wrapper .block-superfish li.sf-depth-1 ul a {
  background: black;
  color: white;
  border-bottom: 1px solid #494949;
  border-radius: 0px;
}
#bc-header-wrapper .block-superfish select.sf-menu {
  width: 100%;
}

#bc-header-wrapper li.sf-depth-1.last {
  border-right: 0px;
  padding-right: 0px;
}

#new-header #bc-auxiliary-links {
  margin-top: 10px;
  margin-right: 67px;
  float: right;
}
#new-header #bc-auxiliary-links .links li {
  float: left;
  padding-right: 9px;
}
#new-header #bc-auxiliary-links .links li.last {
  padding-right: 0px;
}
#new-header #bc-auxiliary-links .user-registration-block {
  float: right;
}
#new-header #bc-auxiliary-links .user-registration-block-loggedin {
  float: right;
  margin: 1.5em 0px 0.5em 0px;
}
#new-header #bc-auxiliary-links .user-registration-block-loggedin li {
  margin-right: 0px;
  padding-right: 9px;
}
#new-header #bc-ip-home {
  float: right;
  margin-left: 0px;
  clear: right;
  margin-top: 5px;
  margin-bottom: 12px;
}
#new-header #block-so-iphome-iphome-region .block-title {
  display: none;
}
#new-header .header__auxiliary-menu {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
#new-header #bc-header-wrapper header .bc-max-width.bc-row2 {
  padding-top: 0px;
}
#new-header #bc-header-wrapper #bc-site-name {
  padding-top: 0px;
}
#new-header #auxiliary-menu .links {
  padding-top: 0px;
  margin-top: 0px;
  line-height: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#new-header .firstandlast, #new-header .first {
  margin-left: 0px;
  padding-left: 0px !important;
}

@media all and (max-width: 840px) {
  #new-header #bc-auxiliary-links {
    float: left !important;
    margin-right: 0px;
  }
  #new-header .user-registration-block {
    float: left;
  }
  #new-header .user-registration-block .last {
    padding-right: 0px;
  }
  #new-header #bc-auxiliary-links {
    clear: both;
  }
  #new-header #bc-auxiliary-links ul {
    padding-left: 0px;
  }
  #new-header #bc-auxiliary-links .user-registration-block {
    float: left;
  }
  #new-header #auxiliary-menu {
    top: 0px;
    left: 0px;
  }
  #new-header .user-registration-block-loggedin {
    float: left !important;
  }
  #new-header #bc-ip-home {
    position: absolute;
    right: 0px;
    top: 30px;
  }
}
@media all and (max-width: 590px) {
  #new-header #auxiliary-menu li {
    line-height: 2.2;
  }
  #new-header #bc-ip-home {
    clear: both;
    margin-left: 0px;
    position: relative;
    top: 0px;
    right: 0px;
    float: left;
    margin-top: 0px;
    margin-right: 10px;
  }
}
.region-header-central-region {
  float: left;
}

.paragraphs-item-secondary-navigation .menu {
  margin-top: 0px;
  padding: 0px 0px 0px 15px;
}

.field-name-field-secondary-navigation .block-title {
  font-size: 19px;
}

/* Landing Page */
.paragraphs-item-body-image-optional {
  margin-bottom: 10px;
}
.paragraphs-item-body-image-optional .field-name-field-title-paragraph {
  font-weight: bold;
}
.paragraphs-item-body-image-optional .field-name-field-side-image img {
  margin: 0px;
}
.paragraphs-item-body-image-optional .group-left {
  width: 290px;
}
.paragraphs-item-body-image-optional .group-right {
  width: auto;
  max-width: 330px;
  padding-right: 0px;
  margin-left: 9px;
}

.node-landing-page.group-one-column .main-col.group-left {
  max-width: 100%;
  margin-right: 0px;
}
.node-landing-page .paragraphs-item-testimonial-case-study-paragraph {
  border: 1px solid;
  float: left;
}
.node-landing-page .paragraphs-item-testimonial-case-study-paragraph .node-teaser .node-title {
  display: none;
}
.node-landing-page .paragraphs-item-testimonial-case-study-paragraph .node-teaser img {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}
.node-landing-page .paragraphs-item-testimonial-case-study-paragraph .node-teaser .field-name-field-strapline {
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  width: 93%;
  margin-top: 4px;
  margin-bottom: 0px;
}
.node-landing-page .paragraphs-item-testimonial-case-study-paragraph .node-teaser .field-name-field-person-s-name, .node-landing-page .paragraphs-item-testimonial-case-study-paragraph .node-teaser .field-name-field-test-link {
  width: 93%;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
}
.node-landing-page .paragraphs-item-testimonial-case-study-paragraph .node-teaser .field-name-field-person-s-name {
  font-weight: bold;
}
.node-landing-page .paragraphs-item-testimonial-case-study-paragraph .node-teaser .field-name-field-test-link {
  margin-bottom: 5px;
}
.node-landing-page .group-left.main-col .field-name-field-programme-or-partner .field-item {
  float: left;
  min-width: 130px;
  clear: none !important;
}
.node-landing-page .group-left.main-col .field-name-field-programme-or-partner .field-item img {
  margin-top: 0px;
  margin-bottom: 7px;
  max-width: 120px;
}
.node-landing-page .group-right.main-col .field-name-field-programme-icon img {
  width: 100%;
  max-width: 100px;
}
.node-landing-page .group-right.main-col .field-name-field-programme-or-partner .field-item.even {
  float: left;
}
.node-landing-page .group-right.main-col .field-name-field-programme-or-partner .field-item.odd {
  float: right;
}
.node-landing-page .node-programme-or-partner.node-teaser .node-title {
  display: none;
}

.node-type-landing-page.sidebar-second #content {
  width: 100% !important;
}

@media all and (max-width: 960px) {
  .paragraphs-item-body-image-optional .group-left {
    max-width: none;
  }
  .paragraphs-item-body-image-optional .group-right {
    margin-left: 0px;
    text-align: center;
    width: 100%;
    max-width: none;
  }
}
.field-name-field-cta-4-links {
  margin-top: 3px;
  margin-bottom: 3px;
}

.paragraphs-item-section-4-title-description-imag .group-left {
  width: auto;
  max-width: 290px;
  margin-right: 10px;
}

.field-name-field-cta-4-image img {
  margin: 0px;
}

.field-name-field-cta-4-title {
  font-weight: bold;
}

.field-name-field-call-to-action-image img {
  margin: 0px 10px 0px 0px;
}

.field-name-field-strap-line-text {
  text-align: left;
}

.field-name-field-strap-line-text-no-image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.field-name-field-cta-tag,
.field-name-field-cta-tag-without-image {
  margin-top: 3px;
}
.field-name-field-cta-tag a,
.field-name-field-cta-tag-without-image a {
  border: 1px solid #2f3030;
  background: #894D98;
  background: -moz-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #894d98), color-stop(100%, #4e2b57));
  background: -webkit-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -o-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -ms-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: linear-gradient(to bottom, #894d98 0%, #4e2b57 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 8px 4px;
  font-family: "BCSans",Arial,sans-serif;
  font-weight: 300;
  margin: 0.5em 0.5em 0.5em 0;
  margin-right: 9px;
}
.field-name-field-cta-tag a:hover,
.field-name-field-cta-tag-without-image a:hover {
  border: 1px solid #565757;
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -o-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: linear-gradient(to bottom, #4e4e4e 0%, #1d1d1d 100%);
  color: #FFFFFF;
  text-decoration: none;
}

.field-name-field-cta-tag,
.field-name-field-cta-tag-without-image {
  text-align: right;
}

.field-name-field-cta-title {
  font-weight: bold;
  color: #444444;
  margin: 10px 0px 0px -6px;
}

.paragraphs-item-call-to-action-without-image {
  margin-top: 13px;
  margin-bottom: 20px;
  padding: 5px 0px 12px;
}
.paragraphs-item-call-to-action-without-image .field-name-field-cta-title,
.paragraphs-item-call-to-action-without-image .field-name-field-strap-line-text-no-image,
.paragraphs-item-call-to-action-without-image .field-name-field-cta-tag-without-image {
  padding-left: 9px;
  padding-right: 9px;
}
.paragraphs-item-call-to-action-without-image .field-name-field-cta-title {
  font-family: Arial, sans-serif;
}
.paragraphs-item-call-to-action-without-image .field-name-field-cta-title {
  padding-left: 15px;
}

/* File formatter */
.file-wrapper-row {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.paragraphs-item-documents {
  margin-top: 10px;
}
.paragraphs-item-documents .field-label p {
  padding-left: 5px;
}
.paragraphs-item-documents .field-label, .paragraphs-item-documents .field-items {
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #EFEBF0;
  float: left;
  width: 100%;
}

.file-details-wrapper, .file-icon-wrapper {
  float: left;
}

.file-details-size {
  font-size: 12px;
}

.file-icon-wrapper {
  min-width: 50px;
}
.file-icon-wrapper img {
  margin-left: auto;
  margin-right: auto;
}

.node-landing-page .field-name-field-paragraphs .field-item {
  clear: both;
}

.inner-paragraph {
  display: table;
  width: 100%;
}

.field-name-field-secondary-block-title {
  height: 333px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
}

.field-name-field-cta-summary {
  padding: 3px 5px 3px 5px;
  max-width: 489px;
}

.paragraphs-item-custom-blocks {
  padding-top: 5px;
}

.bean-questions-block {
  border: 1px solid #EFEBF0;
  display: block;
  float: left;
  width: 99%;
  text-align: right;
}
.bean-questions-block .content {
  padding: 5px;
}

.paragraphs-item-useful-links {
  border: 1px solid #EFEBF0;
  margin-top: 10px;
  width: 99%;
  float: left;
}

.paragraphs-item-useful-links .content {
  padding: 3px 0px 3px 5px;
}

.field-name-field-useful-links-title {
  font-weight: bold;
}

.paragraphs-item-apply-for-isa-and-improve-your-e {
  border: 1px solid #EFEBF0;
  margin-top: 10px;
  width: 99%;
  float: left;
}
.paragraphs-item-apply-for-isa-and-improve-your-e .form-item {
  margin-top: 0px;
  margin-bottom: 5px;
}
.paragraphs-item-apply-for-isa-and-improve-your-e label {
  margin-top: 0px;
}
.paragraphs-item-apply-for-isa-and-improve-your-e .block {
  margin-top: 0px;
  margin-bottom: 0px;
}
.paragraphs-item-apply-for-isa-and-improve-your-e .content {
  padding: 8px;
}
.paragraphs-item-apply-for-isa-and-improve-your-e select {
  width: 100%;
}

.field-name-field-column-2-paragraphs > .field-items > .field-item {
  width: 100%;
  float: left;
}

.node-landing-page #content {
  width: 100%;
}
.node-landing-page .main-col {
  width: 100%;
}
.node-landing-page .main-col.group-left {
  max-width: 683px;
  padding-right: 7px;
}
.node-landing-page .main-col.group-right {
  padding-left: 7px;
  float: left;
  max-width: 251px;
}
.node-landing-page .main-col.group-right .field-items {
  max-width: 300px;
}
.node-landing-page .group-one-column .main-col .field-items {
  max-width: none !important;
}

@media (max-width: 979px) {
  .node-landing-page .main-col.group-right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    max-width: 500px;
  }

  .node-landing-page .field-name-field-paragraphs .field-item {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .node-landing-page {
    /*
    * Responsive Image
    */
  }
  .node-landing-page .field-name-field-side-image img {
    width: 100%;
  }
  .node-landing-page .paragraphs-item-section-4-title-description-imag .group-left, .node-landing-page .paragraphs-item-section-4-title-description-imag .group-right {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    max-width: none;
  }
  .node-landing-page .main-col {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
  }
  .node-landing-page .main-col.group-left {
    padding-right: 0px;
  }
  .node-landing-page .main-col.group-left .field-items {
    max-width: 100%;
  }
  .node-landing-page .main-col.group-right {
    padding-left: 0px;
  }
  .node-landing-page .main-col.group-right .field-items {
    max-width: none;
  }
  .node-landing-page .main-col .field-items {
    margin-left: auto;
    margin-right: auto;
  }
  .node-landing-page #content {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
  }
  .node-landing-page #page-title {
    text-align: center;
  }
}
.paragraphs-item-field-set {
  display: inline-block;
  width: 100%;
  margin: 15px 0px;
}

.paragraphs-item-field-set-item {
  float: left;
  width: 100%;
  margin: 0px;
}
.paragraphs-item-field-set-item .submenu {
  display: none;
  padding: 10px;
}

.field-set-dropdown {
  cursor: pointer;
}
.field-set-dropdown .field-name-field-field-set-title {
  font-weight: bold;
  font-family: Arial, sans-serif;
}

.dropdown-right {
  background-image: url("../images/menu-expanded.png");
  background-repeat: no-repeat;
  background-position: left 8px;
}

.dropdown-down {
  background-image: url("../images/menu-collapsed.png");
  background-repeat: no-repeat;
  background-position: left 8px;
}

.field-name-field-top-logo img {
  margin-top: 5px;
}

@media all and (max-width: 730px) {
  #new-header .header__auxiliary-menu, #new-header .user-registration-block {
    margin-right: 32px !important;
  }
  #new-header .user-registration-block .last {
    padding-right: 0px;
  }
}
@media all and (max-width: 563px) {
  #new-header .header__auxiliary-menu, #new-header .user-registration-block {
    margin-right: 0px !important;
  }
  #new-header .user-registration-block {
    float: left;
  }
  #new-header .user-registration-block .last {
    padding-right: 0px;
  }

  #bc-auxiliary-links {
    float: left;
    clear: both;
  }
  #bc-auxiliary-links ul {
    padding-left: 0px;
  }
}
.paragraphs-item-secondary-navigation .menu {
  margin-top: 0px;
  padding: 0px 0px 0px 15px;
}

.field-name-field-secondary-navigation .block-title {
  font-size: 19px;
}

.bean-questions-block {
  margin-top: 10px;
}

.paragraphs-item-sections, .paragraphs-item-call-to-action-with-image {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paragraphs-item-sections .field-name-field-section-title, .paragraphs-item-sections .field-name-field-cta-title, .paragraphs-item-call-to-action-with-image .field-name-field-section-title, .paragraphs-item-call-to-action-with-image .field-name-field-cta-title {
  font-weight: bold;
  padding-left: 9px;
  padding-top: 0px;
  margin-top: 0px;
  font-family: Arial, sans-serif;
}
.paragraphs-item-sections .field-name-field-cta-title, .paragraphs-item-call-to-action-with-image .field-name-field-cta-title {
  font-family: Arial, sans-serif;
}
.paragraphs-item-sections .field-name-field-side-summary, .paragraphs-item-sections .field-name-field-strap-line-text, .paragraphs-item-call-to-action-with-image .field-name-field-side-summary, .paragraphs-item-call-to-action-with-image .field-name-field-strap-line-text {
  margin: 10px 0px;
  padding: 0px 9px;
}
.paragraphs-item-sections .group-left, .paragraphs-item-call-to-action-with-image .group-left {
  width: 40%;
}
.paragraphs-item-sections .group-right, .paragraphs-item-call-to-action-with-image .group-right {
  width: 60%;
}
.paragraphs-item-sections .field-name-field-side-section-image img, .paragraphs-item-call-to-action-with-image .field-name-field-side-section-image img {
  margin-top: 0px;
  margin-bottom: 0px;
}
.paragraphs-item-sections .field-name-field-cta-title, .paragraphs-item-call-to-action-with-image .field-name-field-cta-title {
  padding-left: 13px;
}

.paragraphs-item-call-to-action-with-image {
  margin-bottom: 45px;
}

.ds-2col-fluid.group-one-column .paragraphs-item-sections .group-left, .ds-2col-fluid.group-one-column .paragraphs-item-call-to-action-with-image .group-left {
  width: 31%;
}
.ds-2col-fluid.group-one-column .paragraphs-item-sections .group-right, .ds-2col-fluid.group-one-column .paragraphs-item-call-to-action-with-image .group-right {
  width: 68%;
}
.ds-2col-fluid.group-one-column .paragraphs-item-sections.group-one-column .group-right {
  width: 100%;
}

@media all and (max-width: 980px) {
  .paragraphs-item-sections .group-left, .paragraphs-item-call-to-action-with-image .group-left {
    max-width: 190px;
  }
}
.tweets-pulled-listing {
  font-size: 12px;
  line-height: 16px;
}
.tweets-pulled-listing h2 {
  background-color: black;
  color: white;
  margin: 0;
  padding: 8px 10px;
  font-size: 1.1em;
  font-weight: 300;
  border-top: none;
}
.tweets-pulled-listing p {
  margin: 0.5em 0;
}
.tweets-pulled-listing ul {
  margin: 0;
  padding: 0;
  background: #efebf0;
  text-shadow: none;
}
.tweets-pulled-listing ul li {
  list-style: none;
  padding: 7px 10px;
  border-bottom: 1px solid white;
  clear: both;
}
.tweets-pulled-listing ul li img {
  float: left;
  margin: 0 10px 0 0;
  width: 12%;
}
.tweets-pulled-listing ul li .tweet-time {
  text-align: right;
}

.paragraphs-item-facebook-feed {
  font-size: 12px;
  line-height: 16px;
}
.paragraphs-item-facebook-feed h2 {
  background-color: black;
  color: white;
  margin: 0;
  padding: 8px 10px;
  font-size: 1.1em;
  font-weight: 300;
  border-top: none;
}
.paragraphs-item-facebook-feed p {
  margin: 0.5em 0;
}
.paragraphs-item-facebook-feed ul {
  margin: 0;
  padding: 0;
  background: #efebf0;
  text-shadow: none;
}
.paragraphs-item-facebook-feed ul li {
  list-style: none;
  padding: 7px 10px;
  border-bottom: 1px solid white;
  clear: both;
}
.paragraphs-item-facebook-feed ul .facebook-feed-picture {
  width: 12%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.paragraphs-item-facebook-feed ul .facebook-feed-picture img {
  margin: 0;
}
.paragraphs-item-facebook-feed ul .facebook-feed-message {
  display: block;
  clear: both;
}
.paragraphs-item-facebook-feed ul .facebook-feed-from a {
  color: #733283;
  font-weight: bold;
}
.paragraphs-item-facebook-feed ul .facebook-feed-time {
  text-align: right;
  color: black;
}

.group-right .entity-paragraphs-item {
  margin-bottom: 1em;
}

.field-name-field-image-promos {
  float: left;
  width: 100%;
}
.field-name-field-image-promos > .field-items > .field-item {
  float: left;
  clear: none;
  width: 32%;
  max-width: none;
  margin: 0px 6px;
}
.field-name-field-image-promos > .field-items > .field-item:first-child {
  margin-left: 0px;
}
.field-name-field-image-promos > .field-items > .field-item:last-child {
  margin-right: 0px;
}

.paragraphs-item-grid-of-promos .paragraphs-item-image-promo {
  width: 100%;
  float: left;
}

@media (max-width: 690px) {
  .field-name-field-image-promos > .field-items > .field-item {
    max-width: none;
    width: 100%;
    margin: 0px 0px;
  }
}
.paragraphs-item-image-promo {
  position: relative;
  display: block;
  -webkit-box-shadow: 0px 1px 3px 0px #cebbea;
  box-shadow: 0px 1px 3px 0px #cebbea;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.paragraphs-item-image-promo h2 {
  background: #884c97;
  background: -moz-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #884c97), color-stop(100%, #4f2c58));
  background: -webkit-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -o-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -ms-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: linear-gradient(to bottom, #884c97 0%, #4f2c58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#884C97', endColorstr='#4F2C58', GradientType=0);
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  padding: 6px 20px 10px 30px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: white;
  margin: 0;
}
.paragraphs-item-image-promo h2:before {
  content: " ";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 13px;
  height: 13px;
  background-image: url("../images-source/generic/333-arrows.png");
  background-repeat: no-repeat;
  background-position: -71px -27px;
}
.paragraphs-item-image-promo img {
  margin: 0;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  width: 100%;
}
.paragraphs-item-image-promo p {
  background: black;
  background: rgba(0, 0, 0, 0.8);
  font-size: 0.875em;
  color: white;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.paragraphs-item-image-promo:hover p {
  opacity: 1;
}

.paragraphs-item-carousel {
  position: relative;
}
.paragraphs-item-carousel .field-name-field-carousel-items.buttons {
  margin-right: 25px;
  margin-left: 22px;
}
.paragraphs-item-carousel .paragraphs-item-carousel-item {
  position: relative;
  box-sizing: border-box;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.paragraphs-item-carousel .paragraphs-item-carousel-item img {
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.paragraphs-item-carousel .paragraphs-item-carousel-item .carousel-text {
  background: black;
  background: rgba(0, 0, 0, 0.8);
  font-size: 0.875em;
  color: white;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  opacity: 0;
  box-sizing: border-box;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.paragraphs-item-carousel .paragraphs-item-carousel-item:hover .carousel-text {
  opacity: 1;
}
.paragraphs-item-carousel .owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  font-size: 22px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #733283;
  filter: Alpha(Opacity=100);
  opacity: 1;
  margin: 0;
  text-indent: -9999px;
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
}
.paragraphs-item-carousel .owl-theme .owl-controls .owl-buttons div:before {
  content: " ";
  background-image: url("../images-source/generic/333-arrows.png");
  background-repeat: no-repeat;
  position: absolute;
  height: 26px;
  width: 26px;
  left: 0;
  top: 45%;
}
.paragraphs-item-carousel .owl-theme .owl-controls .owl-prev {
  left: -30px;
}
.paragraphs-item-carousel .owl-theme .owl-controls .owl-prev:before {
  background-position: -33px -77px;
}
.paragraphs-item-carousel .owl-theme .owl-controls .owl-next {
  right: -30px;
}
.paragraphs-item-carousel .owl-theme .owl-controls .owl-next:before {
  background-position: -33px -17px;
}

#block-sharethis-sharethis-block {
  margin-top: 11px;
}

#bc-main-wrapper .bc-full-width.bc-stripe {
  float: left;
  width: 100%;
}

.ticker-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  margin-top: 10px;
  font-size: 15px;
}

.ticker-message {
  margin-bottom: 8px !important;
  background-color: #FFF;
  float: left;
  width: 100%;
  background-image: url("../images/right-arrow.png");
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-position: 4px center;
  border: 1px solid;
}
.ticker-message a, .ticker-message p {
  position: relative;
  left: 32px;
  width: 96%;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
}

#bc-content {
  clear: both;
}

.paragraphs-item-quick-links {
  border: 1px solid #d3d3d3;
  background-color: #f1f1f1;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.paragraphs-item-quick-links .content {
  padding: 8px;
  width: 100%;
  float: left;
}
.paragraphs-item-quick-links .field-name-field-quick-links-title {
  margin-bottom: 5px;
  font-weight: bold;
}
.paragraphs-item-quick-links .field-name-field-links .field-item {
  border: 1px solid #d3d3d3;
  background-color: #FFF;
  padding: 5px;
  float: left;
  clear: none;
  margin-right: 3.5px;
  margin-left: 3.5px;
}
.paragraphs-item-quick-links .field-name-field-links .field-item:first-child {
  margin-left: 0px;
}
.paragraphs-item-quick-links .field-name-field-links .field-item:last-child {
  margin-right: 0px;
}

.field-name-field-column-2-paragraphs .paragraphs-item-text-promo h2 {
  font-size: 19px;
}

.page-media-browser #edit-field-folder {
  display: none;
}
