/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #404041;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0b22a3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #06135b;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #0b22a3;
}
a.text-primary:hover {
  color: #081873;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #0D28C2;
}
a.text-info:hover {
  color: #0a1e92;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #0b22a3;
}
a.bg-primary:hover {
  background-color: #081873;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #f5f4f2;
}
a.bg-info:hover {
  background-color: #dfdcd5;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #f5f4f2;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #eae8e4;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #7f7f81;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #0b22a3;
  border-color: #091d8b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #081873;
  border-color: #051152;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0b22a3;
  border-color: #091d8b;
}
.btn-primary .badge {
  color: #0b22a3;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #0b22a3;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #06135b;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0b22a3;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0b22a3;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0b22a3;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #0b22a3;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #06135b;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #0b22a3;
  border-color: #0b22a3;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #0b22a3;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #081873;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0b22a3;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0b22a3;
}
.thumbnail .caption {
  padding: 9px;
  color: #404041;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
  border: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #f5f4f2;
  border-color: #e5e2de;
  color: #0D28C2;
}
.alert-info hr {
  border-top-color: #dad5cf;
}
.alert-info .alert-link {
  color: #0a1e92;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #0b22a3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -o-animation: progress-bar-stripes 2s linear infinite;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0b22a3;
  border-color: #0b22a3;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #8394f7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #0D28C2;
  background-color: #f5f4f2;
}
a.list-group-item-info {
  color: #0D28C2;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #0D28C2;
  background-color: #eae8e4;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #0D28C2;
  border-color: #0D28C2;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #0b22a3;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0b22a3;
  border-color: #0b22a3;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0b22a3;
}
.panel-primary > .panel-heading .badge {
  color: #0b22a3;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0b22a3;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #e5e2de;
}
.panel-info > .panel-heading {
  color: #0D28C2;
  background-color: #f5f4f2;
  border-color: #e5e2de;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e5e2de;
}
.panel-info > .panel-heading .badge {
  color: #f5f4f2;
  background-color: #0D28C2;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e5e2de;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -o-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  filter: alpha(opacity=50);
  opacity: 0.5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.row-block:before,
.row-block:after,
.container-wide-block:before,
.container-wide-block:after,
.flexible-grid:before,
.flexible-grid:after,
.flexible-grid-four:before,
.flexible-grid-four:after,
.col-image .row-wrapper:before,
.col-image .row-wrapper:after,
.three-cols:before,
.three-cols:after,
.three-cols-testimonies:before,
.three-cols-testimonies:after,
.four-cols:before,
.four-cols:after,
.four-two-cols-simple:before,
.four-two-cols-simple:after,
.five-one-cols:before,
.five-one-cols:after,
.five-one-cols .cols-wrapper:first-of-type .row-wrapper:before,
.five-one-cols .cols-wrapper:first-of-type .row-wrapper:after,
.five-one-cols .cols-wrapper:last-of-type .row-wrapper:before,
.five-one-cols .cols-wrapper:last-of-type .row-wrapper:after,
.four-one-one-cols:before,
.four-one-one-cols:after,
.four-one-one-cols .cols-wrapper:nth-of-type(2) .row-wrapper:before,
.four-one-one-cols .cols-wrapper:nth-of-type(2) .row-wrapper:after,
.four-one-one-cols .cols-wrapper:nth-of-type(3) .row-wrapper:before,
.four-one-one-cols .cols-wrapper:nth-of-type(3) .row-wrapper:after,
.four-two-cols:before,
.four-two-cols:after,
.four-two-cols .cols-wrapper .row-wrapper:before,
.four-two-cols .cols-wrapper .row-wrapper:after,
.two-two-cols:before,
.two-two-cols:after,
.three-one-cols:before,
.three-one-cols:after,
.three-one-cols .cols-wrapper:nth-of-type(2) .row-wrapper:before,
.three-one-cols .cols-wrapper:nth-of-type(2) .row-wrapper:after,
.four-one-cols:before,
.four-one-cols:after,
.four-one-cols .cols-wrapper:nth-of-type(2) .row-wrapper:before,
.four-one-cols .cols-wrapper:nth-of-type(2) .row-wrapper:after,
.courses-grid > .row-wrapper:before,
.courses-grid > .row-wrapper:after,
.courses-list > a > .row-wrapper:before,
.courses-list > a > .row-wrapper:after,
.block-info.row-wrapper:before,
.block-info.row-wrapper:after,
#searchDiv .results .row-wrapper:before,
#searchDiv .results .row-wrapper:after,
#searchDivMobile .results .row-wrapper:before,
#searchDivMobile .results .row-wrapper:after,
#searchDiv .results .row-wrapper .col-wrapper .row-wrapper:before,
#searchDiv .results .row-wrapper .col-wrapper .row-wrapper:after,
#searchDivMobile .results .row-wrapper .col-wrapper .row-wrapper:before,
#searchDivMobile .results .row-wrapper .col-wrapper .row-wrapper:after,
#searchDiv .personResults .row-wrapper.bio:before,
#searchDiv .personResults .row-wrapper.bio:after,
#searchDivMobile .personResults .row-wrapper.bio:before,
#searchDivMobile .personResults .row-wrapper.bio:after,
.gridster:before,
.gridster:after,
.gridster .pull-top.with-date > .row-wrapper:before,
.gridster .pull-top.with-date > .row-wrapper:after,
.gridster .pull-down.with-date > .row-wrapper:before,
.gridster .pull-down.with-date > .row-wrapper:after,
#content-wrapper:before,
#content-wrapper:after,
.content:before,
.content:after,
.thesis-detail .row-wrapper:before,
.thesis-detail .row-wrapper:after,
.thesis-detail .related-theses .row-wrapper:before,
.thesis-detail .related-theses .row-wrapper:after,
#footer #mainFooter > .container-wide-block > .row-wrapper:before,
#footer #mainFooter > .container-wide-block > .row-wrapper:after,
#footer #mainFooter > .container-wide-block > .row-wrapper > .col-wrapper > .row-wrapper:before,
#footer #mainFooter > .container-wide-block > .row-wrapper > .col-wrapper > .row-wrapper:after,
#detailContainer:before,
#detailContainer:after,
.detail-container:before,
.detail-container:after,
#detailOrganizations > .row-wrapper:before,
#detailOrganizations > .row-wrapper:after,
#detailRelated > .row-wrapper:before,
#detailRelated > .row-wrapper:after,
#detailParticipants > .row-wrapper:before,
#detailParticipants > .row-wrapper:after,
.organization-persons > .row-wrapper:before,
.organization-persons > .row-wrapper:after,
#detailParticipants > .row-wrapper > .col-wrapper > .row-wrapper.no-photo:before,
#detailParticipants > .row-wrapper > .col-wrapper > .row-wrapper.no-photo:after,
.organization-persons > .row-wrapper > .col-wrapper > .row-wrapper.no-photo:before,
.organization-persons > .row-wrapper > .col-wrapper > .row-wrapper.no-photo:after,
#detailConference > .row-wrapper:before,
#detailConference > .row-wrapper:after,
#agenda > .content .news-section > .row-wrapper:before,
#agenda > .content .news-section > .row-wrapper:after,
#home > .content .news-section > .row-wrapper:before,
#home > .content .news-section > .row-wrapper:after,
#agenda #content-wrapper .news-section > .row-wrapper:before,
#agenda #content-wrapper .news-section > .row-wrapper:after,
#home #content-wrapper .news-section > .row-wrapper:before,
#home #content-wrapper .news-section > .row-wrapper:after,
#agenda > .content .news-section-school > .row-wrapper:before,
#agenda > .content .news-section-school > .row-wrapper:after,
#home > .content .news-section-school > .row-wrapper:before,
#home > .content .news-section-school > .row-wrapper:after,
#agenda #content-wrapper .news-section-school > .row-wrapper:before,
#agenda #content-wrapper .news-section-school > .row-wrapper:after,
#home #content-wrapper .news-section-school > .row-wrapper:before,
#home #content-wrapper .news-section-school > .row-wrapper:after,
#agenda > .content .events-section > .row-wrapper:before,
#agenda > .content .events-section > .row-wrapper:after,
#home > .content .events-section > .row-wrapper:before,
#home > .content .events-section > .row-wrapper:after,
#agenda #content-wrapper .events-section > .row-wrapper:before,
#agenda #content-wrapper .events-section > .row-wrapper:after,
#home #content-wrapper .events-section > .row-wrapper:before,
#home #content-wrapper .events-section > .row-wrapper:after,
#agenda > .content #examinations > fieldset > .school-group > .row-wrapper:before,
#agenda > .content #examinations > fieldset > .school-group > .row-wrapper:after,
#home > .content #examinations > fieldset > .school-group > .row-wrapper:before,
#home > .content #examinations > fieldset > .school-group > .row-wrapper:after,
#agenda #content-wrapper #examinations > fieldset > .school-group > .row-wrapper:before,
#agenda #content-wrapper #examinations > fieldset > .school-group > .row-wrapper:after,
#home #content-wrapper #examinations > fieldset > .school-group > .row-wrapper:before,
#home #content-wrapper #examinations > fieldset > .school-group > .row-wrapper:after,
#agenda > .content #examinations > .row-wrapper:before,
#agenda > .content #examinations > .row-wrapper:after,
#home > .content #examinations > .row-wrapper:before,
#home > .content #examinations > .row-wrapper:after,
#agenda #content-wrapper #examinations > .row-wrapper:before,
#agenda #content-wrapper #examinations > .row-wrapper:after,
#home #content-wrapper #examinations > .row-wrapper:before,
#home #content-wrapper #examinations > .row-wrapper:after,
#media:before,
#media:after,
#media > .col-wrapper .row-wrapper:before,
#media > .col-wrapper .row-wrapper:after,
#resultsExaminations > .row-wrapper:before,
#resultsExaminations > .row-wrapper:after,
#listItemsCalendar > .row-wrapper:before,
#listItemsCalendar > .row-wrapper:after,
#listItemsCalendar > .row-wrapper > .col-wrapper:nth-of-type(2) > .row-wrapper:before,
#listItemsCalendar > .row-wrapper > .col-wrapper:nth-of-type(2) > .row-wrapper:after,
#detailNextExaminations > .row-wrapper:before,
#detailNextExaminations > .row-wrapper:after,
.event-no-image:before,
.event-no-image:after,
.with-date:before,
.with-date:after,
.quote-wrapper .row-wrapper:before,
.quote-wrapper .row-wrapper:after,
#generalInformation > .row-wrapper:before,
#generalInformation > .row-wrapper:after,
.navbar-courses .row-wrapper:before,
.navbar-courses .row-wrapper:after,
.navbar-sections .row-wrapper:before,
.navbar-sections .row-wrapper:after,
.navbar-courses .row-wrapper:before,
.navbar-courses .row-wrapper:after,
.navbar-sections .row-wrapper:before,
.navbar-sections .row-wrapper:after,
.navbar-courses .row-wrapper:before,
.navbar-courses .row-wrapper:after,
.navbar-sections .row-wrapper:before,
.navbar-sections .row-wrapper:after,
.navbar-search-all .row-wrapper:before,
.navbar-search-all .row-wrapper:after,
.personResults .row-wrapper:before,
.personResults .row-wrapper:after,
.statistics > .row-wrapper:before,
.statistics > .row-wrapper:after,
.newsMobile > .row-wrapper:before,
.newsMobile > .row-wrapper:after,
#facts .facts .fact > .row-wrapper:nth-of-type(2):before,
#facts .facts .fact > .row-wrapper:nth-of-type(2):after,
#facts .facts .fact > .row-wrapper:nth-of-type(3):before,
#facts .facts .fact > .row-wrapper:nth-of-type(3):after,
#facts .facts > .row-wrapper:before,
#facts .facts > .row-wrapper:after,
.iscte-links > .row-wrapper:before,
.iscte-links > .row-wrapper:after,
.compare-table > .row-wrapper:before,
.compare-table > .row-wrapper:after,
.compare-table > .row-wrapper:before,
.compare-table > .row-wrapper:after,
.subSections .row-wrapper:before,
.subSections .row-wrapper:after,
.school-top-content > .container-wide-block > .row-wrapper:before,
.school-top-content > .container-wide-block > .row-wrapper:after,
.school-top-content > .container-wide-block > .row-wrapper > .director-message > .row-wrapper:before,
.school-top-content > .container-wide-block > .row-wrapper > .director-message > .row-wrapper:after,
#departmentsSchool > .container-wide-block > .row-wrapper:before,
#departmentsSchool > .container-wide-block > .row-wrapper:after,
#departmentsSchool > .container-wide-block > .row-wrapper:before,
#departmentsSchool > .container-wide-block > .row-wrapper:after,
#agenda .agendaItem.newsItem .row-wrapper:before,
#agenda .agendaItem.newsItem .row-wrapper:after,
#researchsSchool > .container-wide-block > .row-wrapper:before,
#researchsSchool > .container-wide-block > .row-wrapper:after,
#researchsSchool > .container-wide-block > .row-wrapper:before,
#researchsSchool > .container-wide-block > .row-wrapper:after,
.elements-selection .row-wrapper:before,
.elements-selection .row-wrapper:after,
#schoolResearchUnits .research-unit > .row-wrapper:before,
#schoolResearchUnits .research-unit > .row-wrapper:after,
#school .top-content .row-wrapper:before,
#school .top-content .row-wrapper:after,
#subEntities .row-wrapper:before,
#subEntities .row-wrapper:after,
#frontPage .top-content .row-wrapper:before,
#frontPage .top-content .row-wrapper:after,
#frontPage .frontpage-top-content > .container-wide-block > .row-wrapper:before,
#frontPage .frontpage-top-content > .container-wide-block > .row-wrapper:after,
#frontPage #testimonies .row-wrapper:before,
#frontPage #testimonies .row-wrapper:after,
.components .row-wrapper.team:before,
.components .row-wrapper.team:after,
.components .row-wrapper.team > .col-wrapper > .row-wrapper:before,
.components .row-wrapper.team > .col-wrapper > .row-wrapper:after,
.color-picker .row-wrapper:before,
.color-picker .row-wrapper:after,
.statisticsElement.row-wrapper:before,
.statisticsElement.row-wrapper:after,
.navbar-courses .row-wrapper:before,
.navbar-courses .row-wrapper:after,
.navbar-sections .row-wrapper:before,
.navbar-sections .row-wrapper:after,
#associated-content-list .row-wrapper:before,
#associated-content-list .row-wrapper:after,
#campusHome #details .row-wrapper:before,
#campusHome #details .row-wrapper:after,
.thesis .row-wrapper:before,
.thesis .row-wrapper:after,
#categories_list_imaged .row-wrapper:before,
#categories_list_imaged .row-wrapper:after,
#contact_us #excuses .row-wrapper:before,
#contact_us #excuses .row-wrapper:after,
#contact_us #userInfo .row-wrapper:before,
#contact_us #userInfo .row-wrapper:after,
#contact_us #profiles .row-wrapper:before,
#contact_us #profiles .row-wrapper:after,
#contact_us #identification-prompt.row-wrapper:before,
#contact_us #identification-prompt.row-wrapper:after,
.searchResultsPersons .row-wrapper-specific:before,
.searchResultsPersons .row-wrapper-specific:after,
.searchResultsMaximus .row-wrapper-specific:before,
.searchResultsMaximus .row-wrapper-specific:after,
.slide-item-date .row-wrapper:before,
.slide-item-date .row-wrapper:after,
#mobile-menu-bar .row-wrapper:before,
#mobile-menu-bar .row-wrapper:after,
#schools .row-wrapper:before,
#schools .row-wrapper:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.row-block:after,
.container-wide-block:after,
.flexible-grid:after,
.flexible-grid-four:after,
.col-image .row-wrapper:after,
.three-cols:after,
.three-cols-testimonies:after,
.four-cols:after,
.four-two-cols-simple:after,
.five-one-cols:after,
.five-one-cols .cols-wrapper:first-of-type .row-wrapper:after,
.five-one-cols .cols-wrapper:last-of-type .row-wrapper:after,
.four-one-one-cols:after,
.four-one-one-cols .cols-wrapper:nth-of-type(2) .row-wrapper:after,
.four-one-one-cols .cols-wrapper:nth-of-type(3) .row-wrapper:after,
.four-two-cols:after,
.four-two-cols .cols-wrapper .row-wrapper:after,
.two-two-cols:after,
.three-one-cols:after,
.three-one-cols .cols-wrapper:nth-of-type(2) .row-wrapper:after,
.four-one-cols:after,
.four-one-cols .cols-wrapper:nth-of-type(2) .row-wrapper:after,
.courses-grid > .row-wrapper:after,
.courses-list > a > .row-wrapper:after,
.block-info.row-wrapper:after,
#searchDiv .results .row-wrapper:after,
#searchDivMobile .results .row-wrapper:after,
#searchDiv .results .row-wrapper .col-wrapper .row-wrapper:after,
#searchDivMobile .results .row-wrapper .col-wrapper .row-wrapper:after,
#searchDiv .personResults .row-wrapper.bio:after,
#searchDivMobile .personResults .row-wrapper.bio:after,
.gridster:after,
.gridster .pull-top.with-date > .row-wrapper:after,
.gridster .pull-down.with-date > .row-wrapper:after,
#content-wrapper:after,
.content:after,
.thesis-detail .row-wrapper:after,
.thesis-detail .related-theses .row-wrapper:after,
#footer #mainFooter > .container-wide-block > .row-wrapper:after,
#footer #mainFooter > .container-wide-block > .row-wrapper > .col-wrapper > .row-wrapper:after,
#detailContainer:after,
.detail-container:after,
#detailOrganizations > .row-wrapper:after,
#detailRelated > .row-wrapper:after,
#detailParticipants > .row-wrapper:after,
.organization-persons > .row-wrapper:after,
#detailParticipants > .row-wrapper > .col-wrapper > .row-wrapper.no-photo:after,
.organization-persons > .row-wrapper > .col-wrapper > .row-wrapper.no-photo:after,
#detailConference > .row-wrapper:after,
#agenda > .content .news-section > .row-wrapper:after,
#home > .content .news-section > .row-wrapper:after,
#agenda #content-wrapper .news-section > .row-wrapper:after,
#home #content-wrapper .news-section > .row-wrapper:after,
#agenda > .content .news-section-school > .row-wrapper:after,
#home > .content .news-section-school > .row-wrapper:after,
#agenda #content-wrapper .news-section-school > .row-wrapper:after,
#home #content-wrapper .news-section-school > .row-wrapper:after,
#agenda > .content .events-section > .row-wrapper:after,
#home > .content .events-section > .row-wrapper:after,
#agenda #content-wrapper .events-section > .row-wrapper:after,
#home #content-wrapper .events-section > .row-wrapper:after,
#agenda > .content #examinations > fieldset > .school-group > .row-wrapper:after,
#home > .content #examinations > fieldset > .school-group > .row-wrapper:after,
#agenda #content-wrapper #examinations > fieldset > .school-group > .row-wrapper:after,
#home #content-wrapper #examinations > fieldset > .school-group > .row-wrapper:after,
#agenda > .content #examinations > .row-wrapper:after,
#home > .content #examinations > .row-wrapper:after,
#agenda #content-wrapper #examinations > .row-wrapper:after,
#home #content-wrapper #examinations > .row-wrapper:after,
#media:after,
#media > .col-wrapper .row-wrapper:after,
#resultsExaminations > .row-wrapper:after,
#listItemsCalendar > .row-wrapper:after,
#listItemsCalendar > .row-wrapper > .col-wrapper:nth-of-type(2) > .row-wrapper:after,
#detailNextExaminations > .row-wrapper:after,
.event-no-image:after,
.with-date:after,
.quote-wrapper .row-wrapper:after,
#generalInformation > .row-wrapper:after,
.navbar-courses .row-wrapper:after,
.navbar-sections .row-wrapper:after,
.navbar-courses .row-wrapper:after,
.navbar-sections .row-wrapper:after,
.navbar-courses .row-wrapper:after,
.navbar-sections .row-wrapper:after,
.navbar-search-all .row-wrapper:after,
.personResults .row-wrapper:after,
.statistics > .row-wrapper:after,
.newsMobile > .row-wrapper:after,
#facts .facts .fact > .row-wrapper:nth-of-type(2):after,
#facts .facts .fact > .row-wrapper:nth-of-type(3):after,
#facts .facts > .row-wrapper:after,
.iscte-links > .row-wrapper:after,
.compare-table > .row-wrapper:after,
.compare-table > .row-wrapper:after,
.subSections .row-wrapper:after,
.school-top-content > .container-wide-block > .row-wrapper:after,
.school-top-content > .container-wide-block > .row-wrapper > .director-message > .row-wrapper:after,
#departmentsSchool > .container-wide-block > .row-wrapper:after,
#departmentsSchool > .container-wide-block > .row-wrapper:after,
#agenda .agendaItem.newsItem .row-wrapper:after,
#researchsSchool > .container-wide-block > .row-wrapper:after,
#researchsSchool > .container-wide-block > .row-wrapper:after,
.elements-selection .row-wrapper:after,
#schoolResearchUnits .research-unit > .row-wrapper:after,
#school .top-content .row-wrapper:after,
#subEntities .row-wrapper:after,
#frontPage .top-content .row-wrapper:after,
#frontPage .frontpage-top-content > .container-wide-block > .row-wrapper:after,
#frontPage #testimonies .row-wrapper:after,
.components .row-wrapper.team:after,
.components .row-wrapper.team > .col-wrapper > .row-wrapper:after,
.color-picker .row-wrapper:after,
.statisticsElement.row-wrapper:after,
.navbar-courses .row-wrapper:after,
.navbar-sections .row-wrapper:after,
#associated-content-list .row-wrapper:after,
#campusHome #details .row-wrapper:after,
.thesis .row-wrapper:after,
#categories_list_imaged .row-wrapper:after,
#contact_us #excuses .row-wrapper:after,
#contact_us #userInfo .row-wrapper:after,
#contact_us #profiles .row-wrapper:after,
#contact_us #identification-prompt.row-wrapper:after,
.searchResultsPersons .row-wrapper-specific:after,
.searchResultsMaximus .row-wrapper-specific:after,
.slide-item-date .row-wrapper:after,
#mobile-menu-bar .row-wrapper:after,
#schools .row-wrapper:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 61px;
}
.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px;
}
.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px;
}
.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 61px;
}
.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px;
}
.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px;
}
.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100%!important;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:hover,
.btn-adn:focus,
.btn-adn.focus,
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  background-image: none;
}
.btn-adn.disabled,
.btn-adn[disabled],
fieldset[disabled] .btn-adn,
.btn-adn.disabled:hover,
.btn-adn[disabled]:hover,
fieldset[disabled] .btn-adn:hover,
.btn-adn.disabled:focus,
.btn-adn[disabled]:focus,
fieldset[disabled] .btn-adn:focus,
.btn-adn.disabled.focus,
.btn-adn[disabled].focus,
fieldset[disabled] .btn-adn.focus,
.btn-adn.disabled:active,
.btn-adn[disabled]:active,
fieldset[disabled] .btn-adn:active,
.btn-adn.disabled.active,
.btn-adn[disabled].active,
fieldset[disabled] .btn-adn.active {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}
.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket.focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket.disabled,
.btn-bitbucket[disabled],
fieldset[disabled] .btn-bitbucket,
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled.focus,
.btn-bitbucket[disabled].focus,
fieldset[disabled] .btn-bitbucket.focus,
.btn-bitbucket.disabled:active,
.btn-bitbucket[disabled]:active,
fieldset[disabled] .btn-bitbucket:active,
.btn-bitbucket.disabled.active,
.btn-bitbucket[disabled].active,
fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}
.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox.focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox.disabled,
.btn-dropbox[disabled],
fieldset[disabled] .btn-dropbox,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled.focus,
.btn-dropbox[disabled].focus,
fieldset[disabled] .btn-dropbox.focus,
.btn-dropbox.disabled:active,
.btn-dropbox[disabled]:active,
fieldset[disabled] .btn-dropbox:active,
.btn-dropbox.disabled.active,
.btn-dropbox[disabled].active,
fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr.focus,
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr.disabled,
.btn-flickr[disabled],
fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled.focus,
.btn-flickr[disabled].focus,
fieldset[disabled] .btn-flickr.focus,
.btn-flickr.disabled:active,
.btn-flickr[disabled]:active,
fieldset[disabled] .btn-flickr:active,
.btn-flickr.disabled.active,
.btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}
.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:hover,
.btn-foursquare:focus,
.btn-foursquare.focus,
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}
.btn-foursquare.disabled,
.btn-foursquare[disabled],
fieldset[disabled] .btn-foursquare,
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled.focus,
.btn-foursquare[disabled].focus,
fieldset[disabled] .btn-foursquare.focus,
.btn-foursquare.disabled:active,
.btn-foursquare[disabled]:active,
fieldset[disabled] .btn-foursquare:active,
.btn-foursquare.disabled.active,
.btn-foursquare[disabled].active,
fieldset[disabled] .btn-foursquare.active {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}
.btn-github {
  color: #fff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover,
.btn-github:focus,
.btn-github.focus,
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github.disabled,
.btn-github[disabled],
fieldset[disabled] .btn-github,
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled.focus,
.btn-github[disabled].focus,
fieldset[disabled] .btn-github.focus,
.btn-github.disabled:active,
.btn-github[disabled]:active,
fieldset[disabled] .btn-github:active,
.btn-github.disabled.active,
.btn-github[disabled].active,
fieldset[disabled] .btn-github.active {
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github .badge {
  color: #444444;
  background-color: #fff;
}
.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:hover,
.btn-google:focus,
.btn-google.focus,
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  background-image: none;
}
.btn-google.disabled,
.btn-google[disabled],
fieldset[disabled] .btn-google,
.btn-google.disabled:hover,
.btn-google[disabled]:hover,
fieldset[disabled] .btn-google:hover,
.btn-google.disabled:focus,
.btn-google[disabled]:focus,
fieldset[disabled] .btn-google:focus,
.btn-google.disabled.focus,
.btn-google[disabled].focus,
fieldset[disabled] .btn-google.focus,
.btn-google.disabled:active,
.btn-google[disabled]:active,
fieldset[disabled] .btn-google:active,
.btn-google.disabled.active,
.btn-google[disabled].active,
fieldset[disabled] .btn-google.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}
.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram.focus,
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled.focus,
.btn-instagram[disabled].focus,
fieldset[disabled] .btn-instagram.focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin.focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled.focus,
.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin.focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}
.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:hover,
.btn-microsoft:focus,
.btn-microsoft.focus,
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  background-image: none;
}
.btn-microsoft.disabled,
.btn-microsoft[disabled],
fieldset[disabled] .btn-microsoft,
.btn-microsoft.disabled:hover,
.btn-microsoft[disabled]:hover,
fieldset[disabled] .btn-microsoft:hover,
.btn-microsoft.disabled:focus,
.btn-microsoft[disabled]:focus,
fieldset[disabled] .btn-microsoft:focus,
.btn-microsoft.disabled.focus,
.btn-microsoft[disabled].focus,
fieldset[disabled] .btn-microsoft.focus,
.btn-microsoft.disabled:active,
.btn-microsoft[disabled]:active,
fieldset[disabled] .btn-microsoft:active,
.btn-microsoft.disabled.active,
.btn-microsoft[disabled].active,
fieldset[disabled] .btn-microsoft.active {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}
.btn-odnoklassniki {
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:hover,
.btn-odnoklassniki:focus,
.btn-odnoklassniki.focus,
.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open > .dropdown-toggle.btn-odnoklassniki {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open > .dropdown-toggle.btn-odnoklassniki {
  background-image: none;
}
.btn-odnoklassniki.disabled,
.btn-odnoklassniki[disabled],
fieldset[disabled] .btn-odnoklassniki,
.btn-odnoklassniki.disabled:hover,
.btn-odnoklassniki[disabled]:hover,
fieldset[disabled] .btn-odnoklassniki:hover,
.btn-odnoklassniki.disabled:focus,
.btn-odnoklassniki[disabled]:focus,
fieldset[disabled] .btn-odnoklassniki:focus,
.btn-odnoklassniki.disabled.focus,
.btn-odnoklassniki[disabled].focus,
fieldset[disabled] .btn-odnoklassniki.focus,
.btn-odnoklassniki.disabled:active,
.btn-odnoklassniki[disabled]:active,
fieldset[disabled] .btn-odnoklassniki:active,
.btn-odnoklassniki.disabled.active,
.btn-odnoklassniki[disabled].active,
fieldset[disabled] .btn-odnoklassniki.active {
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff;
}
.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:hover,
.btn-openid:focus,
.btn-openid.focus,
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  background-image: none;
}
.btn-openid.disabled,
.btn-openid[disabled],
fieldset[disabled] .btn-openid,
.btn-openid.disabled:hover,
.btn-openid[disabled]:hover,
fieldset[disabled] .btn-openid:hover,
.btn-openid.disabled:focus,
.btn-openid[disabled]:focus,
fieldset[disabled] .btn-openid:focus,
.btn-openid.disabled.focus,
.btn-openid[disabled].focus,
fieldset[disabled] .btn-openid.focus,
.btn-openid.disabled:active,
.btn-openid[disabled]:active,
fieldset[disabled] .btn-openid:active,
.btn-openid.disabled.active,
.btn-openid[disabled].active,
fieldset[disabled] .btn-openid.active {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest.focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest.disabled,
.btn-pinterest[disabled],
fieldset[disabled] .btn-pinterest,
.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-pinterest:focus,
.btn-pinterest.disabled.focus,
.btn-pinterest[disabled].focus,
fieldset[disabled] .btn-pinterest.focus,
.btn-pinterest.disabled:active,
.btn-pinterest[disabled]:active,
fieldset[disabled] .btn-pinterest:active,
.btn-pinterest.disabled.active,
.btn-pinterest[disabled].active,
fieldset[disabled] .btn-pinterest.active {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}
.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:hover,
.btn-reddit:focus,
.btn-reddit.focus,
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  background-image: none;
}
.btn-reddit.disabled,
.btn-reddit[disabled],
fieldset[disabled] .btn-reddit,
.btn-reddit.disabled:hover,
.btn-reddit[disabled]:hover,
fieldset[disabled] .btn-reddit:hover,
.btn-reddit.disabled:focus,
.btn-reddit[disabled]:focus,
fieldset[disabled] .btn-reddit:focus,
.btn-reddit.disabled.focus,
.btn-reddit[disabled].focus,
fieldset[disabled] .btn-reddit.focus,
.btn-reddit.disabled:active,
.btn-reddit[disabled]:active,
fieldset[disabled] .btn-reddit:active,
.btn-reddit.disabled.active,
.btn-reddit[disabled].active,
fieldset[disabled] .btn-reddit.active {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}
.btn-soundcloud {
  color: #fff;
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:hover,
.btn-soundcloud:focus,
.btn-soundcloud.focus,
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  background-image: none;
}
.btn-soundcloud.disabled,
.btn-soundcloud[disabled],
fieldset[disabled] .btn-soundcloud,
.btn-soundcloud.disabled:hover,
.btn-soundcloud[disabled]:hover,
fieldset[disabled] .btn-soundcloud:hover,
.btn-soundcloud.disabled:focus,
.btn-soundcloud[disabled]:focus,
fieldset[disabled] .btn-soundcloud:focus,
.btn-soundcloud.disabled.focus,
.btn-soundcloud[disabled].focus,
fieldset[disabled] .btn-soundcloud.focus,
.btn-soundcloud.disabled:active,
.btn-soundcloud[disabled]:active,
fieldset[disabled] .btn-soundcloud:active,
.btn-soundcloud.disabled.active,
.btn-soundcloud[disabled].active,
fieldset[disabled] .btn-soundcloud.active {
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud .badge {
  color: #ff5500;
  background-color: #fff;
}
.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr.focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr.disabled,
.btn-tumblr[disabled],
fieldset[disabled] .btn-tumblr,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled.focus,
.btn-tumblr[disabled].focus,
fieldset[disabled] .btn-tumblr.focus,
.btn-tumblr.disabled:active,
.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-tumblr:active,
.btn-tumblr.disabled.active,
.btn-tumblr[disabled].active,
fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}
.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter.focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}
.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:hover,
.btn-vimeo:focus,
.btn-vimeo.focus,
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}
.btn-vimeo.disabled,
.btn-vimeo[disabled],
fieldset[disabled] .btn-vimeo,
.btn-vimeo.disabled:hover,
.btn-vimeo[disabled]:hover,
fieldset[disabled] .btn-vimeo:hover,
.btn-vimeo.disabled:focus,
.btn-vimeo[disabled]:focus,
fieldset[disabled] .btn-vimeo:focus,
.btn-vimeo.disabled.focus,
.btn-vimeo[disabled].focus,
fieldset[disabled] .btn-vimeo.focus,
.btn-vimeo.disabled:active,
.btn-vimeo[disabled]:active,
fieldset[disabled] .btn-vimeo:active,
.btn-vimeo.disabled.active,
.btn-vimeo[disabled].active,
fieldset[disabled] .btn-vimeo.active {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}
.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:hover,
.btn-vk:focus,
.btn-vk.focus,
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled.focus,
.btn-vk[disabled].focus,
fieldset[disabled] .btn-vk.focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active,
fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}
.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:hover,
.btn-yahoo:focus,
.btn-yahoo.focus,
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}
.btn-yahoo.disabled,
.btn-yahoo[disabled],
fieldset[disabled] .btn-yahoo,
.btn-yahoo.disabled:hover,
.btn-yahoo[disabled]:hover,
fieldset[disabled] .btn-yahoo:hover,
.btn-yahoo.disabled:focus,
.btn-yahoo[disabled]:focus,
fieldset[disabled] .btn-yahoo:focus,
.btn-yahoo.disabled.focus,
.btn-yahoo[disabled].focus,
fieldset[disabled] .btn-yahoo.focus,
.btn-yahoo.disabled:active,
.btn-yahoo[disabled]:active,
fieldset[disabled] .btn-yahoo:active,
.btn-yahoo.disabled.active,
.btn-yahoo[disabled].active,
fieldset[disabled] .btn-yahoo.active {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}
/*  Fonts */
@font-face {
  font-family: 'iul_font';
  src: url('../fonts/iscte/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'iul_font';
  src: url('../fonts/iscte/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'iul_font';
  src: url('../fonts/iscte/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'iul_font';
  src: url('../fonts/iscte/Montserrat-Medium.ttf') format('truetype');
  font-weight: bolder;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'iul_font';
  src: url('../fonts/iscte/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
/*
@font-face {
    font-family: 'iul_font_medium';
    src: url('../font/iul/morgbigextra-webfont.eot') format('eot');
    src: url('../font/iul/morgbigextra-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/iul/morgbigextra-webfont.woff') format('woff'),
         url('../font/iul/morgbigextra-webfont.ttf') format('truetype'),
         url('../font/iul/morgbigextra-webfont.svg#MorganBigExtraboldRegular') format('svg');
    font-weight: bold;
    font-style: normal;
}*/
.font-default {
  font-family: iul_font;
  /* http://www.google.com/fonts#UsePlace:use/Collection:Open+Sans */
  font-size: 11pt;
}
.font-iul {
  font-family: iul_font;
}
.font-iul-bold {
  font-family: iul_font;
  font-weight: bold;
}
.font-iul-medium {
  font-family: iul_font;
  font-weight: 500;
}
.text-medium {
  font-weight: bolder;
  font-style: normal;
  font-stretch: normal;
}
/* Generated by Glyphter (http://www.glyphter.com) on  Fri Nov 22 2019*/
@font-face {
  font-family: 'Glyphter';
  src: url('../fonts/iscte/icons/Glyphter.eot');
  src: url('../fonts/iscte/icons/Glyphter.eot?#iefix') format('embedded-opentype'), url('../fonts/iscte/icons/Glyphter.woff') format('woff'), url('../fonts/iscte/icons/Glyphter.ttf') format('truetype'), url('../fonts/iscte/icons/Glyphter.svg#Glyphter') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*='custom-icon-']:before {
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-icon-search:before {
  content: '\0041';
}
.custom-icon-idioma:before {
  content: '\0042';
}
.custom-icon-x:before {
  content: '\0043';
}
.custom-icon-arrow_right:before {
  content: '\0044';
}
.custom-icon-arrow_left:before {
  content: '\0045';
}
.custom-icon-check-box:before {
  content: '\0046';
}
.custom-icon-check-box-outline:before {
  content: '\0047';
}
[class*='custom-icon-'] {
  vertical-align: middle;
}
iframe {
  border: 0;
}
.keep-spacing {
  white-space: pre;
}
.round-wrapper {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
  background-clip: padding-box;
  margin-right: 15px;
  display: inline-table;
}
.round-wrapper > img {
  min-height: 48px;
  max-height: 48px;
  min-width: 48px;
  max-width: 48px;
  display: inline;
  object-fit: cover;
}
.round-wrapper-small {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  background-clip: padding-box;
  margin-right: 10px;
  display: inline-table;
}
.round-wrapper-small > img {
  min-height: 36px;
  max-height: 36px;
  min-width: 36px;
  max-width: 36px;
  display: inline;
  object-fit: cover;
}
.round-wrapper-big {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background-clip: padding-box;
  margin-right: 10px;
  display: inline-table;
}
.round-wrapper-big > img {
  min-height: 60px;
  max-height: 60px;
  min-width: 60px;
  max-width: 60px;
  display: inline;
  object-fit: cover;
}
.round-wrapper-full-width {
  overflow: hidden;
  border-radius: 50%;
  background-clip: padding-box;
  display: inline-table;
}
.round-wrapper-full-width > img {
  display: inline;
  object-fit: cover;
}
.empty-image {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #F6F4F3;
}
.plus-link {
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  background: #0D28C2;
  padding: 4px 5px;
  color: white;
}
.plus-link i {
  padding-left: 3px;
}
.plus-link:hover {
  background: #0D28C2;
  color: white;
}
.row-block {
  margin-left: -15px;
  margin-right: -15px;
}
.row-block-7 {
  margin-left: -7px;
  margin-right: -7px;
}
.spacing {
  margin-top: 10px;
  margin-bottom: 10px;
}
.remove-side-padding {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.remove-col-side-padding div[class*='col-']:first-of-type {
  padding-left: 0;
  padding-right: 0;
}
.remove-col-side-padding div[class*='col-']:last-of-type {
  padding-right: 0;
}
.remove-col-right-padding div[class*='col-'] {
  padding-right: 0;
}
.remove-right-spacing {
  padding-right: 0px;
  margin-right: 0px;
}
.remove-left-spacing {
  padding-left: 0px;
  margin-left: 0px;
}
.remove-top-spacing {
  padding-top: 0px !important;
  margin-top: 0px !important;
}
.small-margin-bottom {
  margin-bottom: 15px;
}
.bg-transparent {
  background: transparent !important;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.col-centered {
  margin: 0 auto;
  float: none;
}
.vcenter {
  display: inline-block;
  display: flex;
  align-items: center;
}
.top-buffer {
  margin-top: 1em;
}
.reset-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.reset-buffer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.reset-buffer-all {
  margin: 0 !important;
  padding: 0 !important;
}
.bottom-buffer {
  margin-bottom: 1em;
}
.top-buffer-2 {
  margin-top: 2px;
}
.top-buffer-5 {
  margin-top: 5px;
}
.top-buffer-10 {
  margin-top: 10px;
}
.top-buffer-15 {
  margin-top: 15px !important;
}
.top-buffer-20 {
  margin-top: 20px !important;
}
.top-buffer-25 {
  margin-top: 25px !important;
}
.top-buffer-30 {
  margin-top: 30px !important;
}
.top-buffer-35 {
  margin-top: 35px !important;
}
.top-buffer-40 {
  margin-top: 40px !important;
}
.top-buffer-45 {
  margin-top: 45px !important;
}
.top-buffer-50 {
  margin-top: 50px !important;
}
.bottom-minus-10 {
  margin-bottom: -10px;
}
.bottom-buffer-5 {
  margin-bottom: 5px;
}
.bottom-buffer-10 {
  margin-bottom: 10px !important;
}
.bottom-buffer-15 {
  margin-bottom: 15px !important;
}
.bottom-buffer-20 {
  margin-bottom: 20px !important;
}
.bottom-buffer-25 {
  margin-bottom: 25px !important;
}
.bottom-buffer-30 {
  margin-bottom: 30px !important;
}
.bottom-buffer-35 {
  margin-bottom: 35px !important;
}
.bottom-buffer-40 {
  margin-bottom: 40px !important;
}
.bottom-buffer-45 {
  margin-bottom: 45px !important;
}
.bottom-buffer-50 {
  margin-bottom: 50px !important;
}
.bottom-buffer-70 {
  margin-bottom: 70px !important;
}
.bottom-buffer-100 {
  margin-bottom: 100px;
}
.bottom-buffer-110 {
  margin-bottom: 120px;
}
.left-buffer {
  margin-left: 1em;
}
.right-buffer {
  margin-right: 1em;
}
.left-buffer-5 {
  margin-left: 5px;
}
.right-buffer-5 {
  margin-right: 5px;
}
.left-buffer-10 {
  margin-left: 10px;
}
.right-buffer-10 {
  margin-right: 10px;
}
.left-buffer-15 {
  margin-left: 15px;
}
.right-buffer-15 {
  margin-right: 15px;
}
.left-buffer-20 {
  margin-left: 20px;
}
.right-buffer-20 {
  margin-right: 20px;
}
.right-buffer-25 {
  margin-right: 25px;
}
.full-buffer {
  margin: 1em;
}
.full-buffer-5 {
  margin: 5px;
}
.full-buffer-10 {
  margin: 10px;
}
.full-buffer-15 {
  margin: 15px;
}
.full-buffer-20 {
  margin: 20px;
}
.top-padder {
  padding-top: 1em;
}
.bottom-padder {
  padding-bottom: 1em;
}
.top-padder-5 {
  padding-top: 5px;
}
.bottom-padder-5 {
  padding-bottom: 5px;
}
.top-padder-10 {
  padding-top: 10px;
}
.bottom-padder-10 {
  padding-bottom: 10px;
}
.top-padder-15 {
  padding-top: 15px;
}
.bottom-padder-15 {
  padding-bottom: 15px;
}
.top-padder-20 {
  padding-top: 20px;
}
.bottom-padder-20 {
  padding-bottom: 20px;
}
.top-padder-45 {
  padding-top: 45px;
}
.bottom-padder-45 {
  padding-bottom: 45px;
}
.top-padder-45 {
  padding-top: 45px;
}
.left-padder {
  padding-left: 1em;
}
.right-padder {
  padding-right: 1em;
}
.left-padder-5 {
  padding-left: 5px;
}
.right-padder-5 {
  padding-right: 5px;
}
.left-padder-10 {
  padding-left: 10px;
}
.right-padder-10 {
  padding-right: 10px;
}
.left-padder-15 {
  padding-left: 15px;
}
.right-padder-15 {
  padding-right: 15px;
}
.left-padder-20 {
  padding-left: 20px;
}
.right-padder-20 {
  padding-right: 20px;
}
.full-padder {
  padding: 1em;
}
.full-padder-5 {
  padding: 5px;
}
.full-padder-10 {
  padding: 10px;
}
.full-padder-15 {
  padding: 15px;
}
.full-padder-20 {
  padding: 20px;
}
.clickable {
  cursor: pointer;
}
.vertical-divider {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}
.container-wide-block {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}
.container-wide-block > .navbar-header,
.container-wide-block > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container-wide-block > .navbar-header,
  .container-wide-block > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.sticky-mobile-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  bottom: 0%;
  top: 0%;
}
.sticky-right {
  position: fixed;
  top: 8px;
  right: 45px;
}
.container-with-offset {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container-with-offset {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .container-with-offset {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .container-with-offset {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .container-with-offset {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .container-with-offset {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .container-with-offset {
    margin-left: 16.66666667%;
  }
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.pull-center {
  text-align: center;
}
.text-bold {
  font-weight: bold;
}
.text-italic {
  font-style: italic;
}
.text-underline {
  text-decoration: underline;
}
.text-strikethrough {
  text-decoration: line-through;
}
.content-full-width {
  width: 100%;
  height: 400px;
}
.text-uppercase {
  text-transform: uppercase;
}
.full-width {
  width: 100% !important;
}
.width-10 {
  width: 10%;
}
.width-20 {
  width: 20%;
}
.width-30 {
  width: 30%;
}
.width-40 {
  width: 40%;
}
.width-50 {
  width: 60%;
}
.width-60 {
  width: 60%;
}
.width-70 {
  width: 70%;
}
.width-80 {
  width: 80%;
}
.width-90 {
  width: 90%;
}
.searchSection {
  position: relative;
}
.searchSection > input {
  padding-left: 25px;
}
.searchSection > span {
  position: absolute;
  top: 25%;
  left: 5px;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
.text-danger {
  color: #f34135 !important;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexible-grid {
  margin-left: -15px;
  margin-right: -15px;
  /* one item */
  /* two items */
  /* three items */
  /* four items */
  /* five item */
  /* six items */
  /* seven items */
  /* eight items */
  /* nine items */
  /* ten items */
}
@media (max-width: 1499px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(1) {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1500px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(1) {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1499px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(2),
  .flexible-grid .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1500px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(2),
  .flexible-grid .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.flexible-grid .col-wrapper:first-child:nth-last-child(3),
.flexible-grid .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(3),
  .flexible-grid .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(3),
  .flexible-grid .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(3),
  .flexible-grid .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
.flexible-grid .col-wrapper:first-child:nth-last-child(4),
.flexible-grid .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(4),
  .flexible-grid .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(4),
  .flexible-grid .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(4),
  .flexible-grid .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper {
    float: left;
    width: 25%;
  }
}
.flexible-grid .col-wrapper:first-child:nth-last-child(5),
.flexible-grid .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(5),
  .flexible-grid .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(5),
  .flexible-grid .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(5),
  .flexible-grid .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1500px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(5),
  .flexible-grid .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper {
    width: 20%;
  }
}
.flexible-grid .col-wrapper:first-child:nth-last-child(6),
.flexible-grid .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(6),
  .flexible-grid .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(6),
  .flexible-grid .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(6),
  .flexible-grid .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
.flexible-grid .col-wrapper:first-child:nth-last-child(7),
.flexible-grid .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(7),
  .flexible-grid .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(7),
  .flexible-grid .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(7),
  .flexible-grid .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1500px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(7),
  .flexible-grid .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper {
    width: 14.2857%;
  }
}
.flexible-grid .col-wrapper:first-child:nth-last-child(8),
.flexible-grid .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(8),
  .flexible-grid .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(8),
  .flexible-grid .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(8),
  .flexible-grid .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1500px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(8),
  .flexible-grid .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper {
    width: 12.5%;
  }
}
.flexible-grid .col-wrapper:first-child:nth-last-child(9),
.flexible-grid .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(9),
  .flexible-grid .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(9),
  .flexible-grid .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(9),
  .flexible-grid .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1500px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(9),
  .flexible-grid .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper {
    width: 11.11111%;
  }
}
.flexible-grid .col-wrapper:first-child:nth-last-child(10),
.flexible-grid .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(10),
  .flexible-grid .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(10),
  .flexible-grid .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(10),
  .flexible-grid .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1500px) {
  .flexible-grid .col-wrapper:first-child:nth-last-child(10),
  .flexible-grid .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    width: 10%;
  }
}
.flexible-grid-four {
  margin-left: -15px;
  margin-right: -15px;
  /* one item */
  /* two items */
  /* three items */
  /* four items */
}
@media (max-width: 1499px) {
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(1) {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1500px) {
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(1) {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1499px) {
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(2),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1499px) and (min-width: 768px) {
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(2),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1499px) and (min-width: 992px) {
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(2),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1500px) {
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(2),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1499px) {
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(3),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1499px) and (min-width: 768px) {
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(3),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1499px) and (min-width: 992px) {
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(3),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1500px) {
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(3),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1499px) {
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(4),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(5),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(6),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(7),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(8),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(9),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(10),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1499px) and (min-width: 768px) {
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(4),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(5),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(6),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(7),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(8),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(9),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(10),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1499px) and (min-width: 992px) {
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(4),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(5),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(6),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(7),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(8),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(9),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(10),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1500px) {
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(4),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(5),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(6),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(7),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(8),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(9),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(10),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1500px) and (min-width: 1200px) {
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(4),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(5),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(6),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(7),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(8),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(9),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(10),
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper,
  .flexible-grid-four .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    float: left;
    width: 25%;
  }
}
.col-image .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.col-image .row-wrapper .col-wrapper:first-of-type {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-image .row-wrapper .col-wrapper:first-of-type {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .col-image .row-wrapper .col-wrapper:first-of-type {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .col-image .row-wrapper .col-wrapper:first-of-type {
    float: left;
    width: 75%;
  }
}
.col-image .row-wrapper .col-wrapper:last-of-type {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-image .row-wrapper .col-wrapper:last-of-type {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .col-image .row-wrapper .col-wrapper:last-of-type {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .col-image .row-wrapper .col-wrapper:last-of-type {
    float: left;
    width: 25%;
  }
}
.col-image .row-wrapper a.item,
.col-image .row-wrapper .item-img img {
  margin-bottom: 0;
  background: #F6F4F3;
}
.col-image .row-wrapper a.item {
  border: 0;
}
.col-image .row-wrapper a.item i.logo {
  font-size: 1.8em;
}
.three-cols {
  margin-left: -15px;
  margin-right: -15px;
}
.three-cols .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .three-cols .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .three-cols .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
.three-cols-testimonies {
  margin-left: -15px;
  margin-right: -15px;
}
.three-cols-testimonies .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .three-cols-testimonies .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .three-cols-testimonies .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
.three-cols-testimonies .col-wrapper.testimony {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .three-cols-testimonies .col-wrapper.testimony {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .three-cols-testimonies .col-wrapper.testimony {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .three-cols-testimonies .col-wrapper.testimony {
    float: left;
    width: 33.33333333%;
  }
}
.three-cols-testimonies .col-wrapper.testimony .col-wrapper:nth-of-type(1) {
  float: left;
  width: 41.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .three-cols-testimonies .col-wrapper.testimony .col-wrapper:nth-of-type(1) {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .three-cols-testimonies .col-wrapper.testimony .col-wrapper:nth-of-type(1) {
    float: left;
    width: 41.66666667%;
  }
}
.three-cols-testimonies .col-wrapper.testimony .col-wrapper:nth-of-type(2) {
  float: left;
  width: 58.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .three-cols-testimonies .col-wrapper.testimony .col-wrapper:nth-of-type(2) {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .three-cols-testimonies .col-wrapper.testimony .col-wrapper:nth-of-type(2) {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .three-cols-testimonies.separator .col-wrapper.testimony {
    border-right: 2px solid #0D28C2;
    min-height: 150px;
  }
  .three-cols-testimonies.separator .col-wrapper.testimony:last-of-type {
    border-right: 0;
  }
}
.four-cols {
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: initial;
}
.four-cols .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .four-cols .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .four-cols .col-wrapper {
    float: left;
    width: 25%;
  }
}
.four-cols .col-wrapper.testimony .col-wrapper:nth-of-type(2) {
  width: initial;
  padding-left: 0;
}
.four-cols.separator .col-wrapper.testimony {
  border-right: 1px solid #0D28C2;
  min-height: 150px;
}
.four-cols.separator .col-wrapper.testimony:last-of-type {
  border-right: 0;
}
.five-cols {
  margin-left: -7px;
  margin-right: -7px;
}
.five-cols .col-wrapper {
  float: left;
  width: 41.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 7px;
}
@media (min-width: 768px) {
  .five-cols .col-wrapper {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .five-cols .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
.color-block {
  display: block;
  height: 120px;
  padding: 10px;
}
.color-block .agendaTitle {
  color: white;
  font-size: 16px;
}
.color-block .agendaTitle:hover {
  color: black !important;
}
.six-cols {
  margin-left: -7px;
  margin-right: -7px;
}
.six-cols .col-wrapper {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 7px;
}
@media (min-width: 768px) {
  .six-cols .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .six-cols .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
.six-cols i.logo {
  font-size: 2.7em;
}
.four-two-cols-simple {
  margin-left: -15px;
  margin-right: -15px;
}
.four-two-cols-simple .col-wrapper:first-of-type {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .four-two-cols-simple .col-wrapper:first-of-type {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .four-two-cols-simple .col-wrapper:first-of-type {
    float: left;
    width: 66.66666667%;
  }
}
.four-two-cols-simple .col-wrapper:last-of-type {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .four-two-cols-simple .col-wrapper:last-of-type {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .four-two-cols-simple .col-wrapper:last-of-type {
    float: left;
    width: 33.33333333%;
  }
}
.five-one-cols {
  margin-left: -15px;
  margin-right: -15px;
}
.five-one-cols .cols-wrapper:first-of-type {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .five-one-cols .cols-wrapper:first-of-type {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .five-one-cols .cols-wrapper:first-of-type {
    float: left;
    width: 83.33333333%;
  }
}
.five-one-cols .cols-wrapper:first-of-type .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.five-one-cols .cols-wrapper:first-of-type .row-wrapper .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .five-one-cols .cols-wrapper:first-of-type .row-wrapper .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .five-one-cols .cols-wrapper:first-of-type .row-wrapper .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .five-one-cols .cols-wrapper:first-of-type .row-wrapper .col-wrapper {
    width: 20%;
  }
}
.five-one-cols .cols-wrapper:first-of-type .row-wrapper .col-wrapper:before,
.five-one-cols .cols-wrapper:first-of-type .row-wrapper .col-wrapper:after {
  content: " ";
  display: table;
}
.five-one-cols .cols-wrapper:first-of-type .row-wrapper .col-wrapper:after {
  clear: both;
}
.five-one-cols .cols-wrapper:first-of-type .row-wrapper .col-wrapper:before,
.five-one-cols .cols-wrapper:first-of-type .row-wrapper .col-wrapper:after {
  content: " ";
  display: table;
}
.five-one-cols .cols-wrapper:first-of-type .row-wrapper .col-wrapper:after {
  clear: both;
}
.five-one-cols .cols-wrapper:last-of-type {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px !important;
}
@media (min-width: 768px) {
  .five-one-cols .cols-wrapper:last-of-type {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .five-one-cols .cols-wrapper:last-of-type {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .five-one-cols .cols-wrapper:last-of-type {
    border-left: 1px solid #0D28C2;
  }
}
.five-one-cols .cols-wrapper:last-of-type .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  flex-direction: column;
  align-content: stretch;
}
.five-one-cols .cols-wrapper:last-of-type .row-wrapper .col-wrapper {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px !important;
  width: 100%;
}
@media (min-width: 768px) {
  .five-one-cols .cols-wrapper:last-of-type .row-wrapper .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .five-one-cols .cols-wrapper:last-of-type .row-wrapper .col-wrapper {
    float: left;
    width: 50%;
  }
}
.four-one-one-cols {
  margin-left: -15px;
  margin-right: -15px;
}
.four-one-one-cols .cols-wrapper:first-of-type {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .four-one-one-cols .cols-wrapper:first-of-type {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .four-one-one-cols .cols-wrapper:first-of-type {
    float: left;
    width: 66.66666667%;
  }
}
.four-one-one-cols .cols-wrapper:first-of-type .col-wrapper {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .four-one-one-cols .cols-wrapper:first-of-type .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .four-one-one-cols .cols-wrapper:first-of-type .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .four-one-one-cols .cols-wrapper:first-of-type .col-wrapper {
    width: 25%;
  }
}
.four-one-one-cols .cols-wrapper:first-of-type .col-wrapper:before,
.four-one-one-cols .cols-wrapper:first-of-type .col-wrapper:after {
  content: " ";
  display: table;
}
.four-one-one-cols .cols-wrapper:first-of-type .col-wrapper:after {
  clear: both;
}
.four-one-one-cols .cols-wrapper:first-of-type .col-wrapper:before,
.four-one-one-cols .cols-wrapper:first-of-type .col-wrapper:after {
  content: " ";
  display: table;
}
.four-one-one-cols .cols-wrapper:first-of-type .col-wrapper:after {
  clear: both;
}
.four-one-one-cols .cols-wrapper:nth-of-type(2),
.four-one-one-cols .cols-wrapper:nth-of-type(3) {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #0D28C2;
  padding-left: 15px !important;
}
@media (min-width: 768px) {
  .four-one-one-cols .cols-wrapper:nth-of-type(2),
  .four-one-one-cols .cols-wrapper:nth-of-type(3) {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .four-one-one-cols .cols-wrapper:nth-of-type(2),
  .four-one-one-cols .cols-wrapper:nth-of-type(3) {
    float: left;
    width: 16.66666667%;
  }
}
.four-one-one-cols .cols-wrapper:nth-of-type(2) .row-wrapper,
.four-one-one-cols .cols-wrapper:nth-of-type(3) .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.four-one-one-cols .cols-wrapper:nth-of-type(2) .row-wrapper .col-wrapper,
.four-one-one-cols .cols-wrapper:nth-of-type(3) .row-wrapper .col-wrapper {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px !important;
  width: 100%;
}
@media (min-width: 768px) {
  .four-one-one-cols .cols-wrapper:nth-of-type(2) .row-wrapper .col-wrapper,
  .four-one-one-cols .cols-wrapper:nth-of-type(3) .row-wrapper .col-wrapper {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .four-one-one-cols .cols-wrapper:nth-of-type(2) .row-wrapper .col-wrapper,
  .four-one-one-cols .cols-wrapper:nth-of-type(3) .row-wrapper .col-wrapper {
    float: left;
    width: 100%;
  }
}
.four-one-one-cols .cols-wrapper:nth-of-type(2) .col-wrapper {
  padding-right: 15px !important;
}
.four-two-cols {
  margin-left: -15px;
  margin-right: -15px;
}
.four-two-cols .cols-wrapper .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.four-two-cols .cols-wrapper:first-of-type {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .four-two-cols .cols-wrapper:first-of-type {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .four-two-cols .cols-wrapper:first-of-type {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .four-two-cols .cols-wrapper:first-of-type {
    float: left;
    width: 66.66666667%;
  }
}
.four-two-cols .cols-wrapper:first-of-type .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .four-two-cols .cols-wrapper:first-of-type .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .four-two-cols .cols-wrapper:first-of-type .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .four-two-cols .cols-wrapper:first-of-type .col-wrapper {
    float: left;
    width: 25%;
  }
}
.four-two-cols .cols-wrapper:last-of-type {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .four-two-cols .cols-wrapper:last-of-type {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .four-two-cols .cols-wrapper:last-of-type {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .four-two-cols .cols-wrapper:last-of-type {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .four-two-cols .cols-wrapper:last-of-type {
    border-left: 1px solid #0D28C2;
  }
}
.four-two-cols .cols-wrapper:last-of-type .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .four-two-cols .cols-wrapper:last-of-type .col-wrapper {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .four-two-cols .cols-wrapper:last-of-type .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .four-two-cols .cols-wrapper:last-of-type .col-wrapper {
    float: left;
    width: 50%;
  }
}
.two-two-cols {
  margin-left: -15px;
  margin-right: -15px;
}
.two-two-cols img {
  height: 135px;
  width: 100%;
  object-fit: cover;
}
.two-two-cols .cols-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .two-two-cols .cols-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .two-two-cols .cols-wrapper {
    float: left;
    width: 50%;
  }
}
.two-two-cols .cols-wrapper .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .two-two-cols .cols-wrapper .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .two-two-cols .cols-wrapper .col-wrapper {
    float: left;
    width: 50%;
  }
}
.two-two-cols .cols-wrapper .col-wrapper:last-of-type {
  padding-right: 0;
}
.three-one-cols {
  margin-left: -15px;
  margin-right: -15px;
}
.three-one-cols img {
  height: 135px;
  object-fit: cover;
}
.three-one-cols .cols-wrapper:first-of-type {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .three-one-cols .cols-wrapper:first-of-type {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .three-one-cols .cols-wrapper:first-of-type {
    float: left;
    width: 83.33333333%;
  }
}
.three-one-cols .cols-wrapper:first-of-type .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .three-one-cols .cols-wrapper:first-of-type .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .three-one-cols .cols-wrapper:first-of-type .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .three-one-cols .cols-wrapper:first-of-type .col-wrapper {
    padding-left: 0px !important;
  }
}
.three-one-cols .cols-wrapper:first-of-type .col-wrapper:first-of-type {
  padding-left: 0px;
}
@media (min-width: 992px) {
  .three-one-cols .cols-wrapper:first-of-type .col-wrapper {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .three-one-cols .cols-wrapper:first-of-type .col-wrapper {
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .three-one-cols .cols-wrapper:first-of-type .col-wrapper:nth-of-type(odd) {
    padding-left: 0px;
  }
}
.three-one-cols .cols-wrapper:first-of-type .col-wrapper:before,
.three-one-cols .cols-wrapper:first-of-type .col-wrapper:after {
  content: " ";
  display: table;
}
.three-one-cols .cols-wrapper:first-of-type .col-wrapper:after {
  clear: both;
}
.three-one-cols .cols-wrapper:first-of-type .col-wrapper:before,
.three-one-cols .cols-wrapper:first-of-type .col-wrapper:after {
  content: " ";
  display: table;
}
.three-one-cols .cols-wrapper:first-of-type .col-wrapper:after {
  clear: both;
}
.three-one-cols .cols-wrapper:nth-of-type(2) {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px !important;
}
@media (min-width: 768px) {
  .three-one-cols .cols-wrapper:nth-of-type(2) {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .three-one-cols .cols-wrapper:nth-of-type(2) {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .three-one-cols .cols-wrapper:nth-of-type(2) {
    border-left: 1px solid #0D28C2;
  }
}
.three-one-cols .cols-wrapper:nth-of-type(2) .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.three-one-cols .cols-wrapper:nth-of-type(2) .row-wrapper .col-wrapper {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px !important;
  width: 100%;
}
@media (min-width: 768px) {
  .three-one-cols .cols-wrapper:nth-of-type(2) .row-wrapper .col-wrapper {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .three-one-cols .cols-wrapper:nth-of-type(2) .row-wrapper .col-wrapper {
    float: left;
    width: 100%;
  }
}
.three-one-cols .cols-wrapper:nth-of-type(2) .col-wrapper {
  padding-right: 15px !important;
}
.four-one-cols {
  margin-left: -15px;
  margin-right: -15px;
}
.four-one-cols img {
  height: 135px;
  object-fit: cover;
}
.four-one-cols .cols-wrapper:first-of-type {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .four-one-cols .cols-wrapper:first-of-type {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .four-one-cols .cols-wrapper:first-of-type {
    float: left;
    width: 83.33333333%;
  }
}
.four-one-cols .cols-wrapper:first-of-type .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .four-one-cols .cols-wrapper:first-of-type .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .four-one-cols .cols-wrapper:first-of-type .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .four-one-cols .cols-wrapper:first-of-type .col-wrapper {
    padding-left: 0px !important;
  }
}
.four-one-cols .cols-wrapper:first-of-type .col-wrapper:first-of-type {
  padding-left: 0px;
}
@media (min-width: 992px) {
  .four-one-cols .cols-wrapper:first-of-type .col-wrapper {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .four-one-cols .cols-wrapper:first-of-type .col-wrapper {
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .four-one-cols .cols-wrapper:first-of-type .col-wrapper:nth-of-type(odd) {
    padding-left: 0px;
  }
}
.four-one-cols .cols-wrapper:first-of-type .col-wrapper:before,
.four-one-cols .cols-wrapper:first-of-type .col-wrapper:after {
  content: " ";
  display: table;
}
.four-one-cols .cols-wrapper:first-of-type .col-wrapper:after {
  clear: both;
}
.four-one-cols .cols-wrapper:first-of-type .col-wrapper:before,
.four-one-cols .cols-wrapper:first-of-type .col-wrapper:after {
  content: " ";
  display: table;
}
.four-one-cols .cols-wrapper:first-of-type .col-wrapper:after {
  clear: both;
}
.four-one-cols .cols-wrapper:nth-of-type(2) {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px !important;
}
@media (min-width: 768px) {
  .four-one-cols .cols-wrapper:nth-of-type(2) {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .four-one-cols .cols-wrapper:nth-of-type(2) {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .four-one-cols .cols-wrapper:nth-of-type(2) {
    border-left: 1px solid #0D28C2;
  }
}
.four-one-cols .cols-wrapper:nth-of-type(2) .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.four-one-cols .cols-wrapper:nth-of-type(2) .row-wrapper .col-wrapper {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px !important;
  width: 100%;
}
@media (min-width: 768px) {
  .four-one-cols .cols-wrapper:nth-of-type(2) .row-wrapper .col-wrapper {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .four-one-cols .cols-wrapper:nth-of-type(2) .row-wrapper .col-wrapper {
    float: left;
    width: 100%;
  }
}
.four-one-cols .cols-wrapper:nth-of-type(2) .col-wrapper {
  padding-right: 15px !important;
}
.four-one-cols .cols-wrapper:first-of-type .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .four-one-cols .cols-wrapper:first-of-type .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .four-one-cols .cols-wrapper:first-of-type .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .four-one-cols .cols-wrapper:first-of-type .col-wrapper {
    width: 25%;
  }
}
.mce-ico.mce-i-fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.table-without-borders tr {
  border: none !important;
  border-bottom: 0px !important;
}
.table-without-borders td,
.table-without-borders th {
  border: none !important;
  border-bottom: 0px !important;
}
.textarea-small {
  height: 250px;
}
.center {
  display: block;
  margin: 0 auto;
}
.custom-checkbox {
  padding-left: 25px;
}
.custom-checkbox label {
  cursor: pointer;
  margin-bottom: 0px;
  line-height: initial;
}
.custom-checkbox input[type="radio"] + label::before,
.custom-checkbox input[type="checkbox"] + label::before {
  font-family: 'Glyphter';
  content: "\0047";
  font-size: 1.2em;
  margin-right: 15px;
  display: inline-block;
  position: absolute;
  margin-left: -25px;
  cursor: pointer;
}
.custom-checkbox input[type="radio"]:checked + label::before,
.custom-checkbox input[type="checkbox"]:checked + label::before {
  content: "\0046";
  color: #0D28C2;
  cursor: pointer;
}
.custom-checkbox input[type=checkbox],
.custom-checkbox input[type=radio] {
  display: none;
}
#highlightCarousel .item,
#highlightCarousel-xs .item,
.carousel-backoffice .item {
  max-height: 400px;
}
#highlightCarousel .item > .lazy-bg,
#highlightCarousel-xs .item > .lazy-bg,
.carousel-backoffice .item > .lazy-bg {
  min-height: 400px;
  max-height: 400px;
}
#highlightCarousel .item .bg-overlay,
#highlightCarousel-xs .item .bg-overlay,
.carousel-backoffice .item .bg-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  backface-visibility: hidden;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 100%);
  opacity: 0.8;
}
#highlightCarousel .item > div img,
#highlightCarousel-xs .item > div img,
.carousel-backoffice .item > div img {
  width: 100%;
}
#highlightCarousel .item .homepage-video video,
#highlightCarousel-xs .item .homepage-video video,
.carousel-backoffice .item .homepage-video video {
  width: 100%;
  min-height: 300px;
}
#highlightCarousel .item .homepage-video-description a,
#highlightCarousel-xs .item .homepage-video-description a,
.carousel-backoffice .item .homepage-video-description a {
  position: absolute;
  bottom: 0;
}
#highlightCarousel .item .container-wide-block > a,
#highlightCarousel-xs .item .container-wide-block > a,
.carousel-backoffice .item .container-wide-block > a {
  bottom: 10%;
  position: absolute;
  color: white;
}
#highlightCarousel .item .container-wide-block > a .caption,
#highlightCarousel-xs .item .container-wide-block > a .caption,
.carousel-backoffice .item .container-wide-block > a .caption {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
#highlightCarousel .item .container-wide-block > a .carousel-title,
#highlightCarousel-xs .item .container-wide-block > a .carousel-title,
.carousel-backoffice .item .container-wide-block > a .carousel-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 10px;
}
#highlightCarousel .item .container-wide-block > a .carousel-text,
#highlightCarousel-xs .item .container-wide-block > a .carousel-text,
.carousel-backoffice .item .container-wide-block > a .carousel-text {
  font-size: 1.3em;
}
#highlightCarousel .carousel-indicators,
#highlightCarousel-xs .carousel-indicators,
.carousel-backoffice .carousel-indicators {
  bottom: 0;
  right: 10px;
  margin-right: 15px;
  left: auto;
  width: auto;
}
#highlightCarousel .carousel-indicators li,
#highlightCarousel-xs .carousel-indicators li,
.carousel-backoffice .carousel-indicators li {
  border: medium none;
  border-radius: 0;
  float: left;
  height: 44px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 5px !important;
  margin-top: 0;
  width: 120px;
}
#highlightCarousel .carousel-indicators img,
#highlightCarousel-xs .carousel-indicators img,
.carousel-backoffice .carousel-indicators img {
  border: 2px solid #FFFFFF;
  float: left;
  height: 44px;
  left: 0;
  width: 120px;
}
#highlightCarousel .carousel-indicators .active img,
#highlightCarousel-xs .carousel-indicators .active img,
.carousel-backoffice .carousel-indicators .active img {
  border: 2px solid #0D28C2;
}
#highlightCarousel .custom-icon-arrow_left,
#highlightCarousel-xs .custom-icon-arrow_left,
.carousel-backoffice .custom-icon-arrow_left {
  left: 50px;
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  color: white;
  font-size: 55px;
}
#highlightCarousel .custom-icon-arrow_right,
#highlightCarousel-xs .custom-icon-arrow_right,
.carousel-backoffice .custom-icon-arrow_right {
  right: 50px;
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  color: white;
  font-size: 55px;
}
.carousel-backoffice .item .container-wide-block > a {
  position: relative;
  margin-top: 20px;
}
.carousel-backoffice .item > div {
  min-height: 150px;
  max-height: 150px;
  height: 150px;
}
.text-black {
  color: black;
}
.compare-info .course-block > .item {
  height: auto;
}
.compare-info .course-block > .item .course {
  padding: 0;
  line-height: 1.4em;
}
.base-back-inverse {
  background-color: white !important;
  color: #0D28C2 !important;
  border-color: #0D28C2 !important;
}
.base-1-back {
  background-color: #0D28C2;
  color: white;
}
.green-1-back {
  background-color: #4baf4f;
  color: white;
}
.light-green-back {
  background-color: #edfced;
}
.red-1-back {
  background-color: #F50C0C;
  color: white;
}
.iul-color {
  color: #0D28C2;
}
.iul-ista-color {
  color: #14bfb8;
}
.iul-ibs-color {
  color: #e21f1b;
}
.iul-espp-color {
  color: #f18d00;
}
.iul-ecsh-color {
  color: #25b748;
}
.iul-sintra-color {
  color: #00A9E0;
}
.back-iul-color {
  background-color: #0D28C2;
}
.back-iul-ista-color {
  background-color: #14bfb8;
}
.back-iul-ibs-color {
  background-color: #e21f1b;
}
.back-iul-espp-color {
  background-color: #f18d00;
}
.back-iul-ecsh-color {
  background-color: #25b748;
}
.back-sintra-color {
  background-color: #00A9E0;
}
.base-1 {
  color: #0D28C2;
}
.light-text-color {
  color: #8c8c8d !important;
}
.dark-base-color {
  color: #065683;
}
.green-1 {
  color: #4baf4f;
}
.red-1 {
  color: #F50C0C !important;
}
.yellow-1 {
  color: #ffcc00;
}
.base-color {
  color: #0D28C2;
}
.base-color-2 {
  color: #0D28C2;
}
.base-element {
  background-color: #0D28C2;
  color: #53a4d1;
}
.danger-color {
  color: #f34135;
}
.danger-element {
  background-color: #f34135;
  color: #53a4d1;
}
.danger-color-soft {
  color: #f2dede;
}
.danger-element-soft {
  background-color: #f2dede;
  color: #f34135;
}
.warning-color {
  color: #FFCE00;
}
.warning-element {
  background-color: #FFCE00 !important;
  color: #53a4d1 !important;
}
.success-color {
  color: #4baf4f;
}
.success-element {
  background-color: #4baf4f;
  color: #53a4d1;
}
.text-color {
  color: #404041 !important;
}
.today-inverse {
  background: #0D28C2;
  color: white;
}
.today {
  background: white;
  color: #0D28C2;
}
.today a {
  color: #0D28C2;
}
/*.today-simple {
		border: 2px solid @iul-color;
		color: @iul-color;

		a {
			color: @iul-color;
		}

}*/
/*
.today-inverse-background{
	background: @10-success-color !important;
}

.tomorrow-inverse-background{
	background: @20-accent-color !important;
}

.important-inverse-background{
		background: @10-danger-color !important;

}
*/
.tomorrow-inverse {
  background: #edf5fa;
  color: #0D28C2;
}
.tomorrow-inverse a {
  color: #0D28C2;
}
.tomorrow-simple {
  border: 2px solid #0D28C2;
  color: #0D28C2;
}
.tomorrow-simple a {
  color: #0D28C2;
}
.after-inverse {
  background: #F6F4F3;
  color: #0D28C2;
  border-color: #0D28C2;
}
.after-inverse a {
  color: #0D28C2;
}
.after-simple {
  color: #0D28C2;
  border: 2px solid #0D28C2;
}
.after-simple a {
  color: #0D28C2;
}
.after-simple:hover {
  background: #0D28C2;
  color: #f2f2f3;
  border: 2px solid #0D28C2;
}
.tomorrow {
  /*	background: @30-light-iul-color;
		color: white;
		*/
  background: white;
  color: #0D28C2;
}
.tomorrow a {
  color: #0D28C2;
}
.after {
  /*background: @80-light-iul-color;
	color: @iul-color;
	*/
  background: white;
  color: #0D28C2;
}
.after a {
  color: #0D28C2;
}
.important {
  background: #f34135;
  color: #fdecea;
}
.important-inverse {
  background: #fdecea;
  color: #f34135;
}
.important-inverse a {
  color: #f34135;
}
.grid-item-date {
  background: #0D28C2;
  color: white;
}
.section-purple .headerAgenda {
  color: #8517ac;
}
.section-purple a {
  color: black;
}
.section-purple .seeAll a {
  color: #8517ac !important;
}
.section-purple .seeAll a:hover {
  opacity: 0.8 !important;
}
.section-purple .caption {
  color: #8517ac;
}
.section-purple .agendaTitle {
  color: #8517ac;
}
.section-purple .section-menu ul li:not(:last-of-type) {
  border-color: #8517ac;
}
.section-purple .divider {
  border-color: #8517ac;
}
.section-purple .components .list ul li {
  border-top: 1px solid #8517ac;
}
.section-purple .components .agendaTitle:hover,
.section-purple .components .item-title:hover {
  color: #8517ac;
  opacity: 0.8;
}
.section-purple .components .agendaTitle:hover .agendaTitle,
.section-purple .components .item-title:hover .agendaTitle,
.section-purple .components .agendaTitle:hover .description,
.section-purple .components .item-title:hover .description {
  color: #8517ac !important;
}
.section-purple .components .description {
  color: #8517ac;
}
.section-purple .components:not(.research) a.item {
  border-color: #8517ac;
  color: #8517ac;
}
.section-purple .components:not(.research) a.item i.logo span {
  font-family: iul-logo !important;
}
.section-purple .components:not(.research) a.item .svg {
  width: 65%;
}
.section-purple .components:not(.research) a.item:hover {
  background-color: #8517ac;
}
.section-purple .components a.item-img img:hover,
.section-purple .components .item-img img:hover {
  border: 1px solid #8517ac;
}
.section-purple .components .item-btn {
  background: #8517ac;
}
.section-purple .components .item-btn:hover {
  color: #8517ac;
  opacity: 0.8;
}
.front-purple {
  color: #8517ac !important;
}
.front-grey {
  color: #00A9E0 !important;
}
.back-purple {
  background-color: #8517ac !important;
}
@media (min-width: 768px) {
  .border-right-responsive-purple:not(:last-child) {
    border-right: 2px solid #8517ac !important;
  }
}
.school-ecsh-color #facts {
  background: #25b748;
}
.school-ecsh-color .school-title {
  color: #25b748;
}
.school-ecsh-color #subEntities {
  background: #25b748;
}
.school-ecsh-color .headerAgenda {
  color: #25b748 !important;
  font-size: 1.7em;
}
.school-ecsh-color .headerAgenda > a {
  color: #25b748 !important;
}
.school-ecsh-color .headerAgenda > a:hover {
  opacity: 0.7;
}
.school-ecsh-color #resultsExaminations .row-wrapper .col-wrapper:not(:nth-of-type(3n)):not(:last-of-type) {
  border-color: #25b748;
}
.school-ecsh-color .caption {
  color: #25b748 !important;
}
.school-ecsh-color .agendaTitle {
  color: black !important;
}
.school-ecsh-color .agendaDateTime {
  background-color: #25b748;
  color: white !important;
}
.school-ecsh-color .agendaDateTime .divider {
  border-color: white !important;
}
.school-ecsh-color .agendaItem:hover .caption,
.school-ecsh-color .agendaItem:hover .agendaTitle,
.school-ecsh-color .agendaItem:hover .small-text {
  color: black !important;
  opacity: 0.7;
}
.school-ecsh-color .divider-mobile {
  border-color: #25b748;
}
.school-ecsh-color .divider {
  border-color: #25b748;
}
.front-ecsh-color {
  color: #25b748 !important;
}
.back-ecsh-color {
  background-color: #25b748 !important;
}
.border-ecsh-color {
  border-color: #25b748 !important;
}
.before-ecsh-color::before {
  color: #25b748 !important;
}
.school-espp-color #facts {
  background: #f18d00;
}
.school-espp-color .school-title {
  color: #f18d00;
}
.school-espp-color #subEntities {
  background: #f18d00;
}
.school-espp-color .headerAgenda {
  color: #f18d00 !important;
  font-size: 1.7em;
}
.school-espp-color .headerAgenda > a {
  color: #f18d00 !important;
}
.school-espp-color .headerAgenda > a:hover {
  opacity: 0.7;
}
.school-espp-color #resultsExaminations .row-wrapper .col-wrapper:not(:nth-of-type(3n)):not(:last-of-type) {
  border-color: #f18d00;
}
.school-espp-color .caption {
  color: #f18d00 !important;
}
.school-espp-color .agendaTitle {
  color: black !important;
}
.school-espp-color .agendaDateTime {
  background-color: #f18d00;
  color: white !important;
}
.school-espp-color .agendaDateTime .divider {
  border-color: white !important;
}
.school-espp-color .agendaItem:hover .caption,
.school-espp-color .agendaItem:hover .agendaTitle,
.school-espp-color .agendaItem:hover .small-text {
  color: black !important;
  opacity: 0.7;
}
.school-espp-color .divider-mobile {
  border-color: #f18d00;
}
.school-espp-color .divider {
  border-color: #f18d00;
}
.front-espp-color {
  color: #f18d00 !important;
}
.back-espp-color {
  background-color: #f18d00 !important;
}
.border-espp-color {
  border-color: #f18d00 !important;
}
.before-espp-color::before {
  color: #f18d00 !important;
}
.school-ista-color #facts {
  background: #14bfb8;
}
.school-ista-color .school-title {
  color: #14bfb8;
}
.school-ista-color #subEntities {
  background: #14bfb8;
}
.school-ista-color .headerAgenda {
  color: #14bfb8 !important;
  font-size: 1.7em;
}
.school-ista-color .headerAgenda > a {
  color: #14bfb8 !important;
}
.school-ista-color .headerAgenda > a:hover {
  opacity: 0.7;
}
.school-ista-color #resultsExaminations .row-wrapper .col-wrapper:not(:nth-of-type(3n)):not(:last-of-type) {
  border-color: #14bfb8;
}
.school-ista-color .caption {
  color: #14bfb8 !important;
}
.school-ista-color .agendaTitle {
  color: black !important;
}
.school-ista-color .agendaDateTime {
  background-color: #14bfb8;
  color: white !important;
}
.school-ista-color .agendaDateTime .divider {
  border-color: white !important;
}
.school-ista-color .agendaItem:hover .caption,
.school-ista-color .agendaItem:hover .agendaTitle,
.school-ista-color .agendaItem:hover .small-text {
  color: black !important;
  opacity: 0.7;
}
.school-ista-color .divider-mobile {
  border-color: #14bfb8;
}
.school-ista-color .divider {
  border-color: #14bfb8;
}
.front-ista-color {
  color: #14bfb8 !important;
}
.back-ista-color {
  background-color: #14bfb8 !important;
}
.border-ista-color {
  border-color: #14bfb8 !important;
}
.before-ista-color::before {
  color: #14bfb8 !important;
}
.school-ibs-color #facts {
  background: #e21f1b;
}
.school-ibs-color .school-title {
  color: #e21f1b;
}
.school-ibs-color #subEntities {
  background: #e21f1b;
}
.school-ibs-color .headerAgenda {
  color: #e21f1b !important;
  font-size: 1.7em;
}
.school-ibs-color .headerAgenda > a {
  color: #e21f1b !important;
}
.school-ibs-color .headerAgenda > a:hover {
  opacity: 0.7;
}
.school-ibs-color #resultsExaminations .row-wrapper .col-wrapper:not(:nth-of-type(3n)):not(:last-of-type) {
  border-color: #e21f1b;
}
.school-ibs-color .caption {
  color: #e21f1b !important;
}
.school-ibs-color .agendaTitle {
  color: black !important;
}
.school-ibs-color .agendaDateTime {
  background-color: #e21f1b;
  color: white !important;
}
.school-ibs-color .agendaDateTime .divider {
  border-color: white !important;
}
.school-ibs-color .agendaItem:hover .caption,
.school-ibs-color .agendaItem:hover .agendaTitle,
.school-ibs-color .agendaItem:hover .small-text {
  color: black !important;
  opacity: 0.7;
}
.school-ibs-color .divider-mobile {
  border-color: #e21f1b;
}
.school-ibs-color .divider {
  border-color: #e21f1b;
}
.front-ibs-color {
  color: #e21f1b !important;
}
.back-ibs-color {
  background-color: #e21f1b !important;
}
.border-ibs-color {
  border-color: #e21f1b !important;
}
.before-ibs-color::before {
  color: #e21f1b !important;
}
.school-sintra-color #facts {
  background: #00A9E0;
}
.school-sintra-color .school-title {
  color: #00A9E0;
}
.school-sintra-color #subEntities {
  background: #00A9E0;
}
.school-sintra-color .headerAgenda {
  color: #00A9E0 !important;
  font-size: 1.7em;
}
.school-sintra-color .headerAgenda > a {
  color: #00A9E0 !important;
}
.school-sintra-color .headerAgenda > a:hover {
  opacity: 0.7;
}
.school-sintra-color #resultsExaminations .row-wrapper .col-wrapper:not(:nth-of-type(3n)):not(:last-of-type) {
  border-color: #00A9E0;
}
.school-sintra-color .caption {
  color: #00A9E0 !important;
}
.school-sintra-color .agendaTitle {
  color: black !important;
}
.school-sintra-color .agendaDateTime {
  background-color: #00A9E0;
  color: white !important;
}
.school-sintra-color .agendaDateTime .divider {
  border-color: white !important;
}
.school-sintra-color .agendaItem:hover .caption,
.school-sintra-color .agendaItem:hover .agendaTitle,
.school-sintra-color .agendaItem:hover .small-text {
  color: black !important;
  opacity: 0.7;
}
.school-sintra-color .divider-mobile {
  border-color: #00A9E0;
}
.school-sintra-color .divider {
  border-color: #00A9E0;
}
.front-sintra-color {
  color: #00A9E0 !important;
}
.back-sintra-color {
  background-color: #00A9E0 !important;
}
.border-sintra-color {
  border-color: #00A9E0 !important;
}
.before-sintra-color::before {
  color: #00A9E0 !important;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
  line-height: 1.4;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: " ";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #0b22a3;
  border-color: #0b22a3;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #0b22a3;
  border-color: #0b22a3;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled {
  cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #0b22a3;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #0b22a3;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #0b22a3;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.courses-overview .lang {
  height: 15px;
}
.courses-overview .taught-english {
  font-size: 0.9em;
}
.tooltip {
  width: 300px;
  border-radius: 0;
  background-clip: padding-box;
}
/* Tooltip */
.tooltip > .tooltip-inner {
  background-color: #f34135;
  color: white;
  padding: 5px;
  font-size: 1em;
  border-radius: 0;
  background-clip: padding-box;
  text-transform: none;
  max-width: 300px;
}
/* Tooltip on top */
.tooltip.top > .tooltip-arrow {
  border-top-color: #f34135;
}
.tooltip.in {
  filter: alpha(opacity=95);
  opacity: 0.95;
}
.courses-grid {
  /*
    margin-left: -25px;
    border-left: 5px solid @iul-color;
    height: 100px;
    float: left;
    margin-top: 20px;
  }*/
  margin-top: 10px;
}
.courses-grid .checkbox label::before {
  background-color: transparent;
}
.courses-grid .checkbox input[type="checkbox"]:checked + label::before,
.courses-grid .checkbox input[type="radio"]:checked + label::before {
  background-color: white;
}
.courses-grid > .row-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 0px;
}
.courses-grid > .row-wrapper > .col-wrapper {
  padding: 10px 10px;
  margin: 5px 0px;
}
.courses-grid > .row-wrapper > .col-wrapper .item {
  border-left: 1px solid #0D28C2;
  padding-left: 10px;
}
.courses-grid > .row-wrapper > .col-wrapper .item .course__subtitle {
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.1;
  padding-top: 5px;
}
.courses-grid .select-to-compare {
  position: absolute;
  right: 0;
  bottom: 0;
  /*margin-bottom: -3px;

    .label-compare {
      padding-right: 8px;
    }

    .display-flex;
    align-items: center;
    justify-content: flex-end;

    .checkbox {
      margin: 0;
    }

  .checkbox label::before {
    border: 1px solid white;
  }


  input[type=checkbox]:checked + label:after {
    background: @success-color;
    height: 15px;
    width: 15px;
    color: white;
    line-height: 1;
    text-align: center;
  }*/
}
.courses-grid .select-to-compare:hover {
  opacity: 0.8;
}
.courses-list .smaller-text {
  color: #404041;
  text-transform: uppercase;
}
.courses-list .select-to-compare {
  margin-bottom: -3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.courses-list .select-to-compare .label-compare {
  padding-right: 8px;
}
.courses-list .select-to-compare .checkbox {
  margin: 0;
}
.courses-list .select-to-compare .checkbox label::before {
  border: 1px solid #404041;
}
.course-block {
  color: #0D28C2;
}
.course-block:hover {
  opacity: 1;
  color: #0D28C2;
}
.course-block:hover *:not(button) {
  opacity: 1;
}
.course-block > .item {
  min-height: 140px;
  margin-right: 25px;
  position: relative;
}
.course-block > .item:hover {
  opacity: 0.8;
}
.course-block > .item > .course {
  padding: 0px 5px 0px 10px;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1em;
}
.course-block > .item > .info {
  padding: 0px 10px;
}
.course-block > .item > .info p {
  margin-bottom: 0px;
}
.course-block > .item > .pull-down {
  position: absolute;
  bottom: 0px;
  text-transform: uppercase;
  padding: 10px 3px 10px 10px;
  width: 100%;
}
.course-block > .item > .pull-down > .row-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.course-block > .item > .pull-down > .row-wrapper .col-wrapper:first-child {
  width: 65%;
}
.course-block > .item > .pull-down > .row-wrapper .col-wrapper:last-child {
  width: 35%;
}
.course-block > .item > .pull-down b {
  padding-right: 5px;
}
.course-block > .item > .pull-down b:nth-of-type(2) {
  padding-left: 5px;
  border-left: 1px solid white;
}
.course-block:hover {
  background-color: white;
}
.courses-list {
  margin-top: 10px;
}
.courses-list > a > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  height: 50px;
}
.courses-list > a > .row-wrapper > .col-wrapper {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
@media (min-width: 768px) {
  .courses-list > a > .row-wrapper > .col-wrapper {
    float: left;
    width: 25%;
  }
}
.courses-list > a > .row-wrapper > .col-wrapper:nth-child(1) {
  float: left;
  width: 8.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .courses-list > a > .row-wrapper > .col-wrapper:nth-child(1) {
    float: left;
    width: 8.33333333%;
  }
}
.courses-list > a > .row-wrapper > .col-wrapper:nth-child(1) img {
  width: 100%;
  padding: 0px 5px;
}
.courses-list > a > .row-wrapper > .col-wrapper:nth-child(2) {
  float: left;
  width: 41.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .courses-list > a > .row-wrapper > .col-wrapper:nth-child(2) {
    float: left;
    width: 41.66666667%;
  }
}
.courses-list .vertical-center {
  display: table;
  height: 100%;
}
.courses-list .centered {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.courses-list .selected {
  color: #3c763d;
}
a.courses-list .selected:hover {
  color: #2b542c;
}
.courses-list .course-name,
.courses-list .study-area {
  color: #0D28C2;
}
.courses-list .course-name {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1em;
}
.courses-list .study-area {
  text-transform: uppercase;
}
.courses-list .label-compare {
  color: #404041;
  font-size: 0.8em;
  padding-right: 3px;
}
.course-options div {
  display: inline-block;
  margin-left: 7px;
  background-color: #D1DCE6;
}
.course-options div > i {
  color: white;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  font-size: 1em;
}
.course-options div:hover {
  cursor: pointer;
}
.course-options .active {
  background-color: #0D28C2;
}
.course-title {
  margin-top: 0px;
  padding-top: 0px;
  color: #0D28C2;
}
.courses-menu {
  font-size: 1.1em;
}
@media (max-width: 767px) {
  .courses-menu ul > li::before {
    display: none !important;
  }
}
.course-presentation {
  font-size: 1.2em;
  font-weight: bold;
}
.module-list {
  display: flex;
}
.module-list > .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #f2f2f3;
  min-height: 60px;
}
@media (min-width: 768px) {
  .module-list > .col-wrapper {
    float: left;
    width: 25%;
  }
}
.module-list > .col-wrapper:nth-child(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 60px;
}
@media (min-width: 768px) {
  .module-list > .col-wrapper:nth-child(2) {
    float: left;
    width: 50%;
  }
}
.module-list ul {
  margin-bottom: 0px;
}
.module-list .add-icon {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  background-clip: padding-box;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 0em;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 60px;
  width: 50%;
  position: relative;
  margin: 0 auto;
  display: block;
}
.module-list .add-icon:focus,
.module-list .add-icon:active:focus,
.module-list .add-icon.active:focus,
.module-list .add-icon.focus,
.module-list .add-icon:active.focus,
.module-list .add-icon.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.module-list .add-icon:hover,
.module-list .add-icon:focus,
.module-list .add-icon.focus {
  color: #333;
  text-decoration: none;
}
.module-list .add-icon:active,
.module-list .add-icon.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.module-list .add-icon.disabled,
.module-list .add-icon[disabled],
fieldset[disabled] .module-list .add-icon {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.module-list .add-icon .fa {
  margin: 0;
}
.module-list .add-icon:hover,
.module-list .add-icon:focus,
.module-list .add-icon.focus,
.module-list .add-icon:active,
.module-list .add-icon.active,
.open > .dropdown-toggle.module-list .add-icon {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.module-list .add-icon:active,
.module-list .add-icon.active,
.open > .dropdown-toggle.module-list .add-icon {
  background-image: none;
}
.module-list .add-icon.disabled,
.module-list .add-icon[disabled],
fieldset[disabled] .module-list .add-icon,
.module-list .add-icon.disabled:hover,
.module-list .add-icon[disabled]:hover,
fieldset[disabled] .module-list .add-icon:hover,
.module-list .add-icon.disabled:focus,
.module-list .add-icon[disabled]:focus,
fieldset[disabled] .module-list .add-icon:focus,
.module-list .add-icon.disabled.focus,
.module-list .add-icon[disabled].focus,
fieldset[disabled] .module-list .add-icon.focus,
.module-list .add-icon.disabled:active,
.module-list .add-icon[disabled]:active,
fieldset[disabled] .module-list .add-icon:active,
.module-list .add-icon.disabled.active,
.module-list .add-icon[disabled].active,
fieldset[disabled] .module-list .add-icon.active {
  background-color: #fff;
  border-color: #ccc;
}
.module-list .add-icon .badge {
  color: #fff;
  background-color: #333;
}
.module-list .add-icon > i {
  font-size: 1.5em;
}
.module-modal .radio {
  display: inline-block;
  margin-right: 5px;
}
#studyplan table tr td {
  border: 0px;
}
.teacher-item .agendaType {
  padding-top: 0px;
}
.other-degree-bucket {
  border: 1px solid #08197a;
  width: 100%;
  min-height: 30px;
}
.v-align-middle {
  vertical-align: middle !important;
}
.link-general {
  text-decoration: underline;
  color: #0D28C2;
}
.link-general:hover {
  cursor: pointer;
}
.personInfo {
  display: flex;
}
.personInfo .align-table {
  height: 48px;
  display: table;
}
.personInfo .align-table .align-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.empty-image-noautomargin {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #F6F4F3;
  margin-left: initial;
  margin-right: initial;
}
.block-info.row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.block-info.row-wrapper .round .block-info-image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.block-info.row-wrapper .round .block-info-image img {
  min-height: 100px;
  max-height: 100px;
  min-width: 100px;
  max-width: 100px;
  display: inline;
  object-fit: cover;
}
.block-info.row-wrapper .noimage {
  /*		width: @round-measures;
		height: @round-measures;
		overflow: hidden;
		border-radius: 50%;
		position: relative;
*/
  background-color: #F6F4F3;
}
.block-info.row-wrapper .squared .block-info-image img {
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.block-info.row-wrapper .squared .block-info-image img > img {
  min-height: 150px;
  max-height: 150px;
  min-width: 150px;
  max-width: 150px;
  display: inline;
  object-fit: cover;
}
.block-info.row-wrapper .rectangular .block-info-image img {
  width: 100%;
}
.block-info.row-wrapper .col-wrapper.round:nth-of-type(1) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .block-info.row-wrapper .col-wrapper.round:nth-of-type(1) {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .block-info.row-wrapper .col-wrapper.round:nth-of-type(1) {
    float: left;
    width: 16.66666667%;
  }
}
.block-info.row-wrapper .col-wrapper.round:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .block-info.row-wrapper .col-wrapper.round:nth-of-type(2) {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .block-info.row-wrapper .col-wrapper.round:nth-of-type(2) {
    float: left;
    width: 83.33333333%;
  }
}
.block-info.row-wrapper .col-wrapper.squared:nth-of-type(1) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .block-info.row-wrapper .col-wrapper.squared:nth-of-type(1) {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .block-info.row-wrapper .col-wrapper.squared:nth-of-type(1) {
    float: left;
    width: 25%;
  }
}
.block-info.row-wrapper .col-wrapper.squared:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .block-info.row-wrapper .col-wrapper.squared:nth-of-type(2) {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .block-info.row-wrapper .col-wrapper.squared:nth-of-type(2) {
    float: left;
    width: 75%;
  }
}
.block-info.row-wrapper .col-wrapper.rectangular:nth-of-type(1) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .block-info.row-wrapper .col-wrapper.rectangular:nth-of-type(1) {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .block-info.row-wrapper .col-wrapper.rectangular:nth-of-type(1) {
    float: left;
    width: 33.33333333%;
  }
}
.block-info.row-wrapper .col-wrapper.rectangular:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .block-info.row-wrapper .col-wrapper.rectangular:nth-of-type(2) {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .block-info.row-wrapper .col-wrapper.rectangular:nth-of-type(2) {
    float: left;
    width: 66.66666667%;
  }
}
#modalButtonElement {
  z-index: 9999 !important;
}
.accordion-header {
  color: #0D28C2;
  margin-bottom: 10px !important;
  padding-bottom: 5px;
}
.accordion-header i {
  float: right;
}
.accordion-header-closed {
  border-bottom: 1px solid #0D28C2;
}
.accordion-header:hover {
  cursor: pointer;
}
.divider-choice {
  display: inline;
  float: left;
}
.anchor-click:hover {
  cursor: pointer;
}
.opaque-80 {
  opacity: 0.8;
}
.opaque-70 {
  opacity: 0.7;
}
.opaque-60 {
  opacity: 0.6;
}
.opaque-50 {
  opacity: 0.5;
}
.subType-inactive {
  opacity: 0.6;
  font-size: 75%;
  margin: 0 0 0px;
}
.subType-active {
  color: #4baf4f;
  font-weight: bold;
  text-decoration: underline;
}
.nyx {
  color: #0D28C2;
  font-weight: bold;
}
.no-prod {
  background-color: yellow !important;
}
.no-prod a {
  color: black !important;
}
.no-prod .menu-block:nth-of-type(1) .menu-title {
  border: 1px solid #0D28C2;
}
.flex {
  display: flex;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #0D28C2;
  font-size: 5px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  position: absolute;
  margin: 0 auto;
  top: 165px;
  right: 50%;
  z-index: 1001;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/* ***************** HTML elements ***************** */
@-moz-document url-prefix() {
  input[type="text"],
  input[type="password"],
  textarea {
    overflow: auto;
  }
}
* {
  font-family: iul_font;
}
html {
  font-family: iul_font;
  /* http://www.google.com/fonts#UsePlace:use/Collection:Open+Sans */
  font-size: 11pt;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
.h4,
h5,
h6 {
  padding: 0.4em 0 0 0;
  margin: 0.6em 0 0.6em 0;
  font-weight: bold;
}
h4 {
  padding-top: 0.6em;
}
.small-text {
  font-size: 0.9em !important;
}
.small-smaller-text {
  font-size: 0.85em !important;
}
.smaller-text {
  font-size: 0.8em !important;
}
.smallest-text {
  font-size: 0.7em !important;
}
p {
  font-family: iul_font;
}
label {
  font-weight: bold;
  font-weight: inherit;
}
a:hover {
  text-decoration: none;
}
a:hover *:not(button) {
  text-decoration: none;
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}
div.agendaTitle a {
  color: #0D28C2;
}
ol {
  padding: 10px 0 0 0;
  margin: 0;
  display: block;
}
ol > li {
  list-style: none;
  counter-increment: step-counter;
  position: relative;
  padding: 0 0 15px 20px;
}
ol > li:before {
  content: counter(step-counter);
  position: absolute;
  left: -10px;
  width: 25px;
  height: 25px;
  border: 1px solid #404041;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  border-radius: 50%;
  background-clip: padding-box;
  font-size: 0.75em;
}
ol > li > p {
  position: relative;
  left: 24px;
  margin: 0 0 0px;
  font-size: 0.9em !important;
}
.t-color-odd {
  background-color: initial;
}
.t-color-even {
  background-color: #f2eded;
}
.content-list ul,
.content-list ol {
  padding: 10px 0 0 15px;
}
.content-list ul li {
  list-style: none;
  padding-bottom: 5px;
}
.content-list ul li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  color: '';
  display: inline-block;
  margin-left: -15px;
  width: 15px;
}
.content-courses ul,
.content-section ul,
.detailDescription ul,
.content-courses ol,
.content-section ol,
.detailDescription ol {
  padding: 10px 0 0 15px;
}
.content-courses ul li,
.content-section ul li,
.detailDescription ul li {
  list-style: none;
  padding-bottom: 5px;
}
.content-courses ul li:before,
.content-section ul li:before,
.detailDescription ul li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  color: '';
  display: inline-block;
  margin-left: -15px;
  width: 15px;
}
.content-courses .body-curricular-course-group i.fa-angle-down,
.content-section .body-curricular-course-group i.fa-angle-down,
.detailDescription .body-curricular-course-group i.fa-angle-down,
.content-courses .body-curricular-course-group i.fa-angle-up,
.content-section .body-curricular-course-group i.fa-angle-up,
.detailDescription .body-curricular-course-group i.fa-angle-up {
  font-size: 1.2em !important;
  float: right;
  color: #0D28C2;
}
.content-courses #generalInformation .caption,
.content-section #generalInformation .caption,
.detailDescription #generalInformation .caption {
  color: black;
}
#degreeFlavour {
  padding: 0px;
}
#degreeFlavour li:before {
  content: '';
}
.frontpage-icon {
  float: left;
  margin: 2px 0 0 -40px;
  color: #0D28C2;
  font-size: 2em;
}
.table,
table {
  width: 100%;
}
.table .fa-check,
table .fa-check {
  color: #4baf4f;
}
.table .fa-file-pdf-o,
table .fa-file-pdf-o {
  color: #f34135;
  padding-right: 10px;
}
.table .table-category,
table .table-category {
  font-size: 0.9em;
  font-weight: bold;
  border-bottom: 0 !important;
}
.table > thead > tr > th,
table > thead > tr > th {
  padding: 8px 15px 8px 0 !important;
}
.table th,
table th {
  font-weight: initial;
}
.table th,
table th,
.table td,
table td {
  padding: 8px 15px 8px 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  vertical-align: top;
}
.table td,
table td {
  font-size: 1em;
}
.table tr,
table tr {
  border: 0px;
}
.table thead,
table thead {
  border: 0px;
  border-bottom: 1px solid #0D28C2 !important;
}
.table thead > tr > th,
table thead > tr > th {
  border-bottom: 1px solid #0D28C2 !important;
}
.table tfoot,
table tfoot {
  border: 0px;
  border-bottom: 1px solid #0D28C2 !important;
  border-top: 1px solid #0D28C2 !important;
}
.day {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 0.5;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.month {
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
}
.time {
  font-size: 0.85em;
  font-family: iul_font;
}
.title {
  font-weight: bold !important;
  word-wrap: break-word;
  padding-top: 0;
}
.title-2 {
  font-weight: bold !important;
  word-wrap: break-word;
  padding-top: 0;
  font-size: 1.3em !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.title-new-1 {
  font-family: iul_font;
  color: black;
  padding-top: 5px;
  font-size: 1.3em;
  display: block;
  line-height: 1.1em;
  /* fallback */
  margin-bottom: 10px;
  word-wrap: break-word;
}
.quote {
  font-size: 0.9em;
  padding-top: 2px;
}
.person {
  font-weight: bold;
  font-size: 1em;
}
.person-iul,
.filiation {
  font-size: 0.9em;
  line-height: 1.2em;
}
.tags {
  font-size: 0.8em;
  color: #8c8c8d;
  text-transform: uppercase;
  font-weight: initial;
}
.tag {
  font-size: 0.8em;
  color: #8c8c8d;
  text-transform: uppercase;
  font-weight: initial;
  border: 1px solid #dedfe1;
  background: #f2f2f3;
  padding: 3px 5px;
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 0.7em !important;
}
.block-text {
  margin-bottom: 25px !important;
  line-height: 1.6em;
}
.btn {
  border-radius: 0;
  background-clip: padding-box;
}
.btn .fa {
  margin: 0;
}
.rounded-icon-logo {
  height: 30px;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border-radius: 15px;
  background-clip: padding-box;
}
.rounded-icon {
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  font-size: large;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  -webkit-appearance: none;
  border-style: solid;
}
.rounded-icon .fa {
  margin: 0;
}
.btn-primary,
.btn-success,
.btn-danger,
.btn-primary-inverse,
.btn-success-inverse {
  font-weight: bold;
  text-align: center;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 3px 4px !important;
  font-size: 0.8em !important;
}
.hover-primary {
  color: #0D28C2 !important;
  background-color: white !important;
  outline: 2px solid #0D28C2 !important;
}
.hover-success {
  background: #e3f3e4;
  color: #4baf4f;
  outline: 2px solid #e3f3e4 !important;
}
.hover-danger {
  background: #fdecea !important;
  color: #f34135 !important;
  outline: 2px solid #fdecea !important;
}
.btn-success {
  background: #4baf4f;
  border: 2px solid #4baf4f !important;
  border: 0;
  padding: 8px 13px;
}
.btn-success:hover {
  background: #e3f3e4;
  color: #4baf4f;
  outline: 2px solid #e3f3e4 !important;
}
.btn-primary {
  background: #0D28C2 !important;
  border: 2px solid #0D28C2 !important;
  border: 0;
  color: white !important;
}
.btn-primary:hover {
  color: #0D28C2 !important;
  background-color: white !important;
  outline: 2px solid #0D28C2 !important;
}
.btn-primary-inverse {
  color: #0D28C2 !important;
  background-color: white !important;
  outline: 2px solid #0D28C2 !important;
  padding: 8px 13px;
  font-family: iul_font;
}
.btn-primary-inverse:disabled {
  opacity: 0.3;
}
.btn-primary-inverse:hover {
  background: #0D28C2 !important;
  border: 2px solid #0D28C2 !important;
  color: white !important;
}
.btn-success-inverse {
  background: none;
  border: 2px solid #4baf4f;
  padding: 8px 13px;
  font-family: iul_font;
  color: #4baf4f;
}
.btn-success-inverse:hover {
  background: #e3f3e4;
  color: #4baf4f;
  outline: 2px solid #e3f3e4 !important;
}
.btn-danger-inverse {
  background: none;
  font-family: iul_font;
  color: #f34135;
}
.btn-danger-inverse:hover {
  background: #fdecea !important;
  color: #f34135 !important;
}
.danger-inverse {
  background: #fdecea !important;
  color: #f34135 !important;
  outline: 2px solid #fdecea !important;
}
.danger-inverse:hover {
  background: #fdecea !important;
  color: #f34135 !important;
  outline: 2px solid #fdecea !important;
}
.user {
  line-height: 1.1em;
}
.photo {
  width: 48px!important;
}
.elements .text {
  margin-top: 15px;
}
.elements .text:first-of-type {
  margin-top: 0;
}
.page-brand {
  text-transform: uppercase;
}
.page-brand .small-brand {
  font-size: 1.7em !important;
  font-weight: bold;
  display: none !important;
  color: white;
}
@media (max-width: 767px) {
  .page-brand .small-brand {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-brand .small-brand {
    display: inline-block !important;
  }
}
.page-brand .big-brand {
  font-size: 1.17em !important;
  font-weight: bold;
  display: none !important;
  color: white;
}
@media (min-width: 1200px) {
  .page-brand .big-brand {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-brand .big-brand {
    display: inline-block !important;
  }
}
.page-brand .big-logo {
  width: 25px;
  height: 25px;
  margin-left: 2px;
  margin-right: 2px;
  display: none !important;
}
@media (min-width: 1200px) {
  .page-brand .big-logo {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-brand .big-logo {
    display: inline-block !important;
  }
}
.page-brand .small-logo {
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  display: none !important;
}
@media (max-width: 767px) {
  .page-brand .small-logo {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-brand .small-logo {
    display: inline-block !important;
  }
}
.homepage-brand .big-brand {
  font-size: 1.45em !important;
  display: inline-block;
}
.homepage-brand .big-logo {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  display: none !important;
}
@media (min-width: 1200px) {
  .homepage-brand .big-logo {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .homepage-brand .big-logo {
    display: inline-block !important;
  }
}
.fa {
  margin-right: 5px;
}
.fa-file-pdf-o {
  color: #f34135;
}
#site_map .dropdown {
  position: static;
  color: #404041;
}
#site_map .dropdown-menu {
  left: 0;
  margin-top: 0px;
  border-radius: 0px;
  width: 100%;
  height: 300px;
}
#top_navbar {
  background-color: black;
  height: 30px;
  overflow: hidden;
  font-weight: bold;
}
#top_navbar .top-navbar-menu,
#top_navbar .site-map {
  height: 30px;
  padding: 0;
}
#top_navbar .top-navbar-menu li,
#top_navbar .site-map li {
  list-style: none;
  display: block;
  display: flex;
}
#top_navbar .top-navbar-menu li:first-child a,
#top_navbar .site-map li:first-child a {
  padding-left: 0px;
}
#top_navbar .top-navbar-menu a,
#top_navbar .site-map a {
  padding: 15px;
  font-weight: bold;
  color: #ffffff;
  font-size: 0.85em;
}
#top_navbar .top-navbar-menu a:hover,
#top_navbar .site-map a:hover,
#top_navbar .top-navbar-menu a.active,
#top_navbar .site-map a.active {
  opacity: 0.7;
}
#top_navbar .lang {
  height: 30px;
}
#top_navbar .lang a {
  padding: 0px;
  float: right;
}
#top_navbar .lang a > img {
  border: 1px solid transparent;
  color: white;
  padding: 2px;
  height: 23px;
}
#top_navbar .lang a > img:hover {
  border: 1px solid #0D28C2;
}
.navbar-default div.navbar-collapse {
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main_bar {
  background-color: #f5f4f2;
  margin-bottom: 0px;
  border: 0px;
  border-radius: 0px;
  font-family: iul_font;
}
#main_bar .row > div {
  height: 120px;
}
@media (max-width: 991px) {
  #main_bar .row > div {
    height: 70px;
  }
}
#main_bar .iul-logo > a {
  display: inline-block;
}
#main_bar .iul-logo > a:hover * {
  opacity: 1;
}
#main_bar .language-change {
  color: black;
  font-size: 1.7em;
}
@media (min-width: 992px) {
  #main_bar .language-change {
    margin-right: 60px;
  }
}
#main_bar .language-change a {
  color: black;
  cursor: pointer;
}
#main_bar .language-change a:hover {
  opacity: 0.7;
}
#main_bar .language-change .active {
  color: #0D28C2;
}
#main_bar .custom-icon-search {
  color: black;
  font-size: 2.4em;
  cursor: pointer;
}
#main_bar .custom-icon-search:hover {
  opacity: 0.7;
}
#menu_bar {
  padding-bottom: 5px;
}
#menu_bar > ul {
  /*.dropdown-submenu {
			position: relative;
			border-radius: 0px;
		}

		.dropdown-submenu>a:after {
			display: block;
			content: " ";
			float: right;
			width: 0;
			height: 0;
			border-color: transparent;
			border-style: solid;
			border-width: 5px 0 5px 5px;
			border-left-color: #ccc;
			margin-top: 5px;
			margin-right: -10px;
		}

		.dropdown-submenu:hover>a:after {
			color: @iul-color;
		}

		.dropdown-submenu.pull-left {
			float: none;
		}*/
}
#menu_bar > ul > li {
  margin-right: 30px;
}
#menu_bar > ul > li.active > a {
  color: #0D28C2;
}
#menu_bar > ul > li > a:nth-child(1) {
  margin-left: -10px;
}
#menu_bar > ul > li > a {
  font-weight: bold;
  padding: 10px;
  line-height: initial;
  font-size: 1.3em;
  color: black;
}
#menu_bar > ul > li > a:hover {
  color: #0D28C2;
  background-color: transparent;
}
#menu_bar > ul > li > .dropdown-menu {
  z-index: 10000;
}
#menu_bar > ul > li {
  color: black;
}
#menu_bar > ul > li .dropdown-menu {
  margin-left: -17px;
  list-style: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f4f2;
}
#menu_bar > ul > li .dropdown-menu ul {
  list-style: none;
  padding: 17px;
}
#menu_bar > ul > li .dropdown-menu ul li {
  padding: 7px 0;
}
#menu_bar > ul > li .dropdown-menu ul li a {
  color: black;
}
#menu_bar > ul > li .dropdown-menu ul li.active > a {
  color: #0D28C2;
}
#menu_bar > ul > li .dropdown-menu ul li a:hover {
  color: #0D28C2;
}
#menu_bar > ul > li.dropdown:hover > div.dropdown-menu {
  display: block;
}
#subMenu {
  background-color: #0D28C2;
}
#subMenu > li > .dropdown-menu {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#subMenu #bottom_nav {
  margin-left: -25px;
}
#subMenu #bottom_nav #bottom_nav_button {
  padding-right: 0px;
  padding-left: 0px;
}
#subMenu #bottom_nav #bottom_nav_button.small-menu-items ul li {
  max-width: 150px;
}
#subMenu #bottom_nav #bottom_nav_button ul li:not(:first-child):not(:last-child)::after {
  content: " ";
  position: absolute;
  right: 0px;
  height: 44px;
  width: 1px;
  top: 14px;
  background-color: white;
}
#subMenu #bottom_nav #bottom_nav_button ul li {
  height: 72px;
  max-width: 250px;
  padding: 10px 0px;
  min-height: 55px;
  border-right: 1px solid #0D28C2;
}
#subMenu #bottom_nav #bottom_nav_button ul li.active > a {
  font-weight: bold;
}
#subMenu #bottom_nav #bottom_nav_button ul li:hover {
  background-color: #0D28C2;
}
#subMenu #bottom_nav #bottom_nav_button ul li:first-of-type,
#subMenu #bottom_nav #bottom_nav_button ul li:last-of-type {
  border-right: 0;
}
#subMenu #bottom_nav #bottom_nav_button ul li .submenu-link {
  margin-right: 10px;
}
#subMenu #bottom_nav #bottom_nav_button ul li .active {
  background: white;
  border: 0;
  border-right: 0px;
  margin-left: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#subMenu #bottom_nav #bottom_nav_button ul li .active :nth-child(1) {
  margin-left: 0px;
  background: initial;
  color: #0D28C2;
}
#subMenu #bottom_nav #bottom_nav_button ul li .active a {
  font-weight: bold;
  color: #0D28C2;
}
#subMenu #bottom_nav #bottom_nav_button ul li.active-inverse {
  background: #0D28C2;
  border: 0;
}
#subMenu #bottom_nav #bottom_nav_button ul li.active-inverse a,
#subMenu #bottom_nav #bottom_nav_button ul li.active-inverse a:hover {
  font-weight: bold;
}
#subMenu #bottom_nav #bottom_nav_button ul li .caret {
  vertical-align: top;
  margin: 5px 0 0 5px;
}
#subMenu #bottom_nav #bottom_nav_button ul li .btn:focus,
#subMenu #bottom_nav #bottom_nav_button ul li .btn:hover {
  background: none;
}
#subMenu #bottom_nav #bottom_nav_button ul li a {
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  background-clip: padding-box;
  border: 0;
  color: white;
  line-height: initial;
  white-space: normal;
  text-align: center;
  padding: 8px 10px;
}
#subMenu #bottom_nav #bottom_nav_button ul li a:hover {
  opacity: 0.5;
}
#subMenu #bottom_nav #bottom_nav_button ul li .cluster {
  font-weight: bold;
}
#subMenu #bottom_nav #bottom_nav_button ul li .active-light {
  background: #0D28C2;
  border-right: 0px;
  margin-left: 0px;
}
#subMenu #bottom_nav #bottom_nav_button ul li .active-light :nth-child(1) {
  margin-left: 0px;
  background: initial;
  color: #0D28C2;
}
#subMenu #bottom_nav #bottom_nav_button ul li .active-general {
  border-right: 0px;
  margin-left: 0px;
}
#subMenu #bottom_nav #bottom_nav_button ul li .active-general :nth-child(1) {
  margin-left: 0px;
  background: initial;
  color: #0D28C2;
}
#subMenu #bottom_nav #bottom_nav_button ul li ul.dropdown-menu {
  padding: 0 10px 5px 10px;
  margin-top: -10px;
  border: 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background-clip: padding-box;
  z-index: 1000;
}
#subMenu #bottom_nav #bottom_nav_button ul li ul.dropdown-menu li {
  border: 0px;
  width: inherit;
  background: #0D28C2;
  min-height: 0;
  border-bottom: 1px solid white;
}
#subMenu #bottom_nav #bottom_nav_button ul li ul.dropdown-menu li:last-child {
  border-bottom: 0;
}
#subMenu #bottom_nav #bottom_nav_button ul li ul.dropdown-menu li a {
  text-align: left;
  font-family: iul_font;
  text-transform: uppercase;
  color: white;
  font-size: 0.9em;
  padding: 7px 0;
}
#subMenu #bottom_nav #bottom_nav_button ul li ul.dropdown-menu .active {
  background: transparent;
  color: #0D28C2;
  min-height: 0;
}
#subMenu #bottom_nav #bottom_nav_button ul > li.dropdown:hover > a {
  background-color: #0D28C2;
}
#subMenu #bottom_nav #bottom_nav_button ul > li.dropdown:hover > ul.dropdown-menu {
  display: block;
  background: #0D28C2;
}
.searchClass {
  width: 100%;
  border: 0px;
  border-radius: 0px;
}
#resultsCampusSearch {
  z-index: 999;
  background: white;
  left: 0;
  right: 0;
  font-weight: bold;
}
#resultsCampusSearch .resultsLabel {
  font-weight: bold;
}
#resultsCampusPagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  margin: 30px 0;
  float: right;
  position: relative;
  top: -100px;
}
#resultsCampusPagination > li {
  display: inline;
}
#resultsCampusPagination > li > a,
#resultsCampusPagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #0b22a3;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
#resultsCampusPagination > li:first-child > a,
#resultsCampusPagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#resultsCampusPagination > li:last-child > a,
#resultsCampusPagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
#resultsCampusPagination > li > a:hover,
#resultsCampusPagination > li > span:hover,
#resultsCampusPagination > li > a:focus,
#resultsCampusPagination > li > span:focus {
  color: #06135b;
  background-color: #eeeeee;
  border-color: #ddd;
}
#resultsCampusPagination > .active > a,
#resultsCampusPagination > .active > span,
#resultsCampusPagination > .active > a:hover,
#resultsCampusPagination > .active > span:hover,
#resultsCampusPagination > .active > a:focus,
#resultsCampusPagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #0b22a3;
  border-color: #0b22a3;
  cursor: default;
}
#resultsCampusPagination > .disabled > span,
#resultsCampusPagination > .disabled > span:hover,
#resultsCampusPagination > .disabled > span:focus,
#resultsCampusPagination > .disabled > a,
#resultsCampusPagination > .disabled > a:hover,
#resultsCampusPagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
#resultsCampusPagination .button {
  float: left;
  text-align: center;
  height: 30px;
  width: 30px;
  font-size: 1em;
  padding: 5px;
  margin-right: 2px;
  border-radius: 0;
  background-clip: padding-box;
  border: 0;
  background: #0D28C2;
  cursor: pointer;
  color: white;
}
#resultsCampusPagination .button a {
  color: white;
  background: none;
}
#resultsCampusPagination .button:hover {
  color: #0D28C2 !important;
  background-color: white !important;
  outline: 2px solid #0D28C2 !important;
  border: 0 !important;
}
#resultsCampusPagination .button:hover a {
  color: #0D28C2;
  background: none !important;
}
#resultsCampusPagination .active {
  background: #F6F4F3;
  color: #0D28C2;
}
#resultsCampusPagination .active a {
  color: #0D28C2;
  background: none;
}
#searchDiv,
#searchDivMobile {
  z-index: 999;
  position: absolute;
  background: white;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  /*.results{
		box-shadow: 0 10px 5px @dark-text-color;
	}*/
}
#searchDiv .agendaDefender,
#searchDivMobile .agendaDefender {
  color: #404041 !important;
}
#searchDiv .agendaThesis,
#searchDivMobile .agendaThesis {
  color: #404041 !important;
}
#searchDiv .agendaLocation,
#searchDivMobile .agendaLocation {
  color: #404041 !important;
}
#searchDiv .input-div,
#searchDivMobile .input-div {
  background-color: white;
  width: 92%;
  display: inline-flex;
  margin: 15px 0;
  position: relative;
}
#searchDiv .input-div .form-control,
#searchDivMobile .input-div .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#searchDiv .input-div input,
#searchDivMobile .input-div input {
  padding: 0;
  border: 0px;
  border-radius: 0px;
  color: #0D28C2;
  font-weight: bold;
  font-size: 3em;
  height: initial;
}
#searchDiv .input-div input:focus,
#searchDivMobile .input-div input:focus {
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#searchDiv .input-div input::placeholder,
#searchDivMobile .input-div input::placeholder {
  color: #8c8c8d;
}
#searchDiv .input-div input::-webkit-input-placeholder,
#searchDivMobile .input-div input::-webkit-input-placeholder {
  color: #8c8c8d;
}
#searchDiv .input-div input:-moz-placeholder,
#searchDivMobile .input-div input:-moz-placeholder {
  /* Firefox 18- */
  color: #8c8c8d;
}
#searchDiv .input-div input::-moz-placeholder,
#searchDivMobile .input-div input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8c8c8d;
}
#searchDiv .input-div input:-ms-input-placeholder,
#searchDivMobile .input-div input:-ms-input-placeholder {
  color: #8c8c8d;
}
#searchDiv .input-div input::-ms-input-placeholder,
#searchDivMobile .input-div input::-ms-input-placeholder {
  color: #8c8c8d;
}
#searchDiv .alert,
#searchDivMobile .alert {
  margin-bottom: 0;
  border: 0px;
  border-radius: 0px;
}
#searchDiv .alert > div,
#searchDivMobile .alert > div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#searchDiv i.fa-times,
#searchDivMobile i.fa-times {
  position: absolute;
  top: 30%;
  left: -45px;
  color: #0D28C2;
  font-size: 1.8em;
}
#searchDiv i.fa-times:hover,
#searchDivMobile i.fa-times:hover {
  color: #f34135;
}
#searchDiv i.fa-search,
#searchDivMobile i.fa-search {
  padding: 5px 20px;
  margin-left: 10px;
  font-size: 1.4em;
  font-family: FontAwesome;
}
#searchDiv .radio,
#searchDivMobile .radio {
  display: inline;
  margin: 0px;
  padding-right: 25px;
  border-right: 1px solid #0D28C2;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 30px;
}
#searchDiv .radio > input,
#searchDivMobile .radio > input {
  color: #404041;
}
#searchDiv .radio-selected,
#searchDivMobile .radio-selected {
  background-color: #b6edb6;
  color: #5cb85c;
  border: 1px solid #5cb85c;
}
#searchDiv label,
#searchDivMobile label {
  font-family: iul_font;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 0.8em;
}
#searchDiv .search-result-category,
#searchDivMobile .search-result-category {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.1em;
  color: #0D28C2;
  text-transform: uppercase;
}
#searchDiv .search-result-category .seeAll,
#searchDivMobile .search-result-category .seeAll {
  padding-left: 5px;
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: bold;
}
#searchDiv .search-result-category .seeAll a,
#searchDivMobile .search-result-category .seeAll a {
  color: #0D28C2;
}
#searchDiv .search-result-category .seeAll a:hover,
#searchDivMobile .search-result-category .seeAll a:hover {
  color: #0D28C2;
}
#searchDiv .search-result-category > .text-italic,
#searchDivMobile .search-result-category > .text-italic {
  font-weight: bold;
}
#searchDiv .search-result-category span,
#searchDivMobile .search-result-category span {
  font-weight: bold;
  font-size: 1.1em;
  color: #0D28C2;
  text-transform: uppercase;
}
#searchDiv .search-result-category span .seeAll,
#searchDivMobile .search-result-category span .seeAll {
  padding-left: 5px;
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: bold;
}
#searchDiv .search-result-category span .seeAll a,
#searchDivMobile .search-result-category span .seeAll a {
  color: #0D28C2;
}
#searchDiv .search-result-category span .seeAll a:hover,
#searchDivMobile .search-result-category span .seeAll a:hover {
  color: #0D28C2;
}
#searchDiv .search-result-category span > .text-italic,
#searchDivMobile .search-result-category span > .text-italic {
  font-weight: bold;
}
#searchDiv .search-result-category .seeAll,
#searchDivMobile .search-result-category .seeAll {
  padding-left: 5px;
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: bold;
}
#searchDiv .search-result-category .seeAll a,
#searchDivMobile .search-result-category .seeAll a {
  color: #0D28C2;
}
#searchDiv .search-result-category .seeAll a:hover,
#searchDivMobile .search-result-category .seeAll a:hover {
  color: #0D28C2;
}
#searchDiv .search-result-title,
#searchDivMobile .search-result-title {
  font-family: iul_font;
  color: black;
  padding-top: 5px;
  font-size: 1.35em;
  display: block;
  overflow: hidden;
  line-height: 1.1em;
  /* fallback */
  margin-bottom: 20px;
}
#searchDiv .search-result-image,
#searchDivMobile .search-result-image {
  min-height: 60px;
  background: #F6F4F3;
}
#searchDiv .search-result-image.empty,
#searchDivMobile .search-result-image.empty {
  min-height: 60px;
  background: #F6F4F3;
  background-color: #e3e7e8;
}
#searchDiv .results .row-wrapper,
#searchDivMobile .results .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  /* one item */
  /* two items */
  /* three items */
  /* four items */
}
@media (max-width: 1499px) {
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(1),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(1) {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1500px) {
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(1),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(1) {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1499px) {
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(2),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(2),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1499px) and (min-width: 768px) {
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(2),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(2),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1499px) and (min-width: 992px) {
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(2),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(2),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1500px) {
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(2),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(2),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1499px) {
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(3),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(3),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1499px) and (min-width: 768px) {
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(3),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(3),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1499px) and (min-width: 992px) {
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(3),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(3),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1500px) {
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(3),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(3),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1499px) {
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(4),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(4),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(6),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(6),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1499px) and (min-width: 768px) {
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(4),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(4),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(6),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(6),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1499px) and (min-width: 992px) {
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(4),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(4),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(6),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(6),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1500px) {
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(4),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(4),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(6),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(6),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1500px) and (min-width: 1200px) {
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(4),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(4),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(6),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(6),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper,
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    float: left;
    width: 25%;
  }
}
#searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(1),
#searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(1) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(1),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(1) {
    float: left;
    width: 50%;
  }
}
#searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(2),
#searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(2),
#searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper,
#searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(2),
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(2),
  #searchDiv .results .row-wrapper .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper,
  #searchDivMobile .results .row-wrapper .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
#searchDiv .results .row-wrapper .col-wrapper .row-wrapper,
#searchDivMobile .results .row-wrapper .col-wrapper .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
#searchDiv .results .row-wrapper .col-wrapper .row-wrapper.bio .col-wrapper:nth-of-type(1),
#searchDivMobile .results .row-wrapper .col-wrapper .row-wrapper.bio .col-wrapper:nth-of-type(1) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  #searchDiv .results .row-wrapper .col-wrapper .row-wrapper.bio .col-wrapper:nth-of-type(1),
  #searchDivMobile .results .row-wrapper .col-wrapper .row-wrapper.bio .col-wrapper:nth-of-type(1) {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #searchDiv .results .row-wrapper .col-wrapper .row-wrapper.bio .col-wrapper:nth-of-type(1),
  #searchDivMobile .results .row-wrapper .col-wrapper .row-wrapper.bio .col-wrapper:nth-of-type(1) {
    float: left;
    width: 33.33333333%;
  }
}
#searchDiv .results .row-wrapper .col-wrapper .row-wrapper.bio .col-wrapper:nth-of-type(2),
#searchDivMobile .results .row-wrapper .col-wrapper .row-wrapper.bio .col-wrapper:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 992px) {
  #searchDiv .results .row-wrapper .col-wrapper .row-wrapper.bio .col-wrapper:nth-of-type(2),
  #searchDivMobile .results .row-wrapper .col-wrapper .row-wrapper.bio .col-wrapper:nth-of-type(2) {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  #searchDiv .results .row-wrapper .col-wrapper .row-wrapper.bio .col-wrapper:nth-of-type(2),
  #searchDivMobile .results .row-wrapper .col-wrapper .row-wrapper.bio .col-wrapper:nth-of-type(2) {
    float: left;
    width: 66.66666667%;
  }
}
#searchDiv .results .row-wrapper .col-wrapper .row-wrapper.bio .sans-bold,
#searchDivMobile .results .row-wrapper .col-wrapper .row-wrapper.bio .sans-bold {
  line-height: 1;
}
#searchDiv .results .row-wrapper .col-wrapper .row-wrapper .col-wrapper,
#searchDivMobile .results .row-wrapper .col-wrapper .row-wrapper .col-wrapper {
  border: 0px;
}
#searchDiv .results .row-wrapper .col-wrapper .row-wrapper .col-wrapper-full,
#searchDivMobile .results .row-wrapper .col-wrapper .row-wrapper .col-wrapper-full {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #searchDiv .results .row-wrapper .col-wrapper .row-wrapper .col-wrapper-full,
  #searchDivMobile .results .row-wrapper .col-wrapper .row-wrapper .col-wrapper-full {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #searchDiv .results .row-wrapper .col-wrapper .row-wrapper .col-wrapper-full,
  #searchDivMobile .results .row-wrapper .col-wrapper .row-wrapper .col-wrapper-full {
    float: left;
    width: 100%;
  }
}
#searchDiv .results .row-wrapper > .col-wrapper-docs,
#searchDivMobile .results .row-wrapper > .col-wrapper-docs {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #searchDiv .results .row-wrapper > .col-wrapper-docs,
  #searchDivMobile .results .row-wrapper > .col-wrapper-docs {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #searchDiv .results .row-wrapper > .col-wrapper-docs,
  #searchDivMobile .results .row-wrapper > .col-wrapper-docs {
    float: left;
    width: 33.33333333%;
  }
}
#searchDiv .results .row-wrapper > .col-wrapper:first-of-type,
#searchDivMobile .results .row-wrapper > .col-wrapper:first-of-type {
  border-left: 0;
}
#searchDiv .results .row-wrapper > .col-wrapper:not(:first-of-type),
#searchDivMobile .results .row-wrapper > .col-wrapper:not(:first-of-type) {
  border-left: 1px solid #0D28C2;
}
#searchDiv .results .title,
#searchDivMobile .results .title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.1em;
  color: #0D28C2;
  text-transform: uppercase;
  font-size: 1.3em !important;
}
#searchDiv .results .title .seeAll,
#searchDivMobile .results .title .seeAll {
  padding-left: 5px;
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: bold;
}
#searchDiv .results .title .seeAll a,
#searchDivMobile .results .title .seeAll a {
  color: #0D28C2;
}
#searchDiv .results .title .seeAll a:hover,
#searchDivMobile .results .title .seeAll a:hover {
  color: #0D28C2;
}
#searchDiv .results .title > .text-italic,
#searchDivMobile .results .title > .text-italic {
  font-weight: bold;
}
#searchDiv .results .title span,
#searchDivMobile .results .title span {
  font-weight: bold;
  font-size: 1.1em;
  color: #0D28C2;
  text-transform: uppercase;
}
#searchDiv .results .title span .seeAll,
#searchDivMobile .results .title span .seeAll {
  padding-left: 5px;
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: bold;
}
#searchDiv .results .title span .seeAll a,
#searchDivMobile .results .title span .seeAll a {
  color: #0D28C2;
}
#searchDiv .results .title span .seeAll a:hover,
#searchDivMobile .results .title span .seeAll a:hover {
  color: #0D28C2;
}
#searchDiv .results .title span > .text-italic,
#searchDivMobile .results .title span > .text-italic {
  font-weight: bold;
}
#searchDiv .results .title .seeAll,
#searchDivMobile .results .title .seeAll {
  padding-left: 5px;
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: bold;
}
#searchDiv .results .title .seeAll a,
#searchDivMobile .results .title .seeAll a {
  color: #0D28C2;
}
#searchDiv .results .title .seeAll a:hover,
#searchDivMobile .results .title .seeAll a:hover {
  color: #0D28C2;
}
#searchDiv .results .small-text a,
#searchDivMobile .results .small-text a {
  color: #4baf4f;
}
#searchDiv .results .news-media.agendaItem,
#searchDivMobile .results .news-media.agendaItem {
  height: initial;
}
#searchDiv #sectionsResults,
#searchDivMobile #sectionsResults {
  padding-bottom: 120px;
}
#searchDiv .personResults .row-wrapper.bio,
#searchDivMobile .personResults .row-wrapper.bio {
  margin-left: -15px;
  margin-right: -15px;
}
#searchDiv .personResults .row-wrapper.bio > .col-wrapper:nth-of-type(1),
#searchDivMobile .personResults .row-wrapper.bio > .col-wrapper:nth-of-type(1) {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 0;
}
#searchDiv .personResults .row-wrapper.bio > .col-wrapper:nth-of-type(2),
#searchDivMobile .personResults .row-wrapper.bio > .col-wrapper:nth-of-type(2) {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
#searchDiv .personResults .row-wrapper.bio .agendaTitle,
#searchDivMobile .personResults .row-wrapper.bio .agendaTitle {
  font-size: 1.15em;
}
.mobile-menu {
  z-index: 1000;
  width: 100%;
  display: none !important;
}
@media (max-width: 767px) {
  .mobile-menu {
    display: block !important;
  }
  table.mobile-menu {
    display: table;
  }
  tr.mobile-menu {
    display: table-row !important;
  }
  th.mobile-menu,
  td.mobile-menu {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mobile-menu {
    display: block !important;
  }
  table.mobile-menu {
    display: table;
  }
  tr.mobile-menu {
    display: table-row !important;
  }
  th.mobile-menu,
  td.mobile-menu {
    display: table-cell !important;
  }
}
.mobile-menu .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
.mobile-menu input {
  width: 100%;
  border: 0px;
  border-radius: 0px;
}
.mobile-menu .alert {
  margin-bottom: 0;
  border: 0px;
  border-radius: 0px;
}
.mobile-menu .navbar-collapse {
  border-top: 0px;
}
.mobile-menu .dropdown-menu {
  position: relative;
  background-color: #0D28C2;
}
.mobile-menu .row-wrapper > .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 10px 20px;
}
@media (min-width: 1200px) {
  .mobile-menu .row-wrapper > .col-wrapper {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mobile-menu .row-wrapper > .col-wrapper {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mobile-menu .row-wrapper > .col-wrapper {
    float: left;
    width: 50%;
  }
}
.mobile-menu .row-wrapper > .col-wrapper > a {
  font-family: iul_font;
}
.mobile-menu ul {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  border-radius: 0;
  border: 0px;
  background-color: #f5f4f2;
}
.mobile-menu ul > .menuButton > div {
  width: 100%;
  font-weight: bold;
  padding: 0px;
  border-radius: 0;
  border: 0px;
  text-align: left;
  background-color: #f5f4f2;
  color: black;
}
.mobile-menu ul > .menuButton > div > .label-menu {
  padding: 10px 15px;
  width: 80%;
  display: inline-block;
}
.mobile-menu ul > .menuButton > div > .language-label-menu {
  padding: 10px 15px;
  width: 80%;
  display: inline-block;
  width: 60%;
}
.mobile-menu ul > .menuButton > div > .lang-wrapper {
  width: 40%;
  display: inline-block;
  text-align: right;
  padding-right: 5px;
}
.mobile-menu ul > .menuButton > div > .caret-menu {
  float: right;
  padding: 10px 15px;
  font-size: 1em;
  width: 7%;
  background-color: #0D28C2;
  display: inline-block;
  min-width: 45px;
}
.mobile-menu ul > .menuButton > div > .lang-wrapper > .language-change {
  padding: 8px 5px;
  font-size: 1em;
  text-align: right;
  background-color: #0D28C2;
  display: inline-block;
  min-width: 45px;
}
.mobile-menu ul > .menuButton > div > .lang-wrapper > .language-change > img {
  height: 25px;
}
.mobile-menu ul > .menuButton > a,
.mobile-menu ul > .menuButton .label-menu {
  color: black;
  font-weight: bold;
}
.mobile-menu ul > .menuButton a,
.mobile-menu ul > .menuButton .label-menu {
  color: black;
  font-size: 1.2em;
}
.mobile-menu ul > .menuButton a.mobile-menu-arrow {
  color: #0D28C2;
}
.mobile-menu ul > .menuButton a:hover,
.mobile-menu ul > .menuButton .label-menu:hover {
  background-color: transparent;
}
.button-header {
  border-radius: 0;
  background-clip: padding-box;
  border: 0;
}
.rotative_featured {
  padding-left: 0px;
  padding-right: 0px;
}
#navbar-divider {
  width: 100%;
  height: 8px;
  background-color: #0D28C2;
}
/*#searchIcon{
	background: @iul-color;
	.border-radius(50%);
  padding: 8px;
	margin-left: 10px;
	font-size: 1.1em;
	color: white;

	&:hover {
		background: white;
		color: @iul-color;
	}
}*/
#headline {
  /* Medium Devices, Desktops */
}
#headline > img {
  width: 100%;
  object-fit: cover;
  max-height: 400px;
}
.no-background {
  background: transparent !important;
}
.no-gridster {
  height: auto !important;
  padding-bottom: 20px!important;
  color: #404041;
}
#headline.homepage .gridster ul {
  height: 352px !important;
}
#headlineGrid {
  margin-top: -6px;
}
.gridster {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 1200px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .gridster {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gridster {
    display: none !important;
  }
}
.gridster ul {
  height: 352px;
  margin: 0;
}
.gridster li {
  list-style: none;
}
.gridster li > a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.gridster li > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.gridster .layer {
  background-color: rgba(255, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.gridster .item-grid {
  color: white;
}
.gridster .pull-down {
  bottom: 0px;
  position: absolute;
  color: white;
  padding: 30px 15px 15px 15px;
  display: inline;
  width: 100%;
}
.gridster .pull-top {
  top: 10%;
  position: absolute;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline;
  padding: 0.5rem;
  width: 100%;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.gridster .pull-top .col-wrapper:nth-of-type(1) {
  /*	background: @30-light-iul-color;
		color: white;
		*/
  background: white;
  color: #0D28C2;
}
.gridster .pull-top .col-wrapper:nth-of-type(1) a {
  color: #0D28C2;
}
.gridster .pull-top.with-date {
  position: absolute;
  color: white;
}
.gridster .pull-top.with-date > .row-wrapper {
  float: initial;
  margin-left: -15px;
  margin-right: -15px;
}
.gridster .pull-top.with-date > .row-wrapper > .col-wrapper:nth-of-type(1) {
  float: left;
}
.gridster .pull-top.with-date > .row-wrapper > .col-wrapper:nth-of-type(2) {
  float: left;
  width: 82%;
  padding-left: 10px;
}
.gridster .pull-down.with-date {
  padding-bottom: 5%;
  margin-bottom: 0px;
}
.gridster .pull-down.with-date > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.gridster .pull-down.with-date > .row-wrapper > .col-wrapper:nth-of-type(1) {
  float: left;
}
.gridster .pull-down.with-date > .row-wrapper > .col-wrapper:nth-of-type(2) {
  float: left;
  width: 82%;
  padding-left: 10px;
}
.gridster .caption {
  color: #ffffff;
}
.gridster .gridType {
  font-family: iul_font;
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
}
.gridster .agendaTitle {
  color: #ffffff;
}
.gridster .gridText {
  font-family: iul_font;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9em;
  line-height: 1.25em;
  /* fallback */
  max-height: 3.5em;
  /* fallback */
}
.gridster .big-text .caption,
.gridster .big-text .agendaTitle,
.gridster .big-text .gridText {
  padding-left: 10px;
}
.gridster .big-text .with-date .caption,
.gridster .big-text .with-date .agendaTitle,
.gridster .big-text .with-date .gridText {
  padding-left: initial;
}
.gridster .big-text .pull-down {
  padding-bottom: 15px;
}
.gridster .big-text .agendaTitle {
  font-size: 2em;
  width: 85%;
}
.gridster .big-text .gridText {
  font-size: 1em;
}
.gridster .removeWidget {
  z-index: 99;
  top: 0;
  right: 0;
  color: red;
  font-size: 1.5em;
  position: absolute;
}
.gridster .gridster-image {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gridster#homepageHighlightsGridster ul {
  height: inherit;
}
.gridster#homepageHighlightsGridster .agendaItem {
  height: 260px;
  margin-bottom: 20px;
}
.gridster#homepageHighlightsGridster .agendaTitle {
  color: #0D28C2;
  max-height: 3.5em;
}
.gridster#homepageHighlightsGridster .agendaTitle:hover {
  color: #0D28C2 !important;
}
#content-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}
#content-wrapper > .navbar-header,
#content-wrapper > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  #content-wrapper > .navbar-header,
  #content-wrapper > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.currentPage {
  margin-top: 13px;
  color: #ffffff;
}
.currentPage .fa {
  margin: 0;
}
.currentPage a {
  font-family: iul_font;
  font-size: 0.85em;
  text-transform: uppercase;
  color: #ffffff;
}
.currentPage a:hover {
  color: #edf5fa;
  text-decoration: underline;
}
.currentPage .active {
  color: #ffffff;
}
.currentPage .active:hover {
  color: #ffffff;
}
.currentPage.base-color-text {
  color: #404041;
}
.currentPage.base-color-text a {
  color: #404041;
}
.currentPage.base-color-text .active {
  color: #0D28C2;
}
.currentPage.base-color-text .active:hover {
  color: #404041;
}
.base-color-text {
  color: #404041;
}
.pageTitle {
  color: black;
  font-weight: bold;
  font-size: 1.7em;
  text-transform: uppercase;
}
.headerAgenda {
  font-weight: bold;
  font-size: 1.1em;
  color: #0D28C2;
  text-transform: uppercase;
}
.headerAgenda .seeAll {
  padding-left: 5px;
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: bold;
}
.headerAgenda .seeAll a {
  color: #0D28C2;
}
.headerAgenda .seeAll a:hover {
  color: #0D28C2;
}
.headerAgenda > .text-italic {
  font-weight: bold;
}
.content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  margin-top: 20px !important;
}
.content > .navbar-header,
.content > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .content > .navbar-header,
  .content > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.agendaDescription {
  font-family: iul_font;
}
.examination-detail .row-wrapper,
.event-detail .row-wrapper,
.thesis-detail .row-wrapper,
.examination-detail .col-wrapper,
.event-detail .col-wrapper,
.thesis-detail .col-wrapper {
  margin-bottom: 0px;
  -ms-word-break: break-word;
  word-break: break-word;
}
.examination-detail h6.title,
.event-detail h6.title,
.thesis-detail h6.title {
  margin-bottom: 10px;
}
.examination-detail .candidate .no-photo,
.event-detail .candidate .no-photo,
.thesis-detail .candidate .no-photo {
  height: initial !important;
}
.examination-detail .detailSummary,
.event-detail .detailSummary,
.thesis-detail .detailSummary {
  font-size: 1.3em !important;
  word-wrap: break-word;
}
.examination-detail #detailParticipants h6.title,
.event-detail #detailParticipants h6.title,
.thesis-detail #detailParticipants h6.title {
  margin-bottom: 10px;
}
.examination-detail #detailParticipants div.row-wrapper.jury:last-child,
.event-detail #detailParticipants div.row-wrapper.jury:last-child,
.thesis-detail #detailParticipants div.row-wrapper.jury:last-child,
.examination-detail #detailParticipants div.row-wrapper.advisor:last-child,
.event-detail #detailParticipants div.row-wrapper.advisor:last-child,
.thesis-detail #detailParticipants div.row-wrapper.advisor:last-child {
  margin-top: 10px;
}
.examination-detail #detailParticipants .divider.candidate,
.event-detail #detailParticipants .divider.candidate,
.thesis-detail #detailParticipants .divider.candidate {
  margin-top: 15px;
}
.examination-detail #detailParticipants .divider.jury,
.event-detail #detailParticipants .divider.jury,
.thesis-detail #detailParticipants .divider.jury {
  margin-top: 10px;
}
.examination-detail #detailParticipants .no-photo,
.event-detail #detailParticipants .no-photo,
.thesis-detail #detailParticipants .no-photo {
  height: 48px;
}
.examination-detail #detailParticipants .photo,
.event-detail #detailParticipants .photo,
.thesis-detail #detailParticipants .photo {
  width: 48px !important;
}
.examination-detail #detailParticipants .role,
.event-detail #detailParticipants .role,
.thesis-detail #detailParticipants .role {
  padding-top: 0;
}
.thesis-detail .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.thesis-detail .row-wrapper .col-wrapper {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .thesis-detail .row-wrapper .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .thesis-detail .row-wrapper .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .thesis-detail .row-wrapper .col-wrapper {
    float: left;
    width: 50%;
  }
}
.thesis-detail .related-theses .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.thesis-detail .related-theses .row-wrapper .col-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 160px;
}
@media (min-width: 1200px) {
  .thesis-detail .related-theses .row-wrapper .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .thesis-detail .related-theses .row-wrapper .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .thesis-detail .related-theses .row-wrapper .col-wrapper {
    float: left;
    width: 50%;
  }
}
.thesis-detail .related-theses .agendaTitle {
  font-size: 1.1em;
}
.thesis-detail .related-theses a {
  text-decoration: none;
}
.examinationItem a,
.calendarItem a {
  display: inline-block;
  height: auto;
}
.examinationItem .agendaItem,
.calendarItem .agendaItem {
  height: auto;
}
.examinationItem .agendaItem > .row-wrapper.with-date > .col-wrapper:nth-of-type(1),
.calendarItem .agendaItem > .row-wrapper.with-date > .col-wrapper:nth-of-type(1) {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .examinationItem .agendaItem > .row-wrapper.with-date > .col-wrapper:nth-of-type(1),
  .calendarItem .agendaItem > .row-wrapper.with-date > .col-wrapper:nth-of-type(1) {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .examinationItem .agendaItem > .row-wrapper.with-date > .col-wrapper:nth-of-type(1),
  .calendarItem .agendaItem > .row-wrapper.with-date > .col-wrapper:nth-of-type(1) {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .examinationItem .agendaItem > .row-wrapper.with-date > .col-wrapper:nth-of-type(1),
  .calendarItem .agendaItem > .row-wrapper.with-date > .col-wrapper:nth-of-type(1) {
    float: left;
    width: 33.33333333%;
  }
}
.examinationItem .agendaItem > .row-wrapper.with-date > .col-wrapper:nth-of-type(2),
.calendarItem .agendaItem > .row-wrapper.with-date > .col-wrapper:nth-of-type(2) {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .examinationItem .agendaItem > .row-wrapper.with-date > .col-wrapper:nth-of-type(2),
  .calendarItem .agendaItem > .row-wrapper.with-date > .col-wrapper:nth-of-type(2) {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .examinationItem .agendaItem > .row-wrapper.with-date > .col-wrapper:nth-of-type(2),
  .calendarItem .agendaItem > .row-wrapper.with-date > .col-wrapper:nth-of-type(2) {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .examinationItem .agendaItem > .row-wrapper.with-date > .col-wrapper:nth-of-type(2),
  .calendarItem .agendaItem > .row-wrapper.with-date > .col-wrapper:nth-of-type(2) {
    float: left;
    width: 66.66666667%;
  }
}
.examinationItem .agendaItem > .row-wrapper.with-date > .col-wrapper.full-width-col:nth-of-type(2),
.calendarItem .agendaItem > .row-wrapper.with-date > .col-wrapper.full-width-col:nth-of-type(2) {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .examinationItem .agendaItem > .row-wrapper.with-date > .col-wrapper.full-width-col:nth-of-type(2),
  .calendarItem .agendaItem > .row-wrapper.with-date > .col-wrapper.full-width-col:nth-of-type(2) {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .examinationItem .agendaItem > .row-wrapper.with-date > .col-wrapper.full-width-col:nth-of-type(2),
  .calendarItem .agendaItem > .row-wrapper.with-date > .col-wrapper.full-width-col:nth-of-type(2) {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .examinationItem .agendaItem > .row-wrapper.with-date > .col-wrapper.full-width-col:nth-of-type(2),
  .calendarItem .agendaItem > .row-wrapper.with-date > .col-wrapper.full-width-col:nth-of-type(2) {
    float: left;
    width: 66.66666667%;
  }
}
.examinationItem .agendaItem .agendaDateTime,
.calendarItem .agendaItem .agendaDateTime {
  margin-right: 5px;
}
.examinationItem .agendaItem .agendaDateTime .agendaTime,
.calendarItem .agendaItem .agendaDateTime .agendaTime {
  padding-top: 5px;
}
.calendar-wrapper .agendaItem {
  height: initial;
}
.agendaItem .agendaTitle {
  height: 3.5em;
}
.agendaItem:last-of-type {
  margin-bottom: 0;
}
.agendaItem .agendaDefender,
.agendaItem .agendaThesis,
.agendaItem .agendaLocation {
  color: #404041 !important;
}
.homepage-entrecampus .homepage-entrecampus__content {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .homepage-entrecampus .homepage-entrecampus__content {
    display: flex;
  }
  .homepage-entrecampus .homepage-entrecampus__content .homepage-entrecampus__item {
    width: 33.3%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .homepage-highlights .homepage-highlights__content {
    display: flex;
    flex-wrap: wrap;
  }
  .homepage-highlights .homepage-highlights__content .homepage-highlights__item {
    width: 50%;
  }
}
.card-item {
  display: block;
  position: relative;
  height: 400px;
  width: 100%;
}
@media (max-width: 768px) {
  .card-item {
    height: 200px;
    margin-bottom: 15px;
  }
}
.card-item.large .card-item__content .card-item__title {
  font-size: 30px;
}
@media (max-width: 768px) {
  .card-item.large .card-item__content .card-item__title {
    font-size: 18px;
  }
}
.card-item .card-item__image {
  height: 100%;
}
.card-item .card-item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-item .card-item__bkg {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 1;
}
.card-item .card-item__content {
  position: absolute;
  bottom: 0;
  padding: 20px;
  z-index: 2;
}
.card-item .card-item__content .card-item__title,
.card-item .card-item__content .card-item__caption {
  color: white;
}
.card-item .card-item__content .card-item__caption {
  line-height: 1.1;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.card-item .card-item__content .card-item__title {
  line-height: 1.1;
  font-weight: 900;
  font-size: 18px;
}
.listingItem {
  height: 3.5em;
}
.listingItem .agendaTitle {
  height: 3.5em;
}
.listingItem:last-of-type {
  margin-bottom: 0;
}
.listingItem .agendaDefender,
.listingItem .agendaThesis,
.listingItem .agendaLocation {
  color: #404041 !important;
}
.listingItemTitle {
  font-weight: bold;
  text-align: center;
}
.listingAgendaItemWrapper {
  height: 260px;
}
.agendaImage {
  width: 100%;
  height: 158.57px;
  margin-right: 5px;
  display: block;
  object-fit: cover;
}
/*
img[alt]:after {  
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: 'Helvetica';
  font-weight: 300;
  line-height: 2;  
  text-align: center;
  content: attr(alt);
  color: transparent;
}
*/
.agendaItemHighlight {
  display: none !important;
}
@media (max-width: 767px) {
  .agendaItemHighlight {
    display: block !important;
  }
  table.agendaItemHighlight {
    display: table;
  }
  tr.agendaItemHighlight {
    display: table-row !important;
  }
  th.agendaItemHighlight,
  td.agendaItemHighlight {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .agendaItemHighlight {
    display: block !important;
  }
  table.agendaItemHighlight {
    display: table;
  }
  tr.agendaItemHighlight {
    display: table-row !important;
  }
  th.agendaItemHighlight,
  td.agendaItemHighlight {
    display: table-cell !important;
  }
}
.agendaItemHighlight .pull-down {
  bottom: 0px;
  position: absolute;
  color: white;
  padding: 30px 15px 15px 15px;
  display: inline;
  width: 100%;
}
.agendaItemHighlight .highlight-header {
  font-family: iul_font;
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 5px;
  color: white;
}
.agendaItemHighlight .highlight-title {
  font-size: 1.3em;
  color: white;
}
.agendaItemHighlight > .carousel-inner {
  height: 100%;
}
.agendaItemHighlight > .carousel-inner > .item {
  height: 100%;
}
.agendaItemHighlight > .carousel-inner > .item > a {
  height: 100%;
}
.agendaItemHighlight > .carousel-inner > .item > a > div {
  height: 100%;
}
.caption {
  font-family: iul_font;
  font-size: 1em;
  color: #0D28C2;
  line-height: 1.2em;
  margin-top: 5px;
}
.text-header {
  font-family: iul_font;
  font-size: 1em;
  color: #0D28C2;
  line-height: 1.2em;
  margin-top: 5px;
  padding-top: 10px;
}
.base-header {
  color: #0D28C2;
  font-weight: bold;
}
.accent-header {
  color: #0D28C2;
  font-size: 0.9em;
}
.research-unit-header {
  color: #0D28C2;
  font-size: 0.9em;
  font-size: 1.2em;
}
.agendaType,
.role {
  font-family: iul_font;
  font-size: 1em;
  color: #0D28C2;
  line-height: 1.2em;
  margin-top: 5px;
  padding-top: 10px;
  display: block;
  padding-top: 15px;
}
.agendaTitle {
  font-family: iul_font;
  color: black;
  padding-top: 5px;
  font-size: 1.35em;
  display: block;
  overflow: hidden;
  line-height: 1.1em;
  /* fallback */
  margin-bottom: 20px;
}
.agendaTitleChronos {
  font-family: iul_font;
  color: black;
  padding-top: 5px;
  font-size: 1.35em;
  display: block;
  overflow: hidden;
  line-height: 1.1em;
  /* fallback */
  margin-bottom: 20px;
  color: #404041;
  padding-bottom: 1.5em;
  font-weight: bold;
}
.agendaLocation {
  font-family: iul_font;
  padding-top: 5px;
  font-size: 0.8em;
  display: block;
}
.canvas-blur {
  width: 100%;
  height: 158.57px;
}
.agendaDateImage {
  position: relative;
  height: 158.57px;
  overflow: hidden;
}
.agendaDateImage .agendaDateTime {
  margin-left: 0px;
  margin-right: 0px;
  float: left;
  position: absolute;
  top: 30%;
  left: 0px;
}
.agendaDateImage .ongoing {
  top: 20%;
}
#agenda-events-view .agendaDateTime {
  width: 15%;
}
#agenda-events-view .agendaDate {
  padding-top: 0;
}
#agenda-examinations-view .title-color:first-of-type {
  margin-bottom: 10px;
}
#agenda-examinations-view .examinationItem {
  margin-top: 0;
}
#agenda-examinations-view .col-wrapper.full-width-col {
  padding-right: 10px !important;
}
#agenda-examinations-view .agendaDateTime {
  margin-right: 0;
}
#agenda-examinations-view .agendaDateTime.tomorrow-inverse,
#agenda-examinations-view .agendaDateTime.today-inverse {
  padding: 5px 0 0 5px !important;
}
.agendaDateTime {
  font-weight: bold;
  padding: 10px 5px 10px 5px;
  line-height: 1.3;
}
.agendaDateTime .agendaDate {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 0.5;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.agendaDateTime .agendaTime {
  font-size: 0.85em;
  font-family: iul_font;
}
.agendaDateTime .dateDivider {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.agendaDateTime .divider {
  margin-top: 5px;
  margin-bottom: 9px;
}
.divider {
  border-top: 1px solid #0D28C2;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 1px;
}
.divider-2 {
  border-top: 1px solid #0D28C2;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 1px;
  border-top: 2px solid #0D28C2;
}
.divider-2-8 {
  border-top: 1px solid #0D28C2;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 1px;
  border-top: 2px solid #0D28C2;
  margin-top: 8px;
  margin-bottom: 8px;
}
.divider-3 {
  border-top: 1px solid #0D28C2;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 1px;
  border-top: 3px solid #0D28C2;
}
.divider-mobile {
  border-top: 1px solid #0D28C2;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 1px;
  border-top: 2px solid #0D28C2;
}
.divider-mobile-text-color {
  border-top: 1px solid #0D28C2;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 1px;
}
.divider-strong {
  border-top: 1px solid #0D28C2;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 1px;
  border-top: 4px solid #0D28C2;
}
.divider-notop {
  border-top: 1px solid #0D28C2;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 1px;
  margin-top: 0px;
}
.mediaImage {
  max-height: 30px;
  margin-top: 10px;
}
#footer {
  margin-top: 45px;
  margin-bottom: 45px;
  color: #0D28C2;
}
#footer a {
  color: inherit;
}
#footer a:hover {
  color: #7286f6;
}
#footer .footer-image {
  /*&:first-of-type {
			img {
				max-height: 50px;
				height: 50px;
			}
		}*/
  /*&:last-of-type {
			img {
				max-height: 35px;
				height: 35px;
			}
		}*/
  /*&:nth-of-type(3), &:nth-of-type(7) {
			img {
				max-height: 30px;
				height: 30px;
			}
		}*/
}
#footer .footer-image img {
  max-height: 40px;
  height: 40px;
}
#footer .footer-image svg {
  max-height: 40px;
  height: 40px;
}
#footer #mainFooter {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
#footer #mainFooter > .container-wide-block > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#footer #mainFooter > .container-wide-block > .row-wrapper > .col-wrapper {
  margin-left: 3%;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #footer #mainFooter > .container-wide-block > .row-wrapper > .col-wrapper {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #footer #mainFooter > .container-wide-block > .row-wrapper > .col-wrapper {
    width: 94%;
  }
}
#footer #mainFooter > .container-wide-block > .row-wrapper > .col-wrapper > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#footer #mainFooter > .container-wide-block > .row-wrapper > .col-wrapper > .row-wrapper > .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #footer #mainFooter > .container-wide-block > .row-wrapper > .col-wrapper > .row-wrapper > .col-wrapper {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #footer #mainFooter > .container-wide-block > .row-wrapper > .col-wrapper > .row-wrapper > .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
#footer #mainFooter > .container-wide-block > .row-wrapper > .col-wrapper > .row-wrapper #social a {
  margin-right: 5px;
  display: inline-block;
  line-height: 23px;
}
#footer #mainFooter #creditations {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 50px;
}
@media (min-width: 768px) {
  #footer #mainFooter #creditations {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #footer #mainFooter #creditations {
    float: left;
    width: 100%;
  }
}
#footer #mainFooter #creditations .creditations-logos {
  display: inline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
#footer #mainFooter #creditations .creditations-logos a {
  display: inline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  border: 1px solid transparent;
}
#footer #mainFooter #creditations .creditations-logos a:last-of-type {
  margin-right: 0;
}
#footer #mainFooter #creditations .creditations-logos a:hover {
  border: 1px solid #0D28C2;
}
#footer #mainFooter #creditations .creditations-logos a img,
#footer #mainFooter #creditations .creditations-logos a svg {
  display: inline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: inherit !important;
}
#footer #mainFooter #creditations .creditations-logos a svg {
  max-width: 75px;
}
#footer #mainFooter #creditations .creditations-logos a:nth-child(n +6) {
  margin-top: 5px;
}
#footer #mainFooter #creditations .european-funding .creditations-logos img {
  height: 22px !important;
}
#footer #mainFooter #creditations .european-funding .creditations-logos img {
  height: 27px !important;
}
#footer #mainFooter #creditations .european-funding .creditations-logos a:nth-child(n +4) {
  margin-top: 10px;
}
#footer #mainFooter .divider-mobile {
  margin-left: 15px;
  margin-right: 15px;
}
#footer #mainFooter #subscribe {
  position: relative;
}
#footer #mainFooter #subscribe input {
  padding-left: 5px;
  padding-right: 35%;
  margin-top: 5px;
  margin-bottom: 10px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
}
#footer #mainFooter #subscribe input::-webkit-input-placeholder {
  color: #0D28C2;
}
#footer #mainFooter #subscribe input::-moz-placeholder {
  color: #0D28C2;
}
#footer #mainFooter #subscribe input:-moz-placeholder {
  /* Older versions of Firefox */
  color: #0D28C2;
}
#footer #mainFooter #subscribe input:-ms-input-placeholder {
  color: #0D28C2;
}
#footer #mainFooter #subscribe .submit {
  position: absolute;
  bottom: 5px;
  right: 0px;
  background: transparent;
  border: 1px solid #0D28C2;
  color: #0D28C2;
  width: 35%;
}
#footer #bottomFooter {
  font-size: 0.9em;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer #bottomFooter span {
  padding-left: 10px;
}
#footer #bottomFooter span:nth-child(1) {
  padding-left: 0px;
}
#footer .footerTitle {
  font-weight: bold;
  font-size: 1.05em;
  display: block;
  margin-bottom: 5px;
}
#footer .footerTitle * {
  font-weight: bold;
}
#footer .footerText {
  font-weight: bold;
  font-size: 0.95em;
  display: block;
}
#footer .footerText a {
  font-weight: bold;
}
#footer .footerText .terms {
  padding-top: 5px;
}
#footer .footerIcon {
  height: 30px;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border-radius: 15px;
  background-clip: padding-box;
  border: 2px solid #0D28C2;
}
#footer .footerIcon:hover {
  background: #0D28C2;
  border: 2px solid #0D28C2;
  color: #ffffff;
}
#footer .footerIcon:hover svg path {
  fill: white;
}
.cookies-block {
  border: 2px solid black;
}
#search input::-webkit-input-placeholder {
  content: '\f002Â Â ';
  text-transform: uppercase;
}
#search input::-moz-placeholder {
  content: '\f002Â Â ';
  text-transform: uppercase;
}
#search input:-moz-placeholder {
  /* Older versions of Firefox */
  content: '\f002Â Â ';
  text-transform: uppercase;
}
#search input:-ms-input-placeholder {
  content: '\f002Â Â ';
  text-transform: uppercase;
}
#search input {
  font-family: iul_font;
  margin-bottom: 10px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#filter {
  margin-bottom: 30px;
}
#filter * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
}
#filter #filterItem {
  display: inline-block;
}
#filter #filterItem > .filterdropdown:last-child > button {
  border-right: 0px;
}
#filter #filterItem .dropdown-menu {
  padding: 0;
  width: 200px;
  margin: 0;
  border: 1px solid #0D28C2;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background-clip: padding-box;
  color: black;
}
#filter #filterItem .dropdown-menu li {
  padding: 7px;
}
#filter #filterItem .dropdown-menu li label {
  font-family: iul_font;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 0.8em;
}
#filter #filterItem .dropdown-menu li label::before {
  width: 15px;
  height: 15px;
}
#filter .checkbox {
  margin-top: 2px;
  margin-bottom: 2px;
}
#filter .checkbox > label {
  text-align: left;
}
#filter .filterdropdown {
  border-right: 1px solid #0D28C2;
}
#filter .filterdropdown:last-child {
  border: 0;
}
#filter button {
  border: 0px;
  border-radius: 0px;
  font-size: 0.8em;
  padding: 5px 10px;
  font-weight: bold;
}
#filter button .caret {
  margin-left: 5px;
}
#filter button.clear-search {
  color: #f34135 !important;
  border-color: #f34135 !important;
}
#filter .active-filter {
  font-weight: bold;
  color: #0D28C2;
}
#filter > button {
  margin-left: 10px;
  display: inline-block;
  font-family: iul_font;
  background: transparent;
  border: 2px solid #0D28C2;
  color: #0D28C2;
  padding: 3px 10px;
}
#filter > button.comparable-button {
  background: #0D28C2;
  border: 2px solid #0D28C2;
  color: white;
}
#filter > button:hover {
  color: white;
  background: #0D28C2;
  border: 2px solid white;
}
#filter > button.clear-search:hover {
  background-color: #f34135;
  color: white !important;
}
#filter #lotationFilter ul {
  list-style: none;
  padding-left: 2.5px;
}
#filter #dateFilter {
  min-width: 250px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#filter #dateFilter .checkbox > input {
  margin-left: -20px;
}
#filter #dateFilter ul {
  list-style: none;
  padding-left: 2.5px;
}
#filter #dateFilter #customDate .col-wrapper {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 5px;
}
#filter #dateFilter #customDate .col-wrapper input {
  width: 100%;
  padding-left: 5px;
  border: 0;
  background: #F6F4F3;
}
#filter #dateFilter #customDate .active-bg {
  background-color: #0D28C2;
  color: white;
}
#filter #dateFilter #customDate .active-bg input {
  color: #0D28C2;
  background: #edf5fa;
}
#filter #dateFilter #customDate .bootstrap-datetimepicker-widget table {
  margin-left: -8px;
}
#filter #dateFilter #customDate .bootstrap-datetimepicker-widget table th {
  font-weight: bold;
}
#filter #dateFilter #customDate .bootstrap-datetimepicker-widget table th.prev,
#filter #dateFilter #customDate .bootstrap-datetimepicker-widget table th.next {
  width: 42px;
}
#filter #dateFilter #customDate .bootstrap-datetimepicker-widget table th,
#filter #dateFilter #customDate .bootstrap-datetimepicker-widget table td {
  border-radius: 0;
  background-clip: padding-box;
}
#filter #dateFilter #customDate .bootstrap-datetimepicker-widget table td.active,
#filter #dateFilter #customDate .bootstrap-datetimepicker-widget table td.active:hover {
  background: #0D28C2;
}
#filter #dateFilter #customDate .bootstrap-datetimepicker-widget table td.day {
  font-size: 1em;
}
#filter #dateFilter button {
  color: white;
  width: 100%;
  background: #0D28C2;
  padding: 10px;
  font-weight: bold;
}
#filter #dateFilter button:hover {
  background: #0D28C2;
}
#filterCol {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
}
@media (min-width: 992px) {
  #filterCol {
    float: left;
    width: 25%;
  }
}
#filterCol .headerAgenda {
  font-family: iul_font;
  color: black;
}
#filterCol .agendaTitle {
  font-family: iul_font;
  font-size: 1.1em;
}
#filterCol .listFilter {
  padding: 10px 0;
  border-bottom: 1px solid #0D28C2;
}
#filterCol .listFilter:last-child {
  border-bottom: 0;
}
.pagination {
  margin: 30px 0;
  float: right;
}
.pagination .button {
  float: left;
  text-align: center;
  height: 30px;
  width: 30px;
  font-size: 1em;
  padding: 5px;
  margin-right: 2px;
  border-radius: 0;
  background-clip: padding-box;
  border: 0;
  background: #0D28C2;
  cursor: pointer;
  color: white;
}
.pagination .button a {
  color: white;
  background: none;
}
.pagination .button:hover {
  color: #0D28C2 !important;
  background-color: white !important;
  outline: 2px solid #0D28C2 !important;
  border: 0 !important;
}
.pagination .button:hover a {
  color: #0D28C2;
  background: none !important;
}
.pagination .active {
  background: #F6F4F3;
  color: #0D28C2;
}
.pagination .active a {
  color: #0D28C2;
  background: none;
}
#featuredInformation-xs {
  display: none !important;
}
@media (max-width: 767px) {
  #featuredInformation-xs {
    display: block !important;
  }
  table#featuredInformation-xs {
    display: table;
  }
  tr#featuredInformation-xs {
    display: table-row !important;
  }
  th#featuredInformation-xs,
  td#featuredInformation-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #featuredInformation-xs {
    display: block !important;
  }
  table#featuredInformation-xs {
    display: table;
  }
  tr#featuredInformation-xs {
    display: table-row !important;
  }
  th#featuredInformation-xs,
  td#featuredInformation-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  #featuredInformation {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #featuredInformation {
    display: none !important;
  }
}
#detailContainer,
.detail-container {
  margin-top: 30px !important;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
}
#detailContainer #socialOwner,
.detail-container #socialOwner,
#detailContainer .left-bar,
.detail-container .left-bar {
  margin-bottom: 10px !important;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #detailContainer #socialOwner,
  .detail-container #socialOwner,
  #detailContainer .left-bar,
  .detail-container .left-bar {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #detailContainer #socialOwner,
  .detail-container #socialOwner,
  #detailContainer .left-bar,
  .detail-container .left-bar {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  #detailContainer #socialOwner,
  .detail-container #socialOwner,
  #detailContainer .left-bar,
  .detail-container .left-bar {
    float: left;
    width: 16.66666667%;
  }
}
#detailContainer #socialOwnerMobile,
.detail-container #socialOwnerMobile {
  display: none !important;
}
@media (max-width: 767px) {
  #detailContainer #socialOwnerMobile,
  .detail-container #socialOwnerMobile {
    display: block !important;
  }
  table#detailContainer #socialOwnerMobile,
  table.detail-container #socialOwnerMobile {
    display: table;
  }
  tr#detailContainer #socialOwnerMobile,
  tr.detail-container #socialOwnerMobile {
    display: table-row !important;
  }
  th#detailContainer #socialOwnerMobile,
  th.detail-container #socialOwnerMobile,
  td#detailContainer #socialOwnerMobile,
  td.detail-container #socialOwnerMobile {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #detailContainer #socialOwnerMobile,
  .detail-container #socialOwnerMobile {
    display: block !important;
  }
  table#detailContainer #socialOwnerMobile,
  table.detail-container #socialOwnerMobile {
    display: table;
  }
  tr#detailContainer #socialOwnerMobile,
  tr.detail-container #socialOwnerMobile {
    display: table-row !important;
  }
  th#detailContainer #socialOwnerMobile,
  th.detail-container #socialOwnerMobile,
  td#detailContainer #socialOwnerMobile,
  td.detail-container #socialOwnerMobile {
    display: table-cell !important;
  }
}
#detailContainer > #details-large,
.detail-container > #details-large {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #detailContainer > #details-large,
  .detail-container > #details-large {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #detailContainer > #details-large,
  .detail-container > #details-large {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  #detailContainer > #details-large,
  .detail-container > #details-large {
    float: left;
    width: 83.33333333%;
  }
}
#detailContainer > #details,
.detail-container > #details,
#detailContainer .details,
.detail-container .details {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #detailContainer > #details,
  .detail-container > #details,
  #detailContainer .details,
  .detail-container .details {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #detailContainer > #details,
  .detail-container > #details,
  #detailContainer .details,
  .detail-container .details {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  #detailContainer > #details,
  .detail-container > #details,
  #detailContainer .details,
  .detail-container .details {
    float: left;
    width: 66.66666667%;
  }
}
#detailContainer > #details > .detailDescription,
.detail-container > #details > .detailDescription,
#detailContainer .details > .detailDescription,
.detail-container .details > .detailDescription {
  width: 100%;
  display: inline-block;
}
#detailContainer > #details > .detailDescription a,
.detail-container > #details > .detailDescription a,
#detailContainer .details > .detailDescription a,
.detail-container .details > .detailDescription a {
  color: #0D28C2;
  text-decoration: underline;
}
#detailContainer > #details > .detailSummary a,
.detail-container > #details > .detailSummary a,
#detailContainer .details > .detailSummary a,
.detail-container .details > .detailSummary a {
  color: #0D28C2;
  text-decoration: underline;
}
#detailContainer > #details .chronos-body .agendaTitle,
.detail-container > #details .chronos-body .agendaTitle,
#detailContainer .details .chronos-body .agendaTitle,
.detail-container .details .chronos-body .agendaTitle {
  color: #404041;
  padding: 10px 0;
}
#detailContainer > #details .chronos-body .agendaTitle:first-of-type,
.detail-container > #details .chronos-body .agendaTitle:first-of-type,
#detailContainer .details .chronos-body .agendaTitle:first-of-type,
.detail-container .details .chronos-body .agendaTitle:first-of-type {
  padding-top: 0;
}
#detailContainer > #details .chronosBody,
.detail-container > #details .chronosBody,
#detailContainer .details .chronosBody,
.detail-container .details .chronosBody {
  padding-bottom: 15px;
  border-bottom: 1px solid #0D28C2;
}
#detailContainer > #details .chronosBody:last-of-type,
.detail-container > #details .chronosBody:last-of-type,
#detailContainer .details .chronosBody:last-of-type,
.detail-container .details .chronosBody:last-of-type {
  border-bottom: 0;
}
#detailContainer > #details .chronosBody .bio .agendaTitle,
.detail-container > #details .chronosBody .bio .agendaTitle,
#detailContainer .details .chronosBody .bio .agendaTitle,
.detail-container .details .chronosBody .bio .agendaTitle {
  font-size: 1.1em;
  padding-top: 5px;
}
#detailContainer > #details .chronosBody .bio,
.detail-container > #details .chronosBody .bio,
#detailContainer .details .chronosBody .bio,
.detail-container .details .chronosBody .bio,
#detailContainer > #details .chronosBody .scroll-top,
.detail-container > #details .chronosBody .scroll-top,
#detailContainer .details .chronosBody .scroll-top,
.detail-container .details .chronosBody .scroll-top {
  margin-bottom: 15px;
}
#detailContainer > #details .chronosBody .vcenter,
.detail-container > #details .chronosBody .vcenter,
#detailContainer .details .chronosBody .vcenter,
.detail-container .details .chronosBody .vcenter,
#detailContainer > #details .chronosBody iframe,
.detail-container > #details .chronosBody iframe,
#detailContainer .details .chronosBody iframe,
.detail-container .details .chronosBody iframe {
  margin-top: 10px;
}
#detailContainer > #details .chronosBody .title,
.detail-container > #details .chronosBody .title,
#detailContainer .details .chronosBody .title,
.detail-container .details .chronosBody .title {
  margin-top: 10px;
}
#detailContainer > #details .chronosBody .item .logo,
.detail-container > #details .chronosBody .item .logo,
#detailContainer .details .chronosBody .item .logo,
.detail-container .details .chronosBody .item .logo {
  font-size: 2em;
  display: block;
  margin: 10px 10px 10px 0;
  padding: 20px 15px;
  border: 1px solid #0D28C2;
  background: #F6F4F3;
  color: #0D28C2;
}
#detailContainer > #featuredInformation,
.detail-container > #featuredInformation,
#detailContainer #featuredInformation-xs,
.detail-container #featuredInformation-xs,
#detailContainer .right-bar,
.detail-container .right-bar {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #detailContainer > #featuredInformation,
  .detail-container > #featuredInformation,
  #detailContainer #featuredInformation-xs,
  .detail-container #featuredInformation-xs,
  #detailContainer .right-bar,
  .detail-container .right-bar {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #detailContainer > #featuredInformation,
  .detail-container > #featuredInformation,
  #detailContainer #featuredInformation-xs,
  .detail-container #featuredInformation-xs,
  #detailContainer .right-bar,
  .detail-container .right-bar {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  #detailContainer > #featuredInformation,
  .detail-container > #featuredInformation,
  #detailContainer #featuredInformation-xs,
  .detail-container #featuredInformation-xs,
  #detailContainer .right-bar,
  .detail-container .right-bar {
    float: left;
    width: 16.66666667%;
  }
}
#detailContainer > #featuredInformation .btn,
.detail-container > #featuredInformation .btn,
#detailContainer #featuredInformation-xs .btn,
.detail-container #featuredInformation-xs .btn,
#detailContainer .right-bar .btn,
.detail-container .right-bar .btn {
  font-size: 1em;
  width: 100%;
  padding: 6px 13px;
}
#detailContainer img,
.detail-container img {
  max-width: 100%;
}
#detailContainer .left-bar,
.detail-container .left-bar {
  font-size: 0.95em;
}
#detailContainer .left-bar b,
.detail-container .left-bar b {
  padding: 10px 0;
}
.candidacy-button {
  font-size: 0.9em;
  padding: 5px 15px;
}
.detailTitle {
  color: #0D28C2;
  font-weight: bold;
  font-size: 2.4em;
  line-height: 1em;
}
.detailImage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 312px;
  width: 100%;
  object-fit: cover;
}
.detailImage .container-wide-block {
  height: 100%;
}
.detailImage .container-wide-block .row {
  height: 100%;
}
.detailImage .container-wide-block .row > #imageSlideTitle {
  height: 100%;
}
.detailImage .container-wide-block .row > #imageSlideTitle > div {
  display: block;
  position: absolute;
  bottom: 15px;
}
.detailImage .container-wide-block .row > #imageSlideTitle > div > h1 {
  color: white;
  font-size: 2.5em;
  font-weight: bold;
}
.detailSummary {
  font-weight: bold;
  font-size: 1.1em;
}
.detailText {
  margin-top: 10px;
  font-family: iul_font;
}
.quoteText {
  font-weight: bold;
}
.quoteText i {
  float: left;
  margin-top: 5px;
  margin-left: -50px;
  color: white;
  background: #0D28C2;
  border: 7px solid #0D28C2;
  border-radius: 50%;
  font-size: 1.5em;
}
.quotePerson {
  font-family: iul_font;
  font-size: 0.9em;
}
.quotePerson span {
  display: inline-block !important;
  font-weight: bold;
}
#mediaDetails {
  width: 100%;
  background: #F4F5F5;
  font-family: iul_font;
  font-size: 0.9em;
  padding: 15px;
  margin-top: -5px;
}
#detailMedia i {
  float: left;
  margin-top: 250px;
  margin-left: -50px;
  color: white;
  background: #DFE0E2;
  border: 7px solid #DFE0E2;
  border-radius: 50%;
  font-size: 1.5em;
}
#detailInfo {
  margin-bottom: 10px;
}
#detailInfo .title {
  margin-bottom: 6px;
}
#detailInfo > .content-item {
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
  border-right: 1px solid #0D28C2;
}
#detailInfo > .content-item:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
#detailInfo a {
  color: #0D28C2;
}
#detailInfo a:hover {
  color: #0D28C2;
}
#detailOrganizations a {
  font-weight: bold;
}
#detailOrganizations > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#detailOrganizations > .row-wrapper > .col-wrapper {
  margin-bottom: 15px !important;
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #detailOrganizations > .row-wrapper > .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #detailOrganizations > .row-wrapper > .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #detailOrganizations > .row-wrapper > .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
#detailNavigation {
  width: 100%;
}
@media (min-width: 768px) {
  #detailNavigation {
    float: left;
  }
}
#detailNavigation .row {
  margin-left: 0px;
  margin-right: 0px;
}
#detailNavigation .col-xs-5,
#detailNavigation .col-sm-5 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#detailNavigation .text-left,
#detailNavigation .text-right {
  padding: 15px 0px 15px 0px;
  min-height: 90px;
}
#detailNavigation .text-left:hover,
#detailNavigation .text-right:hover {
  background: #0D28C2;
}
#detailNavigation .text-left:hover *,
#detailNavigation .text-right:hover * {
  opacity: 1 !important;
}
#detailNavigation .text-left:hover .caption,
#detailNavigation .text-right:hover .caption,
#detailNavigation .text-left:hover .agendaTitle,
#detailNavigation .text-right:hover .agendaTitle,
#detailNavigation .text-left:hover i,
#detailNavigation .text-right:hover i {
  color: white;
}
#detailNavigation .fa,
#detailNavigation .fa-pull-right,
#detailNavigation .fa-pull-left {
  padding: 0;
  margin: 0;
}
#detailNavigation i {
  font-size: 3em;
  color: #0D28C2;
  vertical-align: middle;
}
#detailNavigation .agendaTitle {
  font-size: 1.5em;
  font-weight: bold;
}
#detailNavigation .divider {
  margin-bottom: 0;
}
#detailRelated .agendaTitle {
  font-size: 1em;
}
#detailRelated > .row-wrapper {
  margin-top: 10px;
  margin-left: -15px;
  margin-right: -15px;
}
#detailRelated > .row-wrapper > .col-wrapper {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #detailRelated > .row-wrapper > .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #detailRelated > .row-wrapper > .col-wrapper {
    float: left;
    width: 25%;
  }
}
.bold {
  font-weight: bold;
}
.regular-bold {
  font-weight: bold;
}
.medium-margin-simetrical {
  margin-top: 20px;
  margin-bottom: 20px;
}
.big-margin {
  margin-top: 30px !important;
}
#featured {
  font-size: 1.1em;
  font-family: iul_font;
}
#detailParticipants,
.organization-persons {
  margin-bottom: 15px;
}
#detailParticipants > .row-wrapper,
.organization-persons > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#detailParticipants > .row-wrapper > .col-wrapper,
.organization-persons > .row-wrapper > .col-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
#detailParticipants > .row-wrapper > .col-wrapper,
.organization-persons > .row-wrapper > .col-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #detailParticipants > .row-wrapper > .col-wrapper,
  .organization-persons > .row-wrapper > .col-wrapper {
    float: left;
    width: 50%;
  }
}
#detailParticipants > .row-wrapper > .col-wrapper > .row-wrapper.no-photo,
.organization-persons > .row-wrapper > .col-wrapper > .row-wrapper.no-photo {
  margin-left: -15px;
  margin-right: -15px;
}
#detailParticipants > .row-wrapper > .col-wrapper > .row-wrapper.no-photo > .col-wrapper:nth-of-type(1),
.organization-persons > .row-wrapper > .col-wrapper > .row-wrapper.no-photo > .col-wrapper:nth-of-type(1) {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#detailParticipants > .row-wrapper > .col-wrapper > .row-wrapper > .col-wrapper:nth-of-type(1),
.organization-persons > .row-wrapper > .col-wrapper > .row-wrapper > .col-wrapper:nth-of-type(1) {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0px;
  margin-right: 0px;
  padding-left: 0px;
  margin-left: 0px;
}
#detailParticipants > .row-wrapper > .col-wrapper > .row-wrapper > .col-wrapper:nth-of-type(2),
.organization-persons > .row-wrapper > .col-wrapper > .row-wrapper > .col-wrapper:nth-of-type(2) {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#detailParticipants > .row-wrapper > .col-wrapper > .row-wrapper > .col-wrapper.no-image,
.organization-persons > .row-wrapper > .col-wrapper > .row-wrapper > .col-wrapper.no-image {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#detailParticipants > .row-wrapper > .col-wrapper > .row-wrapper .col-wrapper,
.organization-persons > .row-wrapper > .col-wrapper > .row-wrapper .col-wrapper {
  margin-bottom: 5px;
}
#detailParticipants .round-wrapper,
.organization-persons .round-wrapper {
  overflow: hidden;
}
#detailParticipants .col-xs-2,
.organization-persons .col-xs-2 {
  margin-right: 0px;
  padding-right: 0px;
}
#detailParticipants span,
.organization-persons span {
  display: block;
}
#detailParticipants .title,
.organization-persons .title {
  font-weight: bold;
  margin-bottom: 0;
}
#detailConference .agendaDateTime {
  font-family: iul_font;
  height: auto;
  width: 50px;
  padding-right: 0px;
  background: transparent;
}
#detailConference .is-old-date {
  color: black;
}
#detailConference h5.title {
  font-size: 1.1em !important;
  padding: 10px 0;
  border-top: 1px solid #0D28C2;
}
#detailConference .speakers {
  line-height: 0.9;
}
#detailConference .filiation,
#detailConference .location {
  font-size: 0.8em !important;
}
#detailConference .divider:nth-of-type(2) {
  margin: 7px 0 6px 0;
}
#detailConference .divider:last-of-type {
  border-top: 0;
}
#detailConference > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#detailConference > .row-wrapper > .col-wrapper:nth-of-type(1) {
  float: left;
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #detailConference > .row-wrapper > .col-wrapper:nth-of-type(1) {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  #detailConference > .row-wrapper > .col-wrapper:nth-of-type(1) {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  #detailConference > .row-wrapper > .col-wrapper:nth-of-type(1) {
    float: left;
    width: 8.33333333%;
  }
}
#detailConference > .row-wrapper > .col-wrapper:nth-of-type(2) {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #detailConference > .row-wrapper > .col-wrapper:nth-of-type(2) {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #detailConference > .row-wrapper > .col-wrapper:nth-of-type(2) {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #detailConference > .row-wrapper > .col-wrapper:nth-of-type(2) {
    float: left;
    width: 100%;
  }
}
.detailDateTime {
  padding: 15px 10px 10px 9px;
  border: 1px solid #0D28C2;
  line-height: 0.9;
}
.detailDateTime:nth-of-type(odd),
.detailDateTime:nth-child(4) {
  border-top: 0;
}
.detailDateTime .day {
  font-size: 4em;
  font-weight: bold;
}
.detailDateTime .month {
  font-size: 1.1em;
  text-transform: uppercase;
  padding-top: 11px;
  font-weight: bold;
}
.detailDateTime .time {
  font-size: 1em;
  padding-top: 8px;
}
.detailDateTime p {
  margin-top: 5px;
}
.detailDateTime.past-item {
  background: #F6F4F3 !important;
  color: #404041;
}
.detailDateTime.past-item:hover {
  background: #404041 !important;
  color: #F6F4F3;
}
.detailLocation {
  padding: 10px 10px 10px 9px;
  border: 1px solid #0D28C2;
  border-top: 0;
}
.detailLocation .small-text {
  margin-top: 5px;
}
.title-color {
  font-weight: bold !important;
  word-wrap: break-word;
  padding-top: 0;
  color: #0D28C2;
}
.title-divider {
  padding-top: 10px;
  border-top: 1px solid #0D28C2;
}
.title-divider:first-of-type {
  border-top: 0;
  padding-top: 0;
}
#agenda .headerAgenda,
#home .headerAgenda {
  font-size: 1.7em;
}
#agenda .divider-mobile,
#home .divider-mobile {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#agenda > .content .news-section > .row-wrapper,
#home > .content .news-section > .row-wrapper,
#agenda #content-wrapper .news-section > .row-wrapper,
#home #content-wrapper .news-section > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#agenda > .content .news-section > .row-wrapper > .col-wrapper,
#home > .content .news-section > .row-wrapper > .col-wrapper,
#agenda #content-wrapper .news-section > .row-wrapper > .col-wrapper,
#home #content-wrapper .news-section > .row-wrapper > .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #agenda > .content .news-section > .row-wrapper > .col-wrapper,
  #home > .content .news-section > .row-wrapper > .col-wrapper,
  #agenda #content-wrapper .news-section > .row-wrapper > .col-wrapper,
  #home #content-wrapper .news-section > .row-wrapper > .col-wrapper {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #agenda > .content .news-section > .row-wrapper > .col-wrapper,
  #home > .content .news-section > .row-wrapper > .col-wrapper,
  #agenda #content-wrapper .news-section > .row-wrapper > .col-wrapper,
  #home #content-wrapper .news-section > .row-wrapper > .col-wrapper {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #agenda > .content .news-section > .row-wrapper > .col-wrapper,
  #home > .content .news-section > .row-wrapper > .col-wrapper,
  #agenda #content-wrapper .news-section > .row-wrapper > .col-wrapper,
  #home #content-wrapper .news-section > .row-wrapper > .col-wrapper {
    float: left;
    width: 100%;
  }
}
#agenda > .content .news-section-school > .row-wrapper,
#home > .content .news-section-school > .row-wrapper,
#agenda #content-wrapper .news-section-school > .row-wrapper,
#home #content-wrapper .news-section-school > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#agenda > .content .news-section-school > .row-wrapper > .col-wrapper,
#home > .content .news-section-school > .row-wrapper > .col-wrapper,
#agenda #content-wrapper .news-section-school > .row-wrapper > .col-wrapper,
#home #content-wrapper .news-section-school > .row-wrapper > .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #agenda > .content .news-section-school > .row-wrapper > .col-wrapper,
  #home > .content .news-section-school > .row-wrapper > .col-wrapper,
  #agenda #content-wrapper .news-section-school > .row-wrapper > .col-wrapper,
  #home #content-wrapper .news-section-school > .row-wrapper > .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #agenda > .content .news-section-school > .row-wrapper > .col-wrapper,
  #home > .content .news-section-school > .row-wrapper > .col-wrapper,
  #agenda #content-wrapper .news-section-school > .row-wrapper > .col-wrapper,
  #home #content-wrapper .news-section-school > .row-wrapper > .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #agenda > .content .news-section-school > .row-wrapper > .col-wrapper,
  #home > .content .news-section-school > .row-wrapper > .col-wrapper,
  #agenda #content-wrapper .news-section-school > .row-wrapper > .col-wrapper,
  #home #content-wrapper .news-section-school > .row-wrapper > .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
#agenda > .content .events-section > .row-wrapper,
#home > .content .events-section > .row-wrapper,
#agenda #content-wrapper .events-section > .row-wrapper,
#home #content-wrapper .events-section > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#agenda > .content .events-section > .row-wrapper > .col-wrapper,
#home > .content .events-section > .row-wrapper > .col-wrapper,
#agenda #content-wrapper .events-section > .row-wrapper > .col-wrapper,
#home #content-wrapper .events-section > .row-wrapper > .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #agenda > .content .events-section > .row-wrapper > .col-wrapper,
  #home > .content .events-section > .row-wrapper > .col-wrapper,
  #agenda #content-wrapper .events-section > .row-wrapper > .col-wrapper,
  #home #content-wrapper .events-section > .row-wrapper > .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #agenda > .content .events-section > .row-wrapper > .col-wrapper,
  #home > .content .events-section > .row-wrapper > .col-wrapper,
  #agenda #content-wrapper .events-section > .row-wrapper > .col-wrapper,
  #home #content-wrapper .events-section > .row-wrapper > .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #agenda > .content .events-section > .row-wrapper > .col-wrapper,
  #home > .content .events-section > .row-wrapper > .col-wrapper,
  #agenda #content-wrapper .events-section > .row-wrapper > .col-wrapper,
  #home #content-wrapper .events-section > .row-wrapper > .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
#agenda > .content .events-section > .row-wrapper > .col-wrapper img,
#home > .content .events-section > .row-wrapper > .col-wrapper img,
#agenda #content-wrapper .events-section > .row-wrapper > .col-wrapper img,
#home #content-wrapper .events-section > .row-wrapper > .col-wrapper img {
  height: 220px;
}
#agenda > .content .events-section > .row-wrapper > .col-wrapper .caption,
#home > .content .events-section > .row-wrapper > .col-wrapper .caption,
#agenda #content-wrapper .events-section > .row-wrapper > .col-wrapper .caption,
#home #content-wrapper .events-section > .row-wrapper > .col-wrapper .caption {
  font-size: 1.3em;
}
#agenda > .content .events-section > .row-wrapper > .col-wrapper .agendaTitle,
#home > .content .events-section > .row-wrapper > .col-wrapper .agendaTitle,
#agenda #content-wrapper .events-section > .row-wrapper > .col-wrapper .agendaTitle,
#home #content-wrapper .events-section > .row-wrapper > .col-wrapper .agendaTitle {
  font-size: 1.5em;
}
#agenda > .content #examinations > fieldset > .small-text,
#home > .content #examinations > fieldset > .small-text,
#agenda #content-wrapper #examinations > fieldset > .small-text,
#home #content-wrapper #examinations > fieldset > .small-text {
  font-size: 0.8em;
}
#agenda > .content #examinations > fieldset .schoolsFilterXs,
#home > .content #examinations > fieldset .schoolsFilterXs,
#agenda #content-wrapper #examinations > fieldset .schoolsFilterXs,
#home #content-wrapper #examinations > fieldset .schoolsFilterXs {
  font-family: iul_font;
  font-size: 1em;
  color: #0D28C2;
  line-height: 1.2em;
  margin-top: 5px;
  padding-top: 10px;
  display: inline-block;
  margin-bottom: 0px;
  width: 100%;
}
#agenda > .content #examinations > fieldset > .school-group,
#home > .content #examinations > fieldset > .school-group,
#agenda #content-wrapper #examinations > fieldset > .school-group,
#home #content-wrapper #examinations > fieldset > .school-group {
  display: inline-block;
}
#agenda > .content #examinations > fieldset > .school-group > .row-wrapper,
#home > .content #examinations > fieldset > .school-group > .row-wrapper,
#agenda #content-wrapper #examinations > fieldset > .school-group > .row-wrapper,
#home #content-wrapper #examinations > fieldset > .school-group > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#agenda > .content #examinations > fieldset > .school-group > .row-wrapper .col-wrapper,
#home > .content #examinations > fieldset > .school-group > .row-wrapper .col-wrapper,
#agenda #content-wrapper #examinations > fieldset > .school-group > .row-wrapper .col-wrapper,
#home #content-wrapper #examinations > fieldset > .school-group > .row-wrapper .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #agenda > .content #examinations > fieldset > .school-group > .row-wrapper .col-wrapper,
  #home > .content #examinations > fieldset > .school-group > .row-wrapper .col-wrapper,
  #agenda #content-wrapper #examinations > fieldset > .school-group > .row-wrapper .col-wrapper,
  #home #content-wrapper #examinations > fieldset > .school-group > .row-wrapper .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #agenda > .content #examinations > fieldset > .school-group > .row-wrapper .col-wrapper,
  #home > .content #examinations > fieldset > .school-group > .row-wrapper .col-wrapper,
  #agenda #content-wrapper #examinations > fieldset > .school-group > .row-wrapper .col-wrapper,
  #home #content-wrapper #examinations > fieldset > .school-group > .row-wrapper .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #agenda > .content #examinations > fieldset > .school-group > .row-wrapper .col-wrapper,
  #home > .content #examinations > fieldset > .school-group > .row-wrapper .col-wrapper,
  #agenda #content-wrapper #examinations > fieldset > .school-group > .row-wrapper .col-wrapper,
  #home #content-wrapper #examinations > fieldset > .school-group > .row-wrapper .col-wrapper {
    float: left;
    width: 25%;
  }
}
#agenda > .content #examinations > fieldset > .school-group .custom-checkbox,
#home > .content #examinations > fieldset > .school-group .custom-checkbox,
#agenda #content-wrapper #examinations > fieldset > .school-group .custom-checkbox,
#home #content-wrapper #examinations > fieldset > .school-group .custom-checkbox {
  padding-left: 50px;
}
#agenda > .content #examinations > fieldset > .school-group .custom-checkbox label,
#home > .content #examinations > fieldset > .school-group .custom-checkbox label,
#agenda #content-wrapper #examinations > fieldset > .school-group .custom-checkbox label,
#home #content-wrapper #examinations > fieldset > .school-group .custom-checkbox label {
  font-size: 1.4em;
  height: 75px;
  color: black;
  text-transform: uppercase;
}
#agenda > .content #examinations > fieldset > .school-group .custom-checkbox label::before,
#home > .content #examinations > fieldset > .school-group .custom-checkbox label::before,
#agenda #content-wrapper #examinations > fieldset > .school-group .custom-checkbox label::before,
#home #content-wrapper #examinations > fieldset > .school-group .custom-checkbox label::before {
  font-size: 1.4em;
  margin-left: -50px;
}
#agenda > .content #examinations > fieldset > .school-group div,
#home > .content #examinations > fieldset > .school-group div,
#agenda #content-wrapper #examinations > fieldset > .school-group div,
#home #content-wrapper #examinations > fieldset > .school-group div {
  display: inline-block;
}
#agenda > .content #examinations > .row-wrapper,
#home > .content #examinations > .row-wrapper,
#agenda #content-wrapper #examinations > .row-wrapper,
#home #content-wrapper #examinations > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  height: auto;
}
#agenda > .content #examinations > .row-wrapper .agendaTitle,
#home > .content #examinations > .row-wrapper .agendaTitle,
#agenda #content-wrapper #examinations > .row-wrapper .agendaTitle,
#home #content-wrapper #examinations > .row-wrapper .agendaTitle {
  height: 3.5em;
}
#agenda > .content #examinations > .row-wrapper:last-of-type,
#home > .content #examinations > .row-wrapper:last-of-type,
#agenda #content-wrapper #examinations > .row-wrapper:last-of-type,
#home #content-wrapper #examinations > .row-wrapper:last-of-type {
  margin-bottom: 0;
}
#agenda > .content #examinations > .row-wrapper .agendaDefender,
#home > .content #examinations > .row-wrapper .agendaDefender,
#agenda #content-wrapper #examinations > .row-wrapper .agendaDefender,
#home #content-wrapper #examinations > .row-wrapper .agendaDefender,
#agenda > .content #examinations > .row-wrapper .agendaThesis,
#home > .content #examinations > .row-wrapper .agendaThesis,
#agenda #content-wrapper #examinations > .row-wrapper .agendaThesis,
#home #content-wrapper #examinations > .row-wrapper .agendaThesis,
#agenda > .content #examinations > .row-wrapper .agendaLocation,
#home > .content #examinations > .row-wrapper .agendaLocation,
#agenda #content-wrapper #examinations > .row-wrapper .agendaLocation,
#home #content-wrapper #examinations > .row-wrapper .agendaLocation {
  color: #404041 !important;
}
#agenda > .content #examinations > .row-wrapper > .col-wrapper,
#home > .content #examinations > .row-wrapper > .col-wrapper,
#agenda #content-wrapper #examinations > .row-wrapper > .col-wrapper,
#home #content-wrapper #examinations > .row-wrapper > .col-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}
#agenda > .content #examinations .agendaType,
#home > .content #examinations .agendaType,
#agenda #content-wrapper #examinations .agendaType,
#home #content-wrapper #examinations .agendaType {
  padding-top: 0px;
  padding-bottom: 5px;
}
#agenda > .content #examinations .agendaTitle,
#home > .content #examinations .agendaTitle,
#agenda #content-wrapper #examinations .agendaTitle,
#home #content-wrapper #examinations .agendaTitle {
  height: auto;
}
#media {
  margin-left: -15px;
  margin-right: -15px;
}
#media > .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #media > .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #media > .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #media > .col-wrapper {
    float: left;
    width: 25%;
  }
}
#media > .col-wrapper .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#media > .col-wrapper .row-wrapper > .col-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#media .agendaItem {
  height: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#media .agendaItem .agendaTitle {
  height: initial !important;
}
#resultsExaminations > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#resultsExaminations > .row-wrapper > .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 220px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #resultsExaminations > .row-wrapper > .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #resultsExaminations > .row-wrapper > .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #resultsExaminations > .row-wrapper > .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
#resultsExaminations > .row-wrapper > .col-wrapper .row-wrapper {
  margin-bottom: 10px !important;
}
#resultsExaminations > .row-wrapper > .col-wrapper .row-wrapper > .col-wrapper:nth-of-type(1) {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /*.agendaDateTime {
						padding: 10px 1px 10px 5px;
					}*/
}
@media (min-width: 768px) {
  #resultsExaminations > .row-wrapper > .col-wrapper .row-wrapper > .col-wrapper:nth-of-type(1) {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #resultsExaminations > .row-wrapper > .col-wrapper .row-wrapper > .col-wrapper:nth-of-type(1) {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #resultsExaminations > .row-wrapper > .col-wrapper .row-wrapper > .col-wrapper:nth-of-type(1) {
    float: left;
    width: 25%;
  }
}
#resultsExaminations > .row-wrapper > .col-wrapper .row-wrapper > .col-wrapper:nth-of-type(2) {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  #resultsExaminations > .row-wrapper > .col-wrapper .row-wrapper > .col-wrapper:nth-of-type(2) {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  #resultsExaminations > .row-wrapper > .col-wrapper .row-wrapper > .col-wrapper:nth-of-type(2) {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  #resultsExaminations > .row-wrapper > .col-wrapper .row-wrapper > .col-wrapper:nth-of-type(2) {
    float: left;
    width: 75%;
  }
}
@media (max-width: 991px) {
  #resultsExaminations > .row-wrapper > .col-wrapper .row-wrapper > .col-wrapper:nth-of-type(2) {
    margin-top: 15px;
  }
}
#resultsExaminations > .row-wrapper > .col-wrapper .row-wrapper > .col-wrapper:nth-of-type(2) .caption {
  padding-bottom: 5px;
}
#resultsExaminations > .row-wrapper > .col-wrapper .row-wrapper > .col-wrapper:nth-of-type(2) .agendaTitle {
  padding-top: 0px;
  margin-bottom: 5px;
}
#resultsExaminations > .row-wrapper > .col-wrapper .row-wrapper > .col-wrapper:nth-of-type(2) > .agendaDefender {
  padding-top: 0px;
}
@media (min-width: 992px) {
  #resultsExaminations > .row-wrapper > .col-wrapper:not(:nth-of-type(3n)):not(:last-of-type) {
    border-right: 1px solid #0D28C2;
  }
}
.examinations-list #resultsItems .row-wrapper {
  margin-bottom: 10px !important;
}
.examinations-list #resultsItems .row-wrapper > .col-wrapper:nth-of-type(1) {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .examinations-list #resultsItems .row-wrapper > .col-wrapper:nth-of-type(1) {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .examinations-list #resultsItems .row-wrapper > .col-wrapper:nth-of-type(1) {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .examinations-list #resultsItems .row-wrapper > .col-wrapper:nth-of-type(1) {
    float: left;
    width: 33.33333333%;
  }
}
.examinations-list #resultsItems .row-wrapper > .col-wrapper:nth-of-type(1) .agendaDateTime {
  padding: 10px 1px 10px 5px;
}
.examinations-list #resultsItems .row-wrapper > .col-wrapper:nth-of-type(1) .day {
  font-size: 1.1em;
}
.examinations-list #resultsItems .row-wrapper > .col-wrapper:nth-of-type(1) .time {
  font-size: 0.85em;
  font-weight: normal;
}
.examinations-list #resultsItems .row-wrapper > .col-wrapper:nth-of-type(2) {
  float: left;
  width: 75%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 10px;
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  .examinations-list #resultsItems .row-wrapper > .col-wrapper:nth-of-type(2) {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .examinations-list #resultsItems .row-wrapper > .col-wrapper:nth-of-type(2) {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .examinations-list #resultsItems .row-wrapper > .col-wrapper:nth-of-type(2) {
    float: left;
    width: 66.66666667%;
  }
}
.examinations-list #resultsItems .row-wrapper > .col-wrapper:nth-of-type(2) .caption {
  padding-bottom: 5px;
}
.examinations-list #resultsItems .row-wrapper > .col-wrapper:nth-of-type(2) .examinationTitle {
  font-family: iul_font;
  color: black;
  padding-top: 5px;
  font-size: 1.35em;
  display: block;
  overflow: hidden;
  line-height: 1.1em;
  /* fallback */
  margin-bottom: 20px;
  font-size: 1.15em;
  padding-top: 0px;
  margin-bottom: 5px;
}
.examinations-list #resultsItems .row-wrapper > .col-wrapper:nth-of-type(2) > .agendaDefender {
  padding-top: 0px;
}
.socialShare,
.social-icons {
  margin-bottom: 34px;
  display: inline-block;
}
.socialShare .btn,
.social-icons .btn {
  border: 0px;
}
.socialShare .btn-facebook,
.social-icons .btn-facebook {
  background-color: #0D28C2;
  border-color: transparent;
}
.socialShare .btn-twitter,
.social-icons .btn-twitter {
  border-color: transparent;
  background-color: #0D28C2;
}
.socialShare .btn-linkedin,
.social-icons .btn-linkedin {
  border-color: transparent;
  background-color: #0D28C2;
}
.socialShare .btn-social-icon,
.social-icons .btn-social-icon {
  width: 30px;
  height: 30px;
  font-size: 0.7em;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
}
.detailOwner {
  padding: 4px 0 8px 0;
  line-height: 1.1;
}
.detailOwner label {
  font-family: iul_font;
  font-size: 0.8em;
}
.detailOwner .publisher {
  font-weight: bold;
  color: #0D28C2;
}
#resultsSearch > #resultsItems {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
#resultsSearch > #resultsItems .search-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}
@media (min-width: 992px) {
  #resultsSearch > #resultsItems .search-col {
    float: left;
    width: 25%;
  }
}
#resultsSearch > #resultsItems .search-col div:nth-of-type(1).divider {
  display: none;
}
#resultsSearch > #resultsItems .search-col .agendaTitle {
  max-height: 3.5em;
  /* fallback */
}
#resultsSearch > #resultsItems .search-col .news-media .small-text {
  color: #404041;
  margin-top: 10px;
}
#resultsSearch > #resultsItems .search-col .news-media.today-inverse-background,
#resultsSearch > #resultsItems .search-col .news-media.tomorrow-inverse-background {
  padding: 10px !important;
}
#resultsSearch > #resultsItems .search-col .past-item.title-divider {
  border: 3px solid #404041;
  padding: 15px;
}
#resultsSearch > #resultsItems .search-col .past-item.title-divider .agendaTitle {
  padding: 0;
  max-height: initial;
  font-size: 1.2em;
}
#resultsSearch > #resultsItems .search-col .past-item .agendaTitle,
#resultsSearch > #resultsItems .search-col .past-item .small-text,
#resultsSearch > #resultsItems .search-col .past-item .smaller-text,
#resultsSearch > #resultsItems .search-col .past-item.title-color {
  color: #404041 !important;
}
#resultsSearch > #resultsItems .search-col .past-item .agendaDateTime {
  background: #F6F4F3 !important;
  color: #404041;
}
#resultsSearch > #resultsItems .search-col .past-item .agendaDateTime:hover {
  background: #404041 !important;
  color: #F6F4F3;
}
#resultsSearch > #resultsItems .search-col .past-item .event-image img {
  opacity: 0.5;
}
#resultsSearch > #resultsItems .search-col .agendaItem.no-image {
  height: initial;
}
#resultsSearch > #resultsItems .search-col .agendaItem.no-image .agendaTitle {
  max-height: initial;
}
#resultsSearch > #resultsItems .search-col .examination-item .agendaTitle,
#resultsSearch > #resultsItems .search-col .news-media .agendaTitle,
#resultsSearch > #resultsItems .search-col .thesis .agendaTitle {
  height: initial;
}
#resultsSearch > #resultsItems .search-col .examination-item.today-inverse-background,
#resultsSearch > #resultsItems .search-col .news-media.today-inverse-background,
#resultsSearch > #resultsItems .search-col .thesis.today-inverse-background,
#resultsSearch > #resultsItems .search-col .examination-item.tomorrow-inverse-background,
#resultsSearch > #resultsItems .search-col .news-media.tomorrow-inverse-background,
#resultsSearch > #resultsItems .search-col .thesis.tomorrow-inverse-background {
  padding: 10px 0;
}
#resultsSearch > #resultsItems .search-col .examination-item.today-inverse-background .agendaDateTime,
#resultsSearch > #resultsItems .search-col .news-media.today-inverse-background .agendaDateTime,
#resultsSearch > #resultsItems .search-col .thesis.today-inverse-background .agendaDateTime,
#resultsSearch > #resultsItems .search-col .examination-item.tomorrow-inverse-background .agendaDateTime,
#resultsSearch > #resultsItems .search-col .news-media.tomorrow-inverse-background .agendaDateTime,
#resultsSearch > #resultsItems .search-col .thesis.tomorrow-inverse-background .agendaDateTime {
  padding: 4px 0 0 10px;
}
#resultsSearch > #resultsItems .search-col .examination-item.today-inverse-background:hover .agendaDateTime,
#resultsSearch > #resultsItems .search-col .news-media.today-inverse-background:hover .agendaDateTime,
#resultsSearch > #resultsItems .search-col .thesis.today-inverse-background:hover .agendaDateTime,
#resultsSearch > #resultsItems .search-col .examination-item.tomorrow-inverse-background:hover .agendaDateTime,
#resultsSearch > #resultsItems .search-col .news-media.tomorrow-inverse-background:hover .agendaDateTime,
#resultsSearch > #resultsItems .search-col .thesis.tomorrow-inverse-background:hover .agendaDateTime,
#resultsSearch > #resultsItems .search-col .examination-item.today-inverse-background:hover .caption,
#resultsSearch > #resultsItems .search-col .news-media.today-inverse-background:hover .caption,
#resultsSearch > #resultsItems .search-col .thesis.today-inverse-background:hover .caption,
#resultsSearch > #resultsItems .search-col .examination-item.tomorrow-inverse-background:hover .caption,
#resultsSearch > #resultsItems .search-col .news-media.tomorrow-inverse-background:hover .caption,
#resultsSearch > #resultsItems .search-col .thesis.tomorrow-inverse-background:hover .caption,
#resultsSearch > #resultsItems .search-col .examination-item.today-inverse-background:hover .agendaDefender,
#resultsSearch > #resultsItems .search-col .news-media.today-inverse-background:hover .agendaDefender,
#resultsSearch > #resultsItems .search-col .thesis.today-inverse-background:hover .agendaDefender,
#resultsSearch > #resultsItems .search-col .examination-item.tomorrow-inverse-background:hover .agendaDefender,
#resultsSearch > #resultsItems .search-col .news-media.tomorrow-inverse-background:hover .agendaDefender,
#resultsSearch > #resultsItems .search-col .thesis.tomorrow-inverse-background:hover .agendaDefender,
#resultsSearch > #resultsItems .search-col .examination-item.today-inverse-background:hover .agendaTitle,
#resultsSearch > #resultsItems .search-col .news-media.today-inverse-background:hover .agendaTitle,
#resultsSearch > #resultsItems .search-col .thesis.today-inverse-background:hover .agendaTitle,
#resultsSearch > #resultsItems .search-col .examination-item.tomorrow-inverse-background:hover .agendaTitle,
#resultsSearch > #resultsItems .search-col .news-media.tomorrow-inverse-background:hover .agendaTitle,
#resultsSearch > #resultsItems .search-col .thesis.tomorrow-inverse-background:hover .agendaTitle,
#resultsSearch > #resultsItems .search-col .examination-item.today-inverse-background:hover .agendaThesis,
#resultsSearch > #resultsItems .search-col .news-media.today-inverse-background:hover .agendaThesis,
#resultsSearch > #resultsItems .search-col .thesis.today-inverse-background:hover .agendaThesis,
#resultsSearch > #resultsItems .search-col .examination-item.tomorrow-inverse-background:hover .agendaThesis,
#resultsSearch > #resultsItems .search-col .news-media.tomorrow-inverse-background:hover .agendaThesis,
#resultsSearch > #resultsItems .search-col .thesis.tomorrow-inverse-background:hover .agendaThesis,
#resultsSearch > #resultsItems .search-col .examination-item.today-inverse-background:hover .agendaLocation,
#resultsSearch > #resultsItems .search-col .news-media.today-inverse-background:hover .agendaLocation,
#resultsSearch > #resultsItems .search-col .thesis.today-inverse-background:hover .agendaLocation,
#resultsSearch > #resultsItems .search-col .examination-item.tomorrow-inverse-background:hover .agendaLocation,
#resultsSearch > #resultsItems .search-col .news-media.tomorrow-inverse-background:hover .agendaLocation,
#resultsSearch > #resultsItems .search-col .thesis.tomorrow-inverse-background:hover .agendaLocation,
#resultsSearch > #resultsItems .search-col .examination-item.today-inverse-background:hover .small-text,
#resultsSearch > #resultsItems .search-col .news-media.today-inverse-background:hover .small-text,
#resultsSearch > #resultsItems .search-col .thesis.today-inverse-background:hover .small-text,
#resultsSearch > #resultsItems .search-col .examination-item.tomorrow-inverse-background:hover .small-text,
#resultsSearch > #resultsItems .search-col .news-media.tomorrow-inverse-background:hover .small-text,
#resultsSearch > #resultsItems .search-col .thesis.tomorrow-inverse-background:hover .small-text {
  color: white !important;
}
#resultsSearch > #resultsItems .search-col .examination-item.today-inverse-background .agendaTitle,
#resultsSearch > #resultsItems .search-col .news-media.today-inverse-background .agendaTitle,
#resultsSearch > #resultsItems .search-col .thesis.today-inverse-background .agendaTitle {
  color: #4baf4f;
}
#resultsSearch > #resultsItems .search-col .examination-item.today-inverse-background:hover .agendaDateTime,
#resultsSearch > #resultsItems .search-col .news-media.today-inverse-background:hover .agendaDateTime,
#resultsSearch > #resultsItems .search-col .thesis.today-inverse-background:hover .agendaDateTime {
  background: #4baf4f !important;
}
#resultsSearch > #resultsItems .search-col .examination-item.tomorrow-inverse-background .agendaTitle,
#resultsSearch > #resultsItems .search-col .news-media.tomorrow-inverse-background .agendaTitle,
#resultsSearch > #resultsItems .search-col .thesis.tomorrow-inverse-background .agendaTitle {
  color: #0D28C2;
}
#resultsSearch > #resultsItems .search-col .examination-item.tomorrow-inverse-background:hover .agendaDateTime,
#resultsSearch > #resultsItems .search-col .news-media.tomorrow-inverse-background:hover .agendaDateTime,
#resultsSearch > #resultsItems .search-col .thesis.tomorrow-inverse-background:hover .agendaDateTime {
  background: #0D28C2 !important;
}
#resultsSearch > #resultsItems .search-col .title-color {
  margin-bottom: 10px;
  margin-top: 10px;
  border-top: 1px solid #0D28C2;
  margin-right: 15px;
}
#resultsSearch > #resultsItems .search-col .title-color:first-of-type {
  padding-top: 0;
  border-top: 0;
}
#resultsSearch > #pagination {
  float: right;
}
#resultsSearch.examinations-list .agendaItem,
#resultsSearch.news-media-list .agendaItem,
#resultsSearch.theses-list .agendaItem,
#resultsSearch.listing-list .agendaItem {
  height: auto;
}
.news-media-list .agendaItem {
  margin-top: 20px;
  padding-bottom: 30px;
}
.news-media-list .agendaItem:not(:last-child) {
  border-bottom: 1px solid #0D28C2;
}
.news-media-list .title-color {
  border-top: 0 !important;
}
#listItemsCalendar > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#listItemsCalendar > .row-wrapper > .col-wrapper:nth-of-type(1) {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#listItemsCalendar > .row-wrapper > .col-wrapper:nth-of-type(2) {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#listItemsCalendar > .row-wrapper > .col-wrapper:nth-of-type(2) > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#listItemsCalendar > .row-wrapper > .col-wrapper:nth-of-type(2) > .row-wrapper > .col-wrapper:nth-of-type(1) {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#listItemsCalendar > .row-wrapper > .col-wrapper:nth-of-type(2) > .row-wrapper > .col-wrapper:nth-of-type(2) {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#listItemsCalendar > .row-wrapper > .col-wrapper:nth-of-type(2) > .row-wrapper > .col-wrapper:nth-of-type(3) {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#listItemsCalendar > .row-wrapper > .col-wrapper:nth-of-type(2) > .row-wrapper > .col-wrapper:nth-of-type(4) {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#listItemsCalendar > .row-wrapper > .col-wrapper:nth-of-type(2) .divider:last-of-type {
  display: none;
}
#listItemsCalendar a {
  color: #0D28C2 !important;
}
#listItemsCalendar a:hover {
  color: #0D28C2 !important;
}
#listItemsCalendar .day,
#listItemsCalendar .month,
#listItemsCalendar .time {
  color: #0D28C2;
}
#listItemsCalendar .day {
  margin-top: 7px;
}
#detailNextExaminations > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#detailNextExaminations > .row-wrapper > .col-wrapper {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  height: 275px;
}
@media (min-width: 768px) {
  #detailNextExaminations > .row-wrapper > .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #detailNextExaminations > .row-wrapper > .col-wrapper {
    float: left;
    width: 25%;
  }
}
#detailNextExaminations .examination-with-date > div {
  width: 100%;
}
#detailNextExaminations .title-color {
  padding-bottom: 10px;
}
#detailNextExaminations .agendaDefender,
#detailNextExaminations .agendaThesis,
#detailNextExaminations .agendaLocation {
  color: #404041;
}
#detailNextExaminations .agendaLocation span {
  display: inline;
}
#detailNextExaminations .agendaThesis {
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#detailNextExaminations .agendaTitle {
  font-size: 1.1em;
}
#featured .agendaItem {
  padding: 15px;
  height: auto;
}
.with-date {
  /*> .col-wrapper:nth-of-type(1){
		padding-right: 0px!important;
		padding-left: 0px!important;
	}*/
  height: auto;
  /*	&:hover {
				.caption, .agendaTitle, .agendaDefender, .agendaThesis, .agendaLocation {
					color: @iul-color !important;
			}
		}*/
}
.with-date .row-wrapper {
  width: 100%;
}
.with-date > .col-wrapper:nth-of-type(1) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .with-date > .col-wrapper:nth-of-type(1) {
    float: left;
    width: 25%;
  }
}
.with-date > .col-wrapper:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .with-date > .col-wrapper:nth-of-type(2) {
    float: left;
    width: 75%;
  }
}
.agendaSchool {
  font-family: iul_font;
  display: inline-block;
  font-size: 0.8em;
  font-weight: normal;
}
.agendaDefender {
  font-family: iul_font;
  padding-top: 5px;
  font-size: 1em;
  display: block;
}
.agendaThesis {
  padding-top: 5px;
  font-size: 1em;
  display: block;
  overflow: hidden;
}
.important-inverse-background .agendaTitle {
  color: #F34135;
}
.important-inverse-background .divider {
  padding: 0px 2px;
  border-top: 1px solid #F34135;
  border-bottom: 1px solid #F34135;
}
.input-group {
  width: 100%;
}
.event-no-image,
.with-date {
  margin-left: -15px;
  margin-right: -15px;
}
.event-no-image > div:nth-child(1),
.with-date > div:nth-child(1) {
  float: left;
}
.event-no-image > div:nth-child(2),
.with-date > div:nth-child(2) {
  float: left;
  width: 83.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .event-no-image > div:nth-child(2),
  .with-date > div:nth-child(2) {
    float: left;
    width: 83.33333333%;
  }
}
.event-no-image > div:nth-child(2) .agendaType,
.with-date > div:nth-child(2) .agendaType {
  padding-top: 0px;
}
.loading-image {
  display: none;
}
.loading-image .uil-default-css div {
  background: #0D28C2;
}
@-webkit-keyframes uil-default-anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes uil-default-anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading-image .uil-default-css > div:nth-of-type(1) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.loading-image .uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}
.loading-image .uil-default-css > div:nth-of-type(2) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: -0.41666667s;
  animation-delay: -0.41666667s;
}
.loading-image .uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}
.loading-image .uil-default-css > div:nth-of-type(3) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: -0.33333333s;
  animation-delay: -0.33333333s;
}
.loading-image .uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}
.loading-image .uil-default-css > div:nth-of-type(4) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.loading-image .uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}
.loading-image .uil-default-css > div:nth-of-type(5) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: -0.16666667s;
  animation-delay: -0.16666667s;
}
.loading-image .uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}
.loading-image .uil-default-css > div:nth-of-type(6) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: -0.08333333s;
  animation-delay: -0.08333333s;
}
.loading-image .uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}
.loading-image .uil-default-css > div:nth-of-type(7) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loading-image .uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}
.loading-image .uil-default-css > div:nth-of-type(8) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: 0.08333333s;
  animation-delay: 0.08333333s;
}
.loading-image .uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}
.loading-image .uil-default-css > div:nth-of-type(9) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: 0.16666667s;
  animation-delay: 0.16666667s;
}
.loading-image .uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}
.loading-image .uil-default-css > div:nth-of-type(10) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.loading-image .uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}
.loading-image .uil-default-css > div:nth-of-type(11) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: 0.33333333s;
  animation-delay: 0.33333333s;
}
.loading-image .uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}
.loading-image .uil-default-css > div:nth-of-type(12) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: 0.41666667s;
  animation-delay: 0.41666667s;
}
.loading-image .uil-default-css {
  background: none;
  width: 200px;
  height: 200px;
  margin: auto;
  position: relative;
}
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}
input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 100px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:before,
input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 60px;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 40px;
  background-color: #dddddd;
  border-radius: 52px;
  transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {
  background-color: #8ce196;
}
input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 50px;
  background-color: #8ce196;
}
input.cmn-toggle-yes-no + label {
  padding: 2px;
  width: 120px;
  height: 60px;
}
input.cmn-toggle-yes-no + label:before,
input.cmn-toggle-yes-no + label:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
}
input.cmn-toggle-yes-no + label:before {
  background-color: #dddddd;
  content: attr(data-off);
  transition: transform 0.5s;
  backface-visibility: hidden;
}
input.cmn-toggle-yes-no + label:after {
  background-color: #8ce196;
  content: attr(data-on);
  transition: transform 0.5s;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}
input.cmn-toggle-yes-no:checked + label:before {
  transform: rotateY(180deg);
}
input.cmn-toggle-yes-no:checked + label:after {
  transform: rotateY(0);
}
li.no-image-headline {
  background-color: #0D28C2;
}
#contentManagement th:nth-of-type(1) {
  width: 60%;
}
#contentManagement th:nth-of-type(2) {
  width: 20%;
}
#contentManagement th:nth-of-type(3) {
  width: 20%;
}
.btn-flat {
  border-radius: 0em;
}
.rowToApprove i,
.rowSubmitted i,
.action-column i,
.action-bar i,
#homepageHighlightsManagement i {
  color: #0D28C2;
  font-size: 1.35em;
  margin: 2px;
}
.rowToApprove .red,
.rowSubmitted .red,
.action-column .red,
.action-bar .red,
#homepageHighlightsManagement .red {
  color: #f34135;
}
.rowToApprove i:hover,
.rowSubmitted i:hover,
.action-column i:hover,
.action-bar i:hover,
#homepageHighlightsManagement i:hover {
  color: #0D28C2;
  cursor: pointer;
}
#switchPreview {
  position: fixed;
  top: 35%;
  left: 5%;
}
form .alert {
  margin-top: 10px;
  padding: 3px 15px;
}
#removeFilters {
  display: inline-block;
  background: #f34135;
  color: white;
  text-transform: uppercase;
  font-family: iul_font;
  border: 1px solid transparent;
  font-size: 0.6em;
  float: right;
  border-radius: 50%;
  height: 31px;
  width: 31px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
#removeFilters:hover {
  background: white;
  color: #f34135;
  border: 1px solid #f34135;
}
#removeFilters .fa {
  margin-right: 0px;
}
.slider-container {
  position: relative;
  overflow: hidden;
}
.slider-container .slider-grid > .slide {
  display: inline-block;
  float: left;
  width: 1200px;
}
.slider-container .slider-grid .slide:not(.slide-active) {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}
.slider-container .slide-controls {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
}
.slider-container .slide-controls .slide-prev,
.slider-container .slide-controls .slide-next {
  padding: 0 22px 10px 22px;
  top: 33%;
  position: absolute;
  font-size: 5em;
  cursor: pointer;
  background-color: #0D28C2;
}
.slider-container .slide-controls .slide-prev a,
.slider-container .slide-controls .slide-next a {
  color: #0D28C2;
}
.slider-container .slide-controls .slide-prev:hover,
.slider-container .slide-controls .slide-next:hover {
  background-color: #0D28C2;
}
.slider-container .slide-controls .slide-prev:hover a,
.slider-container .slide-controls .slide-next:hover a {
  color: #0D28C2;
}
.slider-container .slide-controls .slide-prev {
  left: 0;
}
.slider-container .slide-controls .slide-next {
  right: 0;
}
.slider-container .slide-controls .disabled {
  opacity: 0.2;
}
#sortHighlights > .gridster:nth-child(even) {
  background-color: #D1DCE6;
}
#sortHighlights .selected {
  background-color: #0D28C2 !important;
}
.content-wrapper {
  display: table;
}
.content-wrapper img {
  margin: 0;
}
.content-wrapper.non-editable {
  margin-right: 25px;
}
.content-wrapper > .description {
  display: table-caption;
  caption-side: bottom;
  background-color: #F6F4F3;
  padding-left: 10px;
}
.content-wrapper > .description > span {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}
.content-wrapper-nofloat {
  display: table;
  float: none;
}
.content-wrapper-nofloat img {
  margin: 0;
}
.content-wrapper-nofloat.non-editable {
  margin-right: 25px;
}
.content-wrapper-nofloat > .description {
  display: table-caption;
  caption-side: bottom;
  background-color: #F6F4F3;
  padding-left: 10px;
}
.content-wrapper-nofloat > .description > span {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}
.content-wrapper-video {
  width: 100%;
  display: table;
  margin: 15px 0;
  float: none;
}
.content-wrapper-video iframe {
  vertical-align: bottom;
  width: 100%;
}
.content-wrapper-video img {
  margin: 0;
}
.content-wrapper-video.non-editable {
  margin-right: 25px;
}
.content-wrapper-video > .description {
  display: table-caption;
  caption-side: bottom;
  background-color: #F6F4F3;
  padding-left: 10px;
}
.content-wrapper-video > .description > span {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}
.content-wrapper-video .description {
  font-size: 0.9em !important;
  padding: 10px;
}
.content-wrapper-video .video-wrapper i {
  float: left;
  margin-left: -50px;
  color: white;
  background: #0D28C2;
  border: 10px solid #0D28C2;
  border-radius: 50%;
  background-clip: padding-box;
  font-size: 1.2em;
}
#detailsCarousel .carousel-control {
  display: none;
}
#detailsCarousel .carousel-indicators {
  bottom: 5px;
}
#detailsCarousel .carousel-indicators > li {
  width: 12px;
  height: 12px;
  background-color: white;
  line-height: 12px;
}
#detailsCarousel .carousel-indicators > li.active {
  padding: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
}
#detailsCarousel:hover .carousel-control {
  display: block;
}
#modalContent {
  overflow: scroll;
}
label.mce-charcount {
  margin: 4px 0 2px 2px;
  padding: 8px;
  right: 8px;
  position: absolute;
}
.table-approvals {
  overflow-y: hidden;
}
.table-approvals td:nth-child(1) {
  width: 35%;
}
.table-approvals td:nth-child(2) {
  width: 10%;
}
.table-approvals td:nth-child(3) {
  width: 15%;
}
.table-approvals td:nth-child(4) {
  width: 15%;
}
.table-approvals td:nth-child(5) {
  width: 20%;
}
.table-approvals td:nth-child(6) {
  width: 2%;
}
.table-approvals td:nth-child(7) {
  width: 2%;
}
.table-approvals-channels {
  overflow-y: hidden;
}
.table-approvals-channels td:nth-child(1) {
  width: 35%;
}
.table-approvals-channels td:nth-child(2) {
  width: 10%;
}
.table-approvals-channels td:nth-child(3) {
  width: 15%;
}
.table-approvals-channels td:nth-child(4) {
  width: 10%;
}
.table-approvals-channels td:nth-child(5) {
  width: 15%;
}
.table-approvals-channels td:nth-child(6) {
  width: 15%;
}
.table-approvals-channels td:nth-child(7) {
  width: 2%;
}
.table-approvals-channels td:nth-child(8) {
  width: 2%;
}
.table-myapprovals {
  overflow-y: hidden;
}
.table-myapprovals td:nth-child(1) {
  width: 35%;
}
.table-myapprovals td:nth-child(2) {
  width: 20%;
}
.table-myapprovals td:nth-child(3) {
  width: 15%;
}
.table-myapprovals td:nth-child(4) {
  width: 15%;
}
.table-myapprovals td:nth-child(5) {
  width: 10%;
}
#eventsToApprove td:nth-child(1) {
  width: 25%;
}
#eventsToApprove td:nth-child(2) {
  width: 15%;
}
#eventsToApprove td:nth-child(3) {
  width: 10%;
}
#eventsToApprove td:nth-child(4) {
  width: 10%;
}
#eventsToApprove td:nth-child(5) {
  width: 10%;
}
#eventsToApprove td:nth-child(6) {
  width: 14%;
}
#eventsToApprove td:nth-child(7) {
  width: 12%;
}
#eventsToApprove td:nth-child(8) {
  width: 2%;
}
#eventsToApprove td:nth-child(9) {
  width: 2%;
}
.flagDiv {
  display: inline-block;
  margin-right: 10px;
  height: 36px;
  width: 36px;
  background-size: cover;
  background-position: center;
}
.flagDiv:hover {
  cursor: pointer;
  opacity: 1 !important;
}
.flagDiv.selected {
  opacity: 1;
}
.flagDiv.notSelected {
  opacity: 0.2;
}
.text-align-center {
  text-align: center;
}
.participation {
  width: 100%;
}
.participation td > input,
.participation th > input {
  width: 100%;
}
.participation .fa-times {
  cursor: pointer;
}
.radioLocation {
  position: relative;
  top: 9px;
}
.displayInline {
  display: inline !important;
}
.displayBlock {
  display: block !important;
}
.displayInlineBlock {
  display: inline-block !important;
}
.floatLeft {
  float: left !important;
}
.floatRight {
  float: right !important;
}
.overflowVisible {
  overflow: visible !important;
}
.quote-wrapper .row-wrapper {
  margin-top: 10px;
  margin-left: -15px;
  margin-right: -15px;
}
.quote-wrapper .row-wrapper .col-image {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.quote-wrapper .row-wrapper .col-text {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}
.quote-wrapper .row-wrapper .person {
  color: #0D28C2;
}
.quote-wrapper p {
  margin-bottom: 0px;
  margin-top: 10px;
}
.quote-wrapper img {
  border-radius: 25%;
  margin: 0;
  display: inline-block;
  float: none;
  margin-right: 5px;
  width: 50px;
}
.quote-wrapper-base {
  float: left;
  margin-left: -50px;
  margin-top: 10px !important;
  color: white;
  background: #0D28C2;
  border: 10px solid #0D28C2;
  border-radius: 50%;
  background-clip: padding-box;
  font-size: 1.2em;
}
#media .quote-wrapper i {
  float: left;
  margin-left: -50px;
  margin-top: 10px !important;
  color: white;
  background: #0D28C2;
  border: 10px solid #0D28C2;
  border-radius: 50%;
  background-clip: padding-box;
  font-size: 1.2em;
}
.news-media .quote-wrapper i {
  float: left;
  margin-left: -50px;
  margin-top: 10px !important;
  color: white;
  background: #0D28C2;
  border: 10px solid #0D28C2;
  border-radius: 50%;
  background-clip: padding-box;
  font-size: 1.2em;
}
#testimony .quote-wrapper i {
  float: left;
  margin-left: -50px;
  margin-top: 10px !important;
  color: white;
  background: #0D28C2;
  border: 10px solid #0D28C2;
  border-radius: 50%;
  background-clip: padding-box;
  font-size: 1.2em;
}
.bootbox.modal {
  z-index: 9002 !important;
}
.participation input {
  margin-bottom: 2px;
  margin-top: 2px;
}
.participation i {
  padding: 5px;
  text-align: center;
  color: red;
  font-size: 1.2em;
  vertical-align: middle;
}
#bodyElements .list-group-item {
  display: flex;
}
.list-group.list-group-root {
  padding: 0;
  overflow: hidden;
}
.list-group.list-group-root .list-group {
  margin-bottom: 0;
}
.list-group.list-group-root .list-group-item {
  border-radius: 0;
  border-width: 1px 0 0 0;
}
.list-group.list-group-root .list-group-item:first-child {
  border-top-width: 0;
}
.list-group.list-group-root .list-group .list-group-item {
  padding-left: 30px;
}
.list-group.list-group-root .list-group .list-group .list-group-item {
  padding-left: 45px;
}
.list-group.list-group-root .list-group .list-group .list-group .list-group-item {
  padding-left: 65px;
}
.list-group-item .glyphicon {
  margin-right: 5px;
}
.visibilityIcon {
  display: none;
}
/* to hide the checkbox itself */
.visibilityIcon + label:before {
  font-family: FontAwesome;
  display: inline-block;
  width: 15px;
  font-size: 1.2em;
  cursor: pointer;
}
.visibilityIcon + label:before {
  content: "\f070";
}
/* unchecked icon */
.visibilityIcon + label:before {
  letter-spacing: 10px;
}
/* space between checkbox and label */
.visibilityIcon:checked + label:before {
  content: "\f06e";
}
/* checked icon */
.visibilityIcon:checked + label:before {
  letter-spacing: 5px;
}
/* allow space for check mark */
#finalWorks {
  height: 700px;
  overflow-x: scroll;
}
.recruiter {
  padding: 5px 12px;
  display: inline-block;
  background-color: #404041;
  margin-left: 5px;
  margin-right: 5px;
}
.recruiter :nth-child(1) {
  margin-left: 0px;
}
.recruiter i {
  color: red;
}
.remove {
  font-size: 1.4em;
  color: red;
}
.cat-edit {
  float: right;
}
#editDegree ul {
  list-style: none;
}
.remove-icon,
.removeContent,
.editContent,
.getUrl {
  cursor: pointer;
}
#resultsJobs .input-group-addon {
  width: auto;
}
.validated {
  color: #4baf4f !important;
}
.unvalidated {
  color: #FFCE00 !important;
}
.rejected {
  color: #f34135 !important;
}
.actual-version {
  color: #4baf4f !important;
}
.chart-dashboard canvas {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.chart-dashboard table,
.chart-dashboard table td {
  border: 0px;
}
.fileLabel {
  margin-left: 5px;
}
.fileLabel a {
  margin-left: 5px;
  color: #0D28C2;
}
.fileLabel i {
  margin-left: 5px;
  color: red;
  font-size: 1.1em;
  cursor: pointer;
}
.draggable {
  font-size: 1.1em;
  color: #0D28C2;
}
#categoryList .categoryItem,
.menuList div,
#sortHighlights div,
#categoriesListUl li {
  cursor: move;
}
.fa {
  cursor: pointer;
}
.persons-wrapper {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.persons-wrapper .col-wrapper {
  margin: 10px 10px 10px 0;
}
.persons-wrapper .col-wrapper:first-of-type {
  padding-left: 0 !important;
}
.header-text-1 {
  font-weight: bold;
  padding-bottom: 15px;
  color: black;
  font-size: 0.9em;
  display: block;
  text-transform: uppercase;
}
#generalInformation > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#generalInformation > .row-wrapper > .col-wrapper:nth-of-type(1) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #generalInformation > .row-wrapper > .col-wrapper:nth-of-type(1) {
    float: left;
    width: 16.66666667%;
  }
}
#generalInformation > .row-wrapper > .col-wrapper:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #generalInformation > .row-wrapper > .col-wrapper:nth-of-type(2) {
    float: left;
    width: 16.66666667%;
  }
}
#generalInformation > .row-wrapper > .col-wrapper:nth-of-type(3) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #generalInformation > .row-wrapper > .col-wrapper:nth-of-type(3) {
    float: left;
    width: 8.33333333%;
  }
}
#generalInformation > .row-wrapper > .col-wrapper:nth-of-type(4) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #generalInformation > .row-wrapper > .col-wrapper:nth-of-type(4) {
    float: left;
    width: 16.66666667%;
  }
}
#generalInformation > .row-wrapper > .col-wrapper:nth-of-type(5) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #generalInformation > .row-wrapper > .col-wrapper:nth-of-type(5) {
    float: left;
    width: 16.66666667%;
  }
}
#generalInformation > .row-wrapper > .col-wrapper:nth-of-type(6) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #generalInformation > .row-wrapper > .col-wrapper:nth-of-type(6) {
    float: left;
    width: 25%;
  }
}
.title-text {
  font-family: iul_font;
  text-transform: uppercase;
  margin-bottom: 10px;
  word-wrap: break-word;
  color: text;
  font-size: 0.84em;
}
#details,
.details,
#details-large {
  font-size: 1.05em;
  /*table{
		border: 0px;
		tr{
			border: 0px;
			th{
				border: 0px;
			}
			td{
				border: 0px;
			}
		}
	}*/
}
#details p,
.details p,
#details-large p {
  font-size: 1.05em;
}
#details .accordion .accordion-header,
.details .accordion .accordion-header,
#details-large .accordion .accordion-header {
  margin: 0 !important;
  font-family: iul_font;
  color: black;
  padding-top: 5px;
  font-size: 1.35em;
  display: block;
  overflow: hidden;
  line-height: 1.1em;
  /* fallback */
  margin-bottom: 20px;
  font-size: 1.1em;
  padding: 15px 10px 15px 0px;
  line-height: 1.5em;
  position: relative;
}
#details .accordion .accordion-header .fa,
.details .accordion .accordion-header .fa,
#details-large .accordion .accordion-header .fa {
  margin: 0;
  position: absolute;
  padding: 15px 0px 15px 10px;
  right: 0;
  top: 5px;
}
#details .accordion .accordion-body,
.details .accordion .accordion-body,
#details-large .accordion .accordion-body {
  background: #F6F4F3;
  border-bottom: 1px solid #0D28C2;
  padding: 10px;
}
.accordion-body {
  margin-bottom: 15px;
}
.navbar-courses .row-wrapper,
.navbar-sections .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.navbar-courses .row-wrapper > .col-wrapper,
.navbar-sections .row-wrapper > .col-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .navbar-courses .row-wrapper > .col-wrapper,
  .navbar-sections .row-wrapper > .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .navbar-courses .row-wrapper > .col-wrapper,
  .navbar-sections .row-wrapper > .col-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
  }
  .navbar-courses .row-wrapper > .col-wrapper:last-child,
  .navbar-sections .row-wrapper > .col-wrapper:last-child {
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
}
.navbar-courses > ul,
.navbar-sections > ul {
  list-style-type: none;
  font-weight: bold;
  font-size: 1em;
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
  border-bottom: 1px solid #0D28C2;
  margin-bottom: 25px;
}
.navbar-courses > ul > li,
.navbar-sections > ul > li {
  width: auto !important;
  margin-right: 15px;
}
.navbar-courses > ul > li > a,
.navbar-sections > ul > li > a {
  color: #0D28C2;
  padding: 0 0 15px 0px;
  display: block;
  height: 100%;
  width: 100%;
}
.navbar-courses > ul > li.no-anchor,
.navbar-sections > ul > li.no-anchor {
  padding: 0 0 15px 0px !important;
}
.navbar-courses > ul .active,
.navbar-sections > ul .active {
  color: #0D28C2;
  margin-bottom: -1px;
}
.navbar-courses > ul .active > a,
.navbar-sections > ul .active > a {
  color: #0D28C2;
}
.navbar-courses .row-wrapper,
.navbar-sections .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.navbar-courses .row-wrapper > .col-wrapper,
.navbar-sections .row-wrapper > .col-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .navbar-courses .row-wrapper > .col-wrapper,
  .navbar-sections .row-wrapper > .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .navbar-courses .row-wrapper > .col-wrapper,
  .navbar-sections .row-wrapper > .col-wrapper {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
  .navbar-courses .row-wrapper > .col-wrapper:last-child,
  .navbar-sections .row-wrapper > .col-wrapper:last-child {
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
}
.navbar-courses > ul,
.navbar-sections > ul {
  list-style-type: none;
  font-weight: bold;
  font-size: 1em;
  padding-left: 0px !important;
  margin-left: 0px !important;
  padding-right: 0px !important;
  margin-right: 0px !important;
  border-bottom: 1px solid #0D28C2;
  margin-bottom: 26px;
}
.navbar-courses > ul > li,
.navbar-sections > ul > li {
  width: auto !important;
  margin-top: -3px;
  margin-right: 15px;
}
.navbar-courses > ul > li > a,
.navbar-sections > ul > li > a {
  color: #0D28C2;
}
.navbar-courses > ul .active,
.navbar-sections > ul .active {
  color: #0D28C2;
  margin-bottom: -1px;
}
.navbar-courses > ul .active > a,
.navbar-sections > ul .active > a {
  color: #0D28C2;
}
.navbar-courses .row-wrapper,
.navbar-sections .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.navbar-courses .row-wrapper > .col-wrapper,
.navbar-sections .row-wrapper > .col-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .navbar-courses .row-wrapper > .col-wrapper,
  .navbar-sections .row-wrapper > .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .navbar-courses .row-wrapper > .col-wrapper,
  .navbar-sections .row-wrapper > .col-wrapper {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
  .navbar-courses .row-wrapper > .col-wrapper:last-child,
  .navbar-sections .row-wrapper > .col-wrapper:last-child {
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
}
.navbar-search-all .badge-primary {
  margin-left: 8px;
  color: #0D28C2;
  background-color: white;
  border: solid 1px #0D28C2;
  border-radius: 6px;
  padding: 2px 4px;
  font-weight: bold;
}
.navbar-search-all .row-wrapper {
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
}
.navbar-search-all .row-wrapper > .col-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .navbar-search-all .row-wrapper > .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .navbar-search-all .row-wrapper > .col-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-search-all .row-wrapper > .col-wrapper:nth-of-type(1) {
  margin-left: 0px !important;
}
.navbar-search-all .row-wrapper > .col-wrapper:last-child {
  margin-right: 0px !important;
}
.navbar-search-all ul {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 1em;
  padding-left: 0px !important;
  margin-left: 0px !important;
  padding-right: 0px !important;
  margin-right: 0px !important;
}
.navbar-search-all ul li {
  margin: 15px 0 15px 0 !important;
  width: auto !important;
}
@media (max-width: 991px) {
  .navbar-search-all ul li {
    padding: 15px !important;
  }
}
.navbar-search-all ul li a {
  padding: 15px;
  color: #0D28C2;
}
.navbar-search-all ul .active {
  color: #0D28C2;
}
.navbar-search-all ul .active a {
  color: #0D28C2;
  font-weight: bold;
}
@media (min-width: 992px) {
  .navbar-search-all ul .active a {
    border-bottom: 3px solid #0D28C2;
  }
}
.navbar-search-all ul .active > a:focus {
  text-decoration: none;
}
.personResults .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.personResults .row-wrapper > .col-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .personResults .row-wrapper > .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .personResults .row-wrapper > .col-wrapper {
    float: left;
    width: 25%;
  }
}
.course-creditation img {
  width: 70%;
  padding-bottom: 10px;
}
.table-responsive th {
  font-weight: initial;
}
.table-responsive .table > tbody > tr > td,
.table-responsive .table > tbody > tr > th,
.table-responsive .table > tfoot > tr > td,
.table-responsive .table > tfoot > tr > th,
.table-responsive .table > thead > tr > td,
.table-responsive .table > thead > tr > th {
  padding: 8px 8px 8px 0;
}
.curricular-course-header th {
  font-size: 0.8em;
  color: #8c8c8d;
  text-transform: uppercase;
  font-weight: initial;
  display: table-cell;
}
.header-curricular-course-group {
  font-weight: bold;
  font-size: 0.8em;
  color: #0D28C2;
  text-transform: uppercase;
}
.header-curricular-course-group .seeAll {
  padding-left: 5px;
  font-size: 0.6em;
  text-transform: uppercase;
}
.header-curricular-course-group:not(:first-of-type) {
  margin-top: 10px;
}
.sub-header-curricular-course-group {
  font-family: iul_font;
  font-size: 0.84em;
  color: #0D28C2;
  text-transform: uppercase;
  margin-top: 10px;
}
.body-curricular-course-group .list-group-item {
  border: 0px;
  border-bottom: 1px solid #0D28C2;
  margin-bottom: 0px;
  padding-right: 0px;
}
.body-curricular-course-group .list-group-item .body-value {
  color: black;
}
.body-curricular-course-group .list-group-item span.curricular-sub-header {
  display: inline-block !important;
}
.body-curricular-course-group .list-group-item span.curricular-sub-header:nth-of-type(1) {
  width: 60%;
}
.body-curricular-course-group .list-group-item span.curricular-sub-header:nth-of-type(2) {
  width: 29%;
}
.body-curricular-course-group .list-group-item span.curricular-sub-header:nth-of-type(3) {
  width: 10%;
  text-align: right;
}
.body-curricular-course-group .yearsemester-item,
.body-curricular-course-group .yearsemester-info {
  border-bottom: 0px;
}
.body-curricular-course-group .yearsemester-item.agendaType,
.body-curricular-course-group .yearsemester-info.agendaType {
  padding-top: 5px;
}
.body-curricular-course-group .yearsemester-info > td:first-child .curricular-course-text {
  color: #0D28C2;
}
p.curricular-course-text,
.lang-value,
.ects-value {
  font-size: 0.9em;
}
a.curricular-course-text {
  font-size: 1em;
}
ul#courseObjectives,
ul.tablistSimple {
  padding: 0;
}
ul#courseObjectives li,
ul.tablistSimple li {
  display: inline-block;
}
ul#courseObjectives li .caption,
ul.tablistSimple li .caption {
  color: #0D28C2;
}
ul#courseObjectives li:before,
ul.tablistSimple li:before {
  display: none;
}
ul#courseObjectives li.active a,
ul.tablistSimple li.active a {
  color: #8c8c8d;
}
ul#courseObjectives li a,
ul.tablistSimple li a {
  padding-right: 10px;
}
.curricular-info td {
  padding-top: 0;
}
.curricular-info .agendaType {
  padding: 10px 0;
}
.curricular-info .agendaType:first-of-type {
  padding-top: 0;
}
.curricular-info a.agendaType.bibliography-list {
  padding: 10px 0;
}
.curricular-info .bibliography-list {
  padding-bottom: 10px;
}
.curricular-info .persons-wrapper > .row-wrapper > .col-wrapper > .row-wrapper > .col-wrapper:nth-of-type(1) {
  width: auto;
}
.curricular-info .persons-wrapper {
  margin-top: 0;
}
.teachers-wrapper > .row-wrapper > .col-wrapper:nth-of-type(1) {
  width: auto;
  display: inline-block;
}
.teachers-wrapper > .row-wrapper > .col-wrapper:nth-of-type(2) {
  width: 85%;
  display: inline-block;
}
.teachers-wrapper span {
  display: inline !important;
}
.teachers-wrapper .teacher-info .round-wrapper {
  height: 1px;
}
.teachers-wrapper .teacher-info .teacher-bio {
  font-size: 0.9em;
  padding-top: 10px;
}
.teachers-wrapper .divider:last-of-type {
  display: none;
}
.testimonies-wrapper > .row-wrapper > .col-wrapper:nth-of-type(1) {
  width: auto;
  display: inline-block;
}
.testimonies-wrapper > .row-wrapper > .col-wrapper:nth-of-type(2) {
  width: 85%;
  display: inline-block;
}
.testimonies-wrapper span {
  display: inline !important;
}
.testimonies-wrapper .teacher-info .round-wrapper {
  height: 1px;
}
.testimonies-wrapper .teacher-info .teacher-bio {
  font-size: 0.9em;
  padding-top: 10px;
}
.testimonies-wrapper .divider:last-of-type {
  display: none;
}
.doctoral-wrapper > .row-wrapper > .col-wrapper:nth-of-type(1) {
  width: auto;
  display: inline-block;
}
.doctoral-wrapper > .row-wrapper > .col-wrapper:nth-of-type(2) {
  width: 85%;
  display: inline-block;
}
.doctoral-wrapper span {
  display: inline !important;
}
.doctoral-wrapper .teacher-info .round-wrapper {
  height: 1px;
}
.doctoral-wrapper .teacher-info .teacher-bio {
  font-size: 0.9em;
  padding-top: 10px;
}
.doctoral-wrapper .divider:last-of-type {
  display: none;
}
.testimony-wrapper > .row-wrapper > .col-wrapper:nth-of-type(1) {
  width: auto;
  display: inline-block;
}
.testimony-wrapper > .row-wrapper > .col-wrapper:nth-of-type(2) {
  width: 85%;
  display: inline-block;
}
.testimony-wrapper span {
  display: inline !important;
}
.testimony-wrapper .teacher-info .round-wrapper {
  height: 1px;
}
.testimony-wrapper .teacher-info .teacher-bio {
  font-size: 0.9em;
  padding-top: 10px;
}
.testimony-wrapper .divider:last-of-type {
  display: none;
}
.testimony-wrapper .sibling-link .agendaType {
  display: block !important;
  font-size: 0.8em;
}
.testimony-wrapper .sibling-link .agendaTitle {
  display: block !important;
  font-size: 1.1em;
}
.testimony-wrapper .row-wrapper {
  margin-left: 0px;
  margin-bottom: 10px !important;
}
.testimony-wrapper .row-wrapper {
  display: table;
}
.testimony-wrapper .divider:last-of-type {
  display: none;
}
.employer-testimony {
  font-weight: bold;
  margin-bottom: 10px !important;
}
.recruiter {
  display: inline-block;
  background-color: #e6e6e6;
  margin-right: 18px;
  padding: 13px;
  margin-left: 0px;
}
.seeAllCourses {
  font-size: 0.8em !important;
  font-family: iul_font;
  margin-left: 5px;
}
.statistics > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.statistics > .row-wrapper > .statistic {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .statistics > .row-wrapper > .statistic {
    float: left;
    width: 25%;
  }
}
.statistics > .row-wrapper > .statistic-pie {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .statistics > .row-wrapper > .statistic-pie {
    float: left;
    width: 50%;
  }
}
.statistic,
.statistic-pie {
  padding-right: 0px !important;
  margin-top: 10px;
}
.statistic .agendaType,
.statistic-pie .agendaType {
  word-wrap: break-word;
  line-height: 1.2em;
  height: 3.8em;
  overflow: hidden;
}
.statistic .value,
.statistic-pie .value {
  font-size: 4em;
  font-weight: bold;
}
.statistic .value-small,
.statistic-pie .value-small {
  font-size: 2.5em;
  font-weight: bold;
}
.statistic .value-maximum,
.statistic-pie .value-maximum {
  font-size: 2.5em;
  font-weight: bold;
  color: #f2f2f3;
}
.statistic .scale,
.statistic-pie .scale {
  font-family: iul_font;
  font-size: 0.9em !important;
}
.statistic .plus-link,
.statistic-pie .plus-link {
  font-size: 0.9em !important;
}
.courses-table-header {
  font-size: 0.8em;
  color: #8c8c8d;
  text-transform: uppercase;
  font-weight: initial;
}
.courses-table-header:nth-of-type(1) {
  padding-left: 0px;
}
.courses-table-header-single {
  font-size: 0.8em;
  color: #8c8c8d;
  text-transform: uppercase;
  font-weight: initial;
}
.courses-table-body {
  font-weight: bold;
  word-wrap: break-word;
  color: black;
  text-align: left;
}
.courses-table-body.ingress {
  width: 260px;
}
.courses-table-body:nth-of-type(1) {
  padding-left: 0px;
}
.courses-table-body-text {
  font-weight: bold;
  word-wrap: break-word;
  color: black;
  text-align: left;
  color: text;
}
.courses-table-body-text.ingress {
  width: 260px;
}
.btn-courses {
  font-weight: bold;
  border-radius: 0px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
}
.btn-courses > i {
  margin-left: 5px;
}
.google-visualization-tooltip {
  pointer-events: none;
  height: 80%;
  background-color: white !important;
  z-index: 999 !important;
}
.goog-tooltip {
  display: none !important;
}
.goog-tooltip:hover {
  display: none !important;
}
.statisticsGridsterBo .gs-w {
  border: black solid 1px;
}
.statisticLi {
  z-index: 0 !important;
}
.statisticsGridsterBo .value {
  font-size: 4em;
}
.statisticsGridsterBo .value-small,
.statisticsGridsterBo .value-maximum {
  font-size: 2em;
}
.module {
  min-height: 40px;
}
.module > a {
  overflow: auto;
  content: " ";
  display: block;
  height: auto;
  clear: both;
}
.module .floating-left {
  float: left;
  margin-left: -115px;
  width: 100px;
}
.module .floating-right {
  float: right;
  margin-right: -115px;
  width: 100px;
}
.module .seeAll {
  padding-left: 5px;
  font-size: 0.8em;
  text-transform: uppercase;
  font-family: iul_font;
}
.module .seeAll > a {
  color: #0D28C2;
}
.module .agendaTitle {
  font-size: 1.1em;
}
.module .agendaItem {
  height: auto;
}
.courses-table {
  width: 100%;
  border: 0px;
}
.courses-table tr {
  border: 0px;
}
.courses-table tr th {
  border: 0px;
}
.courses-table tr td {
  border: 0px;
}
.courses-table tr:first-child {
  border-bottom: 4px solid #8c8c8d;
}
.courses-table tr:first-child td {
  font-family: iul_font;
  font-size: 0.8em;
  color: text;
  text-transform: uppercase;
  text-align: center;
}
.courses-table tr:not(:first-child) {
  border-bottom: 1px solid #8c8c8d;
}
.courses-table tr:not(:first-child) td {
  font-weight: bold;
  word-wrap: break-word;
  color: black;
  text-align: center;
}
.candidacy .candidacy-order {
  font-weight: bold;
  display: inline-block;
  border-radius: 25px;
  background-color: #0D28C2;
  color: white;
  font-size: 20px;
  padding: 10px 20px;
}
.candidacy .candidacy-title {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 10px;
  color: #0D28C2;
}
.candidacy .candidacy-step:first-child .candidacy-order {
  background-color: #449d44;
}
.candidacy .candidacy-step:first-child .candidacy-title {
  color: #449d44;
}
.candidacy .btn-courses {
  float: right;
  margin-top: 7px;
}
.candidacy .candidacy-legend {
  margin-bottom: 40px;
  font-size: 0.8em;
}
.candidacy .candidacy-description {
  margin-bottom: 35px;
}
.base-title {
  color: #0D28C2;
  display: inline !important;
}
.base-title-strong {
  color: #0D28C2;
  font-weight: bold;
  display: inline !important;
}
.research-group-logo {
  float: right;
  width: 20%;
  margin-left: 7px;
  margin-bottom: 5px;
}
.year-nav,
.chronos-nav {
  font-size: 1.1em;
  float: left;
  margin-left: -23%;
  width: 22%;
}
.year-nav li,
.chronos-nav li {
  border-bottom: 1px solid #0D28C2;
}
.year-nav .active,
.chronos-nav .active {
  border-bottom: 1px solid #0D28C2;
}
.year-nav .active a,
.chronos-nav .active a {
  background-color: white !important;
  color: black !important;
}
.year-nav .active a:hover,
.chronos-nav .active a:hover {
  color: #0D28C2 !important;
}
.year-nav li:last-child,
.chronos-nav li:last-child {
  border-bottom: 0px;
}
.year-nav h6,
.chronos-nav h6,
.year-nav a,
.chronos-nav a {
  font-weight: bold;
  padding-left: 0px !important;
  margin: 0;
  padding: 0;
}
.year-nav li:hover,
.chronos-nav li:hover,
.year-nav a:hover,
.chronos-nav a:hover {
  background: none !important;
}
.chronos {
  overflow: visible;
  float: left;
}
.chronos-wrapper {
  /*svg:not(:root){
		overflow: visible;
	}*/
}
.chronos-wrapper .row-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.chronos-wrapper .row-wrapper .col-wrapper:nth-of-type(1) .chronos {
  margin: -8px 0 0 -10px;
}
.chronos-wrapper .row-wrapper .col-wrapper:nth-of-type(2) li:first-child {
  padding-top: 0px;
}
.chronos-wrapper .row-wrapper .chronos-nav {
  margin: 4px 0 45px 15px;
  width: inherit;
  position: relative;
  /*&:before {
				top: 0;
		    bottom: 0;
		    position: absolute;
		    content:"";
		    display: block;
		    width: 1px;
		    background: @15-text-color;
		    left: -20px;
		    height: 100%;
        z-index: -1;
        margin-top: 15px;
    }*/
}
.chronos-wrapper .row-wrapper .chronos-nav li {
  position: relative;
  /*&:before {
    		background: white;
    		border: 1px solid @15-text-color;
    		width: 15px;
    		height: 15px;
    		content: '';
    		display: block;
    		position: absolute;
    		left: -27px;
    		top: 33.333%;
    		.border-radius(50%);
    	}

    	&.active {
    		&:before {
    			background: @15-text-color;
    		}
    	}

    	&.plus {
    		margin-left: -34px;
    		margin-top: 15px;
    		border-bottom: 0;

    		.rounded-icon {
    			padding-top: 2px;
    		}

				&:before {
					background: none;
					border: 0;
				}

    	}*/
}
#gotop {
  display: none !important;
  background-color: #0D28C2;
  height: 50px;
}
@media (max-width: 767px) {
  #gotop {
    display: block !important;
  }
  table#gotop {
    display: table;
  }
  tr#gotop {
    display: table-row !important;
  }
  th#gotop,
  td#gotop {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #gotop {
    display: block !important;
  }
  table#gotop {
    display: table;
  }
  tr#gotop {
    display: table-row !important;
  }
  th#gotop,
  td#gotop {
    display: table-cell !important;
  }
}
#gotop > .gotop-legend {
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  top: 27%;
  left: 5%;
}
#gotop > .gotop-angle-up {
  float: right;
  color: #fff;
  position: relative;
  top: 22%;
  right: 5%;
}
.newsMobile > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.newsMobile > .row-wrapper > .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .newsMobile > .row-wrapper > .col-wrapper {
    float: left;
    width: 50%;
  }
}
#facts {
  background-color: #0D28C2;
}
#facts .facts {
  color: white;
  margin-top: 10px;
  /*.row-wrapper {
			.row-block;
				.col-wrapper:nth-of-type(1){
					.make-md-column(3);
				}
				.col-wrapper:nth-of-type(2){
					.make-md-column(9);
				}
			}*/
}
#facts .facts .fact {
  height: 8.5em;
  margin: 28px 0px;
}
#facts .facts .fact > .row-wrapper:nth-of-type(2) {
  margin-left: -15px;
  margin-right: -15px;
}
#facts .facts .fact > .row-wrapper:nth-of-type(2) .col-wrapper:nth-of-type(1) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #facts .facts .fact > .row-wrapper:nth-of-type(2) .col-wrapper:nth-of-type(1) {
    float: left;
    width: 25%;
  }
}
#facts .facts .fact > .row-wrapper:nth-of-type(2) .col-wrapper:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #facts .facts .fact > .row-wrapper:nth-of-type(2) .col-wrapper:nth-of-type(2) {
    float: left;
    width: 75%;
  }
}
#facts .facts .fact > .row-wrapper:nth-of-type(3) {
  margin-left: -15px;
  margin-right: -15px;
}
#facts .facts .fact > .row-wrapper:nth-of-type(3) .col-wrapper:nth-of-type(1) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #facts .facts .fact > .row-wrapper:nth-of-type(3) .col-wrapper:nth-of-type(1) {
    float: left;
    width: 16.66666667%;
  }
}
#facts .facts .fact > .row-wrapper:nth-of-type(3) .col-wrapper:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #facts .facts .fact > .row-wrapper:nth-of-type(3) .col-wrapper:nth-of-type(2) {
    float: left;
    width: 83.33333333%;
  }
}
#facts .facts .fact .fact-header {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
#facts .facts .fact i {
  font-size: 2.5em;
}
#facts .facts .fact .fact-number {
  font-size: 3.4em;
  font-weight: bold;
}
#facts .facts .fact .fact-number-legend {
  font-size: 1em;
  line-height: 1.2em;
  text-align: right;
  float: right;
  margin-top: -10px;
}
#facts .facts .fact .fact-number-small {
  font-size: 2em;
}
#facts .facts .fact .fact-number-wrapper {
  float: right;
  margin-top: -15px;
}
#facts .facts .row-wrapper > .col-wrapper.fact:not(:last-child) {
  border-right: 2px solid white;
}
#facts .facts > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#facts .facts > .row-wrapper > .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #facts .facts > .row-wrapper > .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #facts .facts > .row-wrapper > .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #facts .facts > .row-wrapper > .col-wrapper {
    float: left;
    width: 25%;
  }
}
#home > .homepage-highlights {
  margin: 9px -7px 0 -7px;
}
#home > .homepage-highlights > .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 7px;
}
@media (min-width: 768px) {
  #home > .homepage-highlights > .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #home > .homepage-highlights > .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #home > .homepage-highlights > .col-wrapper {
    float: left;
    width: 25%;
  }
}
#home > .homepage-highlights > .col-wrapper .agendaItem.no-image .agendaDateTime {
  float: left;
}
#home > .homepage-highlights > .col-wrapper .agendaItem.no-image .description {
  float: left;
  padding-left: 10px;
}
#home > .homepage-highlights > .col-wrapper .agendaItem:last-child {
  margin-bottom: 0;
}
#home > .homepage-highlights .agendaTitle {
  max-height: 3.5em;
}
#home .pagination {
  margin-bottom: 0;
}
#home .hidden {
  display: none;
}
.iscte-links:focus {
  outline: none;
}
.iscte-links > .row-wrapper {
  /*margin-left: -75px;
		margin-right: -75px;*/
  margin-left: -15px;
  margin-right: -15px;
}
.iscte-links > .row-wrapper > .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /*padding-left: 75px;
			padding-right: 75px;*/
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .iscte-links > .row-wrapper > .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .iscte-links > .row-wrapper > .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .iscte-links > .row-wrapper > .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
.iscte-links > .row-wrapper .v-divider {
  margin-left: -1px;
  float: left;
  border-left: 1px solid #0D28C2;
  height: 300px;
  margin-top: 27px;
}
@media (min-width: 768px) {
  .iscte-links .link-group {
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .iscte-links .link-group {
    margin-bottom: 40px;
  }
}
.iscte-links .link-group > span {
  display: block;
}
.iscte-links .link-group > .link-group-header {
  color: #0D28C2;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.iscte-links .link-group > .link {
  margin-bottom: 10px;
}
.iscte-links .link-group > .link > a {
  color: black;
  line-height: 25px;
}
.iscte-links .link-group > .link > a:hover {
  color: #0D28C2;
}
.compare-table {
  margin-top: 30px;
}
.compare-table > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  /* one item */
  /* two items */
  /* three items */
  /* four items */
  /* five item */
  /* six items */
  /* seven items */
  /* eight items */
  /* nine items */
  /* ten items */
}
.compare-table > .row-wrapper .compare-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-align: center;
  flex-wrap: wrap;
}
.compare-table > .row-wrapper .compare-info > .col-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
.compare-table > .row-wrapper .compare-info > .col-wrapper > div:not(.compare-mobile-description) {
  padding: 10px 0px;
  border-bottom: 1px solid #0D28C2;
  height: 100%;
}
.compare-table > .row-wrapper .compare-info .course-block img.lang {
  height: 15px;
}
.compare-table > .row-wrapper .compare-description {
  text-transform: uppercase;
  padding: 11px 0px;
  float: left;
  text-align: right;
  font-size: 0.9em;
}
.compare-table > .row-wrapper .compare-button {
  margin: 0px;
  padding: 15px 0px;
  display: inline-block !important;
}
.compare-table > .row-wrapper .compare-button .btn {
  max-width: 200px;
}
.compare-table > .row-wrapper .compare-button .btn:first-child {
  margin-right: 3%;
  float: left;
}
.compare-table > .row-wrapper .compare-button .btn:last-child {
  margin-left: 3%;
  float: right;
}
@media (max-width: 1499px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(1) {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1500px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(1) {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1499px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(2),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1500px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(2),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(3),
.compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(3),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(3),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(3),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
.compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(4),
.compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(4),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(4),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(4),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper {
    float: left;
    width: 25%;
  }
}
.compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(5),
.compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1500px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper {
    width: 20%;
  }
}
.compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(6),
.compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(6),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(6),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(6),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
.compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(7),
.compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1500px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper {
    width: 14.2857%;
  }
}
.compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(8),
.compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1500px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper {
    width: 12.5%;
  }
}
.compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(9),
.compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1500px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper {
    width: 11.11111%;
  }
}
.compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(10),
.compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1500px) {
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  .compare-table > .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    width: 10%;
  }
}
.compare-table .courses-tuition {
  display: table;
  width: 100%;
}
.compare-table .courses-tuition-year {
  display: block;
  width: 100%;
}
.back-button > a {
  color: #0D28C2;
  text-transform: uppercase;
}
.red {
  color: #f34135;
}
.green {
  color: #4baf4f;
}
#modalCropper .preview {
  margin-top: 20px !important;
  width: 100%;
  height: auto;
}
#modalCropper .preview > img {
  width: 100%;
  height: auto;
  border: 1px solid text;
}
#modalCropper .btn {
  margin: 10px;
}
#modalCropper .control-steps {
  display: inline-block;
  width: 100%;
}
#modalCropper .control-steps .control-left {
  width: 30%;
  float: left;
}
#modalCropper .control-steps .control-right {
  width: 30%;
  float: right;
}
.subSections {
  margin-left: 15px;
}
.subSections .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
  /*.col-wrapper:nth-child(3n+1){
			.subSectionButton {
				padding-left: 0px;
				.subSectionText{
					@media(min-width: @screen-md-min){
						text-align: left;
					}
				}
			}
		}*/
}
.subSections .row-wrapper .col-wrapper {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .subSections .row-wrapper .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .subSections .row-wrapper .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .subSections .row-wrapper .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .subSections .row-wrapper .col-wrapper {
    border-left: 2px solid #0D28C2;
  }
}
.subSections .row-wrapper .col-wrapper .subSectionButton {
  padding: 10px;
  height: 130px;
  display: flex;
  align-items: center;
  color: black;
}
.subSections .row-wrapper .col-wrapper .subSectionButton .subSectionText {
  width: 100%;
  text-align: center;
}
.subSections .row-wrapper .col-wrapper .subSectionButton .subSectionText .subSectionTitle {
  font-weight: bold;
  margin: 0;
  padding-top: 0;
}
.toggleCollapse:hover {
  cursor: pointer;
}
.hidden {
  display: none;
}
.section-menu {
  /*.section-menus-regular{
		div:not(:last-child){
			border-bottom: 1px solid @divider-color;
		}	
	}*/
}
.section-menu li:not(.active-section) a {
  color: black;
}
.section-menu .active > a {
  color: #0D28C2;
}
.section-menu li {
  padding-top: 12px;
  padding-bottom: 12px;
}
.section-menu .section-menu-grandparent a {
  color: #404041;
  font-weight: bold;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 1.5em;
  padding-bottom: 0px !important;
}
.section-menu .section-menu-grandparent a:hover {
  opacity: 0.8;
}
.section-menu .section-menu-parent a {
  color: #0D28C2;
  font-weight: bold;
  display: block;
  height: 100%;
  width: 100%;
  padding-bottom: 20px;
  font-size: 1.5em;
}
.section-menu .section-menu-parent a:hover {
  opacity: 0.8;
}
.section-menu .section-menus-regular,
.section-menu .section-menus-highlighted {
  /*.section-menu-link{
			display: inline-block;
		}*/
}
.section-menu .section-menus-regular div,
.section-menu .section-menus-highlighted div {
  line-height: 1.2em;
}
@media (min-width: 992px) {
  .section-menu .section-menus-regular div,
  .section-menu .section-menus-highlighted div {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .section-menu .section-menus-regular div:not(:first-child),
  .section-menu .section-menus-highlighted div:not(:first-child) {
    padding-top: 10px;
  }
}
.section-menu .section-menus-highlighted {
  margin-top: 15px !important;
}
.section-menu .section-menus-highlighted div {
  padding: 10px;
}
.section-menu .section-menu-link-highlight {
  font-weight: bold;
  text-align: center;
  color: #0D28C2 !important;
  background-color: white !important;
  outline: 2px solid #0D28C2 !important;
  padding: 8px 13px;
  font-family: iul_font;
}
.section-menu .section-menu-link-highlight:disabled {
  opacity: 0.3;
}
.section-menu .section-menu-link-highlight:hover {
  background: #0D28C2 !important;
  border: 2px solid #0D28C2 !important;
  color: white !important;
}
#submitSectionForm #editSectionParent {
  margin-right: -30px;
  margin-top: 2px;
  font-size: 1.3em;
  float: right;
  color: #0D28C2;
}
#submitSectionForm #sections_bo {
  margin-top: 20px !important;
}
#submitSectionForm #sections_bo .panel-heading .radio {
  display: inline;
}
#submitSectionForm #sections_bo .bodyElement:hover {
  box-shadow: 0px 0px 10px #0D28C2;
}
#submitSectionForm #sections_bo .bodyElement {
  padding-top: 30px;
}
#submitSectionForm #sections_bo .bodyElement .bodyElementType {
  text-transform: uppercase;
  background-color: #f2f2f3;
  color: #8c8c8d;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
}
#submitSectionForm #sections_bo .bodyElement .bodyElementRemove {
  text-transform: uppercase;
  background-color: #f2f2f3;
  color: #8c8c8d;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  color: #750909;
  background-color: #F50C0C;
  width: 6.25%;
  text-align: center;
}
#submitSectionForm #sections_bo .bodyElement .bodyElementRemove:hover {
  cursor: pointer;
}
#submitSectionForm .action-column i {
  float: right;
}
#submitSectionForm .btn-addChild {
  margin-bottom: 10px !important;
}
#topContent {
  background-color: #f2f2f3;
  border-bottom: 1px solid #0D28C2;
  padding-bottom: 13px;
  padding-top: 26px;
}
#topContent .headerAgenda {
  margin-bottom: 8px;
}
#topContent h5 {
  line-height: 1.35em;
  padding: 0;
  margin: 0;
}
.school-top-content > .container-wide-block > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.school-top-content > .container-wide-block > .row-wrapper > .director-message {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .school-top-content > .container-wide-block > .row-wrapper > .director-message {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .school-top-content > .container-wide-block > .row-wrapper > .director-message {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .school-top-content > .container-wide-block > .row-wrapper > .director-message {
    float: left;
    width: 50%;
  }
}
.school-top-content > .container-wide-block > .row-wrapper > .director-message .quote {
  font-size: 1.2em;
  margin-top: -3px;
}
.school-top-content > .container-wide-block > .row-wrapper > .director-message i {
  float: left;
  margin: 2px 0 0 -40px;
  color: #0D28C2;
  font-size: 2em;
}
.school-top-content > .container-wide-block > .row-wrapper > .director-message > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 5px;
}
.school-top-content > .container-wide-block > .row-wrapper > .director-message > .row-wrapper > .col-wrapper:nth-child(2) {
  text-align: center;
}
.school-top-content > .container-wide-block > .row-wrapper > .director-message > .row-wrapper > .col-wrapper:nth-child(2) > .persons-wrapper .round-wrapper {
  margin: 0 auto;
}
.school-top-content > .container-wide-block > .row-wrapper > .we-are {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .school-top-content > .container-wide-block > .row-wrapper > .we-are {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .school-top-content > .container-wide-block > .row-wrapper > .we-are {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .school-top-content > .container-wide-block > .row-wrapper > .we-are {
    float: left;
    width: 50%;
  }
}
.school-top-content > .container-wide-block > .row-wrapper > .we-are .row-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.highlight-testimony .row-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#departmentsSchool > .container-wide-block .headerAgenda {
  margin-bottom: 7px;
}
#departmentsSchool > .container-wide-block > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  /* one item */
  /* two items */
  /* three items */
  /* four items */
  /* five item */
  /* six items */
  /* seven items */
  /* eight items */
  /* nine items */
  /* ten items */
}
@media (max-width: 1499px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(1) {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1500px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(1) {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1499px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(2),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1500px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(2),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(3),
#departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(3),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(3),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(3),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
#departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(4),
#departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(4),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(4),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(4),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper {
    float: left;
    width: 25%;
  }
}
#departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(5),
#departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1500px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper {
    width: 20%;
  }
}
#departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(6),
#departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(6),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(6),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(6),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
#departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(7),
#departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1500px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper {
    width: 14.2857%;
  }
}
#departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(8),
#departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1500px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper {
    width: 12.5%;
  }
}
#departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(9),
#departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1500px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper {
    width: 11.11111%;
  }
}
#departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(10),
#departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1500px) {
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  #departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    width: 10%;
  }
}
#departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper {
  border-right: 1px solid #0D28C2;
  min-height: 250px !important;
}
#departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper h4 {
  margin: 0;
  padding: 0 0 10px 0;
}
#departmentsSchool > .container-wide-block > .row-wrapper .col-wrapper:last-of-type {
  border-right: 0;
}
#agenda {
  padding: 10px 0px 30px 0;
}
#agenda .agendaItem {
  height: auto;
}
#agenda .headerAgenda {
  margin-bottom: 25px;
  display: inline-block;
}
#agenda .seeAll {
  margin-left: 5px;
}
#agenda .seeAll > a {
  color: #0D28C2;
}
#agenda .seeAll > a:hover {
  color: #435df2;
}
#agenda .checkbox {
  margin-top: 0;
}
#agenda #media {
  margin-top: 5px;
}
#agenda #media .small-text {
  margin-top: 10px;
  color: #404041;
}
#agenda .agendaItem.newsItem .col-wrapper .agendaImage {
  height: auto;
  object-fit: cover;
}
#agenda .agendaItem.newsItem .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#agenda .agendaItem.newsItem .row-wrapper .img-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #agenda .agendaItem.newsItem .row-wrapper .img-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #agenda .agendaItem.newsItem .row-wrapper .img-wrapper {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  #agenda .agendaItem.newsItem .row-wrapper .img-wrapper {
    float: left;
    width: 41.66666667%;
  }
}
#agenda .agendaItem.newsItem .row-wrapper .img-wrapper .agendaImage {
  height: auto;
  object-fit: cover;
}
#agenda .agendaItem.newsItem .row-wrapper .text-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #agenda .agendaItem.newsItem .row-wrapper .text-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #agenda .agendaItem.newsItem .row-wrapper .text-wrapper {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  #agenda .agendaItem.newsItem .row-wrapper .text-wrapper {
    float: left;
    width: 58.33333333%;
  }
}
#agenda .agendaItem.newsItem .row-wrapper .text-wrapper .agendaTitle {
  margin-bottom: 0px;
}
#researchsSchool > .container-wide-block > .row-wrapper {
  padding-top: 10px;
  margin-left: -15px;
  margin-right: -15px;
  /* one item */
  /* two items */
  /* three items */
  /* four items */
  /* five item */
  /* six items */
  /* seven items */
  /* eight items */
  /* nine items */
  /* ten items */
}
#researchsSchool > .container-wide-block > .row-wrapper .col-wrapper {
  border-right: 1px solid #0D28C2;
}
#researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:last-of-type {
  border-right: 0;
}
@media (max-width: 1499px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(1) {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1500px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(1) {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1499px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(2),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1500px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(2),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(3),
#researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(3),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(3),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(3),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(3) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
#researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(4),
#researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(4),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(4),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(4),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(4) ~ .col-wrapper {
    float: left;
    width: 25%;
  }
}
#researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(5),
#researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1500px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(5),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(5) ~ .col-wrapper {
    width: 20%;
  }
}
#researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(6),
#researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(6),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(6),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(6),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(6) ~ .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
#researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(7),
#researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1500px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(7),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(7) ~ .col-wrapper {
    width: 14.2857%;
  }
}
#researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(8),
#researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1500px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(8),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(8) ~ .col-wrapper {
    width: 12.5%;
  }
}
#researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(9),
#researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1500px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(9),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(9) ~ .col-wrapper {
    width: 11.11111%;
  }
}
#researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(10),
#researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1500px) {
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(10),
  #researchsSchool > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(10) ~ .col-wrapper {
    width: 10%;
  }
}
#researchsSchool > .container-wide-block > .row-wrapper img {
  max-width: 250px;
}
#researchsSchool > .container-wide-block > .row-wrapper h4 {
  margin: 0;
  padding: 00;
}
#researchsSchool > .container-wide-block > .row-wrapper h5 {
  padding-top: 0;
}
#schoolCourses h5 {
  padding: 0;
}
#schoolCourses i.fa-chevron-circle-right {
  background: white;
  color: #0D28C2;
  padding-left: 10px;
}
#schoolCourses i.fa-chevron-circle-right:hover {
  opacity: 0.8;
}
.elements-selection .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.elements-selection .row-wrapper .col-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .elements-selection .row-wrapper .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .elements-selection .row-wrapper .col-wrapper {
    float: left;
    width: 25%;
  }
}
.elements-selection .row-wrapper .col-wrapper .element-button {
  text-align: center;
  border: 1px solid #f2f2f3;
  margin: 10px 0;
  font-size: 1.5em;
  padding: 10px 0;
  color: #0D28C2;
}
.cursor-pointer {
  cursor: pointer;
}
#schoolDepartment .department .department-description {
  margin-top: 10px;
}
#schoolDepartment .department .department-links i {
  padding-left: 5px;
}
#schoolDepartment .department .department-links i:first-of-type {
  padding-left: 0;
}
#schoolDepartment .department .department-links > a {
  text-decoration: underline;
  padding-right: 5px;
}
#schoolResearchUnits .research-unit > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#schoolResearchUnits .research-unit > .row-wrapper > .col-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
#schoolResearchUnits .research-unit > .row-wrapper > .col-wrapper:nth-child(1) {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #schoolResearchUnits .research-unit > .row-wrapper > .col-wrapper:nth-child(1) {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  #schoolResearchUnits .research-unit > .row-wrapper > .col-wrapper:nth-child(1) {
    float: left;
    width: 25%;
  }
}
#schoolResearchUnits .research-unit > .row-wrapper > .col-wrapper:nth-child(2) {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #schoolResearchUnits .research-unit > .row-wrapper > .col-wrapper:nth-child(2) {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  #schoolResearchUnits .research-unit > .row-wrapper > .col-wrapper:nth-child(2) {
    float: left;
    width: 75%;
  }
}
#schoolResearchUnits .research-unit > .row-wrapper > .col-wrapper:nth-child(2) > .research-link {
  margin-top: 10px;
}
#schoolResearchUnits .research-unit > .row-wrapper > .col-wrapper:nth-child(2) > .research-link a {
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  background: #0D28C2;
  padding: 4px 5px;
  color: white;
}
#schoolResearchUnits .research-unit > .row-wrapper > .col-wrapper:nth-child(2) > .research-link a i {
  padding-left: 3px;
}
#schoolResearchUnits .research-unit > .row-wrapper > .col-wrapper:nth-child(2) > .research-link a:hover {
  background: #0D28C2;
  color: white;
}
#myCarousel .carousel-control {
  background: black;
  background-image: none;
  width: 30px;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
#myCarousel .carousel-control:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#myCarousel .carousel-control .glyphicon {
  font-size: 0.8em;
  text-shadow: none;
  height: auto;
}
/*researchsSchool

factsSchool*/
.section-menu ul {
  list-style: none;
  padding-left: 0px;
}
.section-menu ul li a {
  padding-left: 0px;
  border-left: 0px;
  padding-right: 0px;
  border-right: 0px;
}
.section-menu ul li:not(:last-of-type) {
  border-bottom: 1px solid #0D28C2;
}
#school .top-content .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#school .top-content .row-wrapper .col-wrapper:nth-of-type(1) {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #school .top-content .row-wrapper .col-wrapper:nth-of-type(1) {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #school .top-content .row-wrapper .col-wrapper:nth-of-type(1) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #school .top-content .row-wrapper .col-wrapper:nth-of-type(1) {
    float: left;
    width: 50%;
  }
}
#school .top-content .row-wrapper .col-wrapper:nth-of-type(2) {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #school .top-content .row-wrapper .col-wrapper:nth-of-type(2) {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #school .top-content .row-wrapper .col-wrapper:nth-of-type(2) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #school .top-content .row-wrapper .col-wrapper:nth-of-type(2) {
    float: left;
    width: 50%;
  }
}
#school .top-content .row-wrapper .front-image-wrapper img {
  width: 100%;
}
#subEntities .row-wrapper {
  height: 150px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  #subEntities .row-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#subEntities .row-wrapper .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #subEntities .row-wrapper .col-wrapper {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #subEntities .row-wrapper .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #subEntities .row-wrapper .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
#subEntities .row-wrapper .col-wrapper a {
  color: white;
}
@media (max-width: 991px) {
  #subEntities .row-wrapper .col-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 991px) {
  #subEntities .row-wrapper {
    height: 153px;
    margin-left: 0px;
    margin-right: 0px;
  }
  #subEntities .row-wrapper .col-wrapper:not(:last-child) {
    border-bottom: 1px solid white;
  }
}
@media (min-width: 992px) {
  #subEntities .row-wrapper .col-wrapper:not(:last-child)::after {
    content: '';
    position: absolute;
    height: 100px;
    width: 1px;
    background-color: white;
    right: 0px;
    top: -30px;
  }
}
#frontPage .top-content .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#frontPage .top-content .row-wrapper .col-wrapper:nth-of-type(1) {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #frontPage .top-content .row-wrapper .col-wrapper:nth-of-type(1) {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #frontPage .top-content .row-wrapper .col-wrapper:nth-of-type(1) {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #frontPage .top-content .row-wrapper .col-wrapper:nth-of-type(1) {
    float: left;
    width: 25%;
  }
}
#frontPage .top-content .row-wrapper .col-wrapper:nth-of-type(2) {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #frontPage .top-content .row-wrapper .col-wrapper:nth-of-type(2) {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #frontPage .top-content .row-wrapper .col-wrapper:nth-of-type(2) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #frontPage .top-content .row-wrapper .col-wrapper:nth-of-type(2) {
    float: left;
    width: 50%;
  }
}
#frontPage .top-content .row-wrapper .col-wrapper:nth-of-type(3) {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #frontPage .top-content .row-wrapper .col-wrapper:nth-of-type(3) {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #frontPage .top-content .row-wrapper .col-wrapper:nth-of-type(3) {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #frontPage .top-content .row-wrapper .col-wrapper:nth-of-type(3) {
    float: left;
    width: 25%;
  }
}
#frontPage .top-content .row-wrapper .front-image-wrapper img {
  width: 100%;
}
#frontPage #middleContent {
  padding: 30px 0px;
}
#frontPage .frontpage-top-content > .container-wide-block > .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  /* two items */
}
@media (max-width: 1499px) {
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(2),
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1500px) {
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(2),
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper .col-wrapper:first-child:nth-last-child(2) ~ .col-wrapper {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1499px) {
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper .presentation.col-wrapper:first-child:nth-last-child(1) {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1500px) {
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper .presentation.col-wrapper:first-child:nth-last-child(1) {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#frontPage .frontpage-top-content > .container-wide-block > .row-wrapper .presentation {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper .presentation {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper .presentation {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper .presentation {
    float: left;
    width: 41.66666667%;
  }
}
#frontPage .frontpage-top-content > .container-wide-block > .row-wrapper .presentation i {
  float: left;
  margin: 2px 0 0 -40px;
  color: #0D28C2;
  font-size: 2em;
}
#frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .calendar {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .calendar {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .calendar {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .calendar {
    float: left;
    width: 33.33333333%;
  }
}
#frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .calendar .agendaItem {
  margin-bottom: 10px;
  display: inline-block;
  padding-bottom: 0;
  width: 100%;
  height: initial;
  /*.today-inverse {
						.today-simple;
						background: initial;
					}*/
}
#frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .calendar .agendaItem .with-date .col-wrapper:nth-of-type(1) {
  width: initial !important;
}
#frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .calendar .agendaItem .with-date .item-info {
  width: 82%;
}
#frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .calendar .agendaItem .agendaTitle {
  font-size: 1em !important;
}
#frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .calendar .agendaItem .time {
  display: none;
}
#frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .calendar .agendaItem .after-inverse {
  color: #0D28C2;
  border: 2px solid #0D28C2;
  background: initial;
}
#frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .calendar .agendaItem .after-inverse a {
  color: #0D28C2;
}
#frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .calendar .agendaItem .after-inverse:hover {
  background: #0D28C2;
  color: #f2f2f3;
  border: 2px solid #0D28C2;
}
#frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .calendar .agendaItem .tomorrow-inverse {
  border: 2px solid #0D28C2;
  color: #0D28C2;
  background: initial;
}
#frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .calendar .agendaItem .tomorrow-inverse a {
  color: #0D28C2;
}
#frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .contacts {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .contacts {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .contacts {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .contacts {
    float: left;
    width: 25%;
  }
}
#frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .html-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .html-content {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .html-content {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .html-content {
    float: left;
    width: 50%;
  }
}
#frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .testimony {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .testimony {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .testimony {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .testimony {
    float: left;
    width: 50%;
  }
}
#frontPage .frontpage-top-content > .container-wide-block > .row-wrapper > .testimony .row-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#frontPage #testimonies .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#frontPage #testimonies .row-wrapper .testimony .row-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#frontPage #testimonies .row-wrapper .testimony .testimony-img-wrapper {
  max-height: 132px;
  overflow: hidden;
}
#frontPage #testimonies .row-wrapper .testimony .testimony-img-wrapper img {
  width: 100%;
  object-fit: cover;
}
#frontPage #testimonies .row-wrapper .testimony .testimony-name {
  font-size: 1.3em;
}
#frontPage .section-menu {
  margin-top: 15px !important;
}
.components {
  /*//margin: 0 -7px 15px -7px;
		display: block;
		//.display-flex;
		//flex-wrap: wrap;

		&.separator {
			.row-block !important;
			.col-wrapper {
				border-right: 1px solid @divider-color;
				padding: 0 15px !important;

				&:last-of-type {
					border-right: 0;
				}
			}
			@media(max-width: @screen-xs-max){
				.col-wrapper{
					border-right: 0;
				}
				.col-wrapper:nth-child(odd){
					border-right: 1px solid @divider-color;					
				}
			}
		}

		.col-wrapper {
			padding: 15px 7px !important;
		}*/
  /*.rows-wrapper {
		display: block;
		.display-flex;
	}*/
  /*.team {
		flex-wrap: wrap;

		.row-wrapper {
			.make-xs-column(5);
			width: 50%;
			margin: 0;
			flex-wrap: nowrap;

			.col-wrapper {
				padding: 15px 0 !important;

				.person {
					line-height: 1.2em;
				}

			}
		}
	}*/
}
.components .row-wrapper.team {
  margin-left: -15px;
  margin-right: -15px;
}
.components .row-wrapper.team > .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .components .row-wrapper.team > .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .components .row-wrapper.team > .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .components .row-wrapper.team > .col-wrapper {
    float: left;
    width: 50%;
  }
}
.components .row-wrapper.team > .col-wrapper > .row-wrapper {
  margin-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
}
.components .row-wrapper.team > .col-wrapper > .row-wrapper > .col-wrapper:nth-of-type(1) {
  float: left;
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .components .row-wrapper.team > .col-wrapper > .row-wrapper > .col-wrapper:nth-of-type(1) {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .components .row-wrapper.team > .col-wrapper > .row-wrapper > .col-wrapper:nth-of-type(1) {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .components .row-wrapper.team > .col-wrapper > .row-wrapper > .col-wrapper:nth-of-type(1) {
    float: left;
    width: 16.66666667%;
  }
}
.components .row-wrapper.team > .col-wrapper > .row-wrapper > .col-wrapper:nth-of-type(2) {
  float: left;
  width: 83.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .components .row-wrapper.team > .col-wrapper > .row-wrapper > .col-wrapper:nth-of-type(2) {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .components .row-wrapper.team > .col-wrapper > .row-wrapper > .col-wrapper:nth-of-type(2) {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .components .row-wrapper.team > .col-wrapper > .row-wrapper > .col-wrapper:nth-of-type(2) {
    float: left;
    width: 83.33333333%;
  }
}
.components .btn {
  margin-top: 10px;
}
.components .avec-bold,
.components b {
  line-height: 1.1em;
}
.components .list ul {
  margin: 0;
  padding: 0;
}
.components .list ul li {
  list-style: none;
  padding: 5px 0;
  border-top: 1px solid #0D28C2;
}
.components .agendaTitle:hover,
.components .item-title:hover {
  color: #0D28C2;
}
.components .agendaTitle:hover .agendaTitle,
.components .item-title:hover .agendaTitle,
.components .agendaTitle:hover .description,
.components .item-title:hover .description {
  color: #0D28C2 !important;
}
.components .bio {
  flex-wrap: initial !important;
  margin: 0;
}
.components .bio .col-wrapper {
  padding: 0 !important;
}
.components .bio .col-wrapper p {
  margin-bottom: 0;
  font-size: 1em !important;
}
.components .description {
  line-height: 1.2;
  color: #0D28C2;
}
.components.research a.item {
  justify-content: center;
  color: #0D28C2;
  margin-bottom: 10px;
  width: 90%;
}
.components.research a.item svg {
  height: 200px;
}
.components.research a.item img {
  width: 100%;
  height: auto;
}
.components.research a.item:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.components.research a.item i.logo span {
  font-family: iul-logo !important;
}
.components a.item-img,
.components .item-img {
  width: 100%;
  overflow: hidden;
  background: #F6F4F3;
}
.components a.item-img img,
.components .item-img img {
  width: 100%;
  margin-bottom: 10px;
  background: #F6F4F3;
}
.components a.item-img img:hover,
.components .item-img img:hover {
  border: 1px solid #0D28C2;
}
.components .item-btn {
  display: block;
  background: #0D28C2;
  padding: 7px;
  text-transform: uppercase;
  width: 100%;
  color: white;
  font-size: 0.8em;
  border: 1px solid transparent;
}
.components .item-btn:hover {
  background: #edf5fa;
  color: #0D28C2;
}
.four-cols .agendaTitle {
  font-size: 1.1em !important;
}
.four-cols i.logo {
  font-size: 2.3em;
}
.four-cols .description {
  font-size: 0.9em !important;
}
.col-image .agendaTitle {
  padding-top: 0;
  margin-bottom: 10px;
}
.col-image .info .col-wrapper {
  width: 45% !important;
}
#servicos .agendaTitle {
  padding-top: 10px;
  border-bottom: 1px solid #0D28C2;
}
#servicos .panel-collapse {
  padding-top: 10px;
  border-bottom: 1px solid #0D28C2;
}
#servicos .agendaTitle,
#servicos .caption {
  padding-bottom: 10px;
}
#servicos .row-wrapper .col-wrapper {
  width: 25%;
  padding: 0 7px !important;
}
.portal-table {
  border: 0px;
}
.portal-table tr {
  border: 0px;
}
.portal-table tr td {
  border: 0px;
}
.portal-table thead > tr {
  border-bottom: 2px solid #0D28C2;
}
.portal-table tbody > tr {
  border-bottom: 1px solid #0D28C2;
}
.portal-users-grid {
  border: 0px !important;
}
.portal-users-grid tr {
  border: 0px !important;
}
.portal-users-grid tr td {
  border: 0px !important;
}
.color-picker {
  margin-top: 10px;
}
.color-picker .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.color-picker .row-wrapper .col-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .color-picker .row-wrapper .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .color-picker .row-wrapper .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
.color-picker .row-wrapper .col-wrapper .color-option {
  width: 50px;
  height: 50px;
  border: 2px solid #8c8c8d;
}
.color-picker .row-wrapper .col-wrapper .color-option:hover {
  border: 2px solid black;
  cursor: pointer;
}
.color-picker .row-wrapper .col-wrapper .selectedColor {
  box-shadow: 0px 0px 40px #0D28C2;
  border: 2px solid #0D28C2;
}
.permission-table {
  /* to hide the checkbox itself */
  /* unchecked icon */
  /* space between checkbox and label */
  /* checked icon */
  /* allow space for check mark */
  /* indeterminate icon */
  /* allow space for check mark */
}
.permission-table input[type=checkbox] {
  display: none;
}
.permission-table input[type=checkbox] + label:before {
  font-family: FontAwesome;
  border: 1px solid #404041;
  border-radius: 25%;
  text-align: center;
  width: 1.3em;
  display: inline-block;
  height: auto;
}
.permission-table input[type=checkbox] + label:before {
  content: "\A0";
}
.permission-table input[type=checkbox] + label:before {
  letter-spacing: 10px;
}
.permission-table input[type=checkbox]:checked + label:before {
  content: "\f00c";
  color: green;
}
.permission-table input[type=checkbox]:checked + label:before {
  letter-spacing: 5px;
}
.permission-table input[type=checkbox]:indeterminate + label:before {
  content: "\f00d";
  color: red;
}
.permission-table input[type=checkbox]:indeterminate + label:before {
  letter-spacing: 5px;
}
.statisticsElement.row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.statisticsElement.row-wrapper .col-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .statisticsElement.row-wrapper .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .statisticsElement.row-wrapper .col-wrapper {
    float: left;
    width: 25%;
  }
}
.statisticsElement.row-wrapper .col-wrapper-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .statisticsElement.row-wrapper .col-wrapper-2 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .statisticsElement.row-wrapper .col-wrapper-2 {
    float: left;
    width: 50%;
  }
}
.top_auth_quality {
  height: 30px;
  padding-top: 5px;
  background-color: #f2f2f3;
  color: #404041;
  position: sticky;
}
.top_auth_quality a {
  color: #0D28C2;
}
.top_auth_quality a:hover {
  color: #0D28C2;
}
.top_auth_prod {
  height: 30px;
  padding-top: 5px;
  background-color: #0D28C2;
  color: white;
  position: sticky;
}
.top_auth_prod a {
  color: white;
}
.top_auth_prod a:hover {
  color: #0D28C2;
}
.campus .caption {
  margin-top: 15px;
}
.campus .agendaTitle {
  margin-bottom: 5px;
}
.campus .divider {
  margin: 5px 0;
}
.campus .divider:last-of-type {
  border: 0;
}
.campus #lotationFilter {
  min-width: 250px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.campus #lotationFilter .checkbox > input {
  margin-left: -20px;
}
.campus #lotationFilter ul {
  list-style: none;
  padding-left: 2.5px;
}
.building .carousel {
  margin-top: 0;
}
.building .floor {
  border-right: 1px solid #0D28C2;
  min-height: 400px !important;
}
.building .floor h1 {
  margin: -5px 0 0 0;
  padding: 0 0 3px 0;
  font-size: 3em !important;
}
.building .floor .smaller-text {
  padding-right: 15px;
  line-height: 1.1;
}
.building .floor a.title-color:hover {
  color: #0D28C2 !important;
}
.directions .directions-title {
  font-size: 1.3em;
  color: #0D28C2;
  font-weight: bold;
}
.directions #iconTabs {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
  display: block;
}
.directions #iconTabs li {
  list-style: none;
  text-align: center;
  background: #e9ebff;
  border-right: 1px solid white;
  float: none;
  display: table-cell;
  width: 1%;
}
.directions #iconTabs li a {
  display: block;
  padding: 10px 0;
  color: #0D28C2;
}
.directions #iconTabs li .fa {
  margin: 0;
}
.directions #iconTabs li.active,
.directions #iconTabs li:hover {
  background-color: #0D28C2;
}
.directions #iconTabs li.active a,
.directions #iconTabs li:hover a {
  color: white;
}
.directions #iconTabs li:last-of-type {
  border-right: 0;
}
.directions .tab-content {
  margin-top: 10px;
}
.directions .tab-content .divider {
  margin: 5px 0;
}
.navbar-courses .row-wrapper,
.navbar-sections .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.navbar-courses .row-wrapper > .col-wrapper,
.navbar-sections .row-wrapper > .col-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .navbar-courses .row-wrapper > .col-wrapper,
  .navbar-sections .row-wrapper > .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .navbar-courses .row-wrapper > .col-wrapper,
  .navbar-sections .row-wrapper > .col-wrapper {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
  .navbar-courses .row-wrapper > .col-wrapper:last-child,
  .navbar-sections .row-wrapper > .col-wrapper:last-child {
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
}
.past-item .event-image img {
  opacity: 0.5;
}
#homepageHighlightsManagement .highlightType {
  padding-left: 10px !important;
  text-transform: uppercase;
  color: #0D28C2;
}
#homepageHighlightsManagement .highlightType .highlightDate {
  color: #8c8c8d;
}
.aggregator-calendar-list i {
  float: right;
}
#associated-content-list .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px !important;
}
#associated-content-list .row-wrapper .col-wrapper:first-child {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#associated-content-list .row-wrapper .col-wrapper:first-child img {
  max-width: 100%;
}
#associated-content-list .row-wrapper .col-wrapper:last-child {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.hide-floating-toolbox {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1045;
  background-color: #f5f4f2;
  height: 100vh;
  width: 25px;
}
.hide-floating-toolbox > .chevron {
  top: 40%;
  position: relative;
}
.hide-floating-toolbox > .chevron span {
  padding-left: 5px;
  font-size: 1.7em;
}
.document-category {
  margin-bottom: 5px;
}
.document-category span {
  font-weight: bold;
  font-size: 1.3em;
  color: #0D28C2;
  overflow: hidden;
  border: 2px solid;
}
.document-category .fa-chevron-right {
  margin-left: 5px;
}
.item-file .table-without-borders tr td:nth-of-type(1) {
  width: 80%;
  overflow: hidden;
  word-wrap: break-all;
  word-break: break-all;
}
.item-file .table-without-borders tr td:nth-of-type(2) {
  width: 15%;
  overflow: hidden;
}
.item-file .table-without-borders tr td:nth-of-type(3) {
  width: 5%;
  overflow: hidden;
}
#createDegree .schoolSelectedBox {
  margin: 5px;
}
.highlight-image-management {
  margin-top: 10px;
  border: 2px solid #FFCE00;
  padding: 10px;
}
.highlight-image-management #listImages > div > label {
  width: 100%;
}
.orgchart-wrapper {
  position: relative;
}
#popup-org {
  background: #FFF;
  top: 0;
  padding: 0;
  width: auto;
  margin: 0 auto;
  z-index: 20;
}
#popup-org .expand,
#popup-org .previous {
  position: relative;
  display: block;
  width: 70px;
  margin: auto;
}
.content {
  position: relative;
  margin: auto;
}
.content .cell {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 30px;
  font-size: 1em;
  line-height: 30px;
  text-align: center;
  color: white;
  background: #0D28C2;
  border: 2px solid #0D28C2;
  padding: 0 5px;
  display: table;
}
.content .cell div {
  display: table-cell;
  vertical-align: middle;
}
.content .cell a {
  color: white;
}
.content .cell .expand {
  position: absolute;
  top: 15px;
  margin-left: -15px;
  left: 50%;
  cursor: pointer;
  z-index: 10;
}
.content .cell .out-link {
  position: absolute;
  right: 2px;
  top: 2px;
  cursor: pointer;
  font-size: 11px;
  z-index: 10;
}
.content .cell.cell-grande {
  font-size: 0.9em;
  line-height: 0.95em;
}
.content .cell.cell-grande div {
  font-weight: bold;
}
.content .cell.cell-grande .expand {
  top: 45px;
}
.content .cell.cell-normal {
  font-size: 0.8em;
  line-height: 1em;
}
.content .cell.cell-normal .expand {
  top: 45px;
}
.content .cell.cell-pequena {
  font-size: 0.6em;
  line-height: 1em;
}
.content .cell.cell-pequena .expand {
  top: 25px;
}
.content .line {
  position: absolute;
  background: #0D28C2;
  width: 100px;
  height: 2px;
  left: 10px;
  top: 10px;
  max-height: 2px;
  cursor: move;
}
.content .line.line-horizontal.line-dashed {
  border-top: 2px dashed #0D28C2;
  background: transparent;
}
.content .line.line-vertical {
  height: 100px;
  max-height: 100%;
  width: 2px;
  max-width: 2px;
}
.room-list > td:first-child {
  width: 15%;
}
.room-list > td:first-child > img {
  max-height: 6em;
}
#campusHome .title-campus {
  color: #0D28C2;
  font-weight: bold;
  font-size: 1.25em;
  margin-top: 15px !important;
}
#campusHome .campus .building-block img {
  height: 200px;
}
#campusHome .campus .building-block .agendaTitle {
  font-size: 1.2em;
}
#campusHome .directions-subway {
  color: #0D28C2;
  font-size: 1.2em;
}
#campusHome #details {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #campusHome #details {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #campusHome #details {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  #campusHome #details {
    float: left;
    width: 75%;
  }
}
#campusHome #details .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#campusHome #details .row-wrapper > .col-wrapper {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  #campusHome #details .row-wrapper > .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  #campusHome #details .row-wrapper > .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  #campusHome #details .row-wrapper > .col-wrapper {
    float: left;
    width: 25%;
  }
}
#campusHome #featuredInformation {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #campusHome #featuredInformation {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #campusHome #featuredInformation {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #campusHome #featuredInformation {
    float: left;
    width: 25%;
  }
}
.degree-video {
  min-height: 400px;
}
.title-cycle {
  font-weight: bold !important;
  word-wrap: break-word;
  padding-top: 0;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 1em;
}
.thesis .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.thesis .row-wrapper > .col-wrapper {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .thesis .row-wrapper > .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .thesis .row-wrapper > .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .thesis .row-wrapper > .col-wrapper {
    float: left;
    width: 25%;
  }
}
.tabSelector:hover {
  cursor: pointer;
}
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus,
a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}
#categories_list_imaged .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#categories_list_imaged .row-wrapper .col-wrapper:first-of-type {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  #categories_list_imaged .row-wrapper .col-wrapper:first-of-type {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  #categories_list_imaged .row-wrapper .col-wrapper:first-of-type {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  #categories_list_imaged .row-wrapper .col-wrapper:first-of-type {
    float: left;
    width: 25%;
  }
}
#categories_list_imaged .row-wrapper .col-wrapper:last-of-type {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  #categories_list_imaged .row-wrapper .col-wrapper:last-of-type {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  #categories_list_imaged .row-wrapper .col-wrapper:last-of-type {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  #categories_list_imaged .row-wrapper .col-wrapper:last-of-type {
    float: left;
    width: 75%;
  }
}
#categories_list_imaged .row-wrapper.no-image .col-wrapper:last-of-type {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  #categories_list_imaged .row-wrapper.no-image .col-wrapper:last-of-type {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #categories_list_imaged .row-wrapper.no-image .col-wrapper:last-of-type {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #categories_list_imaged .row-wrapper.no-image .col-wrapper:last-of-type {
    float: left;
    width: 100%;
  }
}
.thesisAuthor {
  color: #404041 !important;
}
.thesisTitle {
  color: #404041;
  font-style: italic;
}
.thesis-detail #featuredInformation .caption {
  text-transform: uppercase;
}
.thesis-detail #featuredInformation .thesis-uri-btn {
  font-size: 80% !important;
}
.headerDefenders {
  font-weight: bold;
  font-size: 1.1em;
  color: #0D28C2;
  text-transform: uppercase;
}
.headerDefenders .seeAll {
  padding-left: 5px;
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: bold;
}
.headerDefenders .seeAll a {
  color: #0D28C2;
}
.headerDefenders .seeAll a:hover {
  color: #0D28C2;
}
.headerDefenders > .text-italic {
  font-weight: bold;
}
.dissertationTitle {
  font-family: iul_font;
  color: black;
  padding-top: 5px;
  font-size: 1.35em;
  display: block;
  overflow: hidden;
  line-height: 1.1em;
  /* fallback */
  margin-bottom: 20px;
  font-size: 1.1em;
}
.unhover:hover {
  background-color: transparent !important;
}
.unfocus:focus {
  background-color: transparent !important;
}
.slaver-parent {
  cursor: pointer;
}
.search-type {
  text-transform: uppercase;
  color: #f34135;
  font-size: 1.1em;
}
#contact_us #excuses .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#contact_us #excuses .row-wrapper .col-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  #contact_us #excuses .row-wrapper .col-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  #contact_us #excuses .row-wrapper .col-wrapper {
    float: left;
    width: 25%;
  }
}
#contact_us #descriptionInput {
  resize: vertical;
}
#contact_us #userInfo .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#contact_us #userInfo .row-wrapper .form-control {
  margin-top: 15px;
}
#contact_us #userInfo .row-wrapper .col-wrapper:nth-of-type(1) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0px;
}
@media (min-width: 1200px) {
  #contact_us #userInfo .row-wrapper .col-wrapper:nth-of-type(1) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #contact_us #userInfo .row-wrapper .col-wrapper:nth-of-type(1) {
    float: left;
    width: 50%;
  }
}
#contact_us #userInfo .row-wrapper .col-wrapper:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0px;
}
@media (min-width: 1200px) {
  #contact_us #userInfo .row-wrapper .col-wrapper:nth-of-type(2) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #contact_us #userInfo .row-wrapper .col-wrapper:nth-of-type(2) {
    float: left;
    width: 50%;
  }
}
#contact_us #profiles .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#contact_us #profiles .row-wrapper .col-wrapper:nth-of-type(1) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  #contact_us #profiles .row-wrapper .col-wrapper:nth-of-type(1) {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #contact_us #profiles .row-wrapper .col-wrapper:nth-of-type(1) {
    float: left;
    width: 33.33333333%;
  }
}
#contact_us #profiles .row-wrapper .col-wrapper:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  #contact_us #profiles .row-wrapper .col-wrapper:nth-of-type(2) {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #contact_us #profiles .row-wrapper .col-wrapper:nth-of-type(2) {
    float: left;
    width: 33.33333333%;
  }
}
#contact_us #profiles .row-wrapper .col-wrapper:nth-of-type(3) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  #contact_us #profiles .row-wrapper .col-wrapper:nth-of-type(3) {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #contact_us #profiles .row-wrapper .col-wrapper:nth-of-type(3) {
    float: left;
    width: 33.33333333%;
  }
}
#contact_us #identification-prompt.row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#contact_us #identification-prompt.row-wrapper .col-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  #contact_us #identification-prompt.row-wrapper .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #contact_us #identification-prompt.row-wrapper .col-wrapper {
    float: left;
    width: 50%;
  }
}
#contact_us #identification .disabled {
  opacity: 0.5;
}
#contact_us .alert {
  margin-bottom: 0px !important;
}
.searchResultsPersons .row-wrapper-specific,
.searchResultsMaximus .row-wrapper-specific {
  margin-left: -15px;
  margin-right: -15px;
}
.searchResultsPersons .row-wrapper-specific .col-wrapper:nth-of-type(1),
.searchResultsMaximus .row-wrapper-specific .col-wrapper:nth-of-type(1) {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.searchResultsPersons .row-wrapper-specific .col-wrapper:nth-of-type(2),
.searchResultsMaximus .row-wrapper-specific .col-wrapper:nth-of-type(2) {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.no-bottom {
  margin-bottom: 0px !important;
}
.no-top {
  margin-top: 0px !important;
}
a:focus {
  outline: none;
}
.text-left-force {
  text-align: left !important;
}
.text-right-force {
  text-align: right !important;
}
.footerCookies {
  font-weight: bold;
}
.footerCookies:hover {
  cursor: pointer;
}
#cookies,
#cookiesXs {
  width: 100%;
  position: fixed;
  bottom: 0px;
  color: white;
  background-color: #232323;
  font-size: 12px;
  padding: 15px;
  text-align: center;
  z-index: 9999;
}
#cookies .btn,
#cookiesXs .btn {
  font-size: 16px;
}
#cookies .btn:not(.btn-accept):not(.btn-accept-inverse):not(.btn-danger):hover,
#cookiesXs .btn:not(.btn-accept):not(.btn-accept-inverse):not(.btn-danger):hover {
  color: #fff;
  background-color: #333;
}
#cookies .btn-danger:hover,
#cookiesXs .btn-danger:hover {
  background: #fdecea;
  color: #f34135;
}
#cookies .btn-accept,
#cookiesXs .btn-accept {
  color: #edfced;
  background-color: #3f9b37;
  border: 1.5px solid #3f9b37;
}
#cookies .btn-accept:hover,
#cookiesXs .btn-accept:hover {
  color: #3f9b37;
  background-color: #edfced;
}
#cookies .btn-accept-inverse,
#cookiesXs .btn-accept-inverse {
  color: #3f9b37;
  background-color: #edfced;
  border: 1.5px solid #3f9b37;
}
#cookies .btn-accept-inverse:hover,
#cookiesXs .btn-accept-inverse:hover {
  color: #edfced;
  background-color: #3f9b37;
}
#cookies .cookiesTitle,
#cookiesXs .cookiesTitle {
  font-weight: bold;
  font-size: 16px;
}
#cookiesXs #cookiesXsA:hover,
#cookiesXs #cookiesXsB:hover {
  cursor: pointer;
}
#cookiesXs.hidden {
  display: none !important;
}
.height-100 {
  height: 100%;
  overflow-y: auto;
}
#cookiesDetail h2,
#privacy h2 {
  color: #0D28C2;
}
.mobile-menu {
  max-width: 100%;
  overflow-x: hidden;
}
.mobile-menu .collapsing {
  -webkit-transition: none !important;
  transition: none !important;
  display: none !important;
}
.mobile-menu .navbar-collapse.collapse.in {
  z-index: 1000;
  width: 100%;
  height: 100%;
}
.mobile-menu .menuButton .btn:active {
  webkit-box-shadow: none;
  box-shadow: none;
}
.mobile-menu-div-close {
  height: 2.2em;
  background-color: #f5f4f2;
}
.mobile-menu-close {
  color: black;
  font-size: 2em;
}
.mobile-menu-close:hover {
  color: white;
  cursor: pointer;
}
.mobile-menu-back {
  color: black;
}
.submenu-nav {
  background-color: #0D28C2 !important;
}
.submenu-nav .menuButton div {
  background-color: #0D28C2 !important;
  border-bottom: 0px !important;
}
.submenu-nav .submenu .mobile-menu-div-close {
  background-color: #0D28C2 !important;
}
.submenu-mobile-title {
  text-transform: uppercase;
  color: black;
  font-size: 1em;
  padding: 0 15px;
  margin-top: 15px;
}
.submenu-mobile-title-2 {
  text-transform: uppercase;
  color: black;
  font-size: 1em;
  padding: 0 15px;
  margin-top: 15px;
  color: #f5f4f2;
}
.mobile-menu-arrow:hover {
  color: whitesmoke;
}
.submenu-arrow {
  padding: 15px;
}
.submenu {
  top: 240px;
  background-color: #0D28C2;
  z-index: 1;
  width: 100%;
  overflow-y: scroll;
  /*.nav{
		margin-top: 15px;
	}*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .submenu {
    top: 220px;
  }
  .submenu .col-wrapper {
    width: 100% !important;
  }
}
.submenu .label-menu {
  white-space: normal;
}
.submenu-nav-1 {
  background-color: #f5f4f2 !important;
}
.submenu-nav-1 .submenu {
  background-color: #f5f4f2 !important;
}
.submenu-nav-2 {
  background-color: #0D28C2 !important;
}
.submenu-nav-2 .label-menu {
  color: #f5f4f2 !important;
}
.submenu-nav-2 a {
  color: #f5f4f2 !important;
}
.submenu-nav-2 a.mobile-menu-arrow {
  color: #f5f4f2 !important;
}
.submenu-nav-2 .submenu {
  background-color: #0D28C2 !important;
}
.submenu-nav-2 > li {
  position: inherit;
}
.submenu-nav-2 .mobile-menu-div-close {
  background-color: #0D28C2 !important;
}
.submenu-nav-2 ul {
  background-color: #0D28C2 !important;
}
.submenu-nav-2 div {
  background-color: #0D28C2 !important;
}
/*.submenu.show{
	-webkit-animation: slideIn 0.5s forwards;
    -webkit-animation-delay: 0s;
    animation: slideIn 0.5s forwards;
    animation-delay: 0s;
}

@-webkit-keyframes slideIn {
	from {right: -@screen-md-min}
	to {right: 0px}
}

@keyframes slideIn {
	from {right: -@screen-md-min}
	to {right: 0px}
}

.submenu.prehidden{
	-webkit-animation: slideOut 0.5s forwards;
    -webkit-animation-delay: 0s;
    animation: slideOut 0.5s forwards;
    animation-delay: 0s;
}

@-webkit-keyframes slideOut {
	from {right: 0px}
	to {right: -@screen-md-min}
}

@keyframes slideOut {
	from {right: 0px}
	to {right: -@screen-md-min}
}*/
.maximusResults .agendaTitle,
.personResults .agendaTitle {
  height: initial;
}
/*.searchDivXs{
	margin-right: 60px;
}*/
#mobileMenuButton {
  color: #0D28C2;
}
.slide-item-date .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.slide-item-date .row-wrapper .col-wrapper:nth-of-type(1) {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #0D28C2;
}
@media (min-width: 768px) {
  .slide-item-date .row-wrapper .col-wrapper:nth-of-type(1) {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .slide-item-date .row-wrapper .col-wrapper:nth-of-type(1) {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .slide-item-date .row-wrapper .col-wrapper:nth-of-type(1) {
    float: left;
    width: 16.66666667%;
  }
}
.slide-item-date .row-wrapper .col-wrapper:nth-of-type(2) {
  float: left;
  width: 66.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .slide-item-date .row-wrapper .col-wrapper:nth-of-type(2) {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .slide-item-date .row-wrapper .col-wrapper:nth-of-type(2) {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .slide-item-date .row-wrapper .col-wrapper:nth-of-type(2) {
    float: left;
    width: 83.33333333%;
  }
}
#mobile-menu-bar {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #mobile-menu-bar {
    float: left;
    width: 100%;
  }
}
#mobile-menu-bar .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#mobile-menu-bar .row-wrapper .col-wrapper {
  display: flex;
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #mobile-menu-bar .row-wrapper .col-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
#mobile-menu-bar .row-wrapper .col-wrapper .language-change,
#mobile-menu-bar .row-wrapper .col-wrapper .searchDivXs,
#mobile-menu-bar .row-wrapper .col-wrapper span {
  margin: 0 auto;
  padding: 0px;
}
#schools {
  margin-top: 50px !important;
}
#schools .row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#schools .row-wrapper > .col-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 20% !important;
}
@media (min-width: 768px) {
  #schools .row-wrapper > .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #schools .row-wrapper > .col-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 991px) {
  #schools .row-wrapper > .col-wrapper {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  #schools .row-wrapper > .col-wrapper {
    width: 100% !important;
  }
}
#schools .row-wrapper > .col-wrapper a {
  font-size: 1.5em;
  font-weight: bold;
}
#schools .row-wrapper > .col-wrapper a:hover {
  opacity: 0.7;
}
#schools .row-wrapper > .col-wrapper a.school-sintra {
  color: #00A9E0;
}
#schools .row-wrapper > .col-wrapper a.school-sintra p:first-child {
  color: black;
  margin-bottom: 0px;
}
#schools .row-wrapper > .col-wrapper a.school-sintra p:not(:first-child) {
  font-size: 1.1rem;
}
.form-control {
  border-radius: 0px;
}
.section-menu-link.active a {
  color: #0D28C2 !important;
}
.teacher-wrapper {
  margin-bottom: 10px;
  height: 50px;
}
.entrecampus.grid-stack .grid-stack-item {
  min-width: 8.33333333%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-width='12'] {
  width: 100%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-x='12'] {
  left: 100%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-min-width='12'] {
  min-width: 100%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-max-width='12'] {
  max-width: 100%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-width='11'] {
  width: 91.66666667%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-x='11'] {
  left: 91.66666667%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-min-width='11'] {
  min-width: 91.66666667%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-max-width='11'] {
  max-width: 91.66666667%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-width='10'] {
  width: 83.33333333%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-x='10'] {
  left: 83.33333333%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-min-width='10'] {
  min-width: 83.33333333%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-max-width='10'] {
  max-width: 83.33333333%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-width='9'] {
  width: 75%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-x='9'] {
  left: 75%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-min-width='9'] {
  min-width: 75%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-max-width='9'] {
  max-width: 75%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-width='8'] {
  width: 66.66666667%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-x='8'] {
  left: 66.66666667%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-min-width='8'] {
  min-width: 66.66666667%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-max-width='8'] {
  max-width: 66.66666667%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-width='7'] {
  width: 58.33333333%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-x='7'] {
  left: 58.33333333%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-min-width='7'] {
  min-width: 58.33333333%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-max-width='7'] {
  max-width: 58.33333333%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-width='6'] {
  width: 50%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-x='6'] {
  left: 50%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-min-width='6'] {
  min-width: 50%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-max-width='6'] {
  max-width: 50%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-width='5'] {
  width: 41.66666667%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-x='5'] {
  left: 41.66666667%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-min-width='5'] {
  min-width: 41.66666667%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-max-width='5'] {
  max-width: 41.66666667%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-width='4'] {
  width: 33.33333333%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-x='4'] {
  left: 33.33333333%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-min-width='4'] {
  min-width: 33.33333333%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-max-width='4'] {
  max-width: 33.33333333%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-width='3'] {
  width: 25%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-x='3'] {
  left: 25%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-min-width='3'] {
  min-width: 25%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-max-width='3'] {
  max-width: 25%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-width='2'] {
  width: 16.66666667%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-x='2'] {
  left: 16.66666667%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-min-width='2'] {
  min-width: 16.66666667%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-max-width='2'] {
  max-width: 16.66666667%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-width='1'] {
  width: 8.33333333%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-x='1'] {
  left: 8.33333333%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-min-width='1'] {
  min-width: 8.33333333%;
}
.entrecampus.grid-stack .grid-stack-item[data-gs-max-width='1'] {
  max-width: 8.33333333%;
}
.entrecampus.grid-stack .grid-stack-item .grid-stack-item-content {
  border: 1px solid #0D28C2;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
}
.entrecampus.grid-stack .grid-stack-item .grid-stack-item-content .component-item {
  height: 100%;
}
.entrecampus.grid-stack .grid-stack-item .grid-stack-item-content .component-item .item-title {
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 15px;
  max-width: 60%;
  font-size: 0.95em;
}
.entrecampus.grid-stack .grid-stack-item .grid-stack-item-content .component-item .item-number {
  color: #0D28C2;
  font-weight: bold;
  top: 10px;
  right: 15px;
  position: absolute;
  max-width: 40%;
  font-size: 2.5em;
}
.entrecampus.grid-stack .grid-stack-item .grid-stack-item-content .component-item .item-image {
  top: 80px;
  left: 15px;
  right: 15px;
  bottom: 90px;
  position: absolute;
}
.entrecampus.grid-stack .grid-stack-item .grid-stack-item-content .component-item .item-image img {
  width: 100%;
  height: 100%;
}
.entrecampus.grid-stack .grid-stack-item .grid-stack-item-content .component-item .item-text {
  bottom: 20px;
  position: absolute;
  left: 15px;
  right: 15px;
  font-size: 1.1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  color: black;
}
.entrecampus.grid-stack .grid-stack-item .grid-stack-item-content .component-item.template-only-text .item-text {
  top: 80px;
  bottom: 20px;
  position: absolute;
  left: 15px;
  right: 15px;
  color: #0D28C2;
  font-size: 3.1em;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
}
.entrecampus.grid-stack .grid-stack-item .grid-stack-item-content .component-item.template-only-image .item-image {
  top: 80px;
  bottom: 20px;
  position: absolute;
  left: 15px;
  right: 15px;
}
.entrecampus.grid-stack .grid-stack-item .grid-stack-item-content .component-item.template-html .item-text {
  top: 20px;
  bottom: 20px;
  position: absolute;
  left: 15px;
  right: 15px;
}
.entrecampus.grid-stack .grid-stack-item.no-left-border .grid-stack-item-content {
  border-left: 0px;
}
.entrecampus.grid-stack .grid-stack-item.no-right-border .grid-stack-item-content {
  border-right: 0px;
}
@media screen and (max-width: 991px) {
  .entrecampus-header {
    border-bottom: 2px solid #0D28C2;
  }
}
.entrecampus-title {
  font-size: 7.3em;
  padding: 0;
  margin: 0;
  color: black;
}
@media screen and (max-width: 991px) {
  .entrecampus-title {
    font-size: 4.3em;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .entrecampus.mobile-entrecampus .grid-stack-item-content .component-item {
    border-bottom: 2px solid #0D28C2;
  }
}
@media screen and (min-width: 768px) {
  .entrecampus.mobile-entrecampus .grid-stack-item-content:nth-child(even) {
    border-left: 1px solid #0D28C2;
  }
}
.entrecampus.mobile-entrecampus .grid-stack-item-content .component-item {
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
}
.entrecampus.mobile-entrecampus .grid-stack-item-content .component-item .item-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.25em;
  color: black;
  font-weight: bold;
  width: 75%;
  display: inline-block;
  margin-bottom: 15px;
}
.entrecampus.mobile-entrecampus .grid-stack-item-content .component-item .item-number {
  color: #0D28C2;
  font-weight: bold;
  font-size: 1.6em;
  width: 20%;
  text-align: right;
  display: inline-block;
}
.entrecampus.mobile-entrecampus .grid-stack-item-content .component-item .item-image {
  margin-bottom: 15px;
}
.entrecampus.mobile-entrecampus .grid-stack-item-content .component-item .item-image img {
  width: 100%;
  height: 100%;
}
.entrecampus.mobile-entrecampus .grid-stack-item-content .component-item .item-text {
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  color: black;
}
.entrecampus.mobile-entrecampus .grid-stack-item-content .component-item.template-only-text .item-text {
  color: #0D28C2;
  font-size: 3.1em;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
}
.entrecampus.mobile-entrecampus .grid-stack-item-content .component-item.template-only-image {
  /*.item-image {
					
				}*/
}
.entrecampus.mobile-entrecampus .grid-stack-item-content .component-item.template-only-image .item-text {
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  color: black;
}
.galleria {
  width: 100%;
  height: 400px;
  background: #fff;
}
.galleria-lightbox-box .galleria-lightbox-close {
  height: 40px;
  width: 40px;
  font: 40px arial, sans-serif;
}
.galleria-lightbox-box .galleria-lightbox-prevholder,
.galleria-lightbox-box .galleria-lightbox-nextholder {
  z-index: 99998;
}
.grid-stack-item-content picture {
  object-fit: cover;
}
.grid-stack-item-content picture img {
  object-fit: cover;
}
.content-wrapper-video .iframe-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.content-wrapper-video .iframe-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container-archivept {
  background-color: #f5f4f2;
  padding: 15px;
  text-align: center;
  margin-top: 30px;
  border: 1px solid #F50C0C;
  color: #F50C0C;
}
.mobility-info {
  padding-left: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0D28C2 !important;
}
.yearsemester-item .caption {
  color: #404041;
  font-size: 0.9em;
  font-weight: bold;
}
.modal-curricular-info .modal-header {
  background-color: #0D28C2;
  color: white;
}
.modal-curricular-info .modal-header .close {
  color: white;
  opacity: 0.9;
}
.modal-curricular-info .modal-content {
  border-radius: 0px;
}
.modal-curricular-info .modal-content .plus-link {
  padding: 10px;
}
.modal-curricular-info .modal-content .persons-wrapper {
  margin-top: 5px;
}
.modal-curricular-info .modal-content .persons-wrapper .col-wrapper {
  margin-top: 0px;
}
.caption-box {
  font-family: iul_font;
  font-size: 1em;
  color: #0D28C2;
  line-height: 1.2em;
  margin-top: 5px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #f2f2f3;
  background-color: #0D28C2;
}
.person-detail-1,
.campus {
  color: black;
  font-size: 0.85em;
}
.entrecampus-select {
  float: right;
  padding-top: 15%;
}
.entrecampus-select select {
  font-size: 1.6em;
  border: 0;
  background-color: transparent;
  padding-right: 10px;
  color: #0D28C2;
  font-weight: bold;
}
#modalCookiesConfig .modal-content {
  box-shadow: none;
  border-radius: 0;
}
#modalCookiesConfig .modal-body h1 {
  padding: 0;
  margin-bottom: 24px;
}
#modalCookiesConfig .modal-body .cookies-block {
  border: 0;
}
#modalCookiesConfig .modal-body .cookies-block .radio {
  padding: 16px;
  min-height: 260px;
}
#modalCookiesConfig .modal-body .cookies-block .radio.radio-none-checked {
  border: 1px solid #dc3545;
  border-radius: 12px;
  color: #dc3545;
}
#modalCookiesConfig .modal-body .cookies-block .radio.radio-none-checked .radio-wrapper .radio-icon {
  background: #fcebec;
}
#modalCookiesConfig .modal-body .cookies-block .radio.radio-all-checked {
  border: 1px solid #208637;
  border-radius: 12px;
  color: #208637;
}
#modalCookiesConfig .modal-body .cookies-block .radio.radio-all-checked .radio-wrapper .radio-icon {
  background: #eaf6ec;
}
#modalCookiesConfig .modal-body .cookies-block .radio .radio-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
#modalCookiesConfig .modal-body .cookies-block .radio .radio-wrapper .radio-icon {
  background: #fafafa;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modalCookiesConfig .modal-body .cookies-block .radio .radio-wrapper .radio-icon i {
  font-size: 48px;
  margin: 0;
  display: block;
}
#modalCookiesConfig .modal-body .cookies-block .radio .radio-detail {
  margin-top: 24px;
  font-size: 14px;
}
#modalCookiesConfig .modal-footer {
  border-top: 0;
  text-align: center;
}
#modalCookiesConfig .modal-footer .btn {
  padding: 8px 13px;
}
#modalCookiesConfig .modal-footer .btn-success {
  border: 0;
}
.maybe-offensive,
.whisteblow-disclaimer {
  border: 1px solid #9d0f0f;
  padding: 5px;
  text-align: center;
  color: #9d0f0f;
  background-color: #f2f268;
  margin-bottom: 15px;
  font-size: 1.2rem;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.25em;
  }
  h5 {
    font-size: 1.2em;
  }
  h6 {
    font-size: 1.1em;
  }
  p {
    font-size: 1.1em;
  }
  #home,
  #content-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .container-wide-block {
    padding-left: 25px;
    padding-right: 25px;
  }
  #headline {
    height: auto;
    padding-bottom: 20px!important;
  }
  #top_navbar_brand {
    width: 65%;
  }
  #top_navbar_brand .brand {
    width: 100%;
  }
  #top_navbar_buttons {
    width: 35%;
    text-align: right;
  }
  #top_navbar_buttons .searchDivXs {
    float: none;
    margin-right: 0px;
    padding: 5px;
  }
  #top_navbar_buttons button {
    float: none;
    margin-right: 0px;
    padding: 9px;
  }
  #headlineGrid {
    display: none;
  }
  #top_nav {
    position: absolute !important;
    top: 32px;
    z-index: 1;
  }
  #top_nav ul > li {
    background-color: #0D28C2;
  }
  #navbar #mainMenu .col-wrapper:nth-child(2) {
    width: auto;
  }
  #subMenu #bottom_nav #bottom_nav_button ul li a {
    font-size: 0.7em;
  }
  .homepage-highlights .agendaItem {
    height: auto;
  }
  .homepage-highlights .agendaItem:last-of-type {
    margin-bottom: 20px !important;
  }
  .mediaImage {
    padding-top: 0px;
  }
  #footer {
    margin-top: 0px;
  }
  #footer #mainFooter > .container-wide-block > .row-wrapper > .col-wrapper {
    float: none !important;
    margin-left: 0%;
  }
  #footer #mainFooter #social > a {
    margin-right: 10px !important;
  }
  #footer #mainFooter #creditations {
    flex-wrap: wrap;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  #footer .footerTitle {
    font-size: 1em;
  }
  #footer .footerText {
    font-size: 0.9em;
  }
  #footer .footer-image {
    margin-bottom: 15px;
  }
  #search input {
    border: 0px;
  }
  #detailContainer,
  .detail-container {
    position: relative;
    margin-top: 10px !important;
  }
  #detailContainer .content.visible-xs.visible-sm,
  .detail-container .content.visible-xs.visible-sm {
    margin-top: 0px !important;
  }
  #detailContainer #socialOwnerMobile,
  .detail-container #socialOwnerMobile,
  #detailContainer .left-bar,
  .detail-container .left-bar {
    float: initial !important;
    margin-bottom: 10px !important;
  }
  #detailContainer #socialOwnerMobile .social-wrapper,
  .detail-container #socialOwnerMobile .social-wrapper,
  #detailContainer .left-bar .social-wrapper,
  .detail-container .left-bar .social-wrapper {
    float: initial !important;
  }
  #detailContainer #socialOwnerMobile .detailOwner,
  .detail-container #socialOwnerMobile .detailOwner,
  #detailContainer .left-bar .detailOwner,
  .detail-container .left-bar .detailOwner {
    width: 100% !important;
    padding: 15px 0px;
    float: initial !important;
    margin-right: 5px;
  }
  #detailContainer #socialOwnerMobile .social-col .socialShare,
  .detail-container #socialOwnerMobile .social-col .socialShare,
  #detailContainer .left-bar .social-col .socialShare,
  .detail-container .left-bar .social-col .socialShare {
    width: 100%;
    padding: 15px 0px;
    margin: 0 auto;
  }
  #detailContainer > #details > .detailDescription .content-wrapper,
  .detail-container > #details > .detailDescription .content-wrapper,
  #detailContainer .details > .detailDescription .content-wrapper,
  .detail-container .details > .detailDescription .content-wrapper {
    max-width: 60%;
  }
  #detailRelated > .row-wrapper > .col-wrapper {
    margin-bottom: 14px;
  }
  #detailRelated > .row-wrapper > .col-wrapper:nth-child(even) {
    padding-left: 7px;
  }
  #detailRelated > .row-wrapper > .col-wrapper:nth-child(odd) {
    padding-right: 7px;
  }
  #detailNavigation i {
    font-size: 2.5em;
  }
  #detailNavigation .agendaTitle {
    max-height: 5.4em;
  }
  .detailDateTime {
    border: 0;
    padding: 15px 30px 15px 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
    text-align: center;
  }
  #agenda .agendaItem.no-image,
  #home .agendaItem.no-image,
  #agenda .agendaItem,
  #home .agendaItem {
    height: auto;
  }
  #agenda > .content > .row-wrapper > .col-wrapper,
  #home > .content > .row-wrapper > .col-wrapper {
    float: none;
  }
  #agenda > .content > .row-wrapper > #examinations > .divider,
  #home > .content > .row-wrapper > #examinations > .divider {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  #agenda .checkbox-group,
  #home .checkbox-group {
    padding-top: 10px;
    float: initial !important;
  }
  #media .agendaItem {
    height: auto;
  }
  .socialShare .btn-social-icon {
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 3em;
    height: 3em;
  }
  .socialShare .btn-social-icon > span {
    line-height: 2.4em;
    margin: 0 auto;
    position: absolute;
    top: -4px;
    font-size: 1.7em;
  }
  #frontpage_investigar .col-wrapper {
    width: 50% !important;
  }
  #frontpage_investigar .col-wrapper i {
    font-size: 3em !important;
  }
  #resultsSearch > #resultsItems {
    display: block !important;
  }
  #resultsSearch > #resultsItems .search-col {
    width: 100%;
  }
  #resultsSearch > #resultsItems .search-col .agendaItem {
    height: auto;
  }
  #resultsSearch > #resultsItems .search-col .agendaItem img:not(.mediaImage) {
    height: 220px;
  }
  #resultsSearch > #resultsItems .search-col.secondary-col {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 7px;
  }
  #resultsSearch > #resultsItems .search-col.secondary-col .agendaItem {
    height: 260px;
  }
  #resultsSearch > #resultsItems .search-col.secondary-col .agendaItem img {
    height: 150px;
  }
  .date-location {
    overflow: hidden;
  }
  .date-location .col-wrapper:first-of-type .col-wrapper {
    float: left;
  }
  .date-location .col-wrapper:first-of-type .col-wrapper:nth-of-type(2) {
    padding-left: 30px;
    border-left: 1px solid #0D28C2;
  }
  .date-location .detailLocation {
    border: 0px;
    width: 100%;
    clear: both;
    padding: 0;
  }
  .courses-grid .row-wrapper {
    display: block;
  }
  .courses-grid .row-wrapper .col-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .compare-table .course-block > .item,
  .courses-grid .course-block > .item {
    border: 2px solid #0D28C2 !important;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .compare-table .course-block > .item *,
  .courses-grid .course-block > .item * {
    color: #0D28C2;
  }
  .compare-table .course-block .checkbox label::after,
  .courses-grid .course-block .checkbox label::after {
    padding-left: 0px;
  }
  .compare-table {
    overflow-x: scroll;
  }
  .compare-table .compare-description {
    display: none;
  }
  .compare-table .compare-mobile-description {
    text-transform: uppercase;
    font-weight: bold;
    color: #8c8c8d;
  }
  .compare-table > .row-wrapper .compare-info {
    flex-wrap: nowrap;
  }
  .compare-table > .row-wrapper .compare-info > .col-wrapper {
    min-width: 50% !important;
    border-top: 2px solid #0D28C2;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .compare-table > .row-wrapper .compare-info > .col-wrapper > div:not(.compare-mobile-description) {
    border-bottom: 0px;
  }
  .select-to-compare {
    position: absolute;
    top: 0;
    bottom: 0;
    padding-top: 20px;
    padding-right: 10px;
  }
  .courses-grid .select-to-compare .checkbox label::before {
    border: 1px solid #0D28C2;
  }
  .courses-grid .select-to-compare input[type=checkbox]:checked + label:after {
    background: #0D28C2;
  }
  .courses-list .course-block .col-wrapper:nth-of-type(1) {
    display: none;
  }
  .course-options {
    width: 100%;
    display: inline-flex;
  }
  .course-detail .carousel-inner .item > .detailImage {
    padding-top: 56.25%;
    height: 0px;
  }
  .course-detail .detail-container {
    display: block;
  }
  .course-detail .detail-container .left-bar,
  .course-detail .detail-container .right-bar {
    display: none !important;
  }
  .course-detail .detail-container .navbar-courses {
    padding-top: 30px;
  }
  .course-detail .detail-container .navbar-courses .row-wrapper {
    border-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .course-detail .detail-container .navbar-courses .row-wrapper .col-wrapper {
    margin-top: -1px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
  }
  .course-detail .detail-container .navbar-courses .row-wrapper .col-wrapper a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    height: 100%;
    width: 100%;
  }
  .course-detail .detail-container .navbar-courses .row-wrapper .active + .col-wrapper {
    border-top: 0px;
  }
  .course-detail .detail-container .navbar-courses .row-wrapper .active {
    margin-top: -1px;
    margin-bottom: 1px;
    border-top: 2px solid #0D28C2;
    border-bottom: 2px solid #0D28C2;
  }
  .course-detail .curricular-course-text {
    max-width: 80vw;
  }
  #frontPage .frontpage-top-content > .container-wide-block > .row-wrapper .presentation i {
    display: none;
  }
  .section-menu {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-menu .section-menu-link {
    margin-top: -1px;
    width: 100% !important;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
  }
  .section-menu .section-menu-link > a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .section-menu .active-section + .section-menu-link {
    border-top: 0px;
  }
  .section-menu .active-section {
    margin-top: -1px;
    margin-bottom: 1px;
    border-top: 2px solid #0D28C2 !important;
    border-bottom: 2px solid #0D28C2 !important;
  }
  #departmentsSchool .col-wrapper {
    width: 100% !important;
  }
  #researchsSchool .col-wrapper {
    width: 100% !important;
  }
  #servicos .row-wrapper .col-wrapper {
    overflow: hidden;
    width: 100%;
    padding-bottom: 15px !important;
  }
  .general-search .row-wrapper > .col-wrapper {
    width: 100%;
  }
  .general-search .row-wrapper > .col-wrapper .search-result-image {
    max-width: 70px;
  }
  .general-search .row-wrapper > .col-wrapper .row-wrapper .col-wrapper:first-child {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .general-search .row-wrapper > .col-wrapper .row-wrapper .col-wrapper:last-child {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .general-search .row-wrapper > .col-wrapper .full-width-col {
    padding-left: 0px;
  }
  #searchDivMobile .results .row-wrapper > .col-wrapper:not(:first-of-type) {
    border: 0;
  }
  #searchDivMobile {
    position: initial;
  }
  #searchDivMobile .input-div {
    width: 100%;
  }
  #searchDivMobile .input-div input {
    width: 100%;
    font-size: 2em;
    border-bottom: 1px solid #0D28C2;
  }
  #searchDivMobile .input-div input:focus {
    border-bottom: 1px solid #0D28C2;
  }
  #searchDivMobile .navbar-search-all ul li {
    border: 1px solid #0D28C2;
    margin-bottom: 15px;
    margin-left: 0 !important;
  }
  #searchDivMobile .navbar-search-all .active {
    border: 0;
    text-align: left;
    background: #edf5fa;
  }
  #searchDivMobile .navbar-search-all .active a {
    color: #0D28C2;
  }
  button.btn-primary {
    width: 100%;
    padding: 15px 25px;
    margin: 0;
    text-align: left;
  }
  button.btn-primary i.fa-search {
    padding: 0;
    font-size: initial;
    padding-right: 5px;
    margin: 0;
  }
  #mobileHighlight {
    margin-top: 0px;
    max-height: 370px;
  }
  #mobileHighlight .carousel-inner,
  #mobileHighlight .item {
    height: 260px;
    height: 35vh;
    background-color: #3D3F44;
  }
  #mobileHighlight img {
    overflow: hidden;
    width: 100%;
  }
  #mobileHighlight .carousel-caption {
    padding-bottom: 0px;
    bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    left: inherit;
    right: inherit;
    text-align: left;
    text-shadow: none;
  }
  #mobileHighlight .carousel-caption .caption {
    font-size: 0.85em;
    color: white;
  }
  #mobileHighlight .carousel-caption .agendaTitle {
    font-size: 1.15em;
    color: white;
  }
  .links > .row-wrapper > .col-wrapper {
    border-left: 0px;
    min-height: auto;
    margin-bottom: 15px !important;
  }
  .facts .row-wrapper .col-wrapper.fact {
    border-right: 0px !important;
  }
  .facts .row-wrapper .col-wrapper:nth-of-type(1) {
    float: left;
  }
  .carousel-control.left,
  .carousel-control.right {
    background-image: none;
  }
  .chronos-wrapper .row-wrapper {
    display: block;
  }
  .chronos-wrapper .row-wrapper .chronos-nav {
    margin: 4px 0 45px 0;
  }
  .chronos-wrapper .row-wrapper .chronos-nav:before {
    width: 0;
  }
  .chronos-wrapper .row-wrapper .chronos-nav li {
    list-style: none;
  }
  .chronos-wrapper .row-wrapper .chronos-nav li h6 {
    font-size: 1em;
  }
  .chronos-wrapper .row-wrapper .chronos-nav li:before {
    width: 0;
    height: 0;
    border: 0;
  }
  .chronos-wrapper .row-wrapper .chronos-nav li.plus {
    margin-left: 0;
  }
  .chronos-wrapper .row-wrapper .chronos-nav li.plus:before {
    border: 0;
  }
  #detailConference .filiation {
    display: block;
  }
  #detailConference .col-wrapper .title {
    display: none;
  }
  #detailConference .col-wrapper:nth-of-type(1) {
    padding: 0 !important;
  }
  #detailConference .col-wrapper:nth-of-type(2) {
    padding-left: 5px !important;
    width: 82% !important;
  }
  .components.col-image .row-wrapper .col-wrapper:last-of-type {
    width: 100%;
  }
  .components .item-btn {
    padding: 15px 10px;
  }
  .persons-wrapper {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .persons-wrapper .col-wrapper {
    margin: 10px 0;
    width: 100%;
  }
  .persons-wrapper .photo,
  .persons-wrapper .user-info {
    float: left;
  }
  .persons-wrapper .user-info {
    width: 75%;
  }
  .persons-wrapper .user.vcenter {
    display: initial;
  }
  .persons-wrapper .person {
    padding-top: 7px;
  }
  .table-responsive {
    border: 0;
  }
  .iscte-links .row-wrapper .col-wrapper:not(:last-child) {
    border-bottom: 1px solid #0D28C2;
  }
  /*.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td,
.table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
	white-space: initial;
	word-break: break-word;
}*/
  .related-theses .col-wrapper {
    margin-bottom: 15px;
  }
  .school-group .custom-checkbox {
    margin-right: 20px;
  }
  .school-group .custom-checkbox label {
    font-size: 2em !important;
  }
  .school-group .custom-checkbox label::before {
    font-size: 1.3em !important;
    margin-left: -45px !important;
  }
  #campusHome .building .floor {
    border-right: 0px;
    min-height: auto !important;
    margin-bottom: 20px;
  }
  #campusHome .campus .building-block img {
    height: auto;
    max-height: 400px;
  }
  #schools .col-wrapper {
    margin-bottom: 50px;
  }
  .subSections .row-wrapper .col-wrapper {
    margin-bottom: 0px;
  }
  .subSections .row-wrapper .col-wrapper .subSectionButton {
    height: 80px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #top_auth,
  #top_navbar {
    display: none !important;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  #top_auth,
  #top_navbar {
    display: none !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #top_navbar_buttons .searchDivXs {
    display: inline-block !important;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  #resultsSearch > #resultsItems .search-col.secondary-col {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .section-menu .section-menu-link {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #searchDivMobile .navbar-search-all ul li {
    width: 100% !important;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 1.6em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.1em;
  }
  h5 {
    font-size: 0.9em;
  }
  h6 {
    font-size: 0.7em;
  }
  p {
    font-size: 0.8em;
  }
  #top_navbar_brand {
    width: 80%;
  }
  #top_navbar_brand .brand {
    width: 100%;
  }
  #top_navbar_buttons {
    width: 20%;
    text-align: right;
  }
  #top_navbar_buttons .searchDivXs {
    float: none;
    margin-right: 0px;
    padding: 0px;
  }
  #top_navbar_buttons button {
    float: none;
    margin-right: 0px;
    padding: 0px;
  }
  #subMenu #bottom_nav #bottom_nav_button ul li a {
    font-size: 0.8em;
  }
  #headlineGrid {
    display: none;
  }
  #headline {
    height: auto;
    padding-bottom: 20px!important;
  }
  .agendaItemHighlight {
    height: 50%;
  }
  .mediaImage {
    padding-top: 0px;
  }
  #footer {
    margin-top: 0px;
  }
  #footer #mainFooter {
    padding-top: 15px;
  }
  #footer #mainFooter > .container-wide-block > .row-wrapper > .col-wrapper {
    float: none !important;
    margin-left: 0%;
  }
  #footer #mainFooter #social > a {
    margin-right: 10px !important;
  }
  #footer #mainFooter #creditations {
    flex-wrap: wrap;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  #footer #mainFooter #creditations a img,
  #footer #mainFooter #creditations a svg {
    min-height: 35px;
  }
  #footer .footerTitle {
    font-size: 1em;
  }
  #footer .footerText {
    font-size: 0.9em;
  }
  #search input {
    border: 0px;
  }
  #detailContainer,
  .detail-container {
    margin-top: 0px !important;
  }
  #detailContainer .content.visible-xs.visible-sm,
  .detail-container .content.visible-xs.visible-sm {
    margin-top: 0px !important;
  }
  #detailContainer #socialOwnerMobile,
  .detail-container #socialOwnerMobile,
  #detailContainer .left-bar,
  .detail-container .left-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 10px !important;
  }
  #detailContainer #socialOwnerMobile:before,
  .detail-container #socialOwnerMobile:before,
  #detailContainer .left-bar:before,
  .detail-container .left-bar:before,
  #detailContainer #socialOwnerMobile:after,
  .detail-container #socialOwnerMobile:after,
  #detailContainer .left-bar:after,
  .detail-container .left-bar:after {
    content: " ";
    display: table;
  }
  #detailContainer #socialOwnerMobile:after,
  .detail-container #socialOwnerMobile:after,
  #detailContainer .left-bar:after,
  .detail-container .left-bar:after {
    clear: both;
  }
  #detailContainer #socialOwnerMobile:before,
  .detail-container #socialOwnerMobile:before,
  #detailContainer .left-bar:before,
  .detail-container .left-bar:before,
  #detailContainer #socialOwnerMobile:after,
  .detail-container #socialOwnerMobile:after,
  #detailContainer .left-bar:after,
  .detail-container .left-bar:after {
    content: " ";
    display: table;
  }
  #detailContainer #socialOwnerMobile:after,
  .detail-container #socialOwnerMobile:after,
  #detailContainer .left-bar:after,
  .detail-container .left-bar:after {
    clear: both;
  }
  #detailContainer #socialOwnerMobile > .social-wrapper,
  .detail-container #socialOwnerMobile > .social-wrapper,
  #detailContainer .left-bar > .social-wrapper,
  .detail-container .left-bar > .social-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* equal height of the children */
  }
  #detailContainer #socialOwnerMobile > .social-wrapper > .detailOwner,
  .detail-container #socialOwnerMobile > .social-wrapper > .detailOwner,
  #detailContainer .left-bar > .social-wrapper > .detailOwner,
  .detail-container .left-bar > .social-wrapper > .detailOwner {
    padding: 15px 0px;
    float: left;
    width: 66.66666667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 5px;
  }
  #detailContainer #socialOwnerMobile > .col-wrapper,
  .detail-container #socialOwnerMobile > .col-wrapper,
  #detailContainer .left-bar > .col-wrapper,
  .detail-container .left-bar > .col-wrapper {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #detailContainer #socialOwnerMobile .social-col > .socialShare,
  .detail-container #socialOwnerMobile .social-col > .socialShare,
  #detailContainer .left-bar .social-col > .socialShare,
  .detail-container .left-bar .social-col > .socialShare {
    width: 100%;
    padding: 15px 0px;
    margin: 0 auto;
    margin-left: 5px;
    border-top: 1px solid #0D28C2;
    border-bottom: 1px solid #0D28C2;
  }
  #detailContainer > #details > .detailDescription .content-wrapper,
  .detail-container > #details > .detailDescription .content-wrapper,
  #detailContainer .details > .detailDescription .content-wrapper,
  .detail-container .details > .detailDescription .content-wrapper {
    max-width: 60%;
  }
  #detailNavigation i {
    font-size: 2.5em;
  }
  #detailNavigation .agendaTitle {
    height: 5em;
  }
  .detailDateTime {
    display: inline-block;
    border: 0px;
  }
  #agenda > .content > .row-wrapper > #examinations > .divider,
  #home > .content > .row-wrapper > #examinations > .divider {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .socialShare .btn-social-icon {
    padding-left: 10px;
    padding-right: 10px;
    width: 25px;
    height: 25px;
  }
  .socialShare .btn-social-icon > span {
    position: absolute;
    top: -4px;
    font-size: 1.1em;
  }
  #frontpage_investigar .col-wrapper {
    width: 50% !important;
  }
  #frontpage_investigar .col-wrapper i {
    font-size: 3em !important;
  }
  #resultsSearch > #resultsItems {
    flex-flow: wrap;
  }
  #resultsSearch > #resultsItems .search-col {
    flex: 0 0 50%;
  }
  #resultsSearch > #resultsItems .search-col .agendaItem {
    height: auto;
  }
  #resultsSearch > #resultsItems .search-col .agendaItem img:not(.mediaImage) {
    height: 220px;
  }
  .date-location {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
  }
  .date-location .col-wrapper {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .date-location .col-wrapper > .row-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .date-location .col-wrapper .detailLocation {
    border: 0px;
  }
  #servicos .row-wrapper .col-wrapper {
    overflow: hidden;
    width: 50%;
    padding-bottom: 15px !important;
  }
  .compare-table .course-block > .item {
    border: 2px solid #0D28C2;
    height: 160px;
    padding-top: 20px;
  }
  .compare-table .course-block > .item * {
    color: #0D28C2;
  }
  .compare-table .course-block .checkbox label::after {
    padding-left: 0px;
  }
  .compare-table {
    overflow-x: scroll;
  }
  .compare-table .compare-description {
    display: none;
  }
  .compare-table .compare-mobile-description {
    text-transform: uppercase;
    font-weight: bold;
    color: #8c8c8d;
  }
  .compare-table > .row-wrapper .compare-info {
    flex-wrap: nowrap;
  }
  .compare-table > .row-wrapper .compare-info > .col-wrapper {
    min-width: 50% !important;
    border-top: 2px solid #0D28C2;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .compare-table > .row-wrapper .compare-info > .col-wrapper > div:not(.compare-mobile-description) {
    border-bottom: 0px;
  }
  .select-to-compare {
    position: absolute;
    top: 0;
    bottom: 0;
    padding-top: 20px;
    padding-right: 37px;
  }
  .courses-grid .select-to-compare .checkbox label::before {
    border: 1px solid #0D28C2;
  }
  .courses-grid .select-to-compare input[type=checkbox]:checked + label:after {
    background: #0D28C2;
  }
  .courses-list .course-block .col-wrapper:nth-of-type(1) {
    display: none;
  }
  .compare-info {
    font-size: 1.1em;
  }
  .compare-info .course-block > .item {
    height: auto;
    border: 0;
  }
  .compare-info .course-block > .item .course {
    padding: 0;
    line-height: 1.4em;
  }
  .course-options {
    width: 100%;
    display: inline-flex;
  }
  .course-detail .carousel-inner .item > .detailImage {
    padding-top: 56.25%;
    height: 0px;
  }
  .course-detail .detail-container {
    display: block;
  }
  .course-detail .detail-container .left-bar,
  .course-detail .detail-container .right-bar {
    display: none !important;
  }
  .course-detail .detail-container .navbar-courses {
    padding-top: 30px;
  }
  .course-detail .detail-container .navbar-courses .row-wrapper {
    border-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .course-detail .detail-container .navbar-courses .row-wrapper .col-wrapper {
    margin-top: -1px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
  }
  .course-detail .detail-container .navbar-courses .row-wrapper .col-wrapper a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    height: 100%;
    width: 100%;
  }
  .course-detail .detail-container .navbar-courses .row-wrapper .active + .col-wrapper {
    border-top: 0px;
  }
  .course-detail .detail-container .navbar-courses .row-wrapper .active {
    margin-top: -1px;
    margin-bottom: 1px;
    border-top: 2px solid #0D28C2;
    border-bottom: 2px solid #0D28C2;
  }
  .course-detail .curricular-course-text {
    max-width: 80vw;
  }
  #mobileHighlight {
    margin-top: 0px;
    max-height: 370px;
  }
  #mobileHighlight .carousel-inner,
  #mobileHighlight .item {
    height: 260px;
    height: 35vh;
    background-color: #3D3F44;
  }
  #mobileHighlight img {
    overflow: hidden;
    width: 100%;
  }
  #mobileHighlight .carousel-caption {
    padding-bottom: 0px;
    bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    left: inherit;
    right: inherit;
    text-align: left;
    text-shadow: none;
  }
  #mobileHighlight .carousel-caption .caption {
    font-size: 0.9em;
    color: white;
  }
  #mobileHighlight .carousel-caption .agendaTitle {
    font-size: 1.25em;
    color: white;
  }
  #mobileHighlight .carousel-control.left,
  #mobileHighlight .carousel-control.right {
    background-image: none;
  }
  .links .row-wrapper .col-wrapper:nth-child(odd) {
    border-left: 0px;
  }
  .links .row-wrapper .col-wrapper {
    margin-bottom: 15px;
  }
  .links .row-wrapper .col-wrapper .link-group-header {
    margin-top: 10px;
  }
  .facts {
    padding-top: 15px;
  }
  .facts .fact {
    margin: 0 0 15px 0;
  }
  .facts .row-wrapper .col-wrapper.fact:nth-child(even) {
    border-right: 0px !important;
  }
  .facts .row-wrapper .col-wrapper:nth-of-type(1) {
    float: left;
  }
  #gotop .gotop-legend {
    font-size: initial;
    left: 15px;
  }
  ol > li:before {
    left: -11px;
  }
  #searchDivMobile .results .row-wrapper > .col-wrapper:not(:first-of-type) {
    border: 0;
  }
  #searchDivMobile {
    position: initial;
  }
  #searchDivMobile .input-div {
    width: 100%;
  }
  #searchDivMobile .input-div input {
    width: 100%;
    font-size: 2em;
    border-bottom: 1px solid #0D28C2;
  }
  #searchDivMobile .input-div input:focus {
    border-bottom: 1px solid #0D28C2;
  }
  #searchDivMobile .navbar-search-all ul li {
    border: 1px solid #0D28C2;
    margin-bottom: 15px;
    margin-left: 0 !important;
  }
  #searchDivMobile .navbar-search-all .active {
    border: 0;
    text-align: left;
    background: #edf5fa;
  }
  #searchDivMobile .navbar-search-all .active a {
    color: #0D28C2;
  }
  button.btn-primary {
    width: 100%;
    padding: 15px 25px;
    margin: 0;
    text-align: left;
  }
  button.btn-primary i.fa-search {
    padding: 0;
    font-size: initial;
    padding-right: 5px;
    margin: 0;
  }
  .iscte-links .row-wrapper .col-wrapper:not(:nth-of-type(2n)):not(:last-child) {
    border-right: 1px solid #0D28C2;
  }
  .iscte-links .link-group {
    margin-left: 20px;
  }
  /*.courses-grid {

		.row-wrapper {
		  .col-wrapper {
	  
			&:not(:nth-of-type(2n)):not(:last-child)::after{
			  content: " ";
			  position: absolute;
			  top: 25px;
			  right: 0px;
			  height: 90px;
			  width: 5px;
			  background-color: @iul-color;
			}
		  }
			  
		}
	}*/
  #schools .col-wrapper {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 991px) {
  #top_navbar_buttons .searchDivXs {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  #detailContainer #socialOwnerMobile > .social-wrapper > .detailOwner,
  .detail-container #socialOwnerMobile > .social-wrapper > .detailOwner,
  #detailContainer .left-bar > .social-wrapper > .detailOwner,
  .detail-container .left-bar > .social-wrapper > .detailOwner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  #detailContainer #socialOwnerMobile > .col-wrapper,
  .detail-container #socialOwnerMobile > .col-wrapper,
  #detailContainer .left-bar > .col-wrapper,
  .detail-container .left-bar > .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .date-location .col-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  #searchDivMobile .navbar-search-all ul li {
    width: 100% !important;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 1.7em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1.1em;
  }
  h6 {
    font-size: 0.8em;
  }
  p {
    font-size: 0.9em;
  }
  #top_navbar_brand {
    width: 80%;
  }
  #top_navbar_brand .brand {
    width: 100%;
  }
  #top_navbar_buttons {
    width: 20%;
    text-align: right;
  }
  #top_navbar_buttons .searchDivXs {
    float: none;
    margin-right: 0px;
    padding: 0px;
  }
  #top_navbar_buttons button {
    float: none;
    margin-right: 0px;
    padding: 0px;
  }
  #subMenu #bottom_nav #bottom_nav_button ul li a {
    font-size: 0.9em;
  }
  #agenda > .content > .row-wrapper > .col-wrapper[class*='col-']:not(:last-child):after,
  #home > .content > .row-wrapper > .col-wrapper[class*='col-']:not(:last-child):after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 70px;
  }
  .homepage-brand .big-brand {
    font-size: 1.15em !important;
  }
  .select-to-compare {
    position: absolute;
    top: 0;
    bottom: 0;
    padding-top: 20px;
    padding-right: 26px;
  }
  .courses-grid .row-wrapper .col-wrapper {
    /*&:not(:nth-of-type(3n)):not(:last-child)::after{
			  content: " ";
			  position: absolute;
			  top: 25px;
			  right: 0px;
			  height: 90px;
			  width: 5px;
			  background-color: @iul-color;
			}*/
  }
  .courses-grid .row-wrapper .col-wrapper .item {
    border-left: 1px solid #0D28C2;
    padding-left: 10px;
  }
  .carousel-text {
    width: 70%;
  }
  .iscte-links .row-wrapper .col-wrapper {
    border-left: 1px solid #0D28C2;
  }
  .iscte-links .link-group:not(.no-margin) {
    margin-left: 50px;
  }
  #detailNextExaminations > .row-wrapper > .col-wrapper {
    height: auto;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.3em;
  }
  h5 {
    font-size: 1.2em;
  }
  h6 {
    font-size: 0.9em;
  }
  p {
    font-size: 1em;
  }
  #subMenu #bottom_nav #bottom_nav_button ul li a {
    font-size: 1em;
  }
  #agenda > .content > .row-wrapper > .col-wrapper[class*='col-']:not(:last-child):after,
  #home > .content > .row-wrapper > .col-wrapper[class*='col-']:not(:last-child):after,
  #agenda #content-wrapper > .row-wrapper > .col-wrapper[class*='col-']:not(:last-child):after,
  #home #content-wrapper > .row-wrapper > .col-wrapper[class*='col-']:not(:last-child):after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 70px;
  }
  .homepage-brand .big-brand {
    font-size: 20px !important;
  }
  .iscte-links .link-group:not(.no-margin) {
    padding-left: 50px;
    border-left: 1px solid #0D28C2;
  }
  #detailNextExaminations > .row-wrapper > .col-wrapper {
    height: auto;
  }
}
@media (min-width: 1500px) {
  #detailConference > .row-wrapper > .col-wrapper:nth-of-type(1) {
    margin-left: -70px;
  }
}
@media (max-width: 1499px) {
  .compare-table > .row-wrapper .compare-description {
    width: 15%;
  }
}
@media (min-width: 1500px) {
  .compare-table > .row-wrapper .compare-description {
    width: 150px;
    margin-left: -150px;
  }
}
