/*
Site Name: brpaper.com
Author: Ramit Arora
Rule Book used : smacss Less
Stylesheet: Minified, User defined Less, Main Stylesheet
Last updated: 02-01-2017 ver 1.02
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  transition: none !important;
}
button,
html,
input,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:active,
a:hover {
  outline: none;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
blockquote {
  margin: 1em 40px;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:after,
q:before {
  content: '';
  content: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 0;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure,
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.floatNone {
  float: none;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.clearLeft {
  clear: left;
}
.clearRight {
  clear: right;
}
.clearBoth {
  clear: both;
}
.noBg {
  background: none !important;
}
.noBgColor {
  background-color: inherit !important;
}
.noMargin {
  margin: 0 !important;
}
.equalhor-margin {
  margin-left: 10px;
  margin-right: 10px;
}
.noPadding {
  padding: 0 !important;
}
.noBorder {
  border: 0 !important;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.bold {
  font-weight: 700;
}
.hideText {
  display: block;
  text-indent: -9999px;
}
.Textcenter {
  text-align: center !important;
}
.Textleft {
  text-align: left !important;
}
.Textright {
  text-align: right !important;
}
.nounderline {
  text-decoration: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.centered {
  margin: 0 auto;
}
.overflow-hide {
  overflow: hidden;
}
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.strong,
b,
strong {
  font-weight: 700;
}
.em,
dfn,
em {
  font-style: italic;
}
.small,
small {
  font-size: 75%;
}
ol,
ul {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.commentlist,
.sidebar ol,
.sidebar ul {
  list-style: none;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.is-visible {
  opacity: 1;
  animation: fade 3s;
  margin: auto;
  padding: auto;
  height: auto;
}
.is-hidden {
  opacity: 0;
  animation: fade 3s reverse;
  padding: 0!important;
  height: 0;
  margin: 0;
}
.is-removed {
  display: none;
}
.inline-b {
  display: inline-block;
  vertical-align: top;
}
.show {
  opacity: 1;
  visibility: visible;
}
.hide {
  opacity: 0;
  visibility: hidden;
}
/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.pure-g {
  text-rendering: optimizespeed;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
}
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em;
}
.pure-u {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}
.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}
.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5%;
  *width: 12.469%;
}
.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}
.pure-u-1-5 {
  width: 20%;
  *width: 19.969%;
}
.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}
.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
  *width: 24.969%;
}
.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}
.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}
.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5%;
  *width: 37.469%;
}
.pure-u-2-5 {
  width: 40%;
  *width: 39.969%;
}
.pure-u-5-12,
.pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}
.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}
.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
  *width: 49.969%;
}
.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}
.pure-u-7-12,
.pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}
.pure-u-3-5 {
  width: 60%;
  *width: 59.969%;
}
.pure-u-5-8,
.pure-u-15-24 {
  width: 62.5%;
  *width: 62.469%;
}
.pure-u-2-3,
.pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}
.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}
.pure-u-3-4,
.pure-u-18-24 {
  width: 75%;
  *width: 74.969%;
}
.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}
.pure-u-4-5 {
  width: 80%;
  *width: 79.969%;
}
.pure-u-5-6,
.pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}
.pure-u-7-8,
.pure-u-21-24 {
  width: 87.5%;
  *width: 87.469%;
}
.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}
.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}
.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
  width: 100%;
}
.pure-g .pure-g {
  display: block;
}
.br-img {
  max-width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.br-img.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  -ie-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}
.br-img.rounded.wireframed {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  -ie-border-radius: 8px;
  -o-border-radius: 8px;
}
.br-img.wireframed {
  border: 1px solid #2577bc;
  padding: 4px;
}
.br-img.wireframed img {
  margin: 4px;
}
.br-img.img-eliptical {
  -webkit-border-radius: 80%;
  -moz-border-radius: 80%;
  border-radius: 80%;
  -khtml-border-radius: 80%;
  -ie-border-radius: 80%;
  -o-border-radius: 80%;
  max-width: none;
}
.br-thumb {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0.2em;
  position: relative;
}
.br-thumb .thumb-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.br-thumb .thumb-overlay a {
  color: #fff;
}
.br-thumb img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.br-thumb p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.br-thumb.br-thumb-eliptical img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  -ie-border-radius: 50%;
  -o-border-radius: 50%;
}
.br-thumb.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  -ie-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}
.br-thumb.rounded .caption,
.br-thumb.rounded img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  -ie-border-radius: 5px;
  -o-border-radius: 5px;
}
.br-thumb.bordered {
  border: 1px solid #2577bc;
  padding: 4px;
}
.br-thumb.bordered .caption {
  background-color: transparent;
  margin: 0;
}
.br-thumb .caption {
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 80%;
  display: block;
  margin: 0.2em 0 0px;
  color: #fff;
  padding: 5px;
  background-color: #1BC37F;
  overflow: hidden;
}
.br-thumb .caption .caption-head {
  font-weight: bold;
  margin: 0;
  font-family: inherit;
}
.br-thumb .caption .caption-head a {
  text-align: left;
  color: #fff;
}
.br-thumb .caption > a {
  display: block;
  text-align: right;
}
.br-thumb .caption p {
  margin: 0.3em 0 0;
}
.br-thumb .caption h3 {
  color: #fff;
}
.br-thumb.small .caption {
  max-width: 100px;
}
@media screen and (min-width: 48em) {
  .br-thumb {
    margin: 0.5em;
  }
}
/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-1-2,
  .pure-u-sm-1-3,
  .pure-u-sm-2-3,
  .pure-u-sm-1-4,
  .pure-u-sm-3-4,
  .pure-u-sm-1-5,
  .pure-u-sm-2-5,
  .pure-u-sm-3-5,
  .pure-u-sm-4-5,
  .pure-u-sm-5-5,
  .pure-u-sm-1-6,
  .pure-u-sm-5-6,
  .pure-u-sm-1-8,
  .pure-u-sm-3-8,
  .pure-u-sm-5-8,
  .pure-u-sm-7-8,
  .pure-u-sm-1-12,
  .pure-u-sm-5-12,
  .pure-u-sm-7-12,
  .pure-u-sm-11-12,
  .pure-u-sm-1-24,
  .pure-u-sm-2-24,
  .pure-u-sm-3-24,
  .pure-u-sm-4-24,
  .pure-u-sm-5-24,
  .pure-u-sm-6-24,
  .pure-u-sm-7-24,
  .pure-u-sm-8-24,
  .pure-u-sm-9-24,
  .pure-u-sm-10-24,
  .pure-u-sm-11-24,
  .pure-u-sm-12-24,
  .pure-u-sm-13-24,
  .pure-u-sm-14-24,
  .pure-u-sm-15-24,
  .pure-u-sm-16-24,
  .pure-u-sm-17-24,
  .pure-u-sm-18-24,
  .pure-u-sm-19-24,
  .pure-u-sm-20-24,
  .pure-u-sm-21-24,
  .pure-u-sm-22-24,
  .pure-u-sm-23-24,
  .pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-sm-1-12,
  .pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-sm-1-8,
  .pure-u-sm-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-sm-1-6,
  .pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-sm-1-4,
  .pure-u-sm-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-sm-1-3,
  .pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-sm-3-8,
  .pure-u-sm-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-sm-5-12,
  .pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-sm-1-2,
  .pure-u-sm-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-sm-7-12,
  .pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-sm-5-8,
  .pure-u-sm-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-sm-2-3,
  .pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-sm-3-4,
  .pure-u-sm-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-sm-5-6,
  .pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-sm-7-8,
  .pure-u-sm-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-sm-11-12,
  .pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-5-5,
  .pure-u-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-1-2,
  .pure-u-md-1-3,
  .pure-u-md-2-3,
  .pure-u-md-1-4,
  .pure-u-md-3-4,
  .pure-u-md-1-5,
  .pure-u-md-2-5,
  .pure-u-md-3-5,
  .pure-u-md-4-5,
  .pure-u-md-5-5,
  .pure-u-md-1-6,
  .pure-u-md-5-6,
  .pure-u-md-1-8,
  .pure-u-md-3-8,
  .pure-u-md-5-8,
  .pure-u-md-7-8,
  .pure-u-md-1-12,
  .pure-u-md-5-12,
  .pure-u-md-7-12,
  .pure-u-md-11-12,
  .pure-u-md-1-24,
  .pure-u-md-2-24,
  .pure-u-md-3-24,
  .pure-u-md-4-24,
  .pure-u-md-5-24,
  .pure-u-md-6-24,
  .pure-u-md-7-24,
  .pure-u-md-8-24,
  .pure-u-md-9-24,
  .pure-u-md-10-24,
  .pure-u-md-11-24,
  .pure-u-md-12-24,
  .pure-u-md-13-24,
  .pure-u-md-14-24,
  .pure-u-md-15-24,
  .pure-u-md-16-24,
  .pure-u-md-17-24,
  .pure-u-md-18-24,
  .pure-u-md-19-24,
  .pure-u-md-20-24,
  .pure-u-md-21-24,
  .pure-u-md-22-24,
  .pure-u-md-23-24,
  .pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-md-1-12,
  .pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-md-1-8,
  .pure-u-md-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-md-1-6,
  .pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-md-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-md-1-4,
  .pure-u-md-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-md-1-3,
  .pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-md-3-8,
  .pure-u-md-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-md-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-md-5-12,
  .pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-md-1-2,
  .pure-u-md-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-md-7-12,
  .pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-md-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-md-5-8,
  .pure-u-md-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-md-2-3,
  .pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-md-3-4,
  .pure-u-md-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-md-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-md-5-6,
  .pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-md-7-8,
  .pure-u-md-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-md-11-12,
  .pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-5-5,
  .pure-u-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-1-2,
  .pure-u-lg-1-3,
  .pure-u-lg-2-3,
  .pure-u-lg-1-4,
  .pure-u-lg-3-4,
  .pure-u-lg-1-5,
  .pure-u-lg-2-5,
  .pure-u-lg-3-5,
  .pure-u-lg-4-5,
  .pure-u-lg-5-5,
  .pure-u-lg-1-6,
  .pure-u-lg-5-6,
  .pure-u-lg-1-8,
  .pure-u-lg-3-8,
  .pure-u-lg-5-8,
  .pure-u-lg-7-8,
  .pure-u-lg-1-12,
  .pure-u-lg-5-12,
  .pure-u-lg-7-12,
  .pure-u-lg-11-12,
  .pure-u-lg-1-24,
  .pure-u-lg-2-24,
  .pure-u-lg-3-24,
  .pure-u-lg-4-24,
  .pure-u-lg-5-24,
  .pure-u-lg-6-24,
  .pure-u-lg-7-24,
  .pure-u-lg-8-24,
  .pure-u-lg-9-24,
  .pure-u-lg-10-24,
  .pure-u-lg-11-24,
  .pure-u-lg-12-24,
  .pure-u-lg-13-24,
  .pure-u-lg-14-24,
  .pure-u-lg-15-24,
  .pure-u-lg-16-24,
  .pure-u-lg-17-24,
  .pure-u-lg-18-24,
  .pure-u-lg-19-24,
  .pure-u-lg-20-24,
  .pure-u-lg-21-24,
  .pure-u-lg-22-24,
  .pure-u-lg-23-24,
  .pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-lg-1-12,
  .pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-lg-1-8,
  .pure-u-lg-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-lg-1-6,
  .pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-lg-1-4,
  .pure-u-lg-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-lg-1-3,
  .pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-lg-3-8,
  .pure-u-lg-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-lg-5-12,
  .pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-lg-1-2,
  .pure-u-lg-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-lg-7-12,
  .pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-lg-5-8,
  .pure-u-lg-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-lg-2-3,
  .pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-lg-3-4,
  .pure-u-lg-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-lg-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-lg-5-6,
  .pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-lg-7-8,
  .pure-u-lg-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-lg-11-12,
  .pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-5-5,
  .pure-u-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-1-2,
  .pure-u-xl-1-3,
  .pure-u-xl-2-3,
  .pure-u-xl-1-4,
  .pure-u-xl-3-4,
  .pure-u-xl-1-5,
  .pure-u-xl-2-5,
  .pure-u-xl-3-5,
  .pure-u-xl-4-5,
  .pure-u-xl-5-5,
  .pure-u-xl-1-6,
  .pure-u-xl-5-6,
  .pure-u-xl-1-8,
  .pure-u-xl-3-8,
  .pure-u-xl-5-8,
  .pure-u-xl-7-8,
  .pure-u-xl-1-12,
  .pure-u-xl-5-12,
  .pure-u-xl-7-12,
  .pure-u-xl-11-12,
  .pure-u-xl-1-24,
  .pure-u-xl-2-24,
  .pure-u-xl-3-24,
  .pure-u-xl-4-24,
  .pure-u-xl-5-24,
  .pure-u-xl-6-24,
  .pure-u-xl-7-24,
  .pure-u-xl-8-24,
  .pure-u-xl-9-24,
  .pure-u-xl-10-24,
  .pure-u-xl-11-24,
  .pure-u-xl-12-24,
  .pure-u-xl-13-24,
  .pure-u-xl-14-24,
  .pure-u-xl-15-24,
  .pure-u-xl-16-24,
  .pure-u-xl-17-24,
  .pure-u-xl-18-24,
  .pure-u-xl-19-24,
  .pure-u-xl-20-24,
  .pure-u-xl-21-24,
  .pure-u-xl-22-24,
  .pure-u-xl-23-24,
  .pure-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-xl-1-12,
  .pure-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-xl-1-8,
  .pure-u-xl-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-xl-1-6,
  .pure-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-xl-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-xl-1-4,
  .pure-u-xl-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-xl-1-3,
  .pure-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-xl-3-8,
  .pure-u-xl-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-xl-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-xl-5-12,
  .pure-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-xl-1-2,
  .pure-u-xl-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-xl-7-12,
  .pure-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-xl-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-xl-5-8,
  .pure-u-xl-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-xl-2-3,
  .pure-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-xl-3-4,
  .pure-u-xl-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-xl-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-xl-5-6,
  .pure-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-xl-7-8,
  .pure-u-xl-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-xl-11-12,
  .pure-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-5-5,
  .pure-u-xl-24-24 {
    width: 100%;
  }
}
a:link {
  /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
::selection {
  background: #B12D24;
  color: #fff;
}
::-moz-selection {
  background: #B12D24;
  color: #fff;
}
/*
@base: #663333;
@complement1: spin(@base, 180);
@complement2: darken(spin(@base, 180), 5%);
@lighten1: lighten(@base, 15%);
@lighten2: lighten(@base, 30%);
*/
/*
.one   {color: @base;}
.two   {color: @complement1;}
.three {color: @complement2;}
.four  {color: @lighten1;}
.five  {color: @lighten2;}
*/
/* Mixin */
/*
@base: #663333;
@lighter1: lighten(spin(@base, 5), 10%);
@lighter2: lighten(spin(@base, 10), 20%);
@darker1: darken(spin(@base, -5), 10%);
@darker2: darken(spin(@base, -10), 20%);
*/
/* Implementation */
/*
.one   {color: @base;}
.two   {color: @lighter1;}
.three {color: @lighter2;}
.four  {color: @darker1;}
.five  {color: @darker2;}
*/
.borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.field-shadow {
  -webkit-box-shadow: 0px 0px 2px #777777;
  -moz-box-shadow: 0px 0px 2px #777777;
  box-shadow: 0px 0px 2px #777777;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefixfsav2c') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg?fsav2c#icomoon') format('svg');
}
[class^="icon-"],
[class*=" icon-"],
.icon_class,
.is-icon {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
.icon_class {
  font-family: 'icomoon' !important;
}
.icon-home:before {
  content: "\e000";
}
.icon-home2:before {
  content: "\e005";
}
.icon-newspaper:before {
  content: "\e00c";
}
.icon-pencil:before {
  content: "\e00e";
}
.icon-quill:before {
  content: "\e013";
}
.icon-marker:before {
  content: "\e01b";
}
.icon-marker2:before {
  content: "\e01d";
}
.icon-brush:before {
  content: "\e020";
}
.icon-palette:before {
  content: "\e021";
}
.icon-eyedropper:before {
  content: "\e023";
}
.icon-paint-format:before {
  content: "\e02a";
}
.icon-image:before {
  content: "\e02c";
}
.icon-camera:before {
  content: "\e036";
}
.icon-music:before {
  content: "\e03a";
}
.icon-film:before {
  content: "\e049";
}
.icon-film2:before {
  content: "\e04a";
}
.icon-camera2:before {
  content: "\e04c";
}
.icon-camera3:before {
  content: "\e04d";
}
.icon-connection:before {
  content: "\e062";
}
.icon-podcast:before {
  content: "\e069";
}
.icon-mic:before {
  content: "\e06d";
}
.icon-mic2:before {
  content: "\e06e";
}
.icon-file:before {
  content: "\e085";
}
.icon-file2:before {
  content: "\e086";
}
.icon-file-plus:before {
  content: "\e087";
}
.icon-file-minus:before {
  content: "\e088";
}
.icon-file-download:before {
  content: "\e089";
}
.icon-file-upload:before {
  content: "\e08a";
}
.icon-file-check:before {
  content: "\e08b";
}
.icon-file-remove:before {
  content: "\e08c";
}
.icon-copy:before {
  content: "\e08e";
}
.icon-copy2:before {
  content: "\e08f";
}
.icon-paste:before {
  content: "\e093";
}
.icon-stack:before {
  content: "\e096";
}
.icon-stack2:before {
  content: "\e097";
}
.icon-folder:before {
  content: "\e0a1";
}
.icon-folder2:before {
  content: "\e0a4";
}
.icon-folder-plus:before {
  content: "\e0a5";
}
.icon-folder-minus:before {
  content: "\e0a6";
}
.icon-folder-plus2:before {
  content: "\e0a7";
}
.icon-folder-remove:before {
  content: "\e0a8";
}
.icon-folder-download:before {
  content: "\e0a9";
}
.icon-folder-upload:before {
  content: "\e0aa";
}
.icon-folder-download2:before {
  content: "\e0ab";
}
.icon-folder-upload2:before {
  content: "\e0ac";
}
.icon-cc:before {
  content: "\e0b2";
}
.icon-tag:before {
  content: "\e0b6";
}
.icon-tag2:before {
  content: "\e0b8";
}
.icon-barcode:before {
  content: "\e0bd";
}
.icon-qrcode:before {
  content: "\e0bf";
}
.icon-cart:before {
  content: "\e0c4";
}
.icon-cart-plus:before {
  content: "\e0c8";
}
.icon-cart-minus:before {
  content: "\e0c9";
}
.icon-cart-add:before {
  content: "\e0ca";
}
.icon-cart-remove:before {
  content: "\e0cb";
}
.icon-cart-checkout:before {
  content: "\e0cc";
}
.icon-cart-remove2:before {
  content: "\e0cd";
}
.icon-credit:before {
  content: "\e0d5";
}
.icon-credit2:before {
  content: "\e0d6";
}
.icon-calculate:before {
  content: "\e0d8";
}
.icon-support:before {
  content: "\e0d9";
}
.icon-phone:before {
  content: "\e0dc";
}
.icon-contact-add:before {
  content: "\e0de";
}
.icon-contact-remove:before {
  content: "\e0df";
}
.icon-contact-add2:before {
  content: "\e0e0";
}
.icon-contact-remove2:before {
  content: "\e0e1";
}
.icon-call-incoming:before {
  content: "\e0e2";
}
.icon-call-outgoing:before {
  content: "\e0e3";
}
.icon-phone2:before {
  content: "\e0e4";
}
.icon-address-book:before {
  content: "\e0e8";
}
.icon-envelope:before {
  content: "\e0eb";
}
.icon-envelop:before {
  content: "\e0ec";
}
.icon-envelop-opened:before {
  content: "\e0ee";
}
.icon-location:before {
  content: "\e0f1";
}
.icon-map:before {
  content: "\e0fc";
}
.icon-map2:before {
  content: "\e0fd";
}
.icon-clock:before {
  content: "\e101";
}
.icon-clock2:before {
  content: "\e102";
}
.icon-clock3:before {
  content: "\e103";
}
.icon-clock4:before {
  content: "\e104";
}
.icon-bell:before {
  content: "\e10c";
}
.icon-alarm-plus:before {
  content: "\e10d";
}
.icon-alarm-minus:before {
  content: "\e10e";
}
.icon-alarm-check:before {
  content: "\e10f";
}
.icon-alarm-cancel:before {
  content: "\e110";
}
.icon-stopwatch:before {
  content: "\e111";
}
.icon-calendar:before {
  content: "\e115";
}
.icon-calendar2:before {
  content: "\e116";
}
.icon-print:before {
  content: "\e118";
}
.icon-mouse:before {
  content: "\e11a";
}
.icon-mouse2:before {
  content: "\e11c";
}
.icon-mouse3:before {
  content: "\e11d";
}
.icon-keyboard:before {
  content: "\e11e";
}
.icon-screen:before {
  content: "\e120";
}
.icon-mobile:before {
  content: "\e125";
}
.icon-mobile2:before {
  content: "\e126";
}
.icon-database:before {
  content: "\e138";
}
.icon-align-left:before {
  content: "\e145";
}
.icon-align-center-horizontal:before {
  content: "\e146";
}
.icon-align-right:before {
  content: "\e147";
}
.icon-align-top:before {
  content: "\e148";
}
.icon-align-center-vertical:before {
  content: "\e149";
}
.icon-align-bottom:before {
  content: "\e14a";
}
.icon-undo:before {
  content: "\e14b";
}
.icon-redo:before {
  content: "\e14c";
}
.icon-forward:before {
  content: "\e14d";
}
.icon-reply:before {
  content: "\e14e";
}
.icon-bubble:before {
  content: "\e164";
}
.icon-bubble-dots:before {
  content: "\e165";
}
.icon-bubble2:before {
  content: "\e166";
}
.icon-bubble3:before {
  content: "\e167";
}
.icon-bubble-dots2:before {
  content: "\e168";
}
.icon-bubble4:before {
  content: "\e169";
}
.icon-bubbles:before {
  content: "\e16a";
}
.icon-bubbles2:before {
  content: "\e16b";
}
.icon-bubble-blocked:before {
  content: "\e16c";
}
.icon-bubble-check:before {
  content: "\e16f";
}
.icon-bubble-video-chat:before {
  content: "\e170";
}
.icon-bubble-link:before {
  content: "\e171";
}
.icon-bubble-cancel:before {
  content: "\e176";
}
.icon-bubble-plus:before {
  content: "\e177";
}
.icon-bubble-minus:before {
  content: "\e178";
}
.icon-user:before {
  content: "\e18e";
}
.icon-users:before {
  content: "\e18f";
}
.icon-user-plus:before {
  content: "\e190";
}
.icon-user-minus:before {
  content: "\e191";
}
.icon-user-cancel:before {
  content: "\e192";
}
.icon-user-block:before {
  content: "\e193";
}
.icon-busy:before {
  content: "\e1a3";
}
.icon-spinner:before {
  content: "\e1a7";
}
.icon-spinner2:before {
  content: "\e1ae";
}
.icon-spinner3:before {
  content: "\e1af";
}
.icon-binoculars:before {
  content: "\e1b5";
}
.icon-search:before {
  content: "\e1b7";
}
.icon-zoomin:before {
  content: "\e1b8";
}
.icon-zoomout:before {
  content: "\e1b9";
}
.icon-expand:before {
  content: "\e1bf";
}
.icon-contract:before {
  content: "\e1c0";
}
.icon-expand2:before {
  content: "\e1c8";
}
.icon-contract2:before {
  content: "\e1c9";
}
.icon-key:before {
  content: "\e1ca";
}
.icon-keyhole:before {
  content: "\e1cf";
}
.icon-lock:before {
  content: "\e1d3";
}
.icon-unlocked:before {
  content: "\e1d4";
}
.icon-settings:before {
  content: "\e1db";
}
.icon-equalizer:before {
  content: "\e1dc";
}
.icon-cog:before {
  content: "\e1e1";
}
.icon-cog2:before {
  content: "\e1e2";
}
.icon-pie:before {
  content: "\e1f8";
}
.icon-stats:before {
  content: "\e1fe";
}
.icon-stats-up:before {
  content: "\e207";
}
.icon-podium:before {
  content: "\e216";
}
.icon-medal:before {
  content: "\e218";
}
.icon-medal2:before {
  content: "\e219";
}
.icon-medal3:before {
  content: "\e21a";
}
.icon-medal4:before {
  content: "\e21b";
}
.icon-trophy:before {
  content: "\e21e";
}
.icon-mug:before {
  content: "\e226";
}
.icon-rocket:before {
  content: "\e234";
}
.icon-lamp:before {
  content: "\e24d";
}
.icon-lamp2:before {
  content: "\e24e";
}
.icon-remove:before {
  content: "\e256";
}
.icon-airplane:before {
  content: "\e25b";
}
.icon-paperplane:before {
  content: "\e25c";
}
.icon-accessibility:before {
  content: "\e277";
}
.icon-lightning:before {
  content: "\e28d";
}
.icon-switch:before {
  content: "\e290";
}
.icon-list:before {
  content: "\e299";
}
.icon-list2:before {
  content: "\e29a";
}
.icon-numbered-list:before {
  content: "\e29c";
}
.icon-circle-small:before {
  content: "\e2ab";
}
.icon-menu:before {
  content: "\e2af";
}
.icon-cloud:before {
  content: "\e2b5";
}
.icon-cloud-download:before {
  content: "\e2b6";
}
.icon-cloud-upload:before {
  content: "\e2b7";
}
.icon-download:before {
  content: "\e2ba";
}
.icon-upload:before {
  content: "\e2bb";
}
.icon-earth:before {
  content: "\e2c7";
}
.icon-network:before {
  content: "\e2c8";
}
.icon-link:before {
  content: "\e2cd";
}
.icon-flag:before {
  content: "\e2d1";
}
.icon-attachment:before {
  content: "\e2d7";
}
.icon-eye:before {
  content: "\e2d9";
}
.icon-eye-blocked:before {
  content: "\e2da";
}
.icon-bookmark:before {
  content: "\e2e3";
}
.icon-bookmark2:before {
  content: "\e2e4";
}
.icon-bookmarks:before {
  content: "\e2e5";
}
.icon-heart:before {
  content: "\e304";
}
.icon-heart2:before {
  content: "\e305";
}
.icon-thumbs-up:before {
  content: "\e313";
}
.icon-thumbs-up2:before {
  content: "\e314";
}
.icon-people:before {
  content: "\e317";
}
.icon-man:before {
  content: "\e318";
}
.icon-woman:before {
  content: "\e31a";
}
.icon-happy:before {
  content: "\e31e";
}
.icon-smiley:before {
  content: "\e320";
}
.icon-tongue:before {
  content: "\e322";
}
.icon-sad:before {
  content: "\e324";
}
.icon-wink:before {
  content: "\e326";
}
.icon-grin:before {
  content: "\e328";
}
.icon-cool:before {
  content: "\e32a";
}
.icon-angry:before {
  content: "\e32c";
}
.icon-evil:before {
  content: "\e32e";
}
.icon-shocked:before {
  content: "\e330";
}
.icon-confused:before {
  content: "\e332";
}
.icon-neutral:before {
  content: "\e334";
}
.icon-wondering:before {
  content: "\e336";
}
.icon-cursor:before {
  content: "\e338";
}
.icon-cursor2:before {
  content: "\e339";
}
.icon-warning:before {
  content: "\e355";
}
.icon-warning2:before {
  content: "\e356";
}
.icon-notification:before {
  content: "\e357";
}
.icon-notification2:before {
  content: "\e358";
}
.icon-question:before {
  content: "\e35b";
}
.icon-question2:before {
  content: "\e35c";
}
.icon-plus-circle:before {
  content: "\e35e";
}
.icon-plus-circle2:before {
  content: "\e35f";
}
.icon-minus-circle:before {
  content: "\e360";
}
.icon-minus-circle2:before {
  content: "\e361";
}
.icon-info:before {
  content: "\e362";
}
.icon-info2:before {
  content: "\e363";
}
.icon-close:before {
  content: "\e36b";
}
.icon-checkmark:before {
  content: "\e370";
}
.icon-minus:before {
  content: "\e375";
}
.icon-plus:before {
  content: "\e376";
}
.icon-enter:before {
  content: "\e37d";
}
.icon-exit:before {
  content: "\e37e";
}
.icon-play:before {
  content: "\e380";
}
.icon-pause:before {
  content: "\e381";
}
.icon-stop:before {
  content: "\e382";
}
.icon-backward:before {
  content: "\e383";
}
.icon-forward2:before {
  content: "\e384";
}
.icon-play2:before {
  content: "\e385";
}
.icon-pause2:before {
  content: "\e386";
}
.icon-stop2:before {
  content: "\e387";
}
.icon-backward2:before {
  content: "\e388";
}
.icon-forward3:before {
  content: "\e389";
}
.icon-first:before {
  content: "\e38a";
}
.icon-last:before {
  content: "\e38b";
}
.icon-eject:before {
  content: "\e38e";
}
.icon-volume-high:before {
  content: "\e38f";
}
.icon-volume-medium:before {
  content: "\e390";
}
.icon-volume-low:before {
  content: "\e391";
}
.icon-volume-mute:before {
  content: "\e392";
}
.icon-volume-mute2:before {
  content: "\e393";
}
.icon-volume-increase:before {
  content: "\e394";
}
.icon-volume-decrease:before {
  content: "\e395";
}
.icon-loop:before {
  content: "\e3a5";
}
.icon-shuffle:before {
  content: "\e3ab";
}
.icon-arrow-up:before {
  content: "\e3b0";
}
.icon-arrow-right:before {
  content: "\e3b1";
}
.icon-arrow-down:before {
  content: "\e3b2";
}
.icon-arrow-left:before {
  content: "\e3b3";
}
.icon-arrow-up2:before {
  content: "\e3b4";
}
.icon-arrow-right2:before {
  content: "\e3b5";
}
.icon-arrow-down2:before {
  content: "\e3b6";
}
.icon-arrow-left2:before {
  content: "\e3b7";
}
.icon-arrow-up-left:before {
  content: "\e3b8";
}
.icon-arrow-up3:before {
  content: "\e3b9";
}
.icon-arrow-up-right:before {
  content: "\e3ba";
}
.icon-arrow-right3:before {
  content: "\e3bb";
}
.icon-arrow-down-right:before {
  content: "\e3bc";
}
.icon-arrow-down3:before {
  content: "\e3bd";
}
.icon-arrow-down-left:before {
  content: "\e3be";
}
.icon-arrow-left3:before {
  content: "\e3bf";
}
.icon-arrow-up4:before {
  content: "\e404";
}
.icon-arrow-right4:before {
  content: "\e405";
}
.icon-arrow-down4:before {
  content: "\e406";
}
.icon-arrow-left4:before {
  content: "\e407";
}
.icon-checkbox-unchecked:before {
  content: "\e436";
}
.icon-radio-unchecked:before {
  content: "\e439";
}
.icon-crop:before {
  content: "\e43c";
}
.icon-crop2:before {
  content: "\e43d";
}
.icon-rulers:before {
  content: "\e43f";
}
.icon-scissors:before {
  content: "\e442";
}
.icon-font-size:before {
  content: "\e448";
}
.icon-type:before {
  content: "\e449";
}
.icon-height:before {
  content: "\e44c";
}
.icon-width:before {
  content: "\e44d";
}
.icon-bold:before {
  content: "\e44e";
}
.icon-underline:before {
  content: "\e44f";
}
.icon-italic:before {
  content: "\e450";
}
.icon-strikethrough:before {
  content: "\e452";
}
.icon-table:before {
  content: "\e466";
}
.icon-paragraph-left:before {
  content: "\e46f";
}
.icon-paragraph-center:before {
  content: "\e470";
}
.icon-paragraph-right:before {
  content: "\e471";
}
.icon-paragraph-justify:before {
  content: "\e472";
}
.icon-indent-increase:before {
  content: "\e473";
}
.icon-indent-decrease:before {
  content: "\e474";
}
.icon-embed:before {
  content: "\e47f";
}
.icon-code:before {
  content: "\e480";
}
.icon-console:before {
  content: "\e481";
}
.icon-sevensegment0:before {
  content: "\e482";
}
.icon-sevensegment1:before {
  content: "\e483";
}
.icon-sevensegment2:before {
  content: "\e484";
}
.icon-sevensegment3:before {
  content: "\e485";
}
.icon-sevensegment4:before {
  content: "\e486";
}
.icon-sevensegment5:before {
  content: "\e487";
}
.icon-sevensegment6:before {
  content: "\e488";
}
.icon-sevensegment7:before {
  content: "\e489";
}
.icon-sevensegment8:before {
  content: "\e48a";
}
.icon-sevensegment9:before {
  content: "\e48b";
}
.icon-share:before {
  content: "\e48c";
}
.icon-mail:before {
  content: "\e48e";
}
.icon-googleplus:before {
  content: "\e495";
}
.icon-google-drive:before {
  content: "\e497";
}
.icon-facebook:before {
  content: "\e499";
}
.icon-instagram:before {
  content: "\e49c";
}
.icon-twitter:before {
  content: "\e49e";
}
.icon-feed:before {
  content: "\e4a1";
}
.icon-youtube:before {
  content: "\e4a3";
}
.icon-youtube2:before {
  content: "\e4a4";
}
.icon-vimeo2:before {
  content: "\e4a6";
}
.icon-flickr:before {
  content: "\e4ab";
}
.icon-picassa:before {
  content: "\e4ae";
}
.icon-dribbble:before {
  content: "\e4b0";
}
.icon-github:before {
  content: "\e4bc";
}
.icon-blogger:before {
  content: "\e4c1";
}
.icon-tumblr:before {
  content: "\e4c3";
}
.icon-tux:before {
  content: "\e4c5";
}
.icon-apple:before {
  content: "\e4c6";
}
.icon-finder:before {
  content: "\e4c7";
}
.icon-android:before {
  content: "\e4c8";
}
.icon-windows8:before {
  content: "\e4ca";
}
.icon-soundcloud:before {
  content: "\e4cb";
}
.icon-skype:before {
  content: "\e4cd";
}
.icon-reddit:before {
  content: "\e4ce";
}
.icon-linkedin:before {
  content: "\e4cf";
}
.icon-pinterest:before {
  content: "\e4d7";
}
.icon-paypal:before {
  content: "\e4dd";
}
.icon-file-pdf:before {
  content: "\e4e2";
}
.icon-file-openoffice:before {
  content: "\e4e3";
}
.icon-file-word:before {
  content: "\e4e4";
}
.icon-file-excel:before {
  content: "\e4e5";
}
.icon-file-zip:before {
  content: "\e4e6";
}
.icon-file-powerpoint:before {
  content: "\e4e7";
}
.icon-file-xml:before {
  content: "\e4e8";
}
.icon-file-css:before {
  content: "\e4e9";
}
.icon-html5:before {
  content: "\e4ea";
}
.icon-css3:before {
  content: "\e4ec";
}
.icon-chrome:before {
  content: "\e4ed";
}
.icon-firefox:before {
  content: "\e4ee";
}
.icon-IE:before {
  content: "\e4ef";
}
.icon-opera:before {
  content: "\e4f0";
}
.icon-safari:before {
  content: "\e4f1";
}
.icon-display:before {
  content: "\ea70";
}
.icon-display2:before {
  content: "\ea71";
}
.icon-display3:before {
  content: "\ea72";
}
.icon-enlarge:before {
  content: "\eb39";
}
.icon-shrink:before {
  content: "\eb3a";
}
.icon-instagram2:before {
  content: "\e600";
}
.icon-arrow-down3:before {
  content: "\edc1";
}
.icon-arrow-down4:before {
  content: "\edc2";
}
.icon-arrow-left3:before {
  content: "\edc5";
}
.icon-arrow-left4:before {
  content: "\edc6";
}
.icon-arrow-right3:before {
  content: "\edbd";
}
.icon-arrow-right4:before {
  content: "\edbe";
}
.icon-arrow-up3:before {
  content: "\edb9";
}
.icon-arrow-up4:before {
  content: "\edba";
}
.icon-bag:before {
  content: "\ea07";
}
.icon-bag2:before {
  content: "\ea08";
}
.icon-basket:before {
  content: "\ea06";
}
.icon-book:before {
  content: "\e990";
}
.icon-cash:before {
  content: "\ea11";
}
.icon-cash3:before {
  content: "\ea13";
}
.icon-checkbox-checked2:before {
  content: "\ee6e";
}
.icon-checkbox-unchecked2:before {
  content: "\ee6f";
}
.icon-checkmark-circle:before {
  content: "\ee76";
}
.icon-circle:before {
  content: "\ee77";
}
.icon-circle-down4:before {
  content: "\edf8";
}
.icon-circle-left4:before {
  content: "\edfa";
}
.icon-circle-right4:before {
  content: "\edf6";
}
.icon-circle-up4:before {
  content: "\edf4";
}
.icon-coin-dollar:before {
  content: "\ea0b";
}
.icon-coins:before {
  content: "\ea0a";
}
.icon-equalizer3:before {
  content: "\eb5d";
}
.icon-facebook:before {
  content: "\eeef";
}
.icon-fan:before {
  content: "\ecd4";
}
.icon-file-download2:before {
  content: "\e9a6";
}
.icon-file-eye2:before {
  content: "\e9ac";
}
.icon-graduation:before {
  content: "\e99a";
}
.icon-grid3:before {
  content: "\ec5f";
}
.icon-hammer2:before {
  content: "\ebe4";
}
.icon-menu7:before {
  content: "\ec71";
}
.icon-meter-fast:before {
  content: "\ebe2";
}
.icon-mustache:before {
  content: "\ebb0";
}
.icon-new:before {
  content: "\e97b";
}
.icon-piggy-bank:before {
  content: "\ea0f";
}
.icon-point-right:before {
  content: "\ed2d";
}
.icon-point-up:before {
  content: "\ed2c";
}
.icon-price-tag:before {
  content: "\e9ed";
}
.icon-safe:before {
  content: "\eb57";
}
.icon-spinner10:before {
  content: "\eb2b";
}
.icon-spinner2:before {
  content: "\eb23";
}
.icon-spinner3:before {
  content: "\eb24";
}
.icon-spinner4:before {
  content: "\eb25";
}
.icon-spinner5:before {
  content: "\eb26";
}
.icon-star-empty:before {
  content: "\ece0";
}
.icon-star-empty2:before {
  content: "\ece1";
}
.icon-star-full:before {
  content: "\ece2";
}
.icon-stats-bars6:before {
  content: "\eb8e";
}
.icon-store:before {
  content: "\e9fc";
}
.icon-store2:before {
  content: "\e9fd";
}
.icon-toggle-off:before {
  content: "\ee75";
}
.icon-toggle-on:before {
  content: "\ee74";
}
.icon-vcard:before {
  content: "\eb11";
}
.icon-wallet:before {
  content: "\ea10";
}
/*

[data-icon]:before {
  color: #0e7ac4;
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }*/
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.event-success.br-btn {
  border: 1px solid #1BC37F;
  background: #1BC37F;
}
.event-success.br-btn.wireframed {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #1BC37F;
  background: none;
  color: #1BC37F;
}
.event-success.br-btn.wireframed:hover {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #1BC37F;
  background: #1BC37F;
  color: #fff;
}
.event-success.br-btn:active {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #00904c;
  background: #00904c;
  color: #fff;
}
.event-error.br-btn {
  border: 1px solid red;
  background: red;
}
.event-error.br-btn.wireframed {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid red;
  background: none;
  color: red;
}
.event-error.br-btn.wireframed:hover {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid red;
  background: red;
  color: #fff;
}
.event-error.br-btn:active {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #cc0000;
  background: #cc0000;
  color: #fff;
}
.event-warning.br-btn {
  border: 1px solid #FF6523;
  background: #FF6523;
}
.event-warning.br-btn.wireframed {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #FF6523;
  background: none;
  color: #FF6523;
}
.event-warning.br-btn.wireframed:hover {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #FF6523;
  background: #FF6523;
  color: #fff;
}
.event-warning.br-btn:active {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #cc3200;
  background: #cc3200;
  color: #fff;
}
.event-secondary.br-btn {
  border: 1px solid #fff;
  background: #fff;
}
.event-secondary.br-btn.wireframed {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #fff;
  background: none;
  color: #fff;
}
.event-secondary.br-btn.wireframed:hover {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #fff;
  background: #fff;
  color: #fff;
}
.event-secondary.br-btn:active {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #cccccc;
  background: #cccccc;
  color: #fff;
}
.br-btn-group .br-btn {
  margin: 0 5px;
  transition: all 1s ease-out;
}
.br-btn {
  display: inline-block;
  line-height: normal;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  cursor: pointer;
  zoom: 1;
  *display: inline;
  -webkit-user-drag: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-decoration: none;
}
.br-btn:before {
  margin-right: 5px;
}
.br-taglist .br-btn:before {
  margin-right: 0;
}
.br-taglist li {
  display: inline-block;
  vertical-align: middle;
}
.br-btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.br-btn {
  font-family: inherit;
  font-size: 100%;
  *font-size: 90%;
  *overflow: visible;
  padding: 0.8em 1.3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  color: #fff;
  *color: #444;
  border: 1px solid #2577bc;
  background-color: #2577bc;
  text-decoration: none;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.br-btn:hover,
.br-btn:focus {
  background: #1d5c91;
  text-decoration: none;
  border-color: #1d5c91;
}
.br-btn:focus {
  outline: 0;
}
.br-btn.inverted {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #fff;
  background: #fff;
  color: #2577bc;
}
.br-btn.inverted:hover {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #fff;
  background: #fff;
  color: #2577bc;
  opacity: 0.8;
}
.br-btn.wireframed {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #2577bc;
  background: none;
  color: #2577bc;
  border-radius: 0px;
}
.br-btn.wireframed:hover {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #2577bc;
  background: #2577bc;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.br-btn.wireframed:active,
.br-btn.wireframed.active {
  background: #1d5c91;
  border-color: #1d5c91;
  color: #fff;
}
.br-btn.wireframed.inverted {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #fff;
  background: none;
  color: #fff;
}
.br-btn.wireframed.inverted span {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.br-btn.wireframed.inverted:hover {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #2577bc;
  background: #fff;
  color: #2577bc;
  opacity: 1;
  text-decoration: none;
}
.br-btn.wireframed.inverted:hover span {
  border-top-color: #2577bc;
}
.br-btn.wireframed.inverted:active,
.br-btn.wireframed.inverted.active {
  background: #fff;
  border-color: #fff;
  color: #2577bc;
}
.br-btn[disabled],
.br-btn.disabled,
.br-btn.disabled:hover,
.br-btn.disabled:focus,
.br-btn.disabled:active {
  background-image: none;
  box-shadow: none;
  opacity: 0.3;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=30);
  cursor: not-allowed !important;
  pointer-events: none !important;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
}
.br-btn-hidden {
  display: none;
}
.br-btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.squared {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0px;
  width: 46px;
}
.squared:before {
  margin: 0;
}
.size-xsmall {
  font-size: 70%;
}
.size-small {
  font-size: 85%;
}
.size-large {
  font-size: 110%;
}
.size-xlarge {
  font-size: 125%;
}
.br-btn.expand {
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.size-xsmall {
  font-size: 70%;
}
.size-small {
  font-size: 85%;
}
.size-large {
  font-size: 110%;
}
.size-xlarge {
  font-size: 125%;
}
.br-label.expand {
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 0;
  padding-left: 0;
  width: 98%;
}
.br-label {
  display: inline-block;
  vertical-align: baseline;
  text-align: center;
  white-space: nowrap;
  line-height: normal;
  cursor: default;
  pointer-events: none;
  zoom: 1;
  *display: inline;
  -webkit-user-drag: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.br-label::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.br-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0.5em 1em;
  border: 1px solid #2577bc;
  background-color: #2577bc;
  color: #fff;
  text-decoration: none;
  font-size: 100%;
  font-family: inherit;
  *font-size: 90%;
  *overflow: visible;
  *color: #444;
}
.br-label:active {
  background-color: #2577bc !important;
}
.br-label.wireframed {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #2577bc;
  background: none;
  color: #2577bc;
  border-radius: 0px;
}
.br-label[disabled],
.br-label.disabled {
  background-image: none;
  box-shadow: none;
  opacity: 0.3;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=30);
  cursor: not-allowed !important;
  pointer-events: none !important;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
}
.br-label-hidden {
  display: none;
}
.br-label::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.br-label.expand {
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 0;
  padding-left: 0;
  width: 98%;
}
.br-btn.animated {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
  z-index: 2;
  border: none;
  text-decoration: none;
  overflow: hidden;
}
.br-btn.animated:before {
  content: '';
  width: 120%;
  height: 480%;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: #144167;
  webkit-transform: translate3d(-50%, -50%, 0) scale(0);
  -ms-transform: translate3d(-50%, -50%, 0) scale(0);
  transform: translate3d(-50%, -50%, 0) scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  -ie-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: -1;
  overflow: hidden;
}
.br-btn.animated:hover {
  opacity: 1;
}
.br-btn.animated:hover:before {
  webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  opacity: 1;
}
.pulse {
  -webkit-animation: pulse 4.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 4.5s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 4.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  z-index: 30;
  -webkit-transition: opacity 300ms ease-in, height 250ms cubic-bezier(0.745, 0.075, 0.255, 0.935), width 250ms cubic-bezier(0.745, 0.075, 0.255, 0.935);
  -o-transition: opacity 300ms ease-in, height 250ms cubic-bezier(0.745, 0.075, 0.255, 0.935), width 250ms cubic-bezier(0.745, 0.075, 0.255, 0.935);
  transition: opacity 300ms ease-in, height 250ms cubic-bezier(0.745, 0.075, 0.255, 0.935), width 250ms cubic-bezier(0.745, 0.075, 0.255, 0.935);
}
.pulse .pulse-shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0.4);
  box-shadow: 0 0 0 0 rgba(240, 96, 96, 0.4);
  -webkit-animation: pulseShadow 4.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulseShadow 4.5s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulseShadow 4.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.pulse .pulse-shadow:after {
  content: "";
  display: block;
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: opacity 200ms ease-in-out;
}
body {
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  color: #333;
  /* temporarycode */
}
body .pad1 {
  padding: 2em 0 0;
}
body .pad1 a {
  color: #2577bc;
  text-decoration: underline;
}
body.internal #header .search-engine,
body.internal #header h2 {
  display: none;
}
body.internal #header .field-wrap {
  margin: 0 auto;
}
p {
  margin: 0.5em 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  color: #333;
}
.ad-bg {
  text-align: center;
}
.dib {
  display: inline-block;
  vertical-align: top;
}
.vt {
  vertical-align: top;
}
.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.container .centered-all {
  text-align: center;
  margin: 0 auto;
}
.TextRight-resCenter,
.TextLeft-resCenter {
  text-align: center;
}
.TextCenter-resLeft {
  text-align: center;
}
.TextCenter-resRight {
  text-align: left;
}
.logo {
  text-align: center;
}
.logo background:purple img {
  max-height: 60px;
  display: inline-block;
  vertical-align: top;
}
.home-about,
.paddiv {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0.5em;
  position: relative;
}
h1,
h2,
h3 {
  font-weight: 500;
  margin: 0;
}
.fright-rescenter {
  float: none;
}
.counter-head {
  margin: 2.5em 0;
}
#search_field {
  line-height: 26px;
  padding-left: 3em;
  text-transform: uppercase;
}
#search_field:focus {
  color: #2577bc;
}
#search_field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-transform: none;
}
#search_field::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: none;
}
#search_field:-ms-input-placeholder {
  /* IE 10+ */
  text-transform: none;
}
#search_field:-moz-placeholder {
  /* Firefox 18- */
  text-transform: none;
}
#header {
  display: table;
  width: 100%;
  background-position: center;
  padding-bottom: 0.5em;
}
#header h2 {
  color: #000;
}
#header .left-side {
  text-align: center;
}
#header .left-side ul li a {
  padding: 1em;
  padding-right: 1.5em;
}
#header .left-side-content,
#header .right-side-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#header .left-side-content {
  position: relative;
}
#header .right-side-content {
  font-size: 0.85em;
  margin-bottom: 2em;
  background: rgba(255, 255, 255, 0.8);
  padding: 1.5em;
}
#header .right-side-content .pure-u-md-1 {
  padding-top: 1em;
}
#header .right-side-content .pure-u-md-1 h3,
#header .right-side-content .search-engine h3 {
  color: #2577bc;
  padding: 5px 0;
  border-bottom: 1px solid #333;
  line-height: 30px;
  margin-bottom: 0.5em;
  font-weight: 400;
}
#header .right-side-content .greeting-user {
  font-weight: bold;
  padding-bottom: 0.5em;
  color: #555;
}
#header .right-side-content .greeting-user span {
  font-weight: normal;
}
#header .right-side-content #search_field {
  border: 1px solid #000;
}
#header .right-side-content #search_field:focus {
  box-shadow: none;
  border-color: #2577bc;
  color: #2577bc;
}
#header .right-side {
  text-align: left;
}
#header .notice-board-wrap {
  max-height: 360px;
  padding: 10px 0;
  margin-bottom: 2em;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}
