/*******************************************************************************/
/* Site colors */
/* Imports */
/* Links */
/* Grays */
/* Basic Colours */
/* Typography */
/* Weights (modeled after typekit) */
/* Padding */
/* Forms */
/* Form States & Alerts */
/* Input placeholder text color */
/* Hr border color */
/* Z-index master list */
/* Normalizing with the help of HTML5 Boilerplate */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: rgba(255, 255, 0, 0.4);
  color: #333;
  text-shadow: none;
}
::selection {
  background: rgba(255, 255, 0, 0.4);
  color: #333;
  text-shadow: none;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
i {
  font-style: normal;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #b4b4b4;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
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:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 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-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* Rounded Corners */
/* Gradients */
/* Text Shadow */
/* Box Shadow */
/* Placeholder */
/* Form Field States */
/* Webkit Style Focus */
/* Transition */
.underline {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.overline {
  border-top: 1px solid #dcdcdc;
  padding-top: 0.5em;
  margin-top: 0.5em;
}
/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
  position: relative;
  display: inline-block;
  width: 100% !important;
  max-width: 450px;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.select2-input {
  padding: 0;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  background-color: #fff;
  color: #818181;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 5px 6px;
  margin-bottom: 1em;
  font-size: 1em;
  text-decoration: none;
}
.select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('../img/select2.png') right top no-repeat;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop {
  background: #fff;
  border: 1px solid #84b264;
  border-top: 0;
  position: absolute;
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 999;
  width: 100%;
  margin-top: -18px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.select2-container .select2-choice div {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid white;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 30px;
}
.select2-container .select2-choice div b {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background: url('../img/select2.png') no-repeat 6px 5px;
  display: block;
  width: 100%;
  height: 100%;
}
.select2-search {
  display: inline-block;
  white-space: nowrap;
  z-index: 1010;
  min-height: 26px;
  width: 100%;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  height: 32px;
}
.select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}
.select2-search input {
  background: #ffffff url('../img/select2.png') no-repeat 98% -16px;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #dcdcdc;
  border-bottom: 1px solid white;
  font-family: sans-serif;
  font-size: .9em;
  width: 100%;
  margin: 0;
  margin-top: .25em;
  min-height: 26px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #dcdcdc;
  border-bottom: 1px solid white;
  outline: none;
}
.select2-dropdown-open .select2-choice {
  border: 1px solid #84b264;
  border-bottom-color: transparent;
  background-color: #fff;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
}
.select2-dropdown-open .select2-choice div b {
  background-position: -11px 5px;
}
/* results */
.select2-results {
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
}
.select2-results ul.select2-result-sub {
  margin: 0 0 0 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 5px 7px 3px;
  margin: 0;
  cursor: pointer;
  font-size: .825em;
}
.select2-results .select2-highlighted {
  background: #84b264;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-no-results {
  background: #f4f4f4;
  display: list-item;
}
/*
disabled look for already selected choices in the results dropdown
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
*/
.select2-results .select2-disabled {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('../img/spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #dcdcdc;
  border-bottom: 1px solid white;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
/* multiselect */
.select2-container-multi .select2-choices {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-bottom: 1px solid white;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #dcdcdc;
  border-bottom: 1px solid white;
  outline: none;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.select2-container-multi .select2-choices .select2-search-field input {
  color: #666;
  background: transparent !important;
  font-family: sans-serif;
  font-size: .9em;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('../img/spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  color: #333;
  border: 1px solid #dcdcdc;
  border-bottom: 1px solid white;
  line-height: 13px;
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('../img/select2.png') right top no-repeat;
  outline: none;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background-image: none;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 3px 5px 3px 5px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}
/* end multiselect */
.select2-match {
  text-decoration: underline;
}
.select2-offscreen {
  position: absolute;
  left: -9999px;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.row {
  width: 100%;
  max-width: 1140px;
  min-width: 755px;
  margin: 0 auto;
  overflow: hidden;
}
.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol {
  margin-right: 3.8%;
  float: left;
  min-height: 1px;
}
.row .onecol {
  width: 4.85%;
}
.row .twocol {
  width: 13.45%;
}
.row .threecol {
  width: 22.05%;
}
.row .fourcol {
  width: 30.75%;
}
.row .fivecol {
  width: 39.45%;
}
.row .sixcol {
  width: 48%;
}
.row .sevencol {
  width: 56.75%;
}
.row .eightcol {
  width: 65.4%;
}
.row .ninecol {
  width: 74.05%;
}
.row .tencol {
  width: 82.7%;
}
.row .elevencol {
  width: 91.35%;
}
.row .twelvecol {
  width: 100%;
  float: left;
}
.last {
  margin-right: 0px;
}
img,
object,
embed,
iframe {
  max-width: 100%;
}
/* Smaller screens */
@media only screen and (max-width: 1024px) {
  body {
    font-size: 0.8em;
    line-height: 1.5em;
  }
}
/* Mobile */
@media handheld, only screen and (max-width: 768px) {
  body {
    font-size: 16px;
    -webkit-text-size-adjust: none;
  }
  .row,
  body {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .container {
    padding-left: 2%;
    padding-right: 2%;
  }
}
/* Mobile Smaller */
form {
  margin: 0 0 1.5;
  zoom: 1;
}
form:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.5;
  font-size: 150%;
  line-height: 3;
  color: #666666;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 1.125;
  color: #9b9b9b;
}
label {
  display: block;
  margin-bottom: 5px;
}
.control-wrapper {
  zoom: 1;
}
.control-wrapper:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.control-wrapper label {
  text-transform: uppercase;
}
.control-wrapper .control span.wpcf7-not-valid-tip {
  display: none;
}
.control-wrapper .control.wpcf7-not-valid input[type="text"],
.control-wrapper .controls.wpcf7-not-valid input[type="text"],
.control-wrapper .control.wpcf7-not-valid textarea,
.control-wrapper .controls.wpcf7-not-valid textarea,
.control-wrapper .control.wpcf7-not-valid select,
.control-wrapper .controls.wpcf7-not-valid select {
  border: 1px solid #c73429;
}
.control-wrapper .control.wpcf7-not-valid input[type="text"]:focus,
.control-wrapper .controls.wpcf7-not-valid input[type="text"]:focus,
.control-wrapper .control.wpcf7-not-valid textarea:focus,
.control-wrapper .controls.wpcf7-not-valid textarea:focus,
.control-wrapper .control.wpcf7-not-valid select:focus,
.control-wrapper .controls.wpcf7-not-valid select:focus {
  outline: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05), inset 0 1px 1px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05), inset 0 1px 1px rgba(0,0,0,.1);
  box-shadow: 0 1px 1px rgba(0,0,0,.05), inset 0 1px 1px rgba(0,0,0,.1);
  border: 1px solid #049cdb;
}
.control-wrapper.full-label p {
  font-size: .8em;
  line-height: 1.5;
  margin-top: .5em;
  color: #888;
}
.control-wrapper.full-label label {
  width: 100%;
  margin-bottom: .5em;
  text-align: left;
}
.control-wrapper.full-label .controls textarea {
  width: 100%;
  height: 145px;
}
span.wpcf7-not-valid-tip {
  background: #b5d1a2;
  left: 20px;
  line-height: 100%;
  padding: 1em !important;
  border: none !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: 1.5;
  margin-bottom: 1em;
  padding: 5px 6px;
  font-size: 100%;
  line-height: 1.5;
  color: #818181;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
textarea {
  height: auto;
  min-height: 150px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #84b264;
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(19, 19, 19, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(19, 19, 19, 0.3);
  box-shadow: inset 0 1px 1px rgba(19, 19, 19, 0.3);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  font-size: 1em;
  height: 30px;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 1.2;
}
select {
  width: 100%;
  max-width: 400px;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="submit"] {
  background: #84b264;
  font-size: 19px;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  padding: .6em 1em .5em 1em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
input[type="submit"]:visited {
  color: #ffffff;
}
input[type="submit"]:active {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
input[type="submit"]:hover {
  background: #a0d5da;
}
input[type="submit"]:focus,
button:focus {
  outline: none;
}
.uneditable-input,
.uneditable-textarea {
  color: #9b9b9b;
  background-color: #fcfcfc;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #9b9b9b;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
.radio,
.checkbox {
  min-height: 1.5;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #b4b4b4;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
}
.form-actions {
  padding: 0.5 20px 1.5;
  margin-top: 1.5;
  margin-bottom: 1.5;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  zoom: 1;
}
.form-actions:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.help-block,
.help-inline {
  color: #393939;
}
.help-block {
  display: block;
  margin-bottom: 0.75;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 100%;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 1.5;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #b4b4b4;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 0.75;
}
legend + .control-group {
  margin-top: 1.5;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 1.5;
  zoom: 1;
}
.form-horizontal .control-group:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 0.75;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
form.full textarea,
form.full input[type="text"],
form.full input[type="password"],
form.full input[type="datetime"],
form.full input[type="datetime-local"],
form.full input[type="date"],
form.full input[type="month"],
form.full input[type="time"],
form.full input[type="week"],
form.full input[type="number"],
form.full input[type="email"],
form.full input[type="url"],
form.full input[type="search"],
form.full input[type="tel"],
form.full input[type="color"] {
  width: 100%;
  max-width: 500px;
}
form .two-col {
  zoom: 1;
}
form .two-col:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
form .two-col .control {
  float: left;
  margin-right: 3.8%;
  width: 48%;
}
form .two-col .control.last {
  margin: 0;
}
/* Icons */
.icon {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  *margin-right: .3em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url('../img/sprite.png');
  text-indent: -9999px;
}
.icon:last-child {
  *margin-left: 0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon {
    background-image: url('../img/sprite@2x.png');
    background-size: 400px 782px;
  }
}
.icon.icon-download {
  background-position: 0px -370px;
  width: 19px;
  height: 23px;
  margin-top: -4px;
}
.icon.icon-menu {
  background-position: -384px 0px;
  width: 16px;
  height: 10px;
  margin: -0.3em 0.4em 0 0;
}
.sprite {
  background-repeat: no-repeat;
  background-image: url('../img/sprite.png');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .sprite {
    background-image: url('../img/sprite@2x.png');
    background-size: 400px 782px;
  }
}
.research-studies > h2,
.publications > h2,
.newsletter > h2,
.lead-researcher > h2,
.studies > h2,
.news > h2,
.twitter > h2 {
  background-repeat: no-repeat;
  background-image: url('../img/sprite.png');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .research-studies > h2,
  .publications > h2,
  .newsletter > h2,
  .lead-researcher > h2,
  .studies > h2,
  .news > h2,
  .twitter > h2 {
    background-image: url('../img/sprite@2x.png');
    background-size: 400px 782px;
  }
}
.research-studies > h2,
.lead-researcher > h2,
.studies > h2 {
  background-position: 8px -160px;
}
.publications > h2 {
  background-position: 8px -257px;
}
.newsletter > h2 {
  background-position: 8px -457px;
}
.news > h2 {
  background-color: #b5d1a2;
  border-bottom: 1px solid #7faf5e;
}
.news > h2 {
  background-position: 8px -562px;
}
.twitter > h2 {
  background-position: 8px -667px;
}
.icon-twitter {
  width: 29px;
  height: 29px;
  background-position: 0px -114px;
}
.icon-facebook {
  width: 29px;
  height: 29px;
  background-position: -36px -114px;
}
.icon-linkedin {
  width: 29px;
  height: 29px;
  background-position: -72px -114px;
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font-awesome/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font-awesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font-awesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
.extranet {
  /* makes the font 33% larger relative to the icon container */
  /* makes sure icons active on rollover in links */
  /* increased font size for icon-large */
}
.extranet [class^="icon-"],
.extranet [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.extranet [class^="icon-"]:before,
.extranet [class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
.extranet .icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
.extranet a [class^="icon-"],
.extranet a [class*=" icon-"] {
  display: inline;
}
.extranet [class^="icon-"].icon-fixed-width,
.extranet [class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14285714em;
  text-align: right;
  padding-right: 0.28571429em;
}
.extranet [class^="icon-"].icon-fixed-width.icon-large,
.extranet [class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.42857143em;
}
.extranet .icons-ul {
  margin-left: 2.14285714em;
  list-style-type: none;
}
.extranet .icons-ul > li {
  position: relative;
}
.extranet .icons-ul .icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center;
  line-height: inherit;
}
.extranet [class^="icon-"].hide,
.extranet [class*=" icon-"].hide {
  display: none;
}
.extranet .icon-muted {
  color: #eeeeee;
}
.extranet .icon-light {
  color: #ffffff;
}
.extranet .icon-dark {
  color: #333333;
}
.extranet .icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.extranet .icon-2x {
  font-size: 2em;
}
.extranet .icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.extranet .icon-3x {
  font-size: 3em;
}
.extranet .icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.extranet .icon-4x {
  font-size: 4em;
}
.extranet .icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.extranet .icon-5x {
  font-size: 5em;
}
.extranet .icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.extranet .pull-right {
  float: right;
}
.extranet .pull-left {
  float: left;
}
.extranet [class^="icon-"].pull-left,
.extranet [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.extranet [class^="icon-"].pull-right,
.extranet [class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
body {
  background: #a0d5da;
  font-family: "ff-tisa-sans-web-pro-n4", "ff-tisa-sans-web-pro", "Myriad Pro", Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #455052;
}
a {
  color: #26b2bf;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:visited {
  color: #d690b9;
}
a:hover,
a:focus {
  color: #3fccd9;
}
a:active {
  color: #1e8a94;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "ff-tisa-sans-web-pro-n4", "ff-tisa-sans-web-pro", "Myriad Pro", Arial, sans-serif;
  font-weight: bold;
  color: #455052;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 {
  margin: 0 0 16px;
  margin: 0 0 1rem;
  font-size: 48px;
  font-size: 3rem;
  line-height: 3rem;
}
h2 {
  margin: 0 0 24px;
  margin: 0 0 1.5rem;
  font-size: 32px;
  font-size: 2rem;
  line-height: 2.5rem;
}
h3 {
  margin: 0 0 16px;
  margin: 0 0 1rem;
  font-size: 1.5em;
  line-height: 1.5rem;
}
h4 {
  margin: 0 0 12px;
  margin: 0 0 .75rem;
  font-size: 18px;
  font-size: 1.2rem;
}
h5 {
  font-size: 1em;
  margin: 0 0 12px;
  margin: 0 0 .75rem;
}
h6 {
  font-size: 1em;
  margin: 0 0 12px;
  margin: 0 0 .75rem;
}
p,
ul,
ol {
  margin: 0 0 1.5em;
}
p,
li {
  font-size: 18px;
  font-size: 1.15rem;
  line-height: 1.6;
}
ul li {
  list-style-image: url('../img/list-item.png');
}
em {
  font-style: italic;
}
button {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
hr {
  float: left;
  clear: both;
  width: 100%;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #b4b4b4;
  margin: 1.25em 0;
  padding: 0;
}
::-moz-selection {
  background: #a0d5da;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #a0d5da;
  color: #ffffff;
  text-shadow: none;
}
/* Typekit */
.wf-active body {
  font-family: "ff-tisa-sans-web-pro-n4", "ff-tisa-sans-web-pro", "Myriad Pro", Arial, sans-serif;
}
.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5,
.wf-active h6 {
  font-family: "ff-tisa-sans-web-pro-n4", "ff-tisa-sans-web-pro", "Myriad Pro", Arial, sans-serif;
}
/* Kula Styling ***************************************************************/
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.aligncenter {
  text-align: center;
}
.btn {
  font-size: 1.15em;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #ffffff;
  display: inline-block;
  padding: .6em 1em .25em 1em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
}
.btn:hover {
  color: #ffffff;
}
.btn:visited {
  color: #ffffff;
}
.btn:active {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
.btn.medium {
  font-size: 0.9em;
  padding: 0.6em 1em 0.5em;
}
.btn.btn-green {
  background: #84b264;
}
.btn.btn-green:hover {
  background: #a0d5da;
}
.btn.btn-blue {
  background: #a0d5da;
}
.btn.btn-blue:hover {
  background: #84b264;
}
.btn.btn-red {
  background: #c73429;
}
.btn.btn-red:hover {
  background: #84b264;
}
.message,
.wpcf7-response-output {
  background: #ececec;
  line-height: 100%;
  padding: 1em !important;
  border: none !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
}
form .message,
form .wpcf7-response-output {
  background: #a0d5da;
}
form p {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 1em;
}
/* header */
#header,
#header .row {
  overflow: visible;
}
#header {
  background: #b5d1a2 url('../img/bg/header.jpg') repeat-x top center;
  min-height: 155px;
}
#header .row {
  position: relative;
  z-index: 10;
  zoom: 1;
}
#header .row:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#header #logo {
  width: 180px;
  height: 100px;
  margin: 0.25em 0 .55em;
}
#header #logo a {
  background-image: url('../img/logo.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
#header #logo a:hover {
  opacity: 0.8;
}
/* menu */
.box {
  background-color: rgba(220, 220, 220, 0.2);
  border: 1px solid #dcdcdc;
  padding: 1em;
}
nav ul {
  display: block;
}
nav ul li {
  font-size: 1em;
  display: inline;
  padding-left: 8px;
  padding-left: 0.5rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  border-left: 1px solid #455052;
}
nav ul li:first-child {
  border: none;
  margin-left: 0;
  padding-left: 0;
}
nav ul li a,
nav ul li a:visited {
  color: #455052;
}
nav ul li a:hover,
nav ul li a:visited:hover,
nav ul li a:focus,
nav ul li a:visited:focus {
  color: #26b2bf;
}
nav ul li a:active,
nav ul li a:visited:active {
  color: #0d3b3f;
}
nav#tool-nav {
  float: right;
  padding: 3em 1em 0 0;
}
nav#tool-nav > ul {
  float: right;
  clear: both;
}
nav#tool-nav > ul.social-icons {
  margin-bottom: .5em;
}
nav#tool-nav > ul.social-icons li {
  margin: 0;
  padding: 0;
  border: 0;
  margin-left: .5em;
  display: block;
  float: left;
}
nav#tool-nav > ul.social-icons li a {
  display: block;
  opacity: .7;
}
nav#tool-nav > ul.social-icons li a:hover {
  opacity: 1;
}
nav#tool-nav li {
  font-size: .75em;
  text-transform: uppercase;
  letter-spacing: .2em;
}
nav#tool-nav li a {
  color: #455052;
}
nav#tool-nav li a:hover {
  color: #84b264;
}
nav#tool-nav li.current_page_item a {
  font-weight: "\f032";
}
nav#main-nav {
  background: #6a7375;
  background: rgba(69, 80, 82, 0.8);
  position: absolute;
  bottom: -2.95em;
  left: 0;
  width: 100%;
  z-index: 9;
}
nav#main-nav .menu-toggle {
  display: none;
}
nav#main-nav .menu-toggle a {
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #ffffff;
  padding: .8em .7em .6em .7em;
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
nav#main-nav .menu-toggle a:hover {
  background: rgba(160, 213, 218, 0.5);
}
nav#main-nav ul li {
  font-size: .95em;
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}
nav#main-nav ul li a {
  color: #ffffff;
  padding: 1.1em .7em .9em .7em;
  display: block;
}
nav#main-nav ul li a:hover,
nav#main-nav ul li a:focus {
  background: #7fa2a5;
  background: rgba(160, 213, 218, 0.5);
}
nav#main-nav ul li.current_page_item a {
  background: #708e63;
  background: rgba(132, 178, 100, 0.5);
}
nav#main-nav ul li.members {
  float: right;
}
nav#main-nav ul li.members a {
  background: #737c7e;
  background: rgba(194, 202, 204, 0.1);
}
nav#main-nav ul li.members a:hover {
  background: rgba(194, 202, 204, 0.3);
}
nav#main-nav ul li.members.current_page_item {
  float: right;
}
nav#main-nav ul li.members.current_page_item a {
  background: rgba(132, 178, 100, 0.5);
}
nav.subnav {
  background: #ececec;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
nav.subnav ul {
  border-top: 4px solid #dcdcdc;
  border-bottom: 7px solid #dcdcdc;
}
nav.subnav li {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}
nav.subnav li a {
  color: #455052;
  display: block;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  border: 2px solid #dcdcdc;
  border-style: none none solid;
}
nav.subnav li a:hover,
nav.subnav li a:focus {
  background-color: #f6f6f6;
  color: #26b2bf;
}
nav.subnav li a:active {
  background-color: rgba(220, 220, 220, 0.5);
}
nav.subnav li ul {
  display: none;
}
nav.subnav li ul li a {
  background-color: #f6f6f6;
  padding-left: 32px;
  padding-left: 2rem;
  border-bottom: 1px solid #dcdcdc;
}
nav.subnav li.current_page_item > a {
  background-color: rgba(220, 220, 220, 0.5);
  font-weight: bold;
}
nav.subnav li.current_page_item > a:hover,
nav.subnav li.current_page_item > a:focus {
  background-color: rgba(220, 220, 220, 0.5);
}
nav.subnav li.current_page_item > a:active {
  background-color: rgba(220, 220, 220, 0.75);
}
nav.subnav li.current_page_item ul {
  border: none;
  display: block;
}
nav.subnav li.current_page_item ul li.current_page_item a {
  background-color: #f6f6f6;
}
nav.subnav li.current_page_parent a {
  background-color: rgba(220, 220, 220, 0.4);
}
nav.breadcrumbs {
  margin: -0.25em 0 1.5em;
}
nav.breadcrumbs ul {
  background: #ececec;
  float: left;
  word-spacing: -4px;
}
nav.breadcrumbs ul li {
  font-size: 0.95em;
  line-height: 1;
  margin: 0;
  padding: 0.7em 0 0.5em;
  float: left;
  border: none;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  word-spacing: 0;
}
nav.breadcrumbs ul li a,
nav.breadcrumbs ul li span {
  padding: 0 0.5em;
}
nav.breadcrumbs ul li span {
  opacity: 0.7;
}
#search {
  float: right;
  clear: both;
}
/* slideshow */
#slideshow {
  background-color: #def1f2;
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
}
#slideshow .slide {
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  min-height: 430px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
#slideshow .slide .row {
  position: relative;
  min-height: 430px;
  overflow: visible;
  zoom: 1;
}
#slideshow .slide .row:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#slideshow .slide .row .slide-caption {
  background: #c6dfe0;
  background: rgba(222, 241, 242, 0.8);
  position: absolute;
  bottom: 1.5em;
  right: 0;
  max-width: 560px;
}
#slideshow .slide .row .slide-caption h2 {
  font-weight: normal;
  line-height: 1.3;
  color: #84b264;
  margin: 0;
  padding: 20px 22px 0;
}
#slideshow .slide .row .slide-caption .inner {
  padding: 18px 22px 14px;
}
#slideshow .slide .row .slide-caption .inner p {
  margin: 0;
}
#slideshow .slide .row .slide-caption .btn {
  margin-top: 1.5em;
}
#slideshow.internal .row {
  background: linear-gradient(to right, rgba(222, 241, 242, 0) 300px, #def1f2 450px, #def1f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#slideshow #slideshow-nav {
  display: block;
  width: 100%;
  margin-top: 1em;
}
#slideshow #slideshow-nav a {
  display: block;
  width: auto;
  padding: 0.5em 0.75em;
  float: left;
  background-color: rgba(220, 220, 220, 0.2);
  border: 1px solid #dcdcdc;
  padding: 1em;
  color: #222;
  text-decoration: none;
}
#slideshow #slideshow-nav a.next {
  float: right;
}
#slideshow #tab-nav {
  list-style: none;
  text-align: center;
  margin-top: 2.25em;
  display: block;
}
#slideshow #tab-nav li {
  padding: 0;
  margin: 0;
  display: inline;
}
#slideshow #tab-nav li a {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #dcdcdc;
  border: 1px solid #c3c3c3;
  margin-right: 0.25em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#slideshow #tab-nav li a:hover {
  background-color: white;
}
#main,
#feeds,
#bottom1,
#bottom2 {
  padding-top: 1.875em;
  padding-bottom: 1.875em;
}
#main,
#feeds {
  background: #ffffff;
}
#main.subpage,
#feeds.subpage {
  padding-top: 5.65em;
  padding-bottom: 2.5em;
}
#main.subpage > .row,
#feeds.subpage > .row {
  overflow: visible;
  zoom: 1;
}
#main.subpage > .row:after,
#feeds.subpage > .row:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
/* home styles */
.research-studies > h2,
.publications > h2,
.newsletter > h2,
.lead-researcher > h2,
.studies > h2,
.news > h2,
.twitter > h2,
.location > h2 {
  font-size: 1.15em;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin-bottom: 1em;
  padding: .8em 1em .5em 1.1em;
}
.research-studies > h2,
.news > h2,
.twitter > h2 {
  background-color: #b5d1a2;
  border-bottom: 1px solid #7faf5e;
}
.research-studies .featured-project,
.news .featured-project,
.twitter .featured-project {
  margin-right: 4.8%;
}
.research-studies .featured-project img,
.news .featured-project img,
.twitter .featured-project img {
  margin-bottom: .5em;
}
.research-studies > h3,
.news > h3,
.twitter > h3 {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin: 0 0 1em 0;
}
.research-studies .news-feed .news-item,
.news .news-feed .news-item,
.twitter .news-feed .news-item,
.research-studies .twitter-list li,
.news .twitter-list li,
.twitter .twitter-list li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dcdcdc;
}
.research-studies .news-feed .news-item h4,
.news .news-feed .news-item h4,
.twitter .news-feed .news-item h4,
.research-studies .twitter-list li h4,
.news .twitter-list li h4,
.twitter .twitter-list li h4,
.research-studies .news-feed .news-item a,
.news .news-feed .news-item a,
.twitter .news-feed .news-item a,
.research-studies .twitter-list li a,
.news .twitter-list li a,
.twitter .twitter-list li a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  margin: 0;
}
.research-studies .news-feed .news-item p,
.news .news-feed .news-item p,
.twitter .news-feed .news-item p,
.research-studies .twitter-list li p,
.news .twitter-list li p,
.twitter .twitter-list li p {
  font-size: 1rem;
  margin: 0;
}
.research-studies .research-projects,
.news .research-projects,
.twitter .research-projects {
  width: 47%;
}
.research-studies .research-projects > h3,
.news .research-projects > h3,
.twitter .research-projects > h3 {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin: 0 0 1em 0;
}
.research-studies .research-projects .project,
.news .research-projects .project,
.twitter .research-projects .project {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dcdcdc;
}
.research-studies .research-projects .project h4,
.news .research-projects .project h4,
.twitter .research-projects .project h4 {
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  color: #84b264;
  margin: 0;
}
.research-studies .research-projects .project p,
.news .research-projects .project p,
.twitter .research-projects .project p {
  font-size: 1em;
  margin: 0;
}
.twitter .twitter-list {
  margin: 0;
  padding: 0;
}
.twitter .twitter-list li,
.twitter .twitter-list p {
  line-height: 24px;
  line-height: 1.5rem;
}
.publications .inner,
.lead-researcher .inner,
.studies .inner,
.location .inner {
  background-color: #ececec;
  padding: 1.2em;
}
.publications .inner p,
.lead-researcher .inner p,
.studies .inner p,
.location .inner p {
  font-size: 1em;
}
.publications > h2,
.location > h2 {
  background-color: #a0d5da;
  border-bottom: 1px solid #57b5bd;
  margin: 0;
}
.publications input[type="submit"],
.location input[type="submit"] {
  float: right;
}
.location {
  margin-bottom: 25px;
}
.lead-researcher > h2,
.studies > h2 {
  background-color: #b5d1a2;
  border-bottom: 1px solid #7faf5e;
  margin: 0;
}
.newsletter > h2 {
  background-color: #b5d1a2;
  border-bottom: 1px solid #7faf5e;
}
.newsletter p {
  font-size: 1em;
  margin-bottom: .6em;
}
.newsletter input[type="submit"] {
  float: right;
}
#bottom-annual {
  background-color: none;
  border-top: none;
}
#bottom-annual ul {
  padding-left: 0;
}
#bottom-annual .annual-report {
  background: #dcdcdc url('../img/bg/annual-report.jpg') no-repeat;
  max-width: 743px;
  min-height: 199px;
  padding: 1em;
  border: 1px solid #dcdcdc;
  margin-bottom: 25px;
}
#bottom-annual .annual-report h2 {
  font-size: 1.75em;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 .2em 0;
  padding-top: 1.85em;
}
#bottom-annual .annual-report h2 strong {
  letter-spacing: .15em;
}
#bottom1 {
  background-color: #f6f6f6;
  border-top: 1px solid #dcdcdc;
}
#bottom1 .annual-report {
  background: #dcdcdc url('../img/bg/annual-report.jpg') no-repeat;
  max-width: 743px;
  min-height: 199px;
  padding: 1em;
  border: 1px solid #dcdcdc;
}
#bottom1 .annual-report h2 {
  font-size: 1.75em;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 .2em 0;
  padding-top: 1.85em;
}
#bottom1 .annual-report h2 strong {
  letter-spacing: .15em;
}
#bottom2 {
  background-color: #dcdcdc;
  border-top: 1px solid #a9a9a9;
}
#bottom2 h3 {
  font-size: 1.15em;
  margin-top: 0;
}
#bottom2 p {
  font-size: .9em;
  line-height: 1.7;
}
#bottom2 .cihr img {
  width: 140px;
  height: auto;
}
#bottom2 .public-health img {
  width: 200px;
  height: auto;
}
/* subpage styles */
#mobile-sidebar {
  margin-top: 1em;
  display: none;
}
.subpage #main-content #bottom-annual .content-body {
  max-width: 100%;
}
.subpage #main-content {
  min-height: 400px;
}
.subpage #main-content #bottom-annual .content-body {
  max-width: 100%;
}
.subpage #main-content .page-title {
  line-height: 52px;
  margin-top: 0;
  padding-top: 2px;
}
.subpage #main-content #cover-photo {
  margin-bottom: 1.5em;
}
.subpage #main-content #cover-photo img {
  max-width: 100%;
  height: auto !important;
}
.subpage #main-content #researcher-thumbnail {
  float: left;
  margin: 0 1.5em 0.5em 0;
  max-width: 45%;
}
.subpage #main-content #researcher-thumbnail img {
  height: auto;
}
.subpage #main-content .content-body {
  max-width: 700px;
}
.subpage #sidebar h2 {
  font-size: 1.15em;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin-bottom: .5em;
}
.subpage #side-content .side-box {
  margin-bottom: 1.5em;
}
.subpage #side-content .side-box > h2 {
  font-size: 1em;
  padding: 1em 1em .5em 1.1em;
}
.subpage #side-content .side-box p:last-child {
  margin: 0;
}
.subpage #side-content .side-box ul {
  margin: 0;
  padding: 0;
}
.subpage #side-content .side-box ul li {
  font-size: 16px;
  font-size: 1rem;
  padding-top: 0.8em;
  margin-bottom: 0.7em;
  border-top: 1px solid #cfcfcf;
  list-style: none;
}
.subpage #side-content .side-box ul li:first-child {
  padding: 0;
  border: none;
}
.subpage #side-content .side-box ul li:last-child {
  margin: 0;
}
.subpage #side-content .side-box ul li a {
  display: block;
}
.subpage #side-content .side-box ul li small {
  font-size: 80%;
  padding-top: 0.5em;
  display: block;
}
.subpage #side-content .side-box.studies h5 {
  padding-top: 0.8em;
  border-top: 1px solid #cfcfcf;
}
.subpage #side-content .side-box.studies h5:first-child {
  padding: 0;
  border: none;
}
.subpage form {
  background: #ececec;
  padding: 1em;
  margin-bottom: 1.5em;
}
/* Curriculum */
.coach {
  margin-bottom: 1.5em;
}
.coach p:last-child {
  margin-bottom: 0;
}
ul.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0.75em;
}
ul.gform_fields > li > label {
  font-weight: bold;
}
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li.gfield {
  margin-top: 1.5em;
}
ul li.gfield:fist-child {
  margin-top: 0;
}
ul.gfield_radio {
  margin: 0;
  padding: 0;
}
ul.gfield_radio label {
  display: inline-block;
}
ul.gfield_radio input[type="radio"] {
  margin-right: 0.5em;
  vertical-align: 2px;
}
ul .gfield_description {
  font-size: 0.875em;
}
.gform_footer {
  margin-top: 1.5em;
}
/* blog posts, publications, entries */
.publication-entry,
.project-entry,
.news-entry {
  margin-bottom: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #dcdcdc;
}
.publication-entry p,
.project-entry p,
.news-entry p {
  font-size: .95em;
  margin-bottom: .5em;
}
#publications-search {
  zoom: 1;
}
#publications-search:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#publications-search .result-text {
  font-weight: normal;
  font-style: italic;
}
.search-form input[type="submit"] {
  float: right;
}
#pub-med {
  clear: both;
  margin-top: 2em;
}
.article header {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #dcdcdc;
}
.article header h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 2.5rem;
}
.article header .authors,
.article header .networks {
  background-color: #a0d5da;
  border-bottom: 1px solid #57b5bd;
  margin-bottom: .8em;
  padding: 0.8em 1em 0.5em;
}
ul.pagination {
  background: #ececec;
  clear: both;
  width: 100%;
  padding: .5em;
  text-align: center;
  border-top: 4px solid #dcdcdc;
  border-bottom: 7px solid #dcdcdc;
}
ul.pagination li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
ul.pagination li a {
  line-height: 1;
  display: inline-block;
  padding: .7em 1em .4em 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
ul.pagination li a:hover {
  background: #b5d1a2;
  color: #ffffff !important;
}
ul.pagination li a:visited {
  color: #26b2bf;
}
ul.pagination li.disabled,
ul.pagination li.current {
  padding: .7em 1em .4em 1em;
}
div.pagination {
  background: #ececec;
  clear: both;
  width: 100%;
  padding: 0.9em 0.5em;
  text-align: center;
  border-top: 4px solid #dcdcdc;
  border-bottom: 7px solid #dcdcdc;
  zoom: 1;
}
div.pagination:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
div.pagination span,
div.pagination a {
  line-height: 1;
  padding: .7em 1em .4em 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
div.pagination a:hover {
  background: #b5d1a2;
  color: #ffffff !important;
}
div.pagination a:visited {
  color: #26b2bf;
}
div.pagination.notifications {
  margin-bottom: 2em;
}
.comment_list {
  padding: 0;
}
.comment_list li {
  margin-bottom: 2em;
  list-style: none;
}
.comment_list li .comment-author {
  background-color: #a0d5da;
  border-bottom: 1px solid #57b5bd;
  margin-bottom: 1em;
  padding: 0.8em 1em;
  zoom: 1;
}
.comment_list li .comment-author:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.comment_list li .comment-author .author-name {
  zoom: 1;
}
.comment_list li .comment-author .author-name:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.comment_list li .comment-author .author-name .name {
  background: #57b5bd;
  float: left;
  margin-left: -1em;
  padding: 0.7em 1em 0.5em;
}
.comment_list li .comment-author .author-name .name a {
  color: #ffffff;
}
.comment_list li .comment-author .author-name .comment-date {
  font-size: 0.8em;
  float: right;
  padding-top: 1em;
}
.comment_list li .comment-author .reply {
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: .2em;
  float: right;
  clear: both;
}
.comment_list li .comment-author .reply a {
  color: #ffffff;
}
.comment_list li .comment-author .reply a:hover {
  color: #deead5;
}
.comment_list li .comment-body {
  padding-left: 1em;
  border-left: 1px solid #dcdcdc;
}
.comment_list li .comment-body p {
  font-size: 16px;
  font-size: 1rem;
}
.comment_list li .attachments {
  padding: 10px 0 0;
}
.comment_list li .attachments .file {
  margin: 0 0 10px;
}
.comment_list .children {
  margin-top: 2em;
}
.comment_list .children li .comment-author {
  background-color: #b5d1a2;
  border-bottom: 1px solid #7faf5e;
}
.comment_list .children li .comment-author .author-name .name {
  background: #7faf5e;
}
.comment_list .children li .comment-author .reply a:hover {
  color: #d7edef;
}
.comments-title {
  padding-top: 2em;
}
#respond {
  padding: 1em 0 2em;
}
#respond #commentform .form-submit {
  margin: 0;
}
/* other subpages */
.map iframe {
  width: 100%;
  height: 400px;
}
#sitemap {
  padding: 0;
  text-align: center;
}
#sitemap li {
  font-size: 1em;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