#header .notice-board-wrap .notice-board {
  padding: 0 0.5em;
}
#header .notice-board-wrap ul li {
  padding: 10px 0;
  color: #eee;
  font-size: 0.8em;
  border-bottom: 1px solid #ddd;
}
#header .notice-board-wrap ul li span {
  display: block;
  color: #ddd;
  padding: 5px 0;
  font-weight: 500;
  text-align: right;
}
#header .notice-board-wrap ul li a {
  color: #fff;
  font-weight: 500;
}
#header .notice-board-wrap ul li a strong {
  font-weight: bold;
  color: #2577bc;
  margin-left: 5px;
}
#header .notice-board-wrap .force-overflow {
  min-height: 346px;
}
#header .notice-board-wrap h3 {
  color: #fff;
  font-weight: 500;
  padding: 0 0.5em;
}
#header .notice-board-wrap p {
  color: #fff;
  font-size: 0.8em;
}
#header .promotional-box {
  color: white;
}
#header .promotional-box ul li a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 10px solid #2577bc;
  margin: 0;
  margin-bottom: 6.2px;
  text-align: center;
  font-size: 25px;
  height: 90px;
  line-height: 70px;
}
#header .promotional-box ul li a strong {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  opacity: 0.7;
}
#header .promotional-box ul li:last-child a {
  margin-bottom: 0;
}
#header .donate-wrap {
  background: #fff;
  padding: 10px;
  max-height: 360px;
  overflow: hidden;
}
#header .donate-wrap h3 {
  text-align: center;
  font-size: 0.8em;
}
#header .donate-wrap .donate {
  text-align: center;
}
#header .donate-wrap .donate a {
  text-align: center;
}
#header .donate-wrap .donate a span {
  display: block;
  color: #fff;
  font-weight: 700;
  background: #2577bc;
  padding: 19px;
}
#header .donate-wrap .donate img {
  width: auto;
  height: auto;
  max-height: 270px;
}
#header .logo {
  margin: 0.5em 0;
  display: inline-block;
}
#header .logo:after {
  width: 100%;
  clear: both;
  content: "";
}
#header.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 6;
}
#header.sticky .container h1,
#header.sticky .container h3 {
  opacity: 0;
  animation: fade 3s reverse;
  padding: 0!important;
  height: 0;
  margin: 0;
}
#header.sticky .form-search {
  position: relative;
}
#header .br-menu {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  margin-top: -1em;
  z-index: 11;
}
#header .br-menu ul {
  background: #fff;
}
#header .br-menu ul li:first-child a {
  background: #1BC37F;
}
#header .br-menu ul .new-link-wrap {
  position: relative;
  overflow: hidden;
}
#header .br-menu ul .new-link-wrap span {
  position: absolute;
  padding: 5px 4px;
  color: #fff;
  top: 0;
  right: 0;
  width: 32px;
  text-align: right;
}
#header .br-menu ul .new-link-wrap span:before {
  position: absolute;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(0deg) skewX(48deg);
  -ms-transform: rotate(0deg) skewX(48deg);
  transform: rotate(0deg) skewX(48deg);
  background: #FF6523;
  content: "";
  width: 44px;
  height: 44px;
  z-index: -1;
  top: 0;
  right: 0;
}
#header .br-menu ul .new-link-wrap span i {
  position: relative;
  z-index: 11;
  font-style: normal;
  font-family: monospace;
  transform: rotate(42deg);
  transform-origin: bottom 0;
  text-align: center;
  display: block;
  float: left;
  width: 44px;
  height: 10px;
  margin-top: 0;
}
.br-form {
  position: relative;
}
.br-form .icon-search {
  position: absolute;
  left: 1em;
  top: 0.7em;
  color: #2577bc;
}
#top-content {
  height: 360px;
  width: 100%;
  position: relative;
}
#top-content .welcome-banner {
  height: 100%;
  margin: auto;
}
#top-content h1 {
  line-height: 1.1em;
  color: #fff;
  position: relative;
  height: 100%;
  text-align: center;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5), 0 0 22px rgba(0, 0, 0, 0.25), 0 1px rgba(0, 0, 0, 0.45);
  font-size: 1.5em;
}
#top-content .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  padding: 1em 0;
}
#top-content .container h3 {
  color: #fff;
  padding: 1em;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5), 0 0 22px rgba(0, 0, 0, 0.25), 0 1px rgba(0, 0, 0, 0.75);
}
#top-content .container h3 span {
  font-weight: bold;
  font-size: 1.2em;
}
#top-content .container h3 label {
  background: #fff;
  padding: 0 0.5em;
}
#top-content .counter-head div div {
  min-height: 100px;
  background: #2577bc;
  margin: 0.5em;
}
body.internal .logo-head {
  font-size: 0.85em;
}
body.internal .logo-head .pure-u-md-3-24 {
  text-align: right;
}
body.internal .logo-head .pure-u-md-17-24,
body.internal .logo-head .pure-u-md-4-24 {
  display: inline-block;
  vertical-align: middle;
}
body.internal .logo-head .pure-u-md-17-24 {
  margin-top: 0.5em;
}
body.internal #content h2,
body.internal #content h1 {
  text-align: center;
  font-size: 1.2em;
}
body.internal #content .container > h2 span,
body.internal #content .pure-u-lg-18-24 > h2 span,
body.internal #content .container h1 span,
body.internal #content .pure-u-lg-18-24 h1 span {
  color: #1BC37F;
  font-weight: bold;
  font-size: 0.9em;
}
body.internal #content .container > h2 span:nth-child(2),
body.internal #content .pure-u-lg-18-24 > h2 span:nth-child(2),
body.internal #content .container h1 span:nth-child(2),
body.internal #content .pure-u-lg-18-24 h1 span:nth-child(2) {
  display: block;
}
body.internal #header {
  padding-bottom: 0;
  display: block;
  background: #2577bc;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  top: -50px;
}
body.internal #header .logo {
  margin: 0em;
  display: inline-block;
  vertical-align: middle;
}
body.internal #header .logo img {
  height: 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  vertical-align: top;
}
body.internal #header .container {
  padding: 0.5em;
  margin: 0 auto;
}
body.internal #header.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
body.internal #header.sticky .breadcrumb {
  display: none;
}
body.internal #header .breadcrumb {
  background: #216aa7;
}
body.internal .br-select-group {
  min-width: auto;
}
body.internal .br-select-group .br-btn {
  padding-right: 2.5em;
}
body.home #header {
  background: url(../images/unamed3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
body.home #header .form-search {
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
body.home #header .logo img {
  height: 55px;
}
.home-about {
  background: #333;
  border-bottom: 1px solid #1a1a1a;
}
.home-about p {
  color: #666;
  line-height: 25px;
}
.home-about .fright-rescenter {
  float: right;
}
.banner {
  background: #555;
  width: 100%;
  height: 278px;
  border: 1px solid #3b3b3b;
}
.banner img {
  vertical-align: top;
}
.ad img {
  display: inline-block;
  vertical-align: top;
}
.partition {
  width: 98%;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #eee;
  margin: 0.5em auto;
}
.partition:before,
.partition:after {
  display: block;
  width: 100%;
  clear: both;
}
#footer {
  background: #333;
}
#footer .pure-g {
  padding: 0 0.5em;
  background: #3A464D;
}
#footer .top-footer {
  padding: 1em;
  background: #333;
}
#footer .top-footer .pure-u-1 {
  text-align: center;
}
#footer .top-footer .footer-logo {
  text-align: center!important;
  padding-top: 10px;
}
#footer .top-footer .footer-logo h4 {
  margin-top: 0.2em;
}
#footer .top-footer .footer-logo ul li {
  display: inline-block;
}
#footer .top-footer .footer-logo ul li a {
  font-size: 1.3em;
}
#footer .top-footer h5 {
  margin: 0;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #2577bc;
}
#footer .top-footer h4 {
  margin-bottom: 0.5em;
  color: white;
  font-size: 0.9em;
}
#footer .top-footer ul li a {
  color: white;
  opacity: 0.7;
  font-size: 12px;
}
#footer .top-footer ul li a:hover {
  text-decoration: none;
  opacity: 1;
}
#footer .top-footer .TextLeft-resCenter {
  margin: 0.5em 0;
}
#footer .top-footer .TextLeft-resCenter:first-child {
  margin-bottom: 1em;
}
#footer .top-footer .pure-u-md-17-24 ul li {
  display: inline-block;
  padding-right: 5px;
  margin: 2px 0;
  font-size: 0.9em;
}
#footer .top-footer .pure-u-md-17-24 ul li a {
  color: white;
  text-decoration: none;
}
#footer .top-footer .pure-u-md-17-24 ul li:hover {
  text-decoration: none;
  opacity: 1;
}
#footer .top-footer .pure-u-md-7-24 ul {
  text-align: center;
  margin: 0.5em 0;
}
#footer .top-footer .pure-u-md-7-24 li {
  display: inline-block;
  margin: 0 2px;
}
#footer .top-footer .pure-u-md-7-24 li a {
  font-size: 1.3em;
  color: #2577bc;
  text-decoration: none;
}
#footer .logo {
  text-align: center;
  display: block;
  vertical-align: top;
}
#footer .logo img {
  max-height: 50px;
  display: inline-block;
}
#footer .logo ul li {
  display: inline-block;
  vertical-align: top;
}
.copyrights {
  color: #fff;
  text-align: center;
}
.copyrights .container {
  padding: 1em 0;
}
.copyrights p {
  font-size: 0.8em;
  color: #777;
  text-align: center!important;
  margin-top: 0;
}
.copyrights ul li {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 0.8em;
  color: #999;
}
.copyrights ul li a {
  color: #aaa;
}
.testimonial-home {
  padding: 0.5em;
}
.testimonial-home li {
  padding: 0em 1.5em;
  color: #fff;
  background: url(../images/bg_testimonial.png) 5px top no-repeat;
}
.testimonial-home li a {
  display: block;
  text-align: right;
  color: #2577bc;
  text-decoration: underline;
}
#content {
  background: #fff;
}
#content h2 {
  position: relative;
  padding: 0.5em 0;
}
#content h2 small {
  display: block;
  line-height: 0.8em;
}
#content h1 {
  position: relative;
  padding: 0.5em 0;
}
#content .home-feeds {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 0.7em;
}
#content .home-feeds .pure-u-4-5 {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#content .home-feeds .pure-u-1-5 {
  margin-left: -1em;
}
#content .home-feeds h2 {
  text-align: center;
}
#content .home-feeds .pure-g {
  background: #fff;
  margin: 0 0.5em;
}
#content .home-feeds .pure-g h4 {
  color: #2577bc;
  margin: 0;
}
#content .home-feeds .pure-g img {
  margin-right: 1em;
  margin-top: 1em;
}
#content .home-feeds .pure-g p {
  color: #999;
}
#content .home-feeds .pure-g p strong {
  color: #333;
}
#content .container > .pure-g .no-animate .br-thumb {
  margin: 0.5em;
  padding: 0;
  display: block;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  -ie-border-radius: 4px;
  -o-border-radius: 4px;
}
#content .container > .pure-g .no-animate .br-thumb ul {
  display: inline-block;
  vertical-align: top;
}
#content .container > .pure-g .no-animate .br-thumb .thumb-overlay {
  overflow: scroll;
  overflow-x: hidden;
  text-align: center;
}
#content .container > .pure-g .no-animate .br-thumb .thumb-overlay strong {
  display: block;
}
#content .trending {
  text-align: center;
}
#content .trending .br-thumb {
  background-color: #f5f5f5;
  text-align: center;
  overflow: hidden;
  display: block;
  margin: 0.25em;
  text-decoration: none;
}
#content .trending .br-thumb .trend-counter {
  position: absolute;
  padding: 5px 4px;
  color: #fff;
  top: 0;
  right: 0;
  width: 32px;
  text-align: right;
}
#content .trending .br-thumb .trend-counter:before {
  position: absolute;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(0deg) skewX(48deg);
  -ms-transform: rotate(0deg) skewX(48deg);
  transform: rotate(0deg) skewX(48deg);
  background: #1BC37F;
  content: "";
  width: 60px;
  height: 60px;
  z-index: 1;
  top: 0;
  right: 0;
}
#content .trending .br-thumb .trend-counter i {
  position: relative;
  z-index: 11;
  font-style: normal;
  font-weight: bold;
  font-family: monospace;
  transform: rotate(42deg);
  transform-origin: bottom 0;
  text-align: center;
  display: block;
  float: left;
  width: 32px;
  height: 10px;
  margin-top: 4px;
}
#content .trending .br-thumb strong {
  padding: 0.2em 0 1.5em;
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
#content .trending .br-thumb strong span {
  text-transform: capitalize;
  font-size: 12px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#content .trending .br-thumb strong small {
  display: block;
  line-height: 9px;
}
#content .trending .br-thumb h6 {
  margin: 0;
  text-align: right;
}
#content .trending .br-thumb h6 em {
  font-style: normal;
  font-weight: normal;
  background: #fff;
  text-align: right;
  padding: 0 5px;
  color: #fff;
}
#content .trending .br-thumb .overlay {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0 0 0.3em;
  z-index: 3;
  background: #216aa7;
  padding: 5px;
  color: #fff;
}
#content .trending .br-thumb .overlay h6 {
  color: #fff;
}
#content .trending .br-thumb .overlay span {
  line-height: 12px;
  font-size: 12px;
  text-align: center;
  color: #FFF;
}
#content .trending .br-thumb .overlay p {
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
  color: #fff;
}
#content .trending .br-thumb .overlay p .icon-link {
  text-decoration: none;
  padding: 0.5em;
  cursor: pointer;
}
#content .trending .br-thumb .overlay .overlay-wrap {
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
  top: 5px;
  cursor: default;
  text-decoration: none;
}
#content .trending .trending-block .br-thumb.ptu {
  background-image: url(../images/ptu.png);
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: 5px 5px;
}
#content .trending .trending-block .br-thumb.psbte {
  background-image: url(../images/psbte.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 3px 3px;
}
#content .trending.favorites .br-thumb {
  background: #FFC923;
}
#content .query-results {
  margin-bottom: 1em;
}
#content .query-results ul li a {
  background: #fff;
  display: block;
  color: #2577bc;
  border-bottom: 1px solid #eee;
  margin-bottom: 3px;
  padding: 0.5em;
  font-size: 1.3em;
}
#content .query-results ul li:last-child a {
  border: none;
}
#content .query-results h1 {
  background: #2577bc;
  padding: 0 0.5em;
  color: #fff;
  line-height: 40px;
}
#content .query-results h3 {
  color: #2577bc;
  background: #f5f5f5;
  padding: 0 5px;
}
#content .query-results .pure-u-1.pure-u-md-1-5 {
  margin: 1em 0;
  padding: 0 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#content .home-counters{
  top: -4em;
  position: relative;
  display: none;
}
.notice-board-wrap,
.donate-wrap {
   display: none;
}
#content .home-counters .pure-u-1 {
  background: #b0001c;
}
#content .home-counters .pure-u-1 > div {
  padding: 1.5em;
  text-align: center;
  color: #fff;
}
#content .home-counters .pure-u-1 > div strong {
  display: block;
  font-size: 2.5em;
  font-weight: normal;
}
#content .home-counters .pure-u-1:nth-child(1) {
  background: #1BC37F;
}
#content .home-counters .pure-u-1:nth-child(2) {
  background: #2577BC;
}
#content .home-counters .pure-u-1:nth-child(3) {
  background: #FF6523;
}
#content .home-counters .pure-u-1:nth-child(4) {
  background: #FFC923;
}
#content .home-videos .pure-u-1 .home-video-box iframe {
  height: 250px;
}
#content .home-videos .pure-u-1 .home-video-box h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  height: 2em;
}
.home-feeds .pure-u-1 {
  padding: 1em 0;
}
form.form-search,
.upload-area > form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
form.form-search label.inline-b,
.upload-area > form label.inline-b {
  color: #fff;
  padding: 0.5em;
  position: absolute;
  left: -44px;
  top: 0;
}
form.form-search input[type="text"],
.upload-area > form input[type="text"] {
  margin: 0;
  border-width: 0px;
}
form.form-search button,
.upload-area > form button {
  top: 0px;
  border: none;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
form.form-search .field-wrap,
.upload-area > form .field-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  position: relative;
  text-align: left;
}
.autocomplete-suggestions {
  overflow: auto;
  overflow-x: hidden;
  border: 1px solid #2577bc;
  margin-top: 2px;
  background: #fff;
  position: absolute;
  max-height: 300px;
  cursor: default;
  left: 0;
  right: 0;
  z-index: 4;
  text-align: left;
}
.autocomplete-suggestions li.no-result {
  padding: 0.5em;
  font-style: italic;
}
.autocomplete-suggestions a {
  display: block;
  padding: 0.5em;
  color: #888;
}
.autocomplete-suggestions a span {
  color: #1BC37F;
  font-weight: bold;
  background: #eee;
  padding: 0 5px;
  text-transform: uppercase;
}
.autocomplete-suggestions a:hover {
  text-decoration: none;
  background: #eee;
  color: #2577bc;
}
.autocomplete-suggestions label {
  display: block;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}
.selection {
  padding: 0 0.5em;
}
.selection a {
  text-decoration: none;
}
.selection .pure-u-lg-18-24 {
  position: relative;
}
.selection .save-favourite {
  margin-bottom: 1em;
  position: relative;
  z-index: 3;
  font-size: 1.3em;
  display: block;
  vertical-align: middle;
}
.selection .save-favourite span {
  display: inline-block;
}
.selection .year-full {
  margin-bottom: 0.5em;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.selection .year-full h6 {
  margin: 0;
  font-size: 1em;
  padding: 1em 0.5em;
  background: #666;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  border-right: 0;
  text-align: center;
}
.selection .year-full ul {
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-family: arial;
  color: #666;
  min-height: 162px;
}
.selection .year-full ul li {
  line-height: 48px;
  margin: 2px 0;
  font-size: 0.9em;
  color: #fff;
}
.selection .year-full ul li.active,
.selection .year-full ul li:hover {
  text-decoration: underline;
  background: #555;
}
.selection .year-full ul li.all {
  display: block;
  border-right-width: 0;
}
.selection .year-full .year-head {
  background: #2577bc;
  text-align: center;
  margin: 0 0.5em;
}
.selection .year-full .year-head strong {
  font-size: 1.4em;
  padding: 0.5em 0;
  color: #fff;
}
.selection .year-full .pure-u-1.pure-u-md-1-8 h6 {
  margin: 0;
  background: #333;
}
.selection .year-full .year-shaft .pure-g {
  padding: 0.2em;
  text-align: center;
}
.selection .year-full .year-shaft .br-thumb {
  text-align: center;
  margin: 0em 0.5em 0.8em;
  padding: 0.9em 0 0.5em;
  background: #f5f5f5;
  overflow: hidden;
  text-decoration: none;
  display: block;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.selection .year-full .year-shaft .br-thumb:hover {
  background: #efefef;
}
.selection .year-full .year-shaft .br-thumb .icon-file-pdf {
  font-size: 2.2em;
  color: red;
}
.selection .year-full .year-shaft .br-thumb label {
  display: block;
  font-weight: bold;
}
.selection .year-full .year-shaft .br-thumb label b {
  display: block;
  font-weight: normal;
  font-size: 0.9em;
  padding: 0.5em 0;
}
.selection .year-full .year-shaft .br-thumb label small.icon-stopwatch {
  color: #000;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}
.selection .year-full .year-shaft .br-thumb label small.icon-stopwatch:before {
  vertical-align: top;
}
.selection .year-full .year-shaft .br-thumb strong {
  bottom: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* IE 9 */
}
.selection .year-full .year-shaft .br-thumb strong span {
  padding: 3px 1em;
  display: inline-block;
  font-size: 1.2em;
}
.selection .year-full .year-shaft .br-thumb strong span i {
  display: block;
  font-style: normal;
  padding: 0.3em 0;
  font-size: 12px;
}
.selection .year-full .year-shaft .br-thumb strong span.icon-file-download2 {
  color: #159662;
}
.selection .year-full .year-shaft .br-thumb strong span.icon-file-download2:hover {
  color: #0f6945;
}
.selection .year-full .year-shaft .br-thumb strong span.icon-file-eye2 {
  color: #2577bc;
}
.selection .year-full .year-shaft .br-thumb strong span.icon-file-eye2:hover {
  color: #144167;
}
.secondary-page.streams .semester-array {
  padding-bottom: 2em;
}
.secondary-page.streams .semester-array .br-thumb {
  padding: 0;
  font-size: 1em;
  margin: 5px 0;
  background: #2577bc;
  color: #fff;
  text-decoration: none;
}
.secondary-page.streams .semester-array .br-thumb strong {
  text-transform: uppercase;
  color: #1BC37F;
  padding: 0.5em 0;
  display: block;
}
.secondary-page.streams .semester-array .br-thumb small {
  font-size: 0.7em;
  display: block;
  text-transform: capitalize;
  padding-bottom: 0.5em;
}
.secondary-page.streams .semester-array .br-thumb:hover {
  background: #1d5c91;
}
.secondary-page.streams .semester-array .br-thumb .overlay {
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0 0 0.3em;
  z-index: 5;
  background: #216aa7;
  padding: 5px;
  color: #fff;
}
.secondary-page.streams .semester-array .br-thumb .overlay h6 {
  color: #fff;
  margin: 0;
}
.secondary-page.streams .semester-array .br-thumb .overlay span {
  line-height: 12px;
  font-size: 12px;
  text-align: center;
  color: #FFF;
}
.secondary-page.streams .semester-array .br-thumb .overlay p {
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
  color: #fff;
}
.secondary-page.streams .semester-array .br-thumb .overlay p .icon-link {
  text-decoration: none;
  padding: 0.5em;
  cursor: pointer;
}
.secondary-page.streams .semester-array .br-thumb .overlay .overlay-wrap {
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
  top: 5px;
  cursor: default;
  text-decoration: none;
}
.secondary-page .semester-array {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.secondary-page .semester-array .br-thumb {
  font-size: 1em;
  text-align: center;
  padding: 1em 0.5em;
  display: block;
  background: #e5e5e5;
  margin: 10px;
}
.secondary-page .semester-array .pure-u-sm-1-2 {
  text-align: center;
}
.secondary-page .subject-array {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
.secondary-page .subject-array .br-thumb {
  font-size: 1.5em;
}
.secondary-page .subject-array .br-thumb strong {
  font-weight: normal;
}
.widget {
  margin-bottom: 0.5em;
  padding: 0 0.4em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.widget h4 {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  padding-bottom: 1em;
  margin: 0;
  color: #2577bc;
  background: #f7f7f7;
  padding: 0.5em;
}
.widget h4.filled {
  background: #1BC37F;
  color: #fff;
  margin-bottom: 0.5em;
}
.widget .widget-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  overflow: hidden;
}
.widget .widget-content.tags .br-thumb,
.widget .widget-content.tags li {
  display: inline-block;
  vertical-align: top;
}
.widget .widget-content.tags .br-thumb {
  background: #555;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  -ie-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.widget .widget-content.tags li {
  padding: 0.1em 0;
}
.widget .widget-content.related .br-thumb {
  border-right: 2px solid #2577bc;
  margin: 2px 0;
  background: #f5f5f5;
}
.widget .widget-content.related .br-thumb:hover {
  background: #fff;
}
.widget .br-thumb {
  display: block;
  padding: 0.5em;
  margin: 0;
  border-bottom: 1px solid #f5f5f5;
}
.widget .br-thumb:hover {
  background: #f5f5f5;
  text-decoration: none;
}
.widget .br-thumb img {
  width: auto;
}
.get-download {
  background: #fff;
  padding: 3em 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 4px;
  max-width: 600px;
  margin: 0 auto;
}
.get-download p strong {
  text-transform: uppercase;
}
.get-download p.Textcenter {
  font-size: 0.8em;
}
.get-download p.Textcenter a {
  color: #2577bc;
  text-decoration: underline;
}
.get-download h6 {
  margin: 0;
  padding: 1em 0;
  font-size: 1.1em;
  text-align: center;
  color: #fff;
}
.get-download h3 {
  text-align: center;
  color: #000;
  font-size: 1.5em;
  margin-top: 0.5em;
  font-weight: 400;
  color: #666;
}
.get-download h3 span {
  display: block;
  text-decoration: underline;
  color: #fff;
}
.get-download #download_link {
  text-align: center;
}
.get-download #download_link .br-btn {
  display: inline-block;
  margin: 1em 0;
}
.get-download small {
  display: block;
}
.get-download #dtime {
  font-size: 2em;
  font-weight: 300;
  display: inline-block;
  color: #FF6523;
  padding: 10px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #eee;
  margin: 0.5em;
}
.get-download .qr-scan-wrap {
  border-top: 1px solid #ddd;
  display: none;
  margin-top: 2em;
  background: #f7f7f7;
}
.get-download .qr-scan {
  font-size: 1em;
  max-width: 185px;
  margin: 0 auto;
  padding: 0.5em;
}
.get-download .qr-scan img {
  height: 135px;
  vertical-align: middle;
}
.get-download small {
  display: block;
  padding: 10px 0;
  color: #999;
}
.get-download small i {
  font-size: 1.2em;
  color: red;
}
ul#tweets {
  max-height: 400px;
  overflow: hidden;
}
.side-bar-right {
  border-top: 1px solid #b7b7b7;
  padding-top: 1em;
  font-size: 0.8em;
}
#content.reg_confirm_page {
  height: 100vh;
}
#content.login {
  vertical-align: top;
  background: url(../images/login-bg.jpg);
  background-color: #090001;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#content.login .br-notify {
  margin: 0 1em;
}
#content.login > .container {
  display: inline-block;
  vertical-align: middle;
}
#content.login .logo {
  margin: 1em 0;
  display: inline-block;
}
#content.login .logo img {
  height: 30px;
}
#content.login .forms-wrap .pure-g {
  margin: 0 auto;
  background: #FFA17F;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #FFA17F, #00223E);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #FFA17F, #00223E);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  -ie-border-radius: 3px;
  -o-border-radius: 3px;
}
#content.login .forms-wrap .pure-g.reset-password {
  max-width: 600px;
}
#content.login .forms-wrap .pure-g.signup {
  padding: 1em 0;
  max-width: 960px;
}
#content.login .forms-wrap .pure-g h2 {
  padding: 0;
}
#content.login .forms-wrap h2 {
  color: #fff;
  font-size: 1.8em;
}
#content.login .forms-wrap .pure-g > .pure-u-1 {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#content.login .forms-wrap .pure-g > .pure-u-md-1-2 {
  padding: 0 1em;
}
#content.login .forms-wrap .pure-g > .pure-u-md-1-2:first-child {
  border-bottom: 1px solid #999;
  padding-bottom: 3em;
  margin-bottom: 1em;
}
#content.login .forms-wrap .logo img {
  max-height: 40px;
}
#content.login .forms-wrap .Textleft {
  overflow: hidden;
}
#content.login .forms-wrap .link {
  padding: 1em 0;
  display: inline-block;
  vertical-align: top;
}
#content.login .forms-wrap .facebooklogin {
  padding-top: 1.5em;
}
#content.user-account,
#content.public-secondary {
  text-align: center;
}
#content.user-account > .container,
#content.public-secondary > .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  -ie-border-radius: 4px;
  -o-border-radius: 4px;
}
#content.user-account .logo,
#content.public-secondary .logo {
  margin: 1em 0;
  display: inline-block;
}
#content.user-account .logo img,
#content.public-secondary .logo img {
  height: 30px;
}
#content.public-secondary {
  background: #edf1f5;
  text-align: left;
}
#content.public-secondary > .container {
  padding: 1.5em 0 0.5em;
}
#content.public-secondary a.link {
  color: #2577bc;
}
#content.public-secondary a.bold {
  font-weight: bold;
  color: #2577bc;
}
#content.public-secondary p {
  text-align: left;
  color: #888;
  font-size: 0.8em;
  font-weight: normal;
  margin: 0.5em 0;
}
#content.public-secondary .profession {
  margin: 1.5em 0;
  margin-top: 0;
}
#content.public-secondary .profession .pure-u-md-1-2 {
  position: relative;
}
#content.public-secondary .profession .pure-u-md-1-2 i {
  position: absolute;
  right: 0px;
  top: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  -ie-border-radius: 50%;
  -o-border-radius: 50%;
  background: #2577bc;
  font-size: 0.7em;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: none;
  text-align: center;
}
#content.public-secondary .profession .pure-u-md-1-2 i:before {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
}
#content.public-secondary .profession .pure-u-md-1-2 div {
  padding: 3em;
  background: #fff;
  margin: 0.5em;
  margin-top: 0;
  border: 1px solid transparent;
}
#content.public-secondary .profession .pure-u-md-1-2.active div,
#content.public-secondary .profession .pure-u-md-1-2:hover div {
  border-color: #2577bc;
  cursor: pointer;
}
#content.public-secondary .profession .pure-u-md-1-2.active i,
#content.public-secondary .profession .pure-u-md-1-2:hover i {
  display: inline-block;
}
#content.public-secondary .br-form {
  padding: 0 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#content.public-secondary .br-select-group {
  margin-bottom: 0.5em;
}
#content.public-secondary .br-select-group.prior .br-dropdown {
  z-index: 6;
}
#content.public-secondary .br-select-group:first-child .br-dropdown {
  z-index: 11;
}
#content.public-secondary .secondary-header {
  background: url(../images/secondary-bg.jpg);
  background-color: #090001;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100px;
  padding-bottom: 2em;
  position: relative;
}
#content.public-secondary .header-menu h1 {
  color: #555;
  padding: 0.5em 0;
  vertical-align: middle;
}
#content.public-secondary .header-menu h1 span {
  vertical-align: middle;
}
#content.public-secondary h2 {
  color: #2577bc;
  padding: 0 0.5em;
}
#content.public-secondary .Textcenter {
  padding: 1.5em 0;
}
#content.public-secondary .Textcenter h1 {
  color: #2577bc;
}
#content.public-secondary .Textcenter p {
  text-align: center;
}
#content.public-secondary #about-us p {
  line-height: 25px;
  background: #fff;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  letter-spacing: 0.5px;
  margin: 0.5em;
}
#content.public-secondary #about-us p span {
  color: #2577bc;
}
#content.public-secondary #about-us:target p {
  background: yellow;
}
#content.public-secondary #about-us .br-thumb {
  display: block;
}
#content.public-secondary #upload-qp .top-notice {
  padding: 0.5em;
  background: #fff;
  margin: 1em 0 0;
  border-bottom: 2px dotted #ddd;
}
#content.public-secondary #upload-qp .top-notice h4 {
  color: #1BC37F;
  font-size: 1.2em;
  margin: 0.5em;
}
#content.public-secondary #upload-qp .top-notice p {
  font-size: 0.9em;
  margin: 1em;
  line-height: 26px;
}
#content.public-secondary #upload-qp .field-group {
  padding: 0.5em 0;
  margin: 0;
}
#content.public-secondary #upload-qp .field-group input[type="text"] {
  line-height: 26px;
}
#content.public-secondary #upload-qp h2 {
  padding: 0;
  margin: 0.5em 0;
}
#content.public-secondary #upload-qp .upload-area {
  background: #fff;
  overflow: hidden;
}
#content.public-secondary #upload-qp #search_field,
#content.public-secondary #upload-qp input[type="text"] {
  border: 1px solid #2577bc;
}
#content.public-secondary #upload-qp #search_field:focus,
#content.public-secondary #upload-qp input[type="text"]:focus {
  box-shadow: none;
  border-color: #000;
  color: #2577bc;
}
#content.user-account {
  background: url(../images/login-bg.jpg);
  background-color: #090001;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-top: 1em;
}
#content.user-account > .container {
  overflow: hidden;
}
#content.user-account h2 {
  color: #2577bc;
}
#content.user-account h3 {
  text-align: left;
  font-size: 1em;
  color: #777;
}
#content.user-account .user-account-nav {
  padding: 0.5em 0;
  text-align: right;
  position: absolute;
  z-index: 11;
  right: 0.5em;
  top: 1.5em;
}
#content.user-account .user-account-nav li {
  display: inline-block;
  vertical-align: middle;
}
#content.user-account .user-account-nav li span {
  font-weight: bold;
}
#content.user-account .user-account-nav li a {
  display: inline-block;
  vertical-align: top;
  padding: 3px 0.5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  -ie-border-radius: 5px;
  -o-border-radius: 5px;
  background: #eee;
  font-size: 0.8em;
  color: #2577bc;
  font-weight: normal;
}
#content.user-account .user-account-nav li:first-child {
  margin-right: 1em;
  display: none;
}
#content.user-account .user-account-nav li:last-child a {
  background: red;
  color: #fff;
}
#content.user-account .pure-u-lg-1-3,
#content.user-account .pure-u-lg-2-3 {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#content.user-account .pure-u-lg-1-3 {
  background: rgba(37, 119, 188, 0.8);
  padding: 1.5em 0.5em;
  color: #fff;
}
#content.user-account .pure-u-lg-1-3 p {
  font-size: 0.9em;
  color: #fff;
  margin: 0.5em auto;
  max-width: 300px;
  text-align: left;
}
#content.user-account .pure-u-lg-1-3 p span {
  display: table-cell;
  vertical-align: top;
  text-align: left!important;
}
#content.user-account .pure-u-lg-1-3 p span:first-child {
  color: #ccc;
  text-align: right;
  padding: 0 0.5em;
  width: 85px;
}
#content.user-account .pure-u-lg-1-3 .user-name {
  font-size: 1.3em;
  color: #eee;
  text-align: center;
  display: block;
  margin-bottom: 1.5em;
}
#content.user-account .pure-u-lg-2-3 {
  background: #fff;
}
#content.user-account .profile-img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 1em;
}
#content.user-account .profile-img .icon-pencil {
  position: absolute;
  color: #FF6523;
  top: 0;
  right: -1em;
  font-size: 0.9em;
  padding: 0 3px;
}
#content.user-account .profile-img .icon-pencil:hover {
  text-decoration: none;
  opacity: 0.7;
}
#content.user-account .profile-img img {
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  -ie-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  width: 100px;
  object-fit: cover;
}
#content.user-account .field-group label {
  text-align: left;
  color: #000;
  display: block;
}
#content.user-account .field-group input[type=text],
#content.user-account .field-group input[type=password] {
  border-bottom-color: #000;
  color: #2577bc;
}
#content.user-account table {
  text-align: left;
}
#content.user-account .icon-remove {
  color: red;
}
#contact_form .br-select-group input[type=submit] {
  width: auto;
  padding-right: 1.3em;
  padding-left: 1.3em;
  margin-topf: 0.5em;
}
#image_save_btn {
  display: block;
  text-align: center;
  margin: 0 auto;
}
/* subject question paper */
/* very short questions */
.print {
  display: none;
}
.subject-questions {
  padding: 0 1em;
  background: url(../images/brpaperwm.jpg) !important;
  background-position: center top!important;
  background-repeat: repeat-y !important;
  list-style-type: decimal;
  padding-left: 2em;
}
.subject-questions li {
  margin: 15px 0;
  font-size: 1.5em;
}
.subject-questions li span {
  margin-right: 10px;
}
.static-page {
  /* Illustration */
  /* Water1 animation */
  /* Water2 animation */
  /* Boat animation */
}
.static-page .illustration {
  position: relative;
  width: 876px;
  height: 250px;
  background-size: 100%;
  display: inline-block;
  overflow: hidden;
}
.static-page .illustration .boat {
  background: url(../images/boat.png) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 682px;
  height: 373px;
  left: 50px;
  bottom: 19px;
  -moz-animation: 4s ease 0s normal none infinite shake;
  -moz-transform-origin: center bottom;
  -webkit-animation: shake 4s infinite ease-in-out;
  -webkit-transform-origin: center bottom;
  -o-animation: 4s ease 0s normal none infinite shake;
  -o-animation: shake 4s infinite ease-in-out;
  -o-transform-origin: center bottom;
  -ms-animation: 4s ease 0s normal none infinite shake;
  -ms-animation: shake 4s infinite ease-in-out;
  -ms-transform-origin: center bottom;
  animation: 4s ease 0s normal none infinite shake;
  animation: shake 4s infinite ease-in-out;
  transform-origin: center bottom;
}
.static-page .illustration .water1 {
  background: url(../images/water1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 876px;
  height: 64px;
  bottom: 60px;
  -webkit-animation: water1 2s infinite linear;
  -moz-animation: water1 2s infinite linear;
  -ms-animation: water1 2s infinite linear;
  -o-animation: water1 2s infinite linear;
  animation: water1 2s infinite linear;
}
.static-page .illustration .water2 {
  background: url(../images/water2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 876px;
  height: 111px;
  bottom: 0;
  -webkit-animation: water2 2s infinite linear;
  -ms-animation: water2 2s infinite linear;
  -moz-animation: water2 2s infinite linear;
  -o-animation: water2 2s infinite linear;
  animation: water2 2s infinite linear;
}
@-webkit-keyframes water1 {
  0% {
    -webkit-transform: translate(0, 5px);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 5px);
  }
}
@-moz-keyframes water1 {
  0% {
    -moz-transform: translate(0, 5px);
  }
  50% {
    -moz-transform: translate(0, -5px);
  }
  100% {
    -moz-transform: translate(0, 5px);
  }
}
@-ms-keyframes water1 {
  0% {
    -ms-transform: translate(0, 5px);
  }
  50% {
    -ms-transform: translate(0, -5px);
  }
  100% {
    -ms-transform: translate(0, 5px);
  }
}
@-o-keyframes water1 {
  0% {
    -o-transform: translate(0, 5px);
  }
  50% {
    -o-transform: translate(0, -5px);
  }
  100% {
    -o-transform: translate(0, 5px);
  }
}
@keyframes water1 {
  0% {
    transform: translate(0, 5px);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 5px);
  }
}
@-webkit-keyframes water2 {
  0% {
    -webkit-transform: translate(0, -5px);
  }
  50% {
    -webkit-transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -5px);
  }
}
@-moz-keyframes water2 {
  0% {
    -moz-transform: translate(0, -5px);
  }
  50% {
    -moz-transform: translate(0, 0px);
  }
  100% {
    -moz-transform: translate(0, -5px);
  }
}
@-ms-keyframes water2 {
  0% {
    -ms-transform: translate(0, -5px);
  }
  50% {
    -ms-transform: translate(0, 0px);
  }
  100% {
    -ms-transform: translate(0, -5px);
  }
}
@-o-keyframes water2 {
  0% {
    -o-transform: translate(0, -5px);
  }
  50% {
    -o-transform: translate(0, 0px);
  }
  100% {
    -o-transform: translate(0, -5px);
  }
}
@keyframes water2 {
  0% {
    transform: translate(0, -5px);
  }
  50% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -5px);
  }
}
@-moz-keyframes shake {
  0% {
    -moz-transform: rotate(-2deg);
  }
  50% {
    -moz-transform: rotate(2deg);
  }
  100% {
    -moz-transform: rotate(-2deg);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(-2deg);
  }
}
@-o-keyframes shake {
  0% {
    -o-transform: rotate(-2deg);
  }
  50% {
    -o-transform: rotate(2deg);
  }
  100% {
    -o-transform: rotate(-2deg);
  }
}
@-ms-keyframes shake {
  0% {
    -ms-transform: rotate(-2deg);
  }
  50% {
    -ms-transform: rotate(2deg);
  }
  100% {
    -ms-transform: rotate(-2deg);
  }
}
@keyframes shake {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
.static-page .illustration {
  width: 262.8px;
  height: 118.2px;
}
.static-page .illustration .boat {
  width: 204.6px;
  height: 111.9px;
  left: 15px;
  bottom: 5.7px;
}
.static-page .illustration .water1 {
  width: 262.8px;
  height: 19.2px;
  bottom: 18px;
}
.static-page .illustration .water2 {
  width: 262.8px;
  height: 33.3px;
}
.error-page {
  padding: 2em 0;
}
.error-page h1 {
  font-size: 6em;
  font-weight: bold;
  color: #2577bc;
  line-height: 1;
}
.error-page h3 {
  color: #2577bc;
  font-size: 2em;
}
.error-page p {
  color: #333;
}
.log-sig-but {
  font-weight: 300;
  letter-spacing: 0.5px;
  background: #333;
  border-color: #333;
  display: none;
}
#ppBody {
  font-size: 11pt;
  width: 100%;
  margin: 1em auto;
  text-align: justify;
  padding: 1em;
  background: #fff;
  box-sizing: border-box;
}
#ppHeader {
  font-size: 21pt;
  width: 100%;
  margin: 0 auto;
}
.ppConsistencies {
  display: none;
}
.open-popup {
  cursor: pointer;
  color: #888;
}
.overlaybg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  text-align: center;
  white-space: nowrap;
  display: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.overlaybg .modalbox {
  background: #fff;
  display: inline-block;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: -50px;
  border-radius: 5px;
  padding: 10px;
}
.overlaybg::before,
.overlaybg::after {
  height: 100%;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.overlaybg.shown {
  display: block;
}
.overlaybg.shown .modalbox {
  margin-top: 0;
}
.overlaybg--bg-black {
  background: rgba(0, 0, 0, 0.7);
}
.overlaybg--bg-white {
  background: rgba(255, 255, 255, 0.7);
}
.modalbox-close {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  top: 8px;
  right: 5px;
  cursor: pointer;
  opacity: 0.7;
}
.modalbox-close::before,
.modalbox-close::after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  margin-top: -1px;
  top: 50%;
  left: 3px;
  right: 3px;
  background: #555;
}
.modalbox-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modalbox-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modalbox-close:hover {
  opacity: 1;
}
.modalbox_body {
  font-size: 14px;
  padding: 10px 10px 20px;
  overflow: auto;
  max-height: 350px;
  border-radius: 5px;
}
.notice-board-wrap {
  margin: 0 0.5em;
  padding: 10px 0;
  margin-bottom: 2em;
  max-height: 360px;
}
.notice-board-wrap #scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.notice-board-wrap #scrollbar::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.notice-board-wrap #scrollbar::-webkit-scrollbar-thumb {
  background-color: #2577bc;
  /*scrollbar color */
}
.notice-board-wrap .notice-board {
  max-height: 335px;
  overflow-y: scroll;
  padding: 0 0.5em;
}
@media screen and (min-width: 35.5em) {
  #header {
    padding-bottom: 4em;
  }
  .log-sig-but {
    display: inline-block;
  }
  #content .trending {
    margin-bottom: 2em;
  }
  #top-content h1 {
    font-size: 2em;
  }
  #content .home-videos .pure-u-1 .home-video-box {
    padding: 1em;
  }
  #content .home-videos .pure-u-1 .home-video-box iframe {
    height: 400px;
  }
  #content.login > .container,
  #content.user-account > .container {
    display: inline-block;
    vertical-align: middle;
  }
  #content.login:before,
  #content.user-account:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.59em;
    height: 100%;
  }
  #content .home-counters,
  .notice-board-wrap,