#sitemap li a:visited {
  color: #26b2bf;
}
#sitemap li a:hover {
  color: #e19ec5;
}
#sitemap li.top-level > a {
  font-size: 1.4em;
  font-weight: bold;
  position: relative;
  display: block;
}
#sitemap li.top-level > a small {
  font-size: 70%;
  font-style: italic;
  font-weight: normal;
}
#sitemap li.top-level > a:after {
  content: '';
  background: #dcdcdc;
  width: 1px;
  height: 20px;
  margin: 0 auto;
  display: block;
}
#sitemap li ul {
  padding: 0;
}
#sitemap li ul.level2 {
  margin: 0;
}
#sitemap li ul.level2 > li {
  margin: 0 -2px 0 -2px;
  padding: 0 0.4em 0.4em;
  max-width: 175px;
  border-top: 1px solid #dcdcdc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#sitemap li ul.level2 > li > a {
  font-size: 1.15em;
  line-height: 1.2;
  letter-spacing: .2em;
  color: #ffffff;
  display: inline-block;
  padding: .6em 1em .25em 1em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  background: #84b264;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 0.7em;
  padding-right: 0.7em;
  display: block;
}
#sitemap li ul.level2 > li > a:hover {
  color: #ffffff;
}
#sitemap li ul.level2 > li > a:visited {
  color: #ffffff;
}
#sitemap li ul.level2 > li > a:active {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
#sitemap li ul.level2 > li > a.medium {
  font-size: 0.9em;
  padding: 0.6em 1em 0.5em;
}
#sitemap li ul.level2 > li > a.btn-green {
  background: #84b264;
}
#sitemap li ul.level2 > li > a.btn-green:hover {
  background: #a0d5da;
}
#sitemap li ul.level2 > li > a.btn-blue {
  background: #a0d5da;
}
#sitemap li ul.level2 > li > a.btn-blue:hover {
  background: #84b264;
}
#sitemap li ul.level2 > li > a.btn-red {
  background: #c73429;
}
#sitemap li ul.level2 > li > a.btn-red:hover {
  background: #84b264;
}
#sitemap li ul.level2 > li > a:hover {
  background: #a0d5da;
}
#sitemap li ul.level2 > li:before {
  content: '';
  background: #dcdcdc;
  width: 1px;
  height: 20px;
  margin: 0 auto;
  display: block;
}
#sitemap li ul.level2 .children {
  margin: 0;
  padding: 0.7em;
}
#sitemap li ul.level2 .children li {
  font-size: 0.9em;
  margin: 0;
  border-top: 1px solid #dcdcdc;
  display: block;
}
#sitemap li ul.level2 .children li:first-child {
  padding-top: 0;
  border: none;
}
#sitemap li ul.level2 .children li:first-child a {
  padding-top: 0;
}
#sitemap li ul.level2 .children li a {
  padding-top: 0.6em;
  padding-bottom: 0.4em;
  display: block;
  width: 100%;
  max-width: 175px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#sitemap li ul.level2 .children li .children {
  background: #f2f2f2;
  padding: 0 0.7em 0;
  border-top: 1px solid #dcdcdc;
}
#sitemap li ul.level2 .children li .children li {
  font-size: 0.9em;
  padding-top: 0.7em;
}
#sitemap li.minor-links {
  max-width: 175px;
  display: block;
  margin: 0 auto;
}
#sitemap li.minor-links h4 {
  margin: 0 0 0.2em;
}
#sitemap li.minor-links li {
  font-size: 0.9em;
  border-top: 1px solid #dcdcdc;
  display: block;
}
#sitemap li.minor-links li:first-child {
  padding-top: 0;
  border: none;
}
#sitemap li.minor-links li:first-child a {
  padding-top: 0;
}
#sitemap li.minor-links li a {
  padding-top: 0.6em;
  padding-bottom: 0.4em;
  display: block;
}
.partners p {
  text-align: center;
}
.partners p img {
  margin: 0.5em 1em;
  vertical-align: middle;
}
/* Logo List */
.logo-list {
  padding-left: 0;
  text-align: center;
}
.logo-item {
  margin-bottom: 1.5em;
  width: 30%;
  margin-right: 3.8%;
  display: inline-block;
}
.logo-item:nth-child(3n) {
  margin-right: 0;
}
.no-touch .logo-item a:hover,
.logo-item a:focus {
  opacity: 0.7;
}
.logo-item img {
  height: auto;
}
.location .icon {
  opacity: 0.8;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.no-touch .location .icon:hover,
.location .icon:focus {
  opacity: 1;
}
/* footer */
#footer,
#footer .row {
  overflow: visible;
}
#footer {
  padding-bottom: 1em;
  zoom: 1;
}
#footer:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#footer #footer-nav {
  background: #6a7375;
  background: rgba(69, 80, 82, 0.8);
  width: 100%;
  margin: -0.5em 0 1em 0;
  zoom: 1;
}
#footer #footer-nav:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#footer #footer-nav ul li {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}
#footer #footer-nav ul li a {
  color: #ffffff;
  padding: .9em .7em .7em .7em;
  display: block;
}
#footer #footer-nav ul li a:hover,
#footer #footer-nav ul li a:focus {
  background: #7fa2a5;
  background: rgba(160, 213, 218, 0.5);
}
#footer #footer-nav ul li.current_page_item a {
  background: #708e63;
  background: rgba(132, 178, 100, 0.5);
}
#footer #footer-nav ul li.members {
  float: right;
}
#footer #footer-nav ul li.members a {
  background: #737c7e;
  background: rgba(194, 202, 204, 0.1);
}
#footer #footer-nav ul li.members a:hover {
  background: rgba(194, 202, 204, 0.3);
}
#footer #footer-nav ul li.members.current_page_item {
  float: right;
}
#footer #footer-nav ul li.members.current_page_item a {
  background: rgba(132, 178, 100, 0.5);
}
#footer #small-links {
  text-align: right;
  opacity: 0.9;
}
#footer #small-links a {
  color: #455052;
}
#footer #small-links a:hover {
  color: #84b264;
}
#footer #small-links .current_page_item a {
  font-weight: "\f032";
}
/* extranet pages */
.extranet #main-content .page-title {
  font-size: 1.6em;
  line-height: 1.4;
  margin-bottom: 1.2em;
  zoom: 1;
}
.extranet #main-content .page-title:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.extranet #main-content .page-title button,
.extranet #main-content .page-title .btn {
  font-size: 14px;
  width: 100%;
  max-width: 200px;
  margin: 0 0 0.5em 1em;
  padding: 0.6em 1em 0.5em;
  text-align: center;
}
.extranet #main-content .page-title i {
  margin-right: 0.35em;
}
.extranet #main-content .page-title #edit-folder-name,
.extranet #main-content .page-title #edit-file-name {
  font-size: 80%;
  margin-left: 0.5em;
}
.extranet #main-content .page-title #edit-folder-name:visited,
.extranet #main-content .page-title #edit-file-name:visited {
  color: #26b2bf;
}
.extranet #main-content .page-title #edit-folder-name:visited:hover,
.extranet #main-content .page-title #edit-file-name:visited:hover {
  color: #3fccd9;
}
.extranet h4 small {
  font-weight: normal;
  display: block;
}
.extranet form h4 {
  margin-bottom: 1em;
}
.extranet form .control-wrapper.leftlabel label {
  padding-top: 0.5em;
}
.extranet i.red {
  color: #b32314;
}
.extranet i.orange {
  color: #f3720f;
}
.extranet i.green {
  color: #28b925;
}
.extranet i.navyblue {
  color: #0259c6;
}
.extranet i.purple {
  color: #4e51c7;
}
.extranet .bottom {
  padding-bottom: 2em;
  zoom: 1;
}
.extranet .bottom:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.extranet .notice {
  background: white;
  line-height: 1.2;
  padding: 0.7em 0.5em 0.5em;
  border: 1px solid #455052;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  text-align: center;
}
.extranet .notice.green {
  border-color: #84b264;
}
.extranet .notice.empty-folder-notice {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 2em;
}
.extranet .notice.empty-folder-notice i {
  margin-right: 0.5em;
}
.extranet #comments #reply-title {
  display: none;
}
.extranet #comments #respond {
  padding: 0;
}
.extranet #comments form {
  width: 100%;
  padding: 15px 150px 15px 83px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.extranet #comments form .avatar-wrapper {
  float: left;
  width: 53px;
  margin: 1px 0 0 -68px;
}
.extranet #comments form textarea {
  float: left;
  width: 100%;
  max-width: 100%;
  height: 3.5em;
  min-height: 3.5em;
  margin: 0;
}
.extranet #comments form textarea:focus {
  height: 8em;
}
.extranet #comments form input[type="submit"] {
  float: right;
  width: 120px;
  margin: 2px -135px 0 0;
  padding: 1.4em 1em 1.3em;
}
.extranet #comments .comment_list {
  margin: 0;
}
.extranet #comments .comment_list .comment {
  font-size: 14px;
  margin: 0;
  padding: 15px 15px 15px 83px;
  border-top: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}
.extranet #comments .comment_list .comment:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.extranet #comments .comment_list .comment .avatar-wrapper {
  float: left;
  width: 53px;
  margin: 1px 0 0 -68px;
}
.extranet #comments .comment_list .comment .author-name {
  padding-bottom: 0.5em;
}
.extranet #comments .comment_list .comment .comment-text p {
  font-size: 1em;
  margin: 0;
}
#extranet-search {
  background: none;
  padding: 2px 75px 8px 0;
}
#extranet-search input {
  margin: 0;
}
#extranet-search input[type="search"] {
  float: left;
  width: 100%;
  max-width: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#extranet-search input[type="submit"] {
  font-size: 0.9em;
  float: right;
  width: 65px;
  margin-right: -75px;
  padding: 0.8em 1em 0.7em;
  text-align: center;
}
.members-links {
  padding: 1em 0;
}
.members-links li a {
  font-size: 1.15em;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #ffffff;
  display: inline-block;
  padding: .6em 1em .25em 1em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  background: #84b264;
  font-size: 1em;
}
.members-links li a:hover {
  color: #ffffff;
}
.members-links li a:visited {
  color: #ffffff;
}
.members-links li a:active {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
.members-links li a.medium {
  font-size: 0.9em;
  padding: 0.6em 1em 0.5em;
}
.members-links li a.btn-green {
  background: #84b264;
}
.members-links li a.btn-green:hover {
  background: #a0d5da;
}
.members-links li a.btn-blue {
  background: #a0d5da;
}
.members-links li a.btn-blue:hover {
  background: #84b264;
}
.members-links li a.btn-red {
  background: #c73429;
}
.members-links li a.btn-red:hover {
  background: #84b264;
}
.members-links li a:hover {
  background: #a0d5da;
}
.members-links li a:hover {
  color: #ffffff !important;
}
.item-list {
  overflow: hidden;
}
.item-list ul {
  padding: 0 !important;
}
.item-list ul li {
  font-size: 18px;
  padding: 12px 15px 8px;
  border-top: 1px solid #dcdcdc;
  zoom: 1;
}
.item-list ul li:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.item-list ul li:first-child {
  border-width: 0;
}
.item-list ul li a:hover,
.item-list ul li a:visited:hover {
  color: #1e8a94;
}
.item-list ul li .children {
  float: left;
  clear: both;
  width: 100%;
  margin: 10px 0;
  border-bottom: 1px solid #dcdcdc;
  overflow: hidden;
}
.item-list ul li .children li {
  width: auto;
  margin-left: -17px;
  padding-left: 48px;
  padding-right: 0;
}
.item-list ul li .children li:first-child {
  border-width: 1px;
}
.item-list ul li .children li.odd {
  background: #eee;
}
.item-list ul li .children li.even {
  background: #f8f8f8;
}
.discussions-block,
.files-block,
.new-folder-block,
.new-file-block,
.folder-list-block,
.notifications-block,
.profile-block,
.content-block {
  background: #eee;
  clear: both;
  margin-bottom: 2em;
  zoom: 1;
}
.discussions-block:after,
.files-block:after,
.new-folder-block:after,
.new-file-block:after,
.folder-list-block:after,
.notifications-block:after,
.profile-block:after,
.content-block:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.discussions-block > h4,
.files-block > h4,
.new-folder-block > h4,
.new-file-block > h4,
.folder-list-block > h4,
.notifications-block > h4,
.profile-block > h4,
.content-block > h4,
.discussions-block .header,
.files-block .header,
.new-folder-block .header,
.new-file-block .header,
.folder-list-block .header,
.notifications-block .header,
.profile-block .header,
.content-block .header {
  background-color: #a0d5da;
  font-weight: normal;
  border-bottom: 1px solid #57b5bd;
  margin: 0;
  padding: 0.8em 1em 0.6em;
  zoom: 1;
}
.discussions-block > h4:after,
.files-block > h4:after,
.new-folder-block > h4:after,
.new-file-block > h4:after,
.folder-list-block > h4:after,
.notifications-block > h4:after,
.profile-block > h4:after,
.content-block > h4:after,
.discussions-block .header:after,
.files-block .header:after,
.new-folder-block .header:after,
.new-file-block .header:after,
.folder-list-block .header:after,
.notifications-block .header:after,
.profile-block .header:after,
.content-block .header:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.discussions-block > h4 button,
.files-block > h4 button,
.new-folder-block > h4 button,
.new-file-block > h4 button,
.folder-list-block > h4 button,
.notifications-block > h4 button,
.profile-block > h4 button,
.content-block > h4 button,
.discussions-block .header button,
.files-block .header button,
.new-folder-block .header button,
.new-file-block .header button,
.folder-list-block .header button,
.notifications-block .header button,
.profile-block .header button,
.content-block .header button,
.discussions-block > h4 .btn,
.files-block > h4 .btn,
.new-folder-block > h4 .btn,
.new-file-block > h4 .btn,
.folder-list-block > h4 .btn,
.notifications-block > h4 .btn,
.profile-block > h4 .btn,
.content-block > h4 .btn,
.discussions-block .header .btn,
.files-block .header .btn,
.new-folder-block .header .btn,
.new-file-block .header .btn,
.folder-list-block .header .btn,
.notifications-block .header .btn,
.profile-block .header .btn,
.content-block .header .btn {
  font-size: 14px;
  margin: 0 0 0 1em;
  padding: 0.6em 1em 0.5em;
}
.discussions-block > h4 .btn-green:hover,
.files-block > h4 .btn-green:hover,
.new-folder-block > h4 .btn-green:hover,
.new-file-block > h4 .btn-green:hover,
.folder-list-block > h4 .btn-green:hover,
.notifications-block > h4 .btn-green:hover,
.profile-block > h4 .btn-green:hover,
.content-block > h4 .btn-green:hover,
.discussions-block .header .btn-green:hover,
.files-block .header .btn-green:hover,
.new-folder-block .header .btn-green:hover,
.new-file-block .header .btn-green:hover,
.folder-list-block .header .btn-green:hover,
.notifications-block .header .btn-green:hover,
.profile-block .header .btn-green:hover,
.content-block .header .btn-green:hover {
  background-color: #9fc386;
}
.discussions-block > h4 .count,
.files-block > h4 .count,
.new-folder-block > h4 .count,
.new-file-block > h4 .count,
.folder-list-block > h4 .count,
.notifications-block > h4 .count,
.profile-block > h4 .count,
.content-block > h4 .count,
.discussions-block .header .count,
.files-block .header .count,
.new-folder-block .header .count,
.new-file-block .header .count,
.folder-list-block .header .count,
.notifications-block .header .count,
.profile-block .header .count,
.content-block .header .count {
  background: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  line-height: 1;
  display: block;
  padding: 0.4em 0.5em 0.2em;
}
.discussions-block .header h5,
.files-block .header h5,
.new-folder-block .header h5,
.new-file-block .header h5,
.folder-list-block .header h5,
.notifications-block .header h5,
.profile-block .header h5,
.content-block .header h5 {
  font-size: 0.95em;
  margin-bottom: 0;
  padding: 0.4em 0 0.3em;
}
.discussions-block form,
.files-block form,
.new-folder-block form,
.new-file-block form,
.folder-list-block form,
.notifications-block form,
.profile-block form,
.content-block form {
  margin: 0;
  padding: 1em 1em 0;
}
.discussions-block form input[type="submit"],
.files-block form input[type="submit"],
.new-folder-block form input[type="submit"],
.new-file-block form input[type="submit"],
.folder-list-block form input[type="submit"],
.notifications-block form input[type="submit"],
.profile-block form input[type="submit"],
.content-block form input[type="submit"] {
  font-size: 0.9em;
}
.discussions-block ul,
.files-block ul,
.new-folder-block ul,
.new-file-block ul,
.folder-list-block ul,
.notifications-block ul,
.profile-block ul,
.content-block ul {
  margin: 0;
  padding: 0 1em 1em 1em;
}
.discussions-block ul li,
.files-block ul li,
.new-folder-block ul li,
.new-file-block ul li,
.folder-list-block ul li,
.notifications-block ul li,
.profile-block ul li,
.content-block ul li {
  list-style: none;
}
.discussions-block a:visited,
.files-block a:visited,
.new-folder-block a:visited,
.new-file-block a:visited,
.folder-list-block a:visited,
.notifications-block a:visited,
.profile-block a:visited,
.content-block a:visited {
  color: #26b2bf;
}
.discussions-block a:visited:hover,
.files-block a:visited:hover,
.new-folder-block a:visited:hover,
.new-file-block a:visited:hover,
.folder-list-block a:visited:hover,
.notifications-block a:visited:hover,
.profile-block a:visited:hover,
.content-block a:visited:hover,
.discussions-block a:visited:focus,
.files-block a:visited:focus,
.new-folder-block a:visited:focus,
.new-file-block a:visited:focus,
.folder-list-block a:visited:focus,
.notifications-block a:visited:focus,
.profile-block a:visited:focus,
.content-block a:visited:focus {
  color: #3fccd9;
}
.new-folder-block,
.new-file-block {
  display: none;
}
.new-folder-block.display,
.new-file-block.display {
  display: block;
}
.files-block ul {
  padding: 0;
}
.files-block ul li {
  padding-right: 0;
}
.files-block i {
  margin-right: 0.6em;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.files-block i.folder-big,
.files-block i.file-big {
  font-size: 20px;
  width: 17px;
  position: relative;
  margin-top: -2px;
  vertical-align: middle;
}
.files-block i.icon-file {
  left: 1px;
}
.files-block i.icon-picture {
  left: -2px;
}
.files-block i.icon-list-alt {
  left: -1px;
}
.files-block .folder-expand {
  font-size: 18px;
}
.files-block .has-child-folders {
  color: #6b984b;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.files-block .has-child-folders:hover {
  color: #26b2bf;
}
.files-block .has-child-folders::after {
  content: '\002B';
  font-size: 14px;
  position: absolute;
  top: 3px;
  left: -12px;
  padding-right: 4px;
}
.files-block .has-child-folders.icon-folder-open::after {
  content: '\2013';
}
.files-block .quantity {
  padding-left: 1.7em;
}
.files-block .quantity .folders,
.files-block .quantity .files,
.files-block .quantity .comments,
.files-block .quantity .revisions {
  font-size: 14px;
  margin-right: 1em;
}
.files-block .header,
.files-block .item-wrapper {
  padding-right: 300px;
  zoom: 1;
}
.files-block .header:after,
.files-block .item-wrapper:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.files-block .header .reset-right,
.files-block .item-wrapper .reset-right {
  float: right;
  width: 290px;
}
.files-block .header .reset-right {
  margin-right: -295px;
}
.files-block .item-wrapper .reset-right {
  margin-right: -290px;
}
.files-block .created-date,
.files-block .modified-date {
  font-size: 0.9em;
  padding-top: 4px;
  text-align: center;
}
.files-block > ul > li > .children {
  margin-bottom: 5px;
  border-bottom: 1px solid #dcdcdc;
}
.files-block .children {
  display: none;
}
.profile-block form {
  padding: 1em;
}
.profile-block form input[type="submit"] {
  margin-top: 1em;
}
.discussions-block .discussion {
  margin-bottom: 1em;
  padding-top: 1em;
  border-top: 1px solid #dcdcdc;
  list-style-image: none;
}
.discussions-block .discussion small {
  font-size: 75%;
  font-style: italic;
  display: block;
  padding-left: 1em;
}
.discussions-block .discussion:first-child {
  border: none;
}
.groups-block .group-heading {
  background: #dcdcdc;
  font-weight: normal;
  margin: 1em 0 0;
  padding: 10px 15px;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
}
#discussion-form textarea {
  max-width: 100%;
  min-height: 11em;
}
#discussion-form textarea:focus {
  height: 20em;
}
#add_folder form {
  padding: 1em;
}
#add_folder input[type="text"]#folder_name {
  margin: 0;
}
#add_folder select#group_name {
  margin: 0;
}
#edit-folder-form,
#edit-file-form {
  background: none;
  margin: 0 0 0.5em;
  padding: 0;
  zoom: 1;
}
#edit-folder-form:after,
#edit-file-form:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#edit-folder-form .btn,
#edit-file-form .btn {
  margin: 0 1em 0 0 !important;
}
#edit-folder-form input[type="text"],
#edit-file-form input[type="text"] {
  float: left;
  font-size: 18px;
  margin-bottom: 0.5em;
}
#edit-folder-form input[type="submit"],
#edit-file-form input[type="submit"] {
  float: left;
  clear: left;
}
#edit-folder-form a,
#edit-file-form a {
  font-family: sans-serif;
  font-weight: normal;
  float: left;
}
#move-file-wrapper .btn {
  margin: 0 1em 1em 0;
}
#modify_permissions form {
  padding: 1em;
}
#permissions .permissions-header {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 1em;
  border-bottom: 1px solid #b4b4b4;
}
#permissions .permissions-header h5 {
  font-weight: normal;
  text-transform: uppercase;
}
#permissions .permissions-header .threecol {
  text-align: center;
}
#permissions .permissions-wrapper {
  clear: both;
}
#permissions .permissions-wrapper .permissions-row {
  margin-top: 1em;
}
#permissions .permissions-wrapper .permissions-row:first-child {
  margin: 0;
}
#permissions .permissions-wrapper .permissions-row .group-name h5 {
  margin: 0;
}
#permissions .permissions-wrapper .permissions-row .icon-user,
#permissions .permissions-wrapper .permissions-row .icon-group {
  margin-right: 0.75em;
}
#permissions .permissions-wrapper #edit-list-current-permissions {
  padding: 0.25em 0 0.05em;
  zoom: 1;
}
#permissions .permissions-wrapper #edit-list-current-permissions:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#permissions .permissions-wrapper#edit-permissions {
  display: none;
}
#permissions .permissions-wrapper#edit-permissions hr {
  margin-top: 0.2em;
}
#permissions .permissions-groups .threecol {
  text-align: center;
}
#permissions .permissions-groups input[type="checkbox"] {
  margin: 0.6em auto;
  display: block;
}
#permissions .permissions-groups .add_permission {
  font-size: 0.9em;
  margin-top: 0.15em;
  padding: 0.6em 1em 0.5em;
}
#permissions .permissions-groups .btn {
  width: 100%;
  display: block;
  text-align: center;
}
#permissions .permissions-groups .btn:visited {
  color: white;
}
#permissions #edit-permissions-cancel {
  margin-right: 1em;
}
#permissions .small-notice {
  font-size: 12px;
  float: left;
  clear: both;
  margin: 1.5em 0 0;
  padding: 0.8em 1em 0.5em;
  border: 1px solid #b4b4b4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#add_file form,