.donate-wrap  {
    display: block;
  }
  #content .home-feeds {
    font-size: 1em;
  }
  #footer .logo img {
    max-height: 75px;
  }
}
@media screen and (min-width: 48em) {
  #header .br-menu ul li:first-child {
    display: none;
  }
  body.home #header .container {
    padding-top: 2em;
  }
  body.home #header .left-side {
    text-align: right;
  }
  body.home #header .left-side-content {
    padding: 2em 0 2.5em;
    margin-right: 2.5em;
  }
  body.home #header .right-side-content {
    padding: 2.5em;
    font-size: 1em;
    min-height: 379px;
  }
  body.home #header .logo {
    text-align: right;
    margin-top: 0;
    display: inline-block;
  }
  body.home #header .logo img {
    height: 65px;
  }
  body.home #header .br-menu {
    display: block !important;
    margin: 0;
  }
  body.home #header .br-menu li > a {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.home #header .br-menu ul {
    background: transparent;
  }
  body.home #header #nav-icon3 {
    display: none;
  }
  body.internal #content {
    min-height: 500px;
  }
  body.internal #content h2,
  body.internal #content h1 {
    text-align: left;
    font-size: 1.5em;
  }
  body.internal #content .pure-u-lg-18-24 > h2 span:nth-child(2),
  body.internal #content .container > h2 span:nth-child(2),
  body.internal #content .pure-u-lg-18-24 > h1 span:nth-child(2),
  body.internal #content .container > h1 span:nth-child(2) {
    display: inline;
  }
  body.internal #header .field-wrap {
    width: 80%;
  }
  body.internal #header .logo img {
    height: auto;
    max-height: 42px;
  }
  body.internal .logo-head {
    font-size: 1em;
  }
  body.internal .logo-head .pure-u-md-3-24 {
    float: right;
  }
  body.internal .logo-head .pure-u-md-17-24 {
    margin-top: 0;
  }
  #top-content h1 {
    font-size: 2.5em;
  }
  .TextRight-resCenter {
    text-align: right;
  }
  .TextCenter-resLeft {
    text-align: left;
  }
  .TextLeft-resCenter {
    text-align: left;
  }
  .br-btn.size-xlarge {
    margin: 0.4em 0;
  }
  .selection .year-shaft h6 {
    margin-right: 1.4em;
    font-size: 1.1em;
  }
  #content .home-feeds .pure-g img {
    margin-top: 0;
  }
  .selection .year-full {
    padding-left: 38px;
  }
  .selection .year-full .year-head {
    margin: 0;
    max-width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100px;
  }
  .selection .year-full .year-head strong {
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    display: block;
    letter-spacing: 3px;
    float: left;
    top: 0.5em;
    bottom: 0.5em;
    padding: 0;
    position: relative;
    font-size: 1.6em;
    padding-left: 4px;
    padding-top: 4px;
  }
  #content.login .logo img {
    height: 50px;
  }
  #content.login .forms-wrap h2 {
    padding: 0.5em 0;
  }
  #content.login .forms-wrap .pure-g.signup {
    padding: 3em 0;
  }
  #content.login .forms-wrap .pure-g .pure-u-md-1-2 {
    padding: 0 3em;
  }
  #content.login .forms-wrap .pure-g .pure-u-md-1-2:first-child {
    border: none;
    border-right: 1px solid #999;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #content.login .forms-wrap .pure-g .pure-u-1 {
    padding: 2.5em 3em;
  }
  #content.user-account .logo img,
  #content .public-secondary .logo img {
    height: 50px;
  }
  #content.public-secondary .secondary-header {
    min-height: 300px;
  }
  .side-bar-right {
    font-size: 1em;
  }
  #footer .top-footer .pure-u-1 {
    text-align: left;
  }
  .pure-u-md-7-24 {
    float: right;
  }
  .pure-u-md-7-24 ul {
    text-align: right;
  }
  .pure-u-md-7-24 .logo {
    text-align: right;
  }
  .static-page .illustration {
    width: 525.6px;
    height: 236.4px;
  }
  .static-page .illustration .boat {
    width: 409.2px;
    height: 223.8px;
    left: 30px;
    bottom: 11.4px;
  }
  .static-page .illustration .water1 {
    width: 525.6px;
    height: 38.4px;
    bottom: 36px;
  }
  .static-page .illustration .water2 {
    width: 525.6px;
    height: 66.6px;
  }
  .get-download .qr-scan-wrap {
    display: block;
  }
  .secondary-page .semester-array .br-thumb {
    font-size: 3em;
  }
  .secondary-page.streams .semester-array .br-thumb {
    font-size: 2em;
  }
}
@media screen and (min-width: 64em) {
  .side-bar-right {
    padding-left: 1em;
    border: none;
  }
  #content.user-account .user-account-nav li:first-child {
    display: inline-block;
  }
  #content.user-account > .container > .pure-g {
    display: inline-table;
    width: 100%;
  }
  #content.user-account .pure-u-lg-1-3,
  #content.user-account .pure-u-lg-2-3 {
    display: table-cell;
    vertical-align: top;
    padding: 2em;
    position: relative;
  }
  #content.user-account .pure-u-lg-1-3 {
    padding: 2em 1em;
  }
  #content.user-account .pure-u-lg-2-3 {
    padding-top: 0.5em;
  }
  #content.user-account .pure-u-lg-2-3 h2 {
    text-align: left;
  }
  #content.user-account .profile-img {
    margin-top: 0;
  }
  .widget {
    padding: 0em;
  }
  #content.user-account .user-account-nav {
    top: 0;
  }
  .static-page .illustration {
    width: 700.8px;
    height: 315.2px;
  }
  .static-page .illustration .boat {
    width: 545.6px;
    height: 298.4px;
    left: 40px;
    bottom: 15.2px;
  }
  .static-page .illustration .water1 {
    width: 700.8px;
    height: 51.2px;
    bottom: 48px;
  }
  .static-page .illustration .water2 {
    width: 700.8px;
    height: 88.8px;
  }
}
@media screen and (max-device-width: 320px) {
  body {
    font-size: 0.8em;
  }
}
@media screen and (min-device-width: 321px) and (max-device-width: 375px) {
  body {
    font-size: 0.9em;
  }
}
#extreme-pop {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  #extreme-pop {
    display: block;
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 0%;
    width: 100%;
    position: fixed;
    /* Stay in place */
    z-index: 100;
    /* Sit on top */
    left: 0;
    top: 0;
    background: url(../images/special-pop.jpg);
    background-position: center;
    background-size: cover;
    /* Black fallback color */
    background-color: #ffffff;
    /* Black w/opacity */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  }
  #extreme-pop .cta-extreme-pop {
    position: absolute;
    bottom: 0;
    z-index: 11;
    left: 0;
    right: 0;
    text-align: center;
  }
  #extreme-pop .cta-extreme-pop a {
    display: block;
    padding: 5px 0;
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
  }
  #extreme-pop .cta-extreme-pop .google-play-button img {
    max-width: 224px;
    width: auto;
    height: auto;
  }
}
.off-screen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0px !important;
  height: 1px !important;
  outline: 0 !important;
  border: 0 !important;
}
.br-select-group.open .br-dropdown {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.br-select-group.open .br-btn {
  background: #1d5c91;
  border-color: #1d5c91;
}
.br-select-group.open .br-btn:active,
.br-select-group.open .br-btn:hover {
  opacity: 1;
}
.br-select-group.open.wireframed .br-btn {
  background: #eee;
}
.br-vertical-menu.standalone {
  background: none;
  position: relative;
  margin-top: 0;
  display: inline-block;
  float: right;
}
.br-vertical-menu.standalone ul.br-dropdown-options {
  text-align: right;
  min-width: 150px;
  right: 0;
}
.br-vertical-menu.standalone ul.br-dropdown-options > li {
  text-align: right;
  vertical-align: top;
  padding: 0;
}
.br-vertical-menu.standalone:hover .br-dropdown {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  right: 0;
  min-width: 0;
  margin-top: 0;
}
.br-vertical-menu.standalone:hover .br-dropdown a {
  display: block;
  padding: 8px 12px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1.429;
}
.br-vertical-menu.standalone:hover .br-dropdown a:hover {
  background: #fff;
  color: #2577bc;
}
.br-vertical-menu.standalone .br-btn {
  padding-right: 2.5em;
}
.br-vertical-menu.standalone .br-btn .opt_text {
  position: relative;
  max-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.br-vertical-menu.standalone .br-btn > span {
  position: absolute;
  top: 42%;
  right: 16px;
  display: inline-block;
  border-width: 7px 5px;
  border-style: solid;
  border-color: #2577bc transparent;
  border-bottom-style: none;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.br-vertical-menu.standalone:hover .br-btn > span {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.br-select-group {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  min-width: 150px;
  vertical-align: top;
}
.br-select-group .br-btn {
  position: relative;
  width: 100%;
  text-align: left;
  padding-right: 2em;
}
.br-select-group .br-btn .opt_text {
  position: relative;
}
.br-select-group .br-btn > span {
  position: absolute;
  top: 42%;
  right: 16px;
  display: inline-block;
  border-width: 8px 6px;
  border-style: solid;
  border-color: #fff transparent;
  border-bottom-style: none;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}
.br-select-group.animated-icon span.ico-arrow {
  display: none;
}
.br-select-group.animated-icon i {
  position: absolute;
  right: 19px;
  top: 0.7em;
}
.br-select-group.animated-icon i:before {
  margin: 0px -3px;
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  position: absolute;
  top: 12px;
  z-index: 1;
  right: 0px;
  background-color: white;
  -webkit-transition: background-color 250ms ease-in-out;
  -ms-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
}
.br-select-group.animated-icon i:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 0px;
  background-color: white;
  margin: -3px 0;
  width: 2px;
  height: 8px;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.br-select-group.animated-icon.open i:after {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.br-select-group.rounded .br-btn {
  border-radius: 4px;
}
.br-select-group.rounded .br-dropdown-options {
  border-radius: 4px;
}
.br-select-group.wireframed .br-btn {
  border: 1px solid #2577bc;
  background: none;
  color: #2577bc;
}
.br-select-group.wireframed .br-btn span {
  border-color: #2577bc transparent;
}
.br-select-group.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}
.br-dropdown {
  z-index: 1000;
  padding: 0;
  min-width: 220px;
  border: none;
  width: 100%;
  visibility: hidden;
  position: absolute;
  left: 0;
  margin-top: 10px;
  overflow: initial;
  text-align: left;
  background-color: #f5f4f4;
  border-radius: 3px;
  z-index: 5;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(92, 75, 81, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(92, 75, 81, 0.1);
  -webkit-transition: transform 330ms cubic-bezier(0.82, 0, 0.355, 1.34);
  -ms-transition: transform 330ms cubic-bezier(0.82, 0, 0.355, 1.34);
  transition: transform 330ms cubic-bezier(0.82, 0, 0.355, 1.34);
  -webkit-transform-origin: 95% 0%;
  transform-origin: 95% 0%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.br-dropdown ul.br-dropdown-options {
  position: relative;
  position: absolute;
  z-index: 11;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #1d5c91;
  list-style: none;
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.br-dropdown ul.br-dropdown-options > li {
  display: block;
  clear: both;
  padding: 8px 12px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1.429;
}
.br-dropdown ul.br-dropdown-options > li:hover,
.br-dropdown ul.br-dropdown-options > li:focus {
  background-color: #fff;
  color: #262626;
  text-decoration: none;
  cursor: pointer;
}
.br-form input[type=text],
.br-form input[type=password],
.br-form input[type=email],
.br-form input[type=url],
.br-form input[type=date],
.br-form input[type=month],
.br-form input[type=time],
.br-form input[type=datetime],
.br-form input[type=datetime-local],
.br-form input[type=week],
.br-form input[type=number],
.br-form input[type=search],
.br-form input[type=tel],
.br-form input[type=color],
.br-form textarea {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0.6em;
  margin-bottom: 0.2em;
}
.br-form input:not([type]) {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0.6em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px #ddd;
}
.br-form input[type=color] {
  padding: 0.2em 0.5em;
}
.br-form input[type=text][disabled],
.br-form input[type=password][disabled],
.br-form input[type=email][disabled],
.br-form input[type=url][disabled],
.br-form input[type=date][disabled],
.br-form input[type=month][disabled],
.br-form input[type=time][disabled],
.br-form input[type=datetime][disabled],
.br-form input[type=datetime-local][disabled],
.br-form input[type=week][disabled],
.br-form input[type=number][disabled],
.br-form input[type=search][disabled],
.br-form input[type=tel][disabled],
.br-form input[type=color][disabled],
.br-form select[disabled],
.br-form textarea[disabled] {
  border-color: #ddd !important;
  background-color: #f7f7f7;
  color: #cad2d3 !important;
  color: 0.8;
  cursor: not-allowed;
}
.br-form input:not([type])[disabled] {
  background-color: #eaeded;
  color: #cad2d3;
  cursor: not-allowed;
}
.br-form input[readonly],
.br-form select[readonly],
.br-form textarea[readonly] {
  border-color: #ccc;
  background: #eee;
  color: #777;
}
.br-form select[multiple] {
  height: auto;
}
.br-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.br-form legend {
  display: block;
  margin-bottom: 0.3em;
  padding: 0.3em 0;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
}
.br-form-stacked input[type=text],
.br-form-stacked input[type=password],
.br-form-stacked input[type=email],
.br-form-stacked input[type=url],
.br-form-stacked input[type=date],
.br-form-stacked input[type=month],
.br-form-stacked input[type=time],
.br-form-stacked input[type=datetime],
.br-form-stacked input[type=datetime-local],
.br-form-stacked input[type=week],
.br-form-stacked input[type=number],
.br-form-stacked input[type=search],
.br-form-stacked input[type=tel],
.br-form-stacked input[type=color],
.br-form-stacked select,
.br-form-stacked label,
.br-form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}
.br-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}
.br-form-aligned input,
.br-form-aligned textarea,
.br-form-aligned select,
.br-form-aligned .br-help-inline,
.br-form-message-inline {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.br-form-aligned textarea {
  vertical-align: top;
}
.br-form-aligned .br-control-group {
  margin-bottom: 0.5em;
}
.br-form-aligned .br-control-group label {
  display: inline-block;
  margin: 0 1em 0 0;
  width: 10em;
  vertical-align: middle;
  text-align: right;
}
.br-form-aligned .br-controls {
  margin: 1.5em 0 0 10em;
}
.br-form input.br-input-rounded,
.br-form .br-input-rounded {
  padding: 0.5em 1em;
  border-radius: 2em;
}
.br-form .br-group fieldset {
  margin-bottom: 10px;
}
.br-form .br-group input {
  position: relative;
  top: -1px;
  display: block;
  margin: 0;
  padding: 10px;
  border-radius: 0;
}
.br-form .br-group input:focus {
  z-index: 2;
}
.br-form .br-group input:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
}
.br-form .br-group input:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
}
.br-form .br-group button {
  margin: 0.35em 0;
}
.br-form .br-input-1 {
  width: 100%;
}
.br-form .br-input-2-3 {
  width: 66%;
}
.br-form .br-input-1-2 {
  width: 50%;
}
.br-form .br-input-1-3 {
  width: 33%;
}
.br-form .br-input-1-4 {
  width: 25%;
}
.br-form .br-help-inline,
.br-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}
.br-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}
@media only screen and (max-width: 480px) {
  .br-form button[type=submit] {
    margin: 0.7em 0 0;
  }
  .br-form input:not([type]),
  .br-form input[type=text],
  .br-form input[type=password],
  .br-form input[type=email],
  .br-form input[type=url],
  .br-form input[type=date],
  .br-form input[type=month],
  .br-form input[type=time],
  .br-form input[type=datetime],
  .br-form input[type=datetime-local],
  .br-form input[type=week],
  .br-form input[type=number],
  .br-form input[type=search],
  .br-form input[type=tel],
  .br-form input[type=color],
  .br-form label {
    display: block;
  }
  .br-group input:not([type]),
  .br-group input[type=text],
  .br-group input[type=password],
  .br-group input[type=email],
  .br-group input[type=url],
  .br-group input[type=date],
  .br-group input[type=month],
  .br-group input[type=time],
  .br-group input[type=datetime],
  .br-group input[type=datetime-local],
  .br-group input[type=week],
  .br-group input[type=number],
  .br-group input[type=search],
  .br-group input[type=tel],
  .br-group input[type=color] {
    margin-bottom: 0;
  }
  .br-form-aligned .br-control-group label {
    display: block;
    margin-bottom: 0.3em;
    width: 100%;
    text-align: left;
  }
  .br-form-aligned .br-controls {
    margin: 1.5em 0 0;
  }
  .br-form .br-help-inline,
  .br-form-message-inline,
  .br-form-message {
    display: block;
    padding: 0.2em 0 0.8em;
    font-size: 0.75em;
  }
}
.br-form input[type=text]:focus,
.br-form input[type=password]:focus,
.br-form input[type=email]:focus,
.br-form input[type=url]:focus,
.br-form input[type=date]:focus,
.br-form input[type=month]:focus,
.br-form input[type=time]:focus,
.br-form input[type=datetime]:focus,
.br-form input[type=datetime-local]:focus,
.br-form input[type=week]:focus,
.br-form input[type=number]:focus,
.br-form input[type=search]:focus,
.br-form input[type=tel]:focus,
.br-form input[type=color]:focus,
.br-form textarea:focus {
  -webkit-box-shadow: 0px 0px 2px #777777;
  -moz-box-shadow: 0px 0px 2px #777777;
  box-shadow: 0px 0px 2px #777777;
  outline: 0;
}
.br-form input:not([type]):focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: #129FEA;
}
.br-form input:focus:invalid,
.br-form textarea:focus:invalid,
.br-form select:focus:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #0d0d0d;
}
input:invalid {
  box-shadow: none;
}
.br-form input:focus:invalid:focus,
.br-form textarea:focus:invalid:focus,
.br-form select:focus:invalid:focus {
  border-color: #2a2a2a;
}
.br-form input[type=file]:focus:invalid:focus,
.br-form input[type=radio]:focus:invalid:focus,
.br-form input[type=checkbox]:focus:invalid:focus {
  outline-color: #aaa;
}
.br-form input[type=text],
.br-form input[type=password],
.br-form input[type=email],
.br-form input[type=search],
textarea {
  border: 1px solid #aaa;
  background: #fff;
}
.br-form input[type=text].rounded,
.br-form input[type=password].rounded,
.br-form input[type=email].rounded,
.br-form input[type=search].rounded,
textarea.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  -ie-border-radius: 5px;
  -o-border-radius: 5px;
}
.br-form input[type=text].wireframed,
.br-form input[type=password].wireframed,
.br-form input[type=email].wireframed,
.br-form input[type=search].wireframed,
textarea.wireframed {
  border-color: #aaa;
  background: none;
  color: #333;
}
.br-form input[type=text].wireframed:focus,
.br-form input[type=password].wireframed:focus,
.br-form input[type=email].wireframed:focus,
.br-form input[type=search].wireframed:focus,
textarea.wireframed:focus {
  border-color: #aaa, 20%;
  box-shadow: 0px 0px 2px #333;
  color: #aaa;
}
.br-form input[type=text].event-success,
.br-form input[type=password].event-success,
.br-form input[type=email].event-success,
.br-form input[type=search].event-success,
textarea.event-success {
  border-color: #1BC37F;
  background: #fff;
  color: #1BC37F;
}
.br-form input[type=text].event-success:focus,
.br-form input[type=password].event-success:focus,
.br-form input[type=email].event-success:focus,
.br-form input[type=search].event-success:focus,
textarea.event-success:focus {
  border-color: #1BC37F, 20%;
  box-shadow: 0px 0px 2px #1BC37F;
  color: #1BC37F;
}
.br-form input[type=text].event-success.wireframed,
.br-form input[type=password].event-success.wireframed,
.br-form input[type=email].event-success.wireframed,
.br-form input[type=search].event-success.wireframed,
textarea.event-success.wireframed {
  border-color: #1BC37F;
  background: none;
  color: #1BC37F;
}
.br-form input[type=text].event-error,
.br-form input[type=password].event-error,
.br-form input[type=email].event-error,
.br-form input[type=search].event-error,
textarea.event-error {
  border-color: red;
  background: #fff;
  color: red;
}
.br-form input[type=text].event-error:focus,
.br-form input[type=password].event-error:focus,
.br-form input[type=email].event-error:focus,
.br-form input[type=search].event-error:focus,
textarea.event-error:focus {
  border-color: red, 20%;
  box-shadow: 0px 0px 2px red;
  color: red;
}
.br-form input[type=text].event-error.wireframed,
.br-form input[type=password].event-error.wireframed,
.br-form input[type=email].event-error.wireframed,
.br-form input[type=search].event-error.wireframed,
textarea.event-error.wireframed {
  border-color: red;
  background: none;
  color: red;
}
.br-form input[type=text].event-warning,
.br-form input[type=password].event-warning,
.br-form input[type=email].event-warning,
.br-form input[type=search].event-warning,
textarea.event-warning {
  border-color: #FF6523;
  background: #fff;
  color: #FF6523;
}
.br-form input[type=text].event-warning:focus,
.br-form input[type=password].event-warning:focus,
.br-form input[type=email].event-warning:focus,
.br-form input[type=search].event-warning:focus,
textarea.event-warning:focus {
  border-color: #FF6523, 20%;
  box-shadow: 0px 0px 2px #FF6523;
  color: #FF6523;
}
.br-form input[type=text].event-warning.wireframed,
.br-form input[type=password].event-warning.wireframed,
.br-form input[type=email].event-warning.wireframed,
.br-form input[type=search].event-warning.wireframed,
textarea.event-warning.wireframed {
  border-color: #FF6523;
  background: none;
  color: #FF6523;
}
.br-form input[type=text]:focus,
.br-form input[type=password]:focus,
.br-form input[type=email]:focus,
.br-form input[type=search]:focus,
textarea:focus {
  -webkit-box-shadow: 0px 0px 2px #777777;
  -moz-box-shadow: 0px 0px 2px #777777;
  box-shadow: 0px 0px 2px #777777;
  color: #aaa;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input.wireframed::-webkit-input-placeholder,
textarea.wireframed::-webkit-input-placeholder {
  color: grey;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input.wireframed:-moz-placeholder,
textarea.wireframed:-moz-placeholder {
  color: grey;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input.wireframed:-ms-input-placeholder,
textarea.wireframed:-ms-input-placeholder {
  color: grey;
}
input.event-success::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #1BC37F;
  opacity: 0.5;
}
input.event-success:-moz-placeholder,
textarea:-moz-placeholder {
  color: #1BC37F;
}
input.event-success:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #1BC37F;
}
input.event-error::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: red;
  opacity: 0.5;
}
input.event-error:-moz-placeholder,
textarea:-moz-placeholder {
  color: red;
}
input.event-error:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #1BC37F;
}
input.event-warning::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #FF6523;
  opacity: 0.5;
}
input.event-warning:-moz-placeholder,
textarea:-moz-placeholder {
  color: #FF6523;
}
input.event-warning:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #FF6523;
}
input[disabled]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cad2d3;
  opacity: 0.5;
}
input[disabled].event-success:-moz-placeholder,
textarea:-moz-placeholder {
  color: #cad2d3;
}
input[disabled].event-success:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cad2d3;
}
.field-group {
  padding: 0.5em 0;
  margin: 0 0.5em;
}
.field-group .pure-u-md-7-24 {
  text-align: right;
}
.field-group .pure-u-md-7-24 label {
  padding: 0.5em;
  display: block;
  font-size: 0.9em;
}
.br-form.customized {
  color: #ccc;
}
.br-form.customized input[type=text],
.br-form.customized input[type=password],
.br-form.customized input[type=email],
.br-form.customized input[type=search],
.br-form.customized textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0.7em;
  padding-left: 0;
  color: #ccc;
}
.br-form.customized input[type=text]:focus,
.br-form.customized input[type=password]:focus,
.br-form.customized input[type=email]:focus,
.br-form.customized input[type=search]:focus,
.br-form.customized textarea:focus {
  box-shadow: none;
  border-bottom-color: #2577bc !important;
}
@-webkit-keyframes autofill {
  to {
    color: #2577bc;
    background: transparent;
  }
}
.br-form.customized input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.br-form.customized ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}
.br-form.customized ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
.br-form.customized :-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
.br-form.customized :-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
.br-form.customized a.link {
  color: #ccc;
}
label.br-switch {
  position: relative;
  display: inline-block;
  margin: 0;
  border-width: 1px;
  vertical-align: top;
}
label.br-switch .switch {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  line-height: 24px;
}
label.br-switch.rounded .switch {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  -ie-border-radius: 4px;
  -o-border-radius: 4px;
}
label.br-switch.rounded .switch .switch-label {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -khtml-border-radius: 3px 0 0 3px;
  -ie-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
}
label.br-switch.rounded .switch .switch-label:last-child {
  -webkit-border-radius: 0 3px 3px 0px;
  -moz-border-radius: 0 3px 3px 0px;
  border-radius: 0 3px 3px 0px;
  -khtml-border-radius: 0 3px 3px 0px;
  -ie-border-radius: 0 3px 3px 0px;
  -o-border-radius: 0 3px 3px 0px;
}
label.br-switch.wireframed .switch {
  border-color: #333;
}
.switch-label {
  float: left;
  padding: 0 0.8em;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.switch-input {
  display: none;
}
.switch-input:checked + .switch .switch-label {
  color: #333;
}
.switch .on.icon-checkmark,
.switch .off.icon-close {
  line-height: 24px;
}
.br-switch .switch .on {
  background: #fff;
  color: transparent;
}
.br-switch .switch .off {
  background: #000;
  color: #fff;
  font-size: 11px;
  round: #333;
}
.switch-input:checked + .switch .on {
  background: #1BC37F;
  color: #fff;
}
.switch-input:checked + .switch .off {
  background: #fff;
  color: transparent;
}
label.br-checkbox {
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
label.br-checkbox input[type="checkbox"] {
  display: none;
}
label.br-checkbox input[type="checkbox"]:checked + .check span {
  border-color: #1BC37F;
  background: #1BC37F;
  color: #fff;
}
label.br-checkbox b {
  font-size: 0.8em;
  display: inline-block;
  vertical-align: unset;
}
label.br-checkbox .check {
  position: relative;
  display: inline-block;
  background: transparent;
}
label.br-checkbox .check span {
  display: block;
  margin: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #555;
  background: #555;
  color: #555;
  vertical-align: top;
  text-align: center;
  font-size: 0.6em;
  line-height: 12px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
label.br-checkbox .check span:hover {
  border-color: #1BC37F;
  background-color: #1BC37F;
  color: #1BC37F;
}
label.br-checkbox.rounded .check {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  -ie-border-radius: 4px;
  -o-border-radius: 4px;
}
label.br-checkbox.rounded .check span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -khtml-border-radius: 2px;
  -ie-border-radius: 2px;
  -o-border-radius: 2px;
}
label.br-checkbox.disabled {
  opacity: 0.4;
  pointer-events: none;
}
label.br-checkbox.wireframed span {
  border-color: #555;
  background: transparent !important;
  color: transparent;
  line-height: 12px;
}
label.br-checkbox.wireframed span:hover {
  color: transparent;
}
label.wireframed input[type="checkbox"]:checked + .check span {
  color: #1BC37F;
}
label.br-radio {
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
label.br-radio > span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
label.br-radio input[type="radio"] {
  display: none;
}
label.br-radio input[type="radio"]:checked + .radio span {
  border-color: #1BC37F;
  background: #1BC37F;
  color: #fff;
}
label.br-radio .radio {
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  -ie-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  background: transparent;
}
label.br-radio .radio span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  -ie-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
  margin: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #555;
  background: #555;
  color: #555;
  vertical-align: middle;
  text-align: center;
  font-size: 0.6em;
  line-height: 14px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
label.br-radio .radio span:hover {
  border-color: #1BC37F;
  background-color: #1BC37F;
  color: #1BC37F;
}
label.br-radio.disabled {
  opacity: 0.4;
  pointer-events: none;
}
label.br-radio.wireframed span {
  border-color: #555;
  background: transparent !important;
  color: transparent;
  line-height: 14px;
}
label.br-radio.wireframed span:hover {
  color: transparent;
}
label.wireframed input[type="checkbox"]:checked + .radio span {
  color: #1BC37F;
}
.br-taglist {
  -webkit-box-shadow: 0px 0px 1px #333 inset;
  -moz-box-shadow: 0px 0px 1px #333 inset;
  box-shadow: 0px 0px 1px #333 inset;
  padding: 5px;
}
.br-taglist li {
  display: inline-block;
  margin: 2px 0;
  vertical-align: top;
}
.br-taglist li a {
  display: inline-block;
  vertical-align: top;
  cursor: default;
}
.br-taglist li a.icon-plus,
.br-taglist li a.icon-tag {
  padding-right: 0.6em;
  padding-left: 0.6em;
  max-height: 26px;
  font-size: 0.75em;
}
.br-taglist li a.wireframed span {
  color: #2577bc;
}
.br-taglist li a.wireframed:hover span {
  color: #fff;
}
.br-taglist li a span {
  display: inline-block;
  visibility: visible;
  padding-left: 0.5em;
  color: #fff;
  vertical-align: text-bottom;
  font-size: 12px;
  opacity: 1;
  cursor: pointer;
}
.br-taglist li input[type="text"] {
  font-size: 0.7em;
}
/* it also inherits from button.less */
.br-spinner {
  position: relative;
  display: table;
  overflow: hidden;
  width: 85px;
  border: 1px solid #2577bc;
  vertical-align: middle;
}
.br-spinner.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  -ie-border-radius: 4px;
  -o-border-radius: 4px;
}
.br-spinner.wireframed {
  background: transparent;
}
.br-spinner.wireframed input[type="text"] {
  background: transparent;
  color: #2577bc;
}
.br-spinner.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.br-spinner input[type="text"] {
  display: inline-block;
  margin: 0;
  width: 100%;
  border: none !important;
  color: #333;
  vertical-align: top;
  text-align: right;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.br-spinner input[type="text"]:focus,
.br-spinner input[type="text"]:active {
  outline: none;
  box-shadow: none;
}
.br-spinner-vert-group {
  position: relative;
  display: table-cell;
  margin: 0;
  background: #2577bc;
  vertical-align: middle;
  white-space: nowrap;
}
.br-spinner-button {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  width: 30px;
  outline: none;
  background: #2577bc;
  background-image: none;
  color: #333;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-weight: normal;
  line-height: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.br-spinner-button:hover {
  background-color: #3b91d9;
}
.br-spinner-button:active {
  background: #144167;
}
.br-spinner-button i {
  color: #fff;
  font-size: 15px;
}
.br-spinner-button i.icon-plus,
.br-spinner-button i.icon-minus {
  vertical-align: middle;
  font-size: 7px;
  line-height: 16px;
}
.br-spinner-vert-group > .br-spinner-button:first-child {
  -webkit-box-shadow: 0px -1px 0px #fff inset;
  -moz-box-shadow: 0px -1px 0px #fff inset;
  box-shadow: 0px -1px 0px #fff inset;
}
textarea {
  font-size: 100%;
  resize: none;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
}
/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.br-menu ul {
  position: absolute;
  visibility: hidden;
}
.br-menu.br-menu-open {
  z-index: 2;
  visibility: visible;
  display: inline-block;
  width: 100%;
}
.br-menu ul {
  top: -10000px;
  left: -10000px;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.br-menu > ul {
  position: relative;
}
.br-menu-open > ul {
  top: 0;
  left: 0;
  visibility: visible;
}
.br-menu-open > ul:focus {
  outline: 0;
}
.br-menu li,
.accordion > li {
  position: relative;
  margin-bottom: 2px;
}
.br-menu li > a,
.accordion > li > a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  background-color: #2577bc;
  line-height: 1.5em;
}
.br-menu.br-menu-horizontal > ul {
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.br-menu-can-have-children > .br-menu-label:after {
  float: right;
  margin-top: -1px;
  margin-right: -20px;
  content: '\25B8';
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif;
}
.br-menu-can-have-children > .br-menu-label {
  padding-right: 30px;
}
.br-menu-separator {
  display: block;
  overflow: hidden;
  margin: 7px 2px;
  height: 1px;
  background-color: #dfdfdf;
  font-size: 0;
}
.br-menu-hidden {
  display: none;
}
.br-menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.br-menu-horizontal li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  zoom: 1;
  *display: inline;
}
.br-menu-horizontal li li {
  display: block;
}
.br-menu-horizontal > .br-menu-children > .br-menu-can-have-children > .br-menu-label:after {
  content: "\25BE";
}
.br-menu-horizontal > .br-menu-children > .br-menu-can-have-children > .br-menu-label {
  padding-right: 30px;
}
.br-menu-horizontal li.br-menu-separator {
  margin: 0 7px;
  width: 1px;
  height: 50%;
}
.br-menu-horizontal li li.br-menu-separator {
  margin: 7px 2px;
  width: auto;
  height: 1px;
}
.br-menu li > a,
.br-menu .br-menu-can-have-children > li:after,
.accordion > li > a {
  color: #fff;
}
.br-menu .br-menu-can-have-children > li:hover:after {
  color: #fff;
}
.br-menu .br-menu-open {
  background: #dedede;
}
.br-menu li a:hover,
.accordion > li > a:hover {
  opacity: 0.8;
}
.br-menu .br-menu-selected a,
.br-menu .br-menu-selected a:hover,
.br-menu .br-menu-selected a:active,
.br-menu li a:active,
.br-menu li a:focus,
.br-menu.wireframed .br-menu-selected,
.br-menu li a.open,
.accordion li a.open {
  background: #1d5c91;
  opacity: 1;
  color: #fff;
}
.br-menu li.br-menu-disabled a:hover,
.br-menu li.br-menu-disabled a:focus {
  background: #fff;
  color: #bfbfbf;
}
.br-menu .br-menu-disabled > a {
  border-color: transparent;
  background-image: none;
  cursor: default;
}
.br-menu .br-menu-disabled > a,
.br-menu .br-menu-can-have-children.br-menu-disabled > a:after {
  color: #bfbfbf;
}
.br-menu .br-menu-heading {
  margin-top: 0.5em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dfdfdf;
  color: #555;
  text-transform: uppercase;
  font-size: 90%;
}
.br-menu.br-menu-open.br-menu-fixed {
  border: 0;
  border-bottom: 1px solid #b7b7b7;
}
@media (max-width: 480px) {
  .br-menu-horizontal {
    width: 100%;
  }
  .br-menu-children li {
    display: block;
    border-bottom: 1px solid #000;
  }
}
.br-menu.rounded ul > li:first-child a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  -ie-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
}
.br-menu.rounded ul > li:last-child a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  -ie-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
}
.br-menu.rounded.br-menu-horizontal ul > li:first-child a {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  -khtml-border-radius: 4px 0px 0px 4px;
  -ie-border-radius: 4px 0px 0px 4px;
  -o-border-radius: 4px 0px 0px 4px;
}
.br-menu.rounded.br-menu-horizontal ul > li:last-child a {
  -webkit-border-radius: 0 4px 4px 0px;
  -moz-border-radius: 0 4px 4px 0px;
  border-radius: 0 4px 4px 0px;
  -khtml-border-radius: 0 4px 4px 0px;
  -ie-border-radius: 0 4px 4px 0px;
  -o-border-radius: 0 4px 4px 0px;
}
.br-menu.wireframed li a {
  border-color: #2577bc;
  color: #2577bc;
  background: transparent;
}
.br-menu.wireframed li a:hover {
  opacity: 1;
  background-color: #2577bc;
  color: #fff;
}
.br-menu.wireframed li a:active {
  background: #1d5c91;
}
.pure-paginator {
  margin: 0;
  padding: 0;
  list-style: none;
  text-rendering: optimizespeed;
}
.opera-only :-o-prefocus,
.pure-paginator {
  word-spacing: -0.43em;
}
.pure-paginator li {
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  letter-spacing: normal;
  zoom: 1;
  *display: inline;
  text-rendering: auto;
}
.pure-paginator .br-btn {
  border-radius: 0;
  vertical-align: top;
}
.pure-paginator .br-btn:focus,
.pure-paginator .br-btn:active {
  outline-style: none;
}
.pure-paginator .prev,
.pure-paginator .next {
  padding: 0.5em 0.8em;
}
.pure-paginator .prev:before,
.pure-paginator .next:before {
  margin: 0;
}
.br-breadcrumb {
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.br-breadcrumb li {
  float: left;
  margin: 0 0.4em 0 0.5em;
}
.br-breadcrumb a {
  background: #fff;
  padding: 0.5em;
  float: left;
  text-decoration: none;
  color: #2577bc;
  font-size: 63%;
  opacity: 0.8;
  position: relative;
}
.br-breadcrumb a:hover {
  opacity: 1;
}
.br-breadcrumb a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #fff #fff #fff transparent;
  left: -0.95em;
}
.br-breadcrumb a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #fff;
  right: -0.95em;
}
.br-breadcrumb .active,
.br-breadcrumb .active:hover {
  font-weight: bold;
  background: none;
  opacity: 1;
  color: #5ce8af;
  padding: 0.5em 0;
}
.br-breadcrumb .active::after,
.br-breadcrumb .active::before {
  content: normal;
  opacity: 1;
  color: #5ce8af;
}
.br-breadcrumb-rectangle li {
  float: left;
  margin: 0 0.4em 0 1em;
}
.br-breadcrumb-rectangle a {
  background: #2577bc;
  padding: 0.5em 1em;
  float: left;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.br-breadcrumb-rectangle a:hover {
  opacity: 0.8;
}
.br-breadcrumb-rectangle a::before,
.br-breadcrumb-rectangle a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1em;
  background: #2577bc;
  transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
}
.br-breadcrumb-rectangle a::before {
  left: -0.5em;
  border-radius: 5px 0 0 5px;
}
.br-breadcrumb-rectangle a::after {
  right: -0.5em;
  border-radius: 0 5px 5px 0;
}
.br-breadcrumb-rectangle .current,
.br-breadcrumb-rectangle .current:hover {
  font-weight: bold;
  background: none;
}
.br-breadcrumb-rectangle .current::after,
.br-breadcrumb-rectangle .current::before {
  content: normal;
}
.pure-paginator.rounded .prev {
  border-radius: 4px 0 0 4px;
}
.pure-paginator.rounded .next {
  border-radius: 0 4px 4px 0;
}
@media screen and (min-width: 35.5em) {
  .br-breadcrumb li {
    margin: 0 0.4em 0 1em;
  }
  .br-breadcrumb a {
    padding: 0.5em 1em;
    font-size: 82%;
  }
  .br-menu li > a,
  .accordion > li > a {
    padding: 0.5em;
  }
}
@media screen and (min-width: 48em) {
  .br-menu li > a,
  .accordion > li > a {
    padding: 0.5em 1em;
  }
}
#nav-icon3 {
  width: 30px;
  height: 27px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 11;
  margin: 0 auto;
  display: inline-block;
  right: 10px;
  bottom: 26%;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #2577bc;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3.open span {
  background: #FF6523;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 9px;
}
#nav-icon3 span:nth-child(4) {
  top: 18px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.br-table {
  border: 1px solid #fff;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
}
.br-table caption {
  padding: 1em 0;
  color: #000;
  text-align: center;
  font: italic 85%/1 arial, sans-serif;
}
.br-table td,
.br-table th {
  margin: 0;
  padding: 0.5em;
  font-size: inherit;
}
.br-table thead {
  vertical-align: bottom;
  text-align: left;
}
.br-table thead th {
  cursor: pointer;
  color: #fff;
  background: #2577bc;
  border-left: 1px solid #fff;
}
.br-table thead th:hover {
  opacity: 0.8;
}
.br-table thead th:active {
  background-color: #1d5c91;
  opacity: 1;
}
.br-table thead th.headerSortDown,
.br-table thead th.headerSortUp {
  background: #acc8dd;
}
.br-table tbody td {
  background-color: transparent;
  color: #333;
  border: 1px solid #fff;
  border-right: 0;
  border-top: 0;
}
.br-table.table-striped tbody tr {
  background-color: #F5F5F5;
}
.br-table.table-striped tbody tr:nth-child(odd) {
  background-color: #fff;
}
.br-table.table-striped tbody tr:hover {
  background-color: #bbd9f2;
}
.br-table.wireframed {
  border: 1px solid #2577bc;
  border-bottom-width: 0;
}
.br-table.wireframed td,
.br-table.wireframed th {
  border-color: #2577bc;
  background: transparent !important;
}
.br-table.wireframed thead {
  background-color: transparent;
}
.br-table.wireframed thead th {
  border-left: 1px solid #2577bc;
  border-bottom: 1px solid #2577bc;
  color: #2577bc;
  background: #fff !important;
}
.br-table.wireframed thead th:hover {
  color: #fff;
  background-color: #2577bc !important;
  opacity: 1;
}
.br-table.wireframed thead th:active {
  background-color: #1d5c91 !important;
}
.br-table.wireframed tbody tr:nth-child(n) {
  background-color: transparent;
}
.br-table.wireframed tbody tr:hover {
  background-color: #bbd9f2;
}
.br-table td:first-child,
.br-table thead th:first-child {
  border-left-width: 0;
}
.br-table th.numeric,
.br-table td.numeric {
  text-align: center;
}
@media only screen and (max-width: 40em) {
  #unseen table td:nth-child(n),
  #unseen table th:nth-child(n),
  .br-table td,
  .br-table th {
    font-size: 85%;
  }
  #unseen table td:nth-child(1),
  #unseen table th:nth-child(1),
  #unseen table td:nth-child(2),
  #unseen table th:nth-child(2),
  #unseen table td:nth-child(7),
  #unseen table th:nth-child(7),
  #unseen table td:nth-child(6),
  #unseen table th:nth-child(6),
  #unseen table td:nth-child(8),
  #unseen table th:nth-child(8) {
    display: none;
  }
}
@media only screen and (max-width: 58em) {
  #unseen table td:nth-child(2),
  #unseen table th:nth-child(2) {
    display: none;
  }
  #flip-scroll .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #flip-scroll * html .cf {
    zoom: 1;
  }
  #flip-scroll *:first-child + html .cf {
    zoom: 1;
  }
  #flip-scroll table {
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom-width: 1px;
  }
  #flip-scroll th,
  #flip-scroll td {
    margin: 0;
    vertical-align: top;
    border-width: 1px;
  }
  #flip-scroll .wireframed th {
    border-color: #2577bc;
  }
  #flip-scroll th {
    text-align: left;
    border-bottom: 1px solid #fff;
  }
  #flip-scroll table {
    display: block;
    position: relative;
  }
  #flip-scroll thead {
    display: block;
    float: left;
  }
  #flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  #flip-scroll thead tr {
    display: block;
  }
  #flip-scroll th {
    display: block;
    text-align: right;
    border-right: 1px solid #2577bc;
  }
  #flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  #flip-scroll td {
    display: block;
    text-align: left;
  }
  /* sort out borders */
  #flip-scroll th {
    border-left: 0;
  }
  #flip-scroll tbody tr:nth-child(n) {
    background-color: transparent;
  }
  #flip-scroll tbody tr:hover {
    background-color: #bbd9f2;
  }
  #flip-scroll tbody tr:hover td {
    background-color: transparent;
  }
  #flip-scroll td {
    border-right: 0;
    background-color: #fff;
  }
  #flip-scroll td:nth-child(odd) {
    background-color: #f5f5f5;
  }
  #flip-scroll tr:first-child td {
    border-left-width: 0;
  }
  #flip-scroll th:last-child,
  #flip-scroll td:last-child {
    border-bottom: 1px solid #2577bc;
  }
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables tr {
    background: transparent;
    border-bottom: 3px solid #fff;
  }
  #no-more-tables tr:first-child {
    border-top-width: 0;
  }
  #no-more-tables tr:hover {
    background-color: #bbd9f2;
  }
  #no-more-tables tr:hover td {
    background-color: transparent;
  }
  #no-more-tables tr:hover:before {
    background-color: #bbd9f2;
  }
  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #fff;
  }
  #no-more-tables td:nth-child(odd) {
    background-color: #f5f5f5;
  }
  #no-more-tables td:hover {
    background-color: #bbd9f2;
  }
  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0px;
    left: 0px;
    width: 43%;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
    line-height: 2.3em;
    text-align: left;
    font-weight: bold;
    color: #fff;
    background: #2577bc;
  }
  /*
    Label the data
    */
  #no-more-tables td:before {
    content: attr(data-title);
    border-right: 1px solid #fff;
  }
  #no-more-tables .wireframed tr {
    border-color: #2577bc;
  }
  #no-more-tables .wireframed td {
    border-color: #2577bc;
  }
  #no-more-tables .wireframed td:before {
    border-color: #2577bc;
    background-color: #fff;
    color: #2577bc;
  }
}
.br-calendar {
  width: 80%;
}
.br-calendar table {
  width: 100%;
  font-size: 14px;
  border-left: 1px solid #333;
  border-collapse: collapse;
  background-color: #fff;
}
.br-calendar table tr.descriptions td:hover {
  background-color: #bbd9f2;
}
.br-calendar td {
  border-right: 1px solid #333;
}
.br-calendar #header-table tr:first-child {
  text-align: center;
  color: #fff;
}
.br-calendar #header-table tr:nth-child(2) {
  color: white;
  border: 1px solid #333;
  border-top-color: #fff;
  text-align: center;
  font-size: 90%;
}
.br-calendar #header-table {
  background: #2577bc;
}
.br-calendar #header-table td {
  padding: 4px;
}
.br-calendar #day-names {
  text-align: center;
  border-bottom: 1px solid #333;
}
.br-calendar #day-names td {
  width: 14.2857%;
  height: 22px;
}
.br-calendar table.week {
  font-size: 75%;
}
.br-calendar table.week {
  height: 80px;
  border-bottom: 1px solid #333;
}
.br-calendar table.week td {
  width: 14.2857%;
  padding: 2px 3px;
}
.br-calendar td.today {
  font-weight: bold;
  background-color: #bbd9f2;
}
.br-calendar td.today.date {
  font-size: 110%;
}
.br-calendar table.week tr:first-child {
  height: 25%;
}
.br-calendar table.week tr:nth-child(2) {
  height: 75%;
}
.br-calendar .event.holiday {
  background-color: #c5c5ee;
}
.br-calendar td.event.important {
  background-color: #1BC37F;
  font-weight: bold;
  color: #fff;
}
.br-calendar.small #day-names {
  display: none;
}
.br-calendar.small table.week {
  height: 30px;
}
.br-calendar.small .week td {
  padding: auto;
  text-align: center;
}
.br-calendar.small .week tr:nth-child(2) {
  display: none;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .br-calendar #day-names {
    display: none;
  }
  .br-calendar table.week {
    height: 30px;
  }
  .br-calendar .week td {
    padding: auto;
    text-align: center;
  }
  .br-calendar .week tr:nth-child(2) {
    display: none;
  }
}
.br-notify {
  position: relative;
  padding: 1em;
  background: #ccc;
}
.br-notify label {
  display: block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 1.5em 0 1em;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.br-notify.rounded {
  border-radius: 4px;
}
.br-notify.wireframed {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #333;
  background: transparent;
  color: #333;
}
.br-notify span {
  position: absolute;
  left: 0.6em;
  top: 1em;
}
.br-notify a.icon-close {
  color: #fff;
  text-decoration: none;
  font-size: 0.8em;
  position: absolute;
  right: 0.7em;
  top: 1.5em;
}
.br-notify a.icon-close:hover {
  opacity: 0.8;
}
.br-notify.success {
  border-color: #1BC37F;
  background: #1BC37F;
  color: #159662;
}
.br-notify.success.wireframed {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #1BC37F;
  background: transparent;
  color: #1BC37F;
}
.br-notify.success.wireframed a {
  color: #1BC37F;
}
.br-notify.info {
  border-color: #2577bc;
  background: #2577bc;
  color: #144167;
}
.br-notify.info.wireframed {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #2577bc;
  background: transparent;
  color: #2577bc;
}
.br-notify.info.wireframed a {
  color: #2577bc;
}
.br-notify.notice {
  border-color: #FF6523;
  background: #FF6523;
  color: #bc3800;
}
.br-notify.notice.wireframed {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #FF6523;
  background: transparent;
  color: #FF6523;
}
.br-notify.notice.wireframed a {
  color: #FF6523;
}
.br-notify.error {
  border-color: red;
  background: red;
  color: #990000;
}
.br-notify.error.wireframed {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid red;
  background: transparent;
  color: red;
}
.br-notify.error.wireframed a {
  color: red;
}
.br-alert {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  position: relative;
  margin: 0 auto;
  padding: 1em;
  max-width: 350px;
  text-align: center;
}
.br-alert label {
  display: inline-block;
  white-space: nowrap;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.br-alert.rounded {
  border-radius: 4px;
}
.br-alert.wireframed {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #333;
  background: transparent;
  color: #333;
}
.br-alert.wireframed p {
  color: #333;
}
.br-alert span {
  display: block;
  margin-bottom: 0.2em;
  font-size: 1.5em;
}
.br-alert p {
  color: #fff;
  font-size: 0.9em;
}
.br-alert .br-btn-group {
  width: 100%;
}
.br-alert .br-btn-group .br-btn {
  margin: 0 10px;
}
.br-alert.success {
  border-color: #1BC37F;
  background: #1BC37F;
  color: #159662;
}
.br-alert.success.wireframed {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #1BC37F;
  background: transparent;
  color: #1BC37F;
}
.br-alert.success.wireframed a {
  color: #1BC37F;
}
.br-alert.info {
  border-color: #2577bc;
  background: #2577bc;
  color: #144167;
}
.br-alert.info.wireframed {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #2577bc;
  background: transparent;
  color: #2577bc;
}
.br-alert.info.wireframed a {
  color: #2577bc;
}
.br-alert.notice {
  border-color: #FF6523;
  background: #FF6523;
  color: #bc3800;
}
.br-alert.notice.wireframed {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid #FF6523;
  background: transparent;
  color: #FF6523;
}
.br-alert.notice.wireframed a {
  color: #FF6523;
}
.br-alert.error {
  border-color: red;
  background: red;
  color: #990000;
}
.br-alert.error.wireframed {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  border: 1px solid red;
  background: transparent;
  color: red;
}
.br-alert.error.wireframed a {
  color: red;
}
.br-popover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 1em;
  max-width: 350px;
  border: 1px solid #333;
  color: #fff;
  text-align: center;
}
.br-popover p {
  font-size: 0.8em;
}
.br-popover.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  -ie-border-radius: 4px;
  -o-border-radius: 4px;
}
.br-popover .br-arrow-border,
.br-popover .br-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
}
.br-popover.success {
  border-color: #1BC37F;
  background: #1BC37F;
}
.br-popover.success.bottom .br-arrow {
  bottom: -19px;
  left: 47.5%;
  border-top-color: #1BC37F;
}
.br-popover.success.bottom .br-arrow-border {
  bottom: -20px;
  left: 47.5%;
  border-top-color: #1BC37F;
}
.br-popover.success.left .br-arrow {
  top: 45%;
  left: -19px;
  border-right-color: #1BC37F;
}
.br-popover.success.left .br-arrow-border {
  top: 45%;
  left: -20px;
  border-right-color: #1BC37F;
}
.br-popover.success.top .br-arrow {
  top: -19px;
  left: 47.5%;
  border-bottom-color: #1BC37F;
}
.br-popover.success.top .br-arrow-border {
  top: -20px;
  left: 47.5%;
  border-bottom-color: #1BC37F;
}
.br-popover.success.right .br-arrow {
  top: 45%;
  right: -19px;
  border-left-color: #1BC37F;
}
.br-popover.success.right .br-arrow-border {
  top: 45%;
  right: -20px;
  border-left-color: #1BC37F;
}
.br-popover.info {
  border-color: #2577bc;
  background: #2577bc;
}
.br-popover.info.bottom .br-arrow {
  bottom: -19px;
  left: 47.5%;
  border-top-color: #2577bc;
}
.br-popover.info.bottom .br-arrow-border {
  bottom: -20px;
  left: 47.5%;
  border-top-color: #2577bc;
}
.br-popover.info.left .br-arrow {
  top: 45%;
  left: -19px;
  border-right-color: #2577bc;
}
.br-popover.info.left .br-arrow-border {
  top: 45%;
  left: -20px;
  border-right-color: #2577bc;
}
.br-popover.info.top .br-arrow {
  top: -19px;
  left: 47.5%;
  border-bottom-color: #2577bc;
}
.br-popover.info.top .br-arrow-border {
  top: -20px;
  left: 47.5%;
  border-bottom-color: #2577bc;
}
.br-popover.info.right .br-arrow {
  top: 45%;
  right: -19px;
  border-left-color: #2577bc;
}
.br-popover.info.right .br-arrow-border {
  top: 45%;
  right: -20px;
  border-left-color: #2577bc;
}
.br-popover.warning {
  border-color: #FF6523;
  background: #FF6523;
}
.br-popover.warning.bottom .br-arrow {
  bottom: -19px;
  left: 47.5%;
  border-top-color: #FF6523;
}
.br-popover.warning.bottom .br-arrow-border {
  bottom: -20px;
  left: 47.5%;
  border-top-color: #FF6523;
}
.br-popover.warning.left .br-arrow {
  top: 45%;
  left: -19px;
  border-right-color: #FF6523;
}
.br-popover.warning.left .br-arrow-border {
  top: 45%;
  left: -20px;
  border-right-color: #FF6523;
}
.br-popover.warning.top .br-arrow {
  top: -19px;
  left: 47.5%;
  border-bottom-color: #FF6523;
}
.br-popover.warning.top .br-arrow-border {
  top: -20px;
  left: 47.5%;
  border-bottom-color: #FF6523;
}
.br-popover.warning.right .br-arrow {
  top: 45%;
  right: -19px;
  border-left-color: #FF6523;
}
.br-popover.warning.right .br-arrow-border {
  top: 45%;
  right: -20px;
  border-left-color: #FF6523;
}
.br-popover.error {
  border-color: red;
  background: red;
}
.br-popover.error.bottom .br-arrow {
  bottom: -19px;
  left: 47.5%;
  border-top-color: red;
}
.br-popover.error.bottom .br-arrow-border {
  bottom: -20px;
  left: 47.5%;
  border-top-color: red;
}
.br-popover.error.left .br-arrow {
  top: 45%;
  left: -19px;
  border-right-color: red;
}
.br-popover.error.left .br-arrow-border {
  top: 45%;
  left: -20px;
  border-right-color: red;
}
.br-popover.error.top .br-arrow {
  top: -19px;
  left: 47.5%;
  border-bottom-color: red;
}
.br-popover.error.top .br-arrow-border {
  top: -20px;
  left: 47.5%;
  border-bottom-color: red;
}
.br-popover.error.right .br-arrow {
  top: 45%;
  right: -19px;
  border-left-color: red;
}
.br-popover.error.right .br-arrow-border {
  top: 45%;
  right: -20px;
  border-left-color: red;
}
.br-popover.black {
  border-color: #000;
  background: #000;
}
.br-popover.black.bottom .br-arrow {
  bottom: -19px;
  left: 47.5%;
  border-top-color: #000;
}
.br-popover.black.bottom .br-arrow-border {
  bottom: -20px;
  left: 47.5%;
  border-top-color: #000;
}
.br-popover.black.left .br-arrow {
  top: 45%;
  left: -19px;
  border-right-color: #000;
}
.br-popover.black.left .br-arrow-border {
  top: 45%;
  left: -20px;
  border-right-color: #000;
}
.br-popover.black.top .br-arrow {
  top: -19px;
  left: 47.5%;
  border-bottom-color: #000;
}
.br-popover.black.top .br-arrow-border {
  top: -20px;
  left: 47.5%;
  border-bottom-color: #000;
}
.br-popover.black.right .br-arrow {
  top: 45%;
  right: -19px;
  border-left-color: #000;
}
.br-popover.black.right .br-arrow-border {
  top: 45%;
  right: -20px;
  border-left-color: #000;
}
.br-tab-system .br-tabs li {
  display: inline-block;
  vertical-align: middle;
  background-color: #2577bc;
  border: 1px solid #2577bc;
  margin-right: 2px;
  margin-bottom: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  position: relative;
}
.br-tab-system .br-tabs li:hover {
  opacity: 0.8;
}
.br-tab-system .br-tabs li.active {
  background-color: #1d5c91;
  border-color: #1d5c91;
  opacity: 1;
}
.br-tab-system .br-tabs li a {
  display: block;
  line-height: 1.5em;
  padding: 5px 0.5em;
  text-decoration: none;
  color: #fff;
}
.br-tab-system .br-tabs li a span {
  font-size: 90%;
  display: none;
}
.br-tab-system .tab-content {
  padding: 0.5em;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: 1px solid #ccc;
}
.br-tab-system .tab-content p {
  margin: 0;
}
.br-tab-system .tab-content form {
  margin: 0!important;
}
.br-tab-system .tab-content:empty {
  padding: 0;
}
.br-tab-system.justified .br-tabs {
  display: table;
  border-spacing: 2px;
}
.br-tab-system.justified .br-tabs li {
  display: table-cell;
  width: 1%;
}
.br-tab-system.justified.wireframed li {
  border-left-width: 1px;
}
.br-tab-system.justified .tab-content {
  margin: 0 2px;
}
.br-tab-system.wireframed .tab-content {
  background-color: transparent;
  border-color: #2577bc;
}
.br-tab-system.wireframed .br-tabs li {
  background-color: transparent;
}
.br-tab-system.wireframed .br-tabs li a {
  color: #2577bc;
}
.br-tab-system.wireframed .br-tabs li:hover {
  background-color: #2577bc;
  opacity: 1;
}
.br-tab-system.wireframed .br-tabs li:hover a {
  color: #fff;
}
.br-tab-system.wireframed .br-tabs li.active {
  background-color: #1d5c91;
}
.br-tab-system.wireframed .br-tabs li.active a {
  color: #fff;
}
.br-tab-system.rounded .br-tabs li {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  -ie-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
}
.br-tab-system.rounded .tab-content {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  -ie-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
}
.br-tab-system.vertical {
  display: table;
}
.br-tab-system.vertical .br-tabs {
  width: 20%;
  display: table-cell;
  vertical-align: top;
}
.br-tab-system.vertical .br-tabs li {
  display: block;
  margin-right: 0;
}
.br-tab-system.vertical .br-tabs li:last-child {
  margin-bottom: 0;
}
.br-tab-system.vertical .tab-content {
  display: table-cell;
  vertical-align: top;
  width: 60%;
}
.br-tab-system.vertical.rounded .br-tabs li {
  -webkit-border-radius: 4px 0 0px 4px;
  -moz-border-radius: 4px 0 0px 4px;
  border-radius: 4px 0 0px 4px;
  -khtml-border-radius: 4px 0 0px 4px;
  -ie-border-radius: 4px 0 0px 4px;
  -o-border-radius: 4px 0 0px 4px;
}
.br-tab-system.vertical.rounded .tab-content {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  -ie-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
}
.br-tab-system.vertical.wireframed .br-tabs li {
  border-right-width: 0;
}
@media screen and (min-width: 35.5em) {
  .br-tab-system .br-tabs li a span {
    display: inline;
  }
}
/*
1. Base
2. Layout
3. Module
4. State
5. Theme
*/
/*
1. BASE
*/
/*
2. LAYOUT
Layout rules divide the page into sections. Layouts hold one or
more modules together.
*/
/*
3. MODULE
Modules are the reusable, modular parts of our design. They are
the call-outs, the sidebar sections, the product lists and so on.
*/
/*
4. STATE
State rules are ways to describe how our modules or layouts will
look when in a particular state. Is it hidden or expanded?
*/
/*
5. THEME
Theme rules are similar to state rules in that they describe
how modules or layouts might look.
*/
/*# sourceMappingURL=styles.css.map */