#check_in_form form {
  padding: 1em;
}
#add_file .btn.cancel,
#check_in_form .btn.cancel {
  margin-right: 1em;
}
.single-file #main-content .page-title {
  margin-bottom: 1em;
}
.single-file .checkout {
  margin-bottom: 1.5em;
}
.single-file .checkout .preview img {
  margin-bottom: 1em;
  border: 1px solid #dcdcdc;
}
.single-file .checkout .preview .file-preview {
  background: #dcdcdc;
  font-size: 3em;
  line-height: 180px;
  display: block;
  width: 100%;
  height: 180px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.single-file .checkout .preview .file-preview.image {
  background: #a0d5da;
}
.single-file .checkout .preview .file-preview.music {
  background: #eebd2d;
}
.single-file .checkout .preview .file-preview.video {
  background: #b5d1a2;
}
.single-file .checkout .preview .file-preview.doc {
  background: #4083f3;
}
.single-file .checkout .preview .file-preview.pdf {
  background: #ec4e3b;
}
.single-file .checkout .preview .file-preview.excel {
  background: #0fb061;
}
.single-file .checkout form {
  background: none;
  margin: 0;
  padding: 0;
}
.single-file .checkout form .btn,
.single-file .checkout form input[type="submit"] {
  font-size: 0.9em;
  width: 100%;
  margin-bottom: 1em;
  display: block;
  text-align: center;
  white-space: normal;
}
.single-file .file-info {
  margin-bottom: 1.5em;
}
.single-file .file-info .info-row {
  float: left;
  clear: both;
  width: 100%;
  padding: 0.7em 0 0.5em;
  border-top: 1px solid #dcdcdc;
}
.single-file .file-info .info-row:first-child {
  padding-top: 0;
  border: none;
}
.single-file .file-info .info-row h5 {
  margin: 0;
}
.single-file .file-revisions li {
  font-size: 14px;
  padding: 12px 15px 10px;
}
.single-file .file-revisions li .date {
  padding: 5px 55px 0 0;
  display: block;
  zoom: 1;
}
.single-file .file-revisions li .date:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.single-file .file-revisions li .date .download-revision {
  float: right;
  width: 40px;
  margin: -5px -55px 0 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.single-file .file-revisions li .date .download-revision:visited {
  color: white;
}
.single-file .file-revisions li .date .download-revision i {
  font-size: 16px;
  width: 16px;
  margin: 0 auto;
}
.single-file .file-revisions li .note {
  font-size: 14px;
  font-style: italic;
  margin: 0;
  padding: 1em 0 0;
}
.single-file .file-revisions .bottom {
  padding: 15px;
  border-top: 1px solid #dcdcdc;
}
.single-file .file-revisions .bottom .btn {
  width: 100%;
}
.file-upload .file-network-select {
  background: #ececec;
  padding: 1em 1em 0 1em;
  margin-bottom: 1.5em;
}
.file-upload .file-network-select p {
  margin-bottom: 0.5em;
}
.file-upload #fileupload .fileinput-button {
  background-image: url('../img/add-files.png');
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  max-width: 200px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.file-upload #fileupload .fileinput-button:hover {
  cursor: pointer;
}
.file-upload #fileupload .fileinput-button input[type="file"] {
  float: right;
  height: 40px;
  display: block;
  z-index: 2;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.file-upload #fileupload .table ul {
  margin: 0;
}
.file-upload #fileupload #dropzone {
  background: #a0d5da;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 200px;
  width: 100%;
  height: 200px;
  margin-bottom: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.file-upload #fileupload #dropzone span {
  padding: 2em;
  border: 3px dashed #7bc5cc;
}
.file-upload #fileupload #dropzone.in {
  line-height: 250px;
  height: 250px;
}
.file-upload #fileupload #dropzone.hover {
  background: #c5e5e8;
}
.file-upload #fileupload #dropzone.fade {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.file-upload #fileupload .btn.small {
  font-size: 0.9em;
  padding: 0.7em 1em;
}
.file-upload #fileupload .files {
  padding: 0;
}
.file-upload #fileupload .files li {
  height: auto !important;
  margin-bottom: 1em;
  padding-top: 1em;
  border-top: 1px solid #dcdcdc;
  list-style: none;
}
.file-upload #fileupload .files li:first-child {
  padding-top: 0;
  border: none;
}
#files {
  margin: 0;
  padding: 0 1em 1em 1em;
}
#files .file {
  margin-bottom: 0.9em;
  padding-top: 1.1em;
  border-top: 1px solid #dcdcdc;
  list-style: none;
}
#files .file a {
  padding-left: 24px;
}
#files .file a[href$=".jpg"],
#files .file a[href$=".jpeg"],
#files .file a[href$=".png"],
#files .file a[href$=".gif"],
#files .file a[href$=".pjpg"],
#files .file a[href$=".pjpeg"] {
  background: url('../img/icons/images.png') no-repeat 0px 0px;
}
#files .file a[href$=".pdf"] {
  background: url('../img/icons/doc_pdf.png') no-repeat 0px 0px;
}
#files .file a[href$=".doc"],
#files .file a[href$=".docx"],
#files .file a[href$=".rtf"] {
  background: url('../img/icons/page_white_word.png') no-repeat 0px 0px;
}
#files .file a[href$=".xls"],
#files .file a[href$=".xlsx"],
#files .file a[href$=".csv"] {
  background: url('../img/icons/doc_excel_table.png') no-repeat 0px 0px;
}
#files .file small {
  font-size: 75%;
  font-style: italic;
  display: block;
  padding-left: 1em;
}
#files .file:first-child {
  border: none;
}
#files .file:last-child {
  margin: 0;
}
.upload-form .fileinput-button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  display: block;
  white-space: nowrap;
}
.upload-form .fileinput-button:hover {
  background-color: #9fc386;
}
.upload-form .fileinput-button input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  font-size: 10em;
  display: block;
  z-index: 2;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-form .table ul {
  margin: 0;
}
.upload-form #dropzone {
  background: #a0d5da;
  font-size: 1.8em;
  font-weight: bold;
  clear: both;
  width: auto;
  padding: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.upload-form #dropzone .border {
  padding: 2em;
  border: 3px dashed #7bc5cc;
  display: block;
}
.upload-form #dropzone.in {
  background: #c5e5e8;
  padding: 2em 1em;
}
.upload-form #dropzone.hover {
  background: #c5e5e8;
}
.upload-form #dropzone.fade {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.upload-form .btn.small {
  font-size: 0.9em;
  padding: 0.7em 1em;
}
.upload-form .files {
  float: left;
  clear: both;
  width: 100%;
  padding: 0;
}
.upload-form .files li {
  height: auto !important;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-right: 60px;
  border-top: 1px solid #dcdcdc;
  list-style: none;
  zoom: 1;
}
.upload-form .files li:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.upload-form .files li:first-child {
  padding-top: 0;
  border: none;
}
.upload-form .files li .file-info {
  float: left;
  width: 100%;
}
.upload-form .files li .size {
  font-size: 14px;
  color: rgba(69, 80, 82, 0.75);
}
.upload-form .files li .preview {
  max-width: 400px;
  margin-bottom: 1.5em;
}
.upload-form .files li .title,
.upload-form .files li .description {
  padding-top: 1em;
  zoom: 1;
}
.upload-form .files li .title:after,
.upload-form .files li .description:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.upload-form .files li .title label,
.upload-form .files li .description label {
  font-size: 16px;
  text-transform: uppercase;
}
.upload-form .files li .title textarea,
.upload-form .files li .description textarea {
  width: 100%;
  max-width: 100%;
  height: 3.5em;
  min-height: 3.5em;
}
.upload-form .files li .delete {
  float: right;
  width: 40px;
  margin-right: -60px;
}
.upload-form .files li .file-edit,
.upload-form .files li .file-delete {
  width: 40px;
  padding: 0.5em 0.8em 0.4em;
}
.upload-form .files li .file-edit:visited,
.upload-form .files li .file-delete:visited {
  color: white;
}
.upload-form .files li .file-edit i,
.upload-form .files li .file-delete i {
  font-size: 16px;
  width: 18px;
  margin: 0 auto;
  display: block;
}
.upload-form .files li .file-edit {
  margin-left: 1em;
}
#check_in_form .upload-form .files li {
  padding: 0;
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.right {
  float: right;
}
.left {
  float: left;
}
.overflow {
  overflow: visible;
}
.relative {
  position: relative;
}
.resetter {
  margin: 0;
  padding: 0;
}
.break {
  clear: both;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
nav.inline ul li {
  display: inline-block;
}
/* Mobile/Desktop classes */
.mobile {
  display: none;
}
@media (max-width: 768px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media handheld, only screen and (max-width: 100em) {
  #slideshow.internal .row {
    background: linear-gradient(to right, rgba(222, 241, 242, 0) 500px, #def1f2 900px, #def1f2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
@media handheld, only screen and (max-width: 64em) {
  #header #main-nav {
    bottom: -2.2em;
  }
  #header #main-nav li {
    font-size: .8em;
  }
  #header #main-nav li a {
    padding: 1.1em .5em .9em .5em;
  }
  #slideshow .slide .row .slide-caption {
    max-width: 750px;
  }
}
@media handheld, only screen and (max-width: 56.25em) {
  #header .row {
    min-width: 100%;
  }
  #header #main-nav li {
    font-size: 0.75em;
  }
  #header #main-nav li a {
    padding: 1.1em .4em .9em .4em;
  }
  #footer #footer-nav ul li {
    font-size: 0.8em;
  }
  .twitter > h3 {
    font-size: 0.8em;
  }
}
@media handheld, only screen and (max-width: 48em) {
  #header .sixcol,
  #main .research-studies,
  #main .publications,
  #main .map,
  #main .contact-details,
  #bottom1 .annual-report,
  #bottom1 .newsletter,
  #bottom2 .fourcol,
  #sidebar,
  #main-content,
  #content-twocol,
  #side-content,
  #feeds .twitter,
  #feeds .news {
    margin: 0;
    width: 100%;
  }
  #header #logo {
    margin: .2em 0;
  }
  #header #tool-nav {
    float: none;
    padding: 0 0 .45em;
    margin-top: -5.25em;
  }
  #header #main-nav {
    position: relative;
    bottom: 0;
    text-align: left;
  }
  #header #main-nav .menu-toggle {
    display: block;
  }
  #header #main-nav li {
    font-size: 1em;
    float: none;
    display: none;
  }
  #header #main-nav li a {
    padding: .8em .7em .6em .7em;
  }
  #slideshow .slide {
    background-image: none !important;
    min-height: auto;
    padding: 1.5em 2%;
  }
  #slideshow .slide .row {
    min-height: auto;
  }
  #slideshow .slide .row .slide-caption {
    position: relative;
    bottom: 0;
    max-width: auto;
  }
  #slideshow .slide .row .slide-caption h2 {
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 1rem;
    padding: 0;
  }
  #slideshow .slide .row .slide-caption .inner {
    padding: 0;
  }
  #slideshow .slide .row .slide-caption .inner p {
    margin: 0;
  }
  #main.subpage {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  #main #sidebar {
    display: none;
  }
  #main #mobile-sidebar {
    display: block;
  }
  #main #side-content {
    margin-top: 1em;
  }
  #main.extranet #sidebar {
    display: block;
  }
  #bottom1 .annual-report {
    margin-bottom: 2em;
  }
  #footer #footer-nav ul li {
    float: none;
  }
  #footer #footer-nav ul li.members,
  #footer #footer-nav ul li.members.current_page_item {
    float: none;
  }
  .twitter > h3 {
    font-size: 1em;
  }
  .logo-item {
    width: 100%;
    margin-right: 0;
  }
  .logo-item img {
    max-width: 200px;
  }
}
@media handheld, only screen and (max-width: 30em) {
  .btn {
    font-size: 1em;
    letter-spacing: .1em;
  }
  input[type="submit"] {
    font-size: 1em;
    letter-spacing: .1em;
  }
  #header #logo {
    margin: .2em 0 .3em;
  }
  #header #tool-nav > ul {
    display: none;
  }
  #header #tool-nav > ul.social-icons {
    display: block;
    margin-top: -1.5em;
    margin-right: .5em;
  }
  #header #tool-nav > ul.social-icons li {
    display: block;
    float: none;
    margin-left: 0;
    margin-bottom: .25em;
  }
  #main .research-studies .sixcol {
    margin: 0 0 1em 0;
    width: 100%;
  }
  #main form .sixcol {
    width: 100%;
  }
  #bottom2 .alignright {
    text-align: left;
  }
  .article header h1 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .comment_list .children {
    padding: 0 0 0 1.5em;
  }
  #footer #small-links {
    text-align: left;
  }
}
.ie9 .upload-form #dropzone {
  background: none;
  border: 1px solid #b4b4b4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ie9 .upload-form #dropzone .border {
  padding: 0;
  border: none;
}
.ie9 .upload-form #dropzone .text {
  display: none;
}
.lt-ie9 #bottom1 .annual-report {
  min-height: 165px;
}
.lt-ie9 select,
.lt-ie9 textarea,
.lt-ie9 input[type="text"],
.lt-ie9 input[type="password"],
.lt-ie9 input[type="datetime"],
.lt-ie9 input[type="datetime-local"],
.lt-ie9 input[type="date"],
.lt-ie9 input[type="month"],
.lt-ie9 input[type="time"],
.lt-ie9 input[type="week"],
.lt-ie9 input[type="number"],
.lt-ie9 input[type="email"],
.lt-ie9 input[type="url"],
.lt-ie9 input[type="search"],
.lt-ie9 input[type="tel"],
.lt-ie9 input[type="color"],
.lt-ie9 .uneditable-input {
  line-height: normal;
}
.lt-ie9 nav.breadcrumbs ul {
  padding: 0.2em;
  word-spacing: 0px;
}
.lt-ie9 nav.breadcrumbs ul li {
  display: inline;
}
.lt-ie8 .icon {
  text-indent: 0;
  font-size: 0px;
  line-height: 0;
}
.lt-ie8 a .icon:hover {
  cursor: pointer;
}
.lt-ie8 #bottom1 .annual-report {
  padding: 1em 2%;
  width: 61%;
}
.lt-ie8 .file-upload #fileupload .fileinput-button {
  background-position: 15px 15px;
}
.lt-ie8 textarea,
.lt-ie8 input[type="text"],
.lt-ie8 input[type="password"],
.lt-ie8 input[type="datetime"],
.lt-ie8 input[type="datetime-local"],
.lt-ie8 input[type="date"],
.lt-ie8 input[type="month"],
.lt-ie8 input[type="time"],
.lt-ie8 input[type="week"],
.lt-ie8 input[type="number"],
.lt-ie8 input[type="email"],
.lt-ie8 input[type="url"],
.lt-ie8 input[type="search"],
.lt-ie8 input[type="tel"],
.lt-ie8 input[type="color"],
.lt-ie8 .uneditable-input {
  width: 96%;
  padding: 5px 2%;
}
.lt-ie8 .login h1 a {
  background-image: url('../img/sprite.png');
  display: block !important;
}
.lt-ie8 .upload-form .fileinput-button {
  text-indent: -9999px;
}
.lt-ie8 .upload-form .fileinput-button input[type="file"] {
  position: relative;
  font-size: 1em;
  opacity: 1;
  filter: alpha(opacity=100);
}
